3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00
z3/src/interp
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
..
CMakeLists.txt [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
interp_params.pyg Implement a CMake build system. 2016-03-04 15:26:09 +00:00
iz3base.cpp fix build failures under linux 2016-07-09 13:28:39 -07:00
iz3base.h use a base iz3_exception class for exceptions raised during interpolation 2015-04-16 19:14:34 +02:00
iz3checker.cpp tabs 2015-05-19 11:01:15 +01:00
iz3checker.h re-indenting interp and duality 2015-04-15 12:22:50 -07:00
iz3exception.h use a base iz3_exception class for exceptions raised during interpolation 2015-04-16 19:14:34 +02:00
iz3hash.h merge with unstable 2015-04-30 10:40:03 -07:00
iz3interp.cpp removing FOCI2 interface from interp 2017-05-19 16:21:57 -07:00
iz3interp.h Merge branch 'ag-iz3_exception' of https://github.com/agriggio/z3 into agriggio-ag-iz3_exception 2015-10-19 15:20:50 +01:00
iz3mgr.cpp Merge branch 'ag-iz3_exception' of https://github.com/agriggio/z3 into agriggio-ag-iz3_exception 2015-10-19 15:20:50 +01:00
iz3mgr.h add cases for recognizing ALL. Issue #674 2016-07-09 05:18:26 -07:00
iz3pp.cpp tabs 2015-05-19 11:01:15 +01:00
iz3pp.h use a base iz3_exception class for exceptions raised during interpolation 2015-04-16 19:14:34 +02:00
iz3profiling.cpp re-indenting interp and duality 2015-04-15 12:22:50 -07:00
iz3profiling.h re-indenting interp and duality 2015-04-15 12:22:50 -07:00
iz3proof.cpp re-indenting interp and duality 2015-04-15 12:22:50 -07:00
iz3proof.h use a base iz3_exception class for exceptions raised during interpolation 2015-04-16 19:14:34 +02:00
iz3proof_itp.cpp update license for space/quotes per #982 2017-04-24 13:34:10 -07:00
iz3proof_itp.h use a base iz3_exception class for exceptions raised during interpolation 2015-04-16 19:14:34 +02:00
iz3scopes.cpp tabs 2015-05-19 11:01:15 +01:00
iz3scopes.h re-indenting interp and duality 2015-04-15 12:22:50 -07:00
iz3secondary.h re-indenting interp and duality 2015-04-15 12:22:50 -07:00
iz3translate.cpp fix unused-but-set-variable warnings reported in #579 2016-05-18 11:02:10 -07:00
iz3translate.h removing FOCI2 interface from interp 2017-05-19 16:21:57 -07:00
iz3translate_direct.cpp removing FOCI2 interface from interp 2017-05-19 16:21:57 -07:00