Fix regression option (#4680)
[cvc5.git] / src / base /
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-09 Andres NoetzliLanguage bindings: Enable catching of exceptions (...
2020-06-09 Andrew V. JonesEnsure correct CMake dependencies on Debug_tags.h/Trace...
2020-05-22 Aina NiemetzAdd support for SAT solver Kissat. (#4514)
2020-05-05 Aina NiemetzUpdate copyright year and AUTHORS/THANKS files. (#4468)
2020-03-31 Andrew ReynoldsRemove replay and use-theory options and idl (#4186)
2020-02-03 Andrew V. JonesRenaming '--bsd' to '--no-gpl' (#3609)
2019-11-30 Haniel Barbosaimproving parsing error messages related to HOL (#3510)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-17 Andres NoetzliAdd support for ThreadSanitizer instrumentation (#3467)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-11 Andres NoetzliAdd support for UBSan instrumentation (#3382)
2019-09-11 Ken MatsuiFix not to output all warnings (#2778)
2019-09-04 Andrew Reynolds Fixes related to destructing null (#3231)
2019-08-08 Mathias PreinerFix issues with Ninja build system and add configure...
2019-08-06 Aina NiemetzNew C++ API: Fix branch prediction in CHECK macros...
2019-06-12 Andres NoetzliDisable dumping regression for non-dumping builds ...
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-04-08 Haniel Barbosafix copyright year in configuration file (#2942)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-16 Alex OzdemirEnable CryptoMiniSat-backed BV proofs (#2847)
2018-12-17 Alex Ozdemir Configured for linking against drat2er (#2754)
2018-10-20 Mathias PreinerRemove antlr_undefines.h. (#2664)
2018-10-19 Mathias PreinerRemove autotools build system. (#2639)
2018-10-18 Andres NoetzliShow if ASAN build in --show-config (#2650)
2018-10-15 Mathias Preinercmake: Generate git_versioninfo.cpp on build time....
2018-09-25 Mathias Preinercmake: Fix tag code generation dependencies. (#2529)
2018-09-25 Mathias Preinercmake: Fix dependencies for code generation. (#2524)
2018-09-25 Aina Niemetzcmake: Fix git version info (again). (#2523)
2018-09-24 Aina Niemetzcmake: Fix and simplify git version info. (#2516)
2018-09-24 Mathias PreinerFix generating debug/trace tags.
2018-09-22 Mathias Preinercmake: Guard GetGitRevisionDescription.
2018-09-22 Aina Niemetzcmake: Move extracting git information to src/base...
2018-09-22 Mathias Preinercmake: Only build libcvc4 and libcvc4parser as libraries.
2018-09-22 Mathias Preinercmake: Add convenience wrappers for tag generation.
2018-09-22 Mathias Preinercmake: Cleanup CMakeLists.txt files, remove SHARED.
2018-09-22 Aina Niemetzcmake: Add build configurations.
2018-09-22 Mathias Preinercmake: Working build infrastructure.
2018-09-22 Aina Niemetzcmake: Generate trace and debug tags
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-08-08 Tim King Proposal for adding map utility functions to CVC4...
2018-08-08 Andres NoetzliRequire Swig 3 (#2283)
2018-08-08 Andres NoetzliDelete functions instead of using CVC4_UNDEFINED (...
2018-08-02 Andres NoetzliRemove Subversion build info (#2250)
2018-08-02 Andres NoetzliRemove outdated references to TLS (#2245)
2018-06-25 Aina NiemetzUpdate copyright year in configuration.cpp:copyright().
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-22 Mathias PreinerAdd SymFPU licensing information. (#1952)
2018-03-20 Mathias PreinerAdd support for CaDiCaL as eager BV SAT solver. (#1675)
2018-03-06 Andres NoetzliRemove printf from output utilities (#1629)
2018-03-05 Mathias PreinerEnable -Wsuggest-override by default. (#1643)
2018-02-09 Tim KingRenaming CHECK to CVC4_CHECK. This avoids name collisio...
2018-02-07 Tim KingAdds a new CHECK macro that abort()s on failure. (...
2018-01-10 Tim KingCleaning up throw specifiers on Exception and subclasse...
2017-10-10 Aina NiemetzAdd copyright information. (#1201)
2017-10-03 Mathias PreinerAdd Cryptominisat and LFSC to --show-config output...
2017-09-29 Mathias PreinerFix output of --show-config for readline. (#1159)
2017-09-19 Andres NoetzliFix issue #1074, improve non-fatal error handling ...
2017-08-31 Andres NoetzliUse thread_local instead of compiler extensions (#210)
2017-08-25 Aina NiemetzMove LFSC checker out of the CVC repository. (#222)
2017-07-17 Tim KingMerge branch 'master' into cleanup-regexp
2017-07-17 Andres NoetzliRemove PtrCloser (#198)
2017-07-15 Andres NoetzliFix warning about unknown escape sequence (#196)
2017-07-08 Mathias PreinerMerge branch 'master' of github.com:CVC4/CVC4
2017-07-07 Mathias PreinerUpdate copyright year and refer to authors URL.
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-01-18 Andrew ReynoldsMerge pull request #128 from 4tXJ7f/fix_lfsc_perf
2017-01-14 Clark BarrettMerge pull request #130 from chadbrewbaker/master
2017-01-11 Chad BrewbakerQuashing memory leak
2016-11-10 Tim KingMerge pull request #103 from timothy-king/uniq-ptr
2016-11-09 Tim KingRenaming the class PtrCloser to not cause confusion...
2016-11-09 Tim KingMerge branch 'master' into uniq-ptr
2016-11-07 Tim KingAdds a C++05 version of unique_ptr. Used this to solve...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-10-01 Tim KingMerge pull request #93 from timothy-king/clang-format
2016-09-18 Tim KingAdding a clang format file for the project.
2016-07-05 PaulMengMerge branch 'master' of https://github.com/CVC4/CVC4.git
2016-05-25 Liana HadareanMerged cryptominisat from experimental branch.
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-02-01 Tim KingFixing a potentially malformed template expansion when...
2016-01-28 Tim KingAdding listeners to Options.
2016-01-09 Tim KingAdding a new Listener utility class. Changing the Resou...
2016-01-06 Tim KingAdd SmtGlobals Class
2016-01-05 Tim KingAdding a new class LastExceptionBuffer for the purpose...
2015-12-24 Tim KingMiscellaneous fixes
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking