Eliminate Boolean ITE within terms, fixes 2947 (#2949)
[cvc5.git] / CMakeLists.txt
2019-04-05 Haniel Barbosaprerelease -> release (#2941)
2019-04-04 Haniel BarbosaUpdate release notes and lib version (#2933)
2019-01-16 Andres NoetzliCMake: Fix search for static libraries (#2798)
2019-01-05 Mathias Preinercmake: Disable unit tests for static builds. (#2775)
2018-12-17 Alex Ozdemir Configured for linking against drat2er (#2754)
2018-11-08 Mathias Preinercmake: Add option to explicitely enable/disable static...
2018-10-24 Andres NoetzliCMake: Set RPATH on installed binary (#2671)
2018-10-19 Mathias PreinerRemove autotools build system. (#2639)
2018-10-11 Mathias Preinercmake: Use gcovr instead lcov for coverage report gener...
2018-10-02 Mathias Preinercmake: Add examples to build-tests, add warning for...
2018-10-01 Mathias Preinercmake: Generate compile_commands.json on configure...
2018-10-01 Mathias Preinercmake: Add build target build-tests to build all test...
2018-09-30 Mathias Preinercmake: Ignore ctest exit code for coverage reports.
2018-09-28 Mathias Preinercmake: Add CxxTest finder module to allow custom paths...
2018-09-26 Mathias Preinercmake: Fix test target dependency issues. (#2540)
2018-09-26 Mathias Preinercmake: Exclude examples for coverage target. (#2535)
2018-09-26 Mathias Preinercmake: Add check for GCC 4.5.1 and warn user. (#2533)
2018-09-24 Mathias Preinercmake: Add program prefix option. (#2515)
2018-09-22 Mathias Preinercmake: Add python3 option.
2018-09-22 Mathias Preinercmake: Enable -Wall.
2018-09-22 Mathias Preinercmake: Build fully static binaries with option --static.
2018-09-22 Mathias Preinercmake: Run make coverage in parallel by default.
2018-09-22 Mathias Preinercmake: Add more documentation, some fixes and cleanup.
2018-09-22 Mathias Preinercmake: Move PACKAGE_NAME to ConfigureCVC4, more cleanup.
2018-09-22 Aina Niemetzcmake: Do not allow dumping with portfolio build.
2018-09-22 Aina Niemetzcmake: Move extracting git information to src/base...
2018-09-22 Mathias Preinercmake: Disable unit tests if assertions are not enabled.
2018-09-22 Aina Niemetzcmake: Do not build examples and unit and system tests...
2018-09-22 Mathias Preinercmake: Add some more documentation, cleanup.
2018-09-22 Mathias Preinercmake: Move helper functions to cmake/Helpers.cmake.
2018-09-22 Aina Niemetzcmake: Added target examples (currently .cpp examples...
2018-09-22 Mathias Preinercmake: Simplify build type configuration.
2018-09-22 Aina Niemetzcmake: Refactor and clean up build profile printing.
2018-09-22 Aina Niemetzcmake: Added target check
2018-09-22 Mathias Preinercmake: Add make install rule.
2018-09-22 Aina Niemetzcmake: configure.sh wrapper: Fix handling of options...
2018-09-22 Mathias Preinercmake: Add module finder for Valgrind.
2018-09-22 Mathias Preinercmake: Various CMakeLists.txt fixes/cleanup.
2018-09-22 Mathias Preinercmake: Only build libcvc4 and libcvc4parser as libraries.
2018-09-22 Mathias Preinercmake: Move find_package to where it is actually needed.
2018-09-22 Aina Niemetzcmake: Updated and prettified configuration printing.
2018-09-22 Aina Niemetzcmake: Add ENABLE_DEBUG_CONTEXT_MM to enable the debug...
2018-09-22 Aina Niemetzcmake: Add ENABLE_BEST to enable best configuration...
2018-09-22 Mathias Preinercmake: Add Java runtime as required dependency (require...
2018-09-22 Mathias Preinercmake: Add library versioning for libcvc4.so.
2018-09-22 Mathias Preinercmake: Add missing checks for cvc4autoconfig.h to Confi...
2018-09-22 Mathias Preinercmake: Use target specific includes for libcvc4.
2018-09-22 Mathias Preinercmake: Add support for building static binaries/libraries.
2018-09-22 Mathias Preinercmake: Add options for specifying install directories...
2018-09-22 Mathias Preinercmake: Add module finder for GLPK-cut-log.
2018-09-22 Mathias Preinercmake: Add module finder for ABC.
2018-09-22 Mathias Preinercmake: Compile Java tests and add to ctest if Java...
2018-09-22 Mathias Preinercmake: Add SWIG support + Python and Java bindings.
2018-09-22 Aina Niemetzcmake: Add dependencies for test targets and support...
2018-09-22 Mathias Preinercmake: Various portfolio/default option fixes.
2018-09-22 Aina Niemetzcmake: Build unit tests only if -DENABLE_UNIT_TESTING=ON.
2018-09-22 Aina Niemetzcmake: Added regression tests and target make regress.
2018-09-22 Mathias Preinercmake: Add portfolio support.
2018-09-22 Mathias Preinercmake: Add ASAN support.
2018-09-22 Mathias Preinercmake: Enable shared by default.
2018-09-22 Mathias Preinercmake: Disable W-suggest-override for unit tests.
2018-09-22 Aina Niemetzcmake: Add support for CxxTest.
2018-09-22 Aina Niemetzcmake: Filter through and disable unused HAVE_* variabl...
2018-09-22 Mathias Preinercmake: Do not set global output directories for binarie...
2018-09-22 Aina Niemetzcmake: Added support for coverage and profiling.
2018-09-22 Aina Niemetzcmake: Added 3-valued option handling (to enable detect...
2018-09-22 Mathias Preinercmake: Add module finder for readline.
2018-09-22 Aina Niemetzcmake: Added licensing options and warnings/errors.
2018-09-22 Mathias Preinercmake: Cleanup CMakeLists.txt files, remove SHARED.
2018-09-22 Aina Niemetzcmake: Add build configurations.
2018-09-22 Aina Niemetzcmake: Fixed compiler flag macros.
2018-09-22 Mathias Preinercmake: Add module finder for LFSC.
2018-09-22 Mathias Preinercmake: Add module finder for CaDiCaL.
2018-09-22 Mathias Preinercmake: Add module finder for CryptoMiniSat.
2018-09-22 Mathias Preinercmake: Add module finder for SymFPU.
2018-09-22 Mathias Preinercmake: Add module finder for CLN.
2018-09-22 Mathias Preinercmake: Add libsignatures for proofs.
2018-09-22 Aina Niemetzcmake: Generate cvc4autoconfig.h (options currently...
2018-09-22 Mathias Preinercmake: Working build infrastructure.
2018-09-22 Mathias Preinercmake: Antlr parser generation done.
2018-09-22 Aina Niemetzcmake: Generate trace and debug tags
2018-09-22 Aina Niemetzcmake: .cpp generation done, .h generation not yet...
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.