3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-17 22:35:35 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Christoph M. Wintersteiger 00651f8f21 Tabs, formatting. 2017-09-17 14:54:09 +01:00
Dan Liew 4b517b96df [CMake] Move CMake files into their intended location so the
`contrib/cmake/bootstrap.py` script no longer needs to be executed.

The previous location of the CMake files was a compromise proposed
by @agurfinkel in #461. While this has served us well (allowing progress
to be made) over time limitations of this approach have appeared.

The main problem is that doing many git operations (e.g. pull, rebase)
means the CMake files don't get updated unless the user remembers to
run the script. This can lead to broken and confusing build system
behaviour.

This commit only does the file moving and necessary changes to
`.gitignore`. Other changes will be done in subsequent commits.
2017-06-12 11:59:00 +01:00
Nikolaj Bjorner b08ccc7816 added missing Copyright forms
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-06-10 11:54:02 -07:00
Leonardo de Moura 67fe86ca18 auto gen .def files
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-25 16:50:46 -07:00
Leonardo de Moura 05569be49f checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-25 12:40:48 -07:00
Leonardo de Moura d7930da9a8 Added support for windows DLLs
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-24 17:08:39 -07:00
Leonardo de Moura 0990a2e045 using a consistent naming convention for naming tactic subfolders
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-24 15:11:44 -07:00
Leonardo de Moura 12a255e36b reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-24 14:47:40 -07:00