3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00
z3/src/math/subpaving
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
..
tactic [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
subpaving.cpp reworking cancellation 2015-12-11 16:43:48 -08:00
subpaving.h reworking cancellation 2015-12-11 16:43:48 -08:00
subpaving_hwf.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
subpaving_hwf.h reworking cancellation 2015-12-11 16:43:48 -08:00
subpaving_mpf.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
subpaving_mpf.h reworking cancellation 2015-12-11 16:43:48 -08:00
subpaving_mpff.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
subpaving_mpff.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
subpaving_mpfx.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
subpaving_mpfx.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
subpaving_mpq.cpp reorganizing the code 2012-10-23 21:53:34 -07:00
subpaving_mpq.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
subpaving_t.h Fix spelling errors 2016-07-09 11:46:43 +02:00
subpaving_t_def.h "canceled" -> Z3_CANCELED_MSG 2016-02-04 13:52:43 +00:00
subpaving_types.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00