Commit Graph
11 Commits
Author SHA1 Message Date
Arne Morten Kvarving 1d3843cef1 changed: move build timestamp to separate header
to avoid rebuilds for things only needing project versions
2020-06-08 10:06:03 +02:00
Joakim Hove fe1ef0a65f Generate BUILD_TIMESTAMP macro with build system 2020-03-30 15:11:48 +02:00
Arne Morten Kvarving a1edb0a1f7 changed: simplify by using built-in support
use built-in support to obtain number of processor cores
instead of custom osx and linux code.
2019-08-13 11:33:43 +02:00
Andreas Lauser 2c6db2a109 remove the configure wrapper script
this used to provide autotools compatibility, but it has not been working for a while. Thus it is IMO better to remove it in order not to mislead people.
2017-11-24 10:37:40 +01:00
Arne Morten Kvarving cdbcb74e5e add static analysis support to buildsystem 2017-06-02 10:38:54 +02:00
Atgeirr Flø Rasmussen 6e1efc79af Improve the UseVersion module.
The changes are:
 - Add new macros PROJECT_VERSION_NAME and PROJECT_VERSION_HASH
   in addition to the existing PROJECT_VERSION.
 - Add header include guards.
2015-10-23 10:59:08 +02:00
Andreas Lauser 9644664e03 configure wrapper: disable the sibling search
if the 'configure' wrapper is used, you will most likely use
dunecontrol. since duncontrol explicitly passes the paths for all the
dependencies, the "convenience" of the sibling search not wanted in
most cases.
2015-08-03 13:28:16 +02:00
Andreas Lauser 0fd8b6aa17 configure wrapper: switch the build type to "Custom" if any compiler flags are set
this makes the build system respect these flags if it is used with dunecontrol.
2015-06-15 11:32:13 +02:00
Robert Kloefkorn c50f129c67 make checks work when used with dunecontrol. 2015-06-10 11:22:43 +02:00
Joakim Hove cdc531afa1 Changes fetched from opm-core 2015-05-08 16:51:03 +02:00
Joakim Hove c78f9d3862 Added cmake/ directory from opm-core 2015-03-18 14:48:36 +01:00