Track inference id for pending facts in strings (#4331)
[cvc5.git] / CMakeLists.txt
2020-03-31 Andrew ReynoldsRemove replay and use-theory options and idl (#4186)
2020-03-09 Andres NoetzliIncrease stack size for Windows builds to 100 MB (...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-19 makaimannAdd Python bindings using Cython -- see below for more...
2020-02-11 Mathias Preinercmake: Remove unused ENABLE_OPTIMIZED option. (#3749)
2020-02-10 Mathias Preinercmake: Use ld.gold if available for faster link times...
2019-12-19 Simon DierlDefine all options modified by ENABLE_BEST using cvc4_o...
2019-12-06 Mathias Preinercontrib: Setup all dependencies in deps/ directory...
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-17 Andres NoetzliAdd support for ThreadSanitizer instrumentation (#3467)
2019-11-08 Mathias Preinercmake: Disable C++ GNU extensions. (#3446)
2019-10-15 Andres NoetzliRemove remaining references to Boost and Autotools...
2019-10-11 Andres NoetzliAdd support for UBSan instrumentation (#3382)
2019-10-08 Aina NiemetzBuild system: Add build type for incremental competitio...
2019-09-25 Mathias PreinerUse separate CMake project for CVC4 examples. (#3196)
2019-09-07 Andrew ReynoldsRemove portfolio (#3236)
2019-08-15 Mathias Preinercmake: Use ExactVersion instead of SameMinorVersion...
2019-08-14 Mathias Preinercmake: Export CVC4 library interface. (#3179)
2019-08-08 Mathias PreinerFix issues with Ninja build system and add configure...
2019-04-12 Haniel BarbosaReferring to prerelease 1.8 (#2943)
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.
next