bv2int: caching introduced terms (#5283)
[cvc5.git] / CMakeLists.txt
2020-10-05 Aina Niemetzcmake: Add warning when unit testing is disabled due...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-17 Andrew V. JonesDo not allow to build Python bindings if building stati...
2020-09-03 FabianWolffDrop {INCLUDE,LIBRARY,RUNTIME}_INSTALL_DIR variables...
2020-09-02 Andres NoetzliUse SMT-COMP configuration for competition build (...
2020-09-02 Andres Noetzli[API] Fix Python Examples (#4943)
2020-08-12 makaimannAdd option to only build library (#4801)
2020-08-04 Mathias PreinerAdd documentation and build instructions for recompilat...
2020-08-01 Andrew V. JonesEnsure that we only find '.a's when building statically...
2020-07-17 Andrew V. JonesSupport for using 'libedit' over 'readline' #4571 ...
2020-07-17 Gereon KremerIntegration of libpoly (#4679)
2020-07-10 Gereon KremerAdd deps/install/lib to RPATH and warn user when using...
2020-07-07 Andrew V. JonesIncrease the minimum version of CMake due to the use...
2020-07-03 Andres NoetzliRemove SWIG bindings (#4683)
2020-06-24 Andres NoetzliFix CVC4_EXTRAVERSION variable (#4653)
2020-06-19 Andres NoetzliUpdate version information post 1.8 release (#4635)
2020-06-19 Andres NoetzliUpdate info for 1.8 release (#4633)
2020-06-12 Andres NoetzliFix install of static builds (#4604)
2020-06-05 Andrew V. JonesIf using 'ninja', tell the user to run 'ninja' not...
2020-05-22 Aina NiemetzAdd support for SAT solver Kissat. (#4514)
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.
next