cmake: Disable unit tests for static builds. (#2775)
[cvc5.git] / test /
2019-01-04 Andres NoetzliC++ API: Fix OOB read in unit test (#2774)
2019-01-03 Andres NoetzliAPI/Smt2 parser: refactor termAtomic (#2674)
2019-01-03 Andres NoetzliC++ API: Reintroduce zero-value mkBitVector method...
2019-01-03 Aina NiemetzNew C++ API: Add tests for mk-functions in solver objec...
2018-12-19 Andrew ReynoldsFix issues with REWRITE_DONE in floating point rewriter...
2018-12-17 Aina NiemetzNew C++ API: Add tests for term object. (#2755)
2018-12-14 Aina NiemetzNew C++ API: Add tests for opterm object. (#2756)
2018-12-14 Andrew Reynolds Fix extended rewriter for binary associative operators...
2018-12-13 Aina NiemetzNew C++ API: Add tests for sort functions of solver...
2018-12-12 Andres NoetzliAPI: Add simple empty/sigma regexp unit tests (#2746)
2018-12-11 Andrew ReynoldsRemove alternate versions of mbqi (#2742)
2018-12-10 makaimannBoolToBV modes (off, ite, all) (#2530)
2018-12-07 Andres NoetzliStrings: Make EXTF_d inference more conservative (...
2018-12-07 Alex OzdemirEnable BV proofs when using an eager bitblaster (#2733)
2018-11-28 Andrew ReynoldsOptimize re-elim for re.allchar components (#2725)
2018-11-28 Andres NoetzliImprove skolem caching by normalizing skolem args ...
2018-11-22 Andres NoetzliAdd rewrite for (str.substr s x y) --> "" (#2695)
2018-11-21 Andrew ReynoldsQuickly recognize when PBE conjectures are infeasible...
2018-11-21 Andrew ReynoldsSupport string replace all (#2704)
2018-11-20 Andrew ReynoldsFix real2int regression. (#2716)
2018-11-19 Andrew ReynoldsFix E-matching for case where candidate generator is...
2018-11-08 Andres NoetzliEvaluator: add support for str.code (#2696)
2018-11-07 Haniel BarbosaAdding default SyGuS grammar construction for arrays...
2018-11-07 Andres NoetzliFix collectEmptyEqs in string rewriter (#2692)
2018-11-05 Aina NiemetzNew C++ API: Split unit tests. (#2688)
2018-11-05 yoni206Increasing coverage (#2683)
2018-11-05 Andres NoetzliAPI: Fix assignment operators (#2680)
2018-11-05 Andrew ReynoldsAllow partial models with optimized sygus enumeration...
2018-11-02 yoni206fixes to regression docs (#2679)
2018-10-22 Andres NoetzliRecover from wrong use of get-info :reason-unknown...
2018-10-20 Andres NoetzliAdd substr, contains and equality rewrites (#2665)
2018-10-20 Andres NoetzliDisable dumping test for non-dumping builds (#2662)
2018-10-19 Mathias PreinerRemove autotools build system. (#2639)
2018-10-19 Andres NoetzliAdd helper to detect length one string terms (#2654)
2018-10-19 Andres NoetzliAdd OptionException handling during initialization...
2018-10-19 Mathias Preinercmake: Run regression level 2 for make check. (#2645)
2018-10-19 Andrew ReynoldsNon-implied mode for model cores (#2653)
2018-10-18 Andrew ReynoldsNon-contributing find replace rewrite (#2652)
2018-10-18 Andrew ReynoldsImprove reduction for str.to.int (#2636)
2018-10-18 Andrew ReynoldsConstant length regular expression elimination (#2646)
2018-10-18 Andres Noetzli Skip sygus-rr-synth-check regressions when ASAN on...
2018-10-18 Andres NoetzliShow if ASAN build in --show-config (#2650)
2018-10-16 Mathias Preinercmake: Add CxxTest include directory to unit test inclu...
2018-10-15 Andrew ReynoldsDelay initialization of theory engine (#2621)
2018-10-15 Andres NoetzliAdd more (str.replace x y z) rewrites (#2628)
2018-10-14 Andres NoetzliFix fp-bool.sy grammar and require symfpu (#2631)
2018-10-13 Andres NoetzliReset input language for ExprMiner subsolver (#2624)
2018-10-12 Andres Noetzli Add rewrites for str.replace in str.contains (#2623)
2018-10-11 Andres NoetzliImprove reasoning about empty strings in rewriter ...
2018-10-11 Andrew Reynolds Fix string ext inference for rewrites that introduce...
2018-10-10 Andrew ReynoldsOptimize regular expression elimination (#2612)
2018-10-10 Andres NoetzliAdd length-based rewrites for (str.substr _ _ _) (...
2018-10-09 Andrew Reynolds Support for basic actively-generated enumerators ...
2018-10-09 Aina NiemetzBV instantiator: Factor out util functions. (#2604)
2018-10-09 Aina Niemetz BV inverter: Factor out util functions. (#2603)
2018-10-08 Andrew ReynoldsAddress slow sygus regressions (#2598)
2018-10-05 Andrew Reynolds Fix cache for sygus post-condition inference (#2592)
2018-10-05 Andrew ReynoldsUpdate default options for sygus (#2586)
2018-10-04 Aina NiemetzNew C++ API: Add checks for Sorts. (#2519)
2018-10-04 Andres NoetzliOnly use SKIP_RETURN_CODE with CMake 3.9.0+ (#2590)
2018-10-04 Andrew ReynoldsFix end constraint for regexp elimination (#2571)
2018-10-03 Andrew ReynoldsFix regress (#2575)
2018-10-03 Andrew ReynoldsFix stale op list in sets (#2572)
2018-10-03 Andrew ReynoldsEliminate partial operators within lambdas during gramm...
2018-10-03 Andres Noetzlicmake: Display skipped tests as not run (#2567)
2018-10-03 Andres NoetzliAllow (_ to_fp ...) in strict parsing mode (#2566)
2018-10-03 Mathias Preinerunit: Fix ASAN detection for GCC. (#2561)
2018-10-02 Mathias Preinercmake: Add examples to build-tests, add warning for...
2018-10-02 Andres NoetzliFix "catching polymorphic type by value" warnings ...
2018-10-01 Mathias Preinercmake: Add build target build-tests to build all test...
2018-09-30 Andrew ReynoldsAdd rewrite for solving stoi (#2532)
2018-09-28 Andres NoetzliRewrites for (= "" _) and (= (str.replace _) _) (#2546)
2018-09-28 Andres Noetzlicmake: Only do Java tests when unit testing on (#2551)
2018-09-28 Mathias Preinercmake: Add CxxTest finder module to allow custom paths...
2018-09-27 Andrew ReynoldsFix Taylor overapproximation for large exponentials...
2018-09-27 Andrew Reynolds Fix homogeneous string constant rewrite (#2545)
2018-09-26 Haniel BarbosaMakes SyGuS parsing more robust in invariant problems...
2018-09-26 Mathias Preinercmake: Fix test target dependency issues. (#2540)
2018-09-26 Andrew ReynoldsEnable quantified array regression. (#2539)
2018-09-25 Andrew ReynoldsFix quantifiers selector over store rewrite (#2510)
2018-09-24 Andres NoetzliUnify rewrites related to (str.contains x y) --> (...
2018-09-24 Andres NoetzliMake string rewriter unit tests more robust (#2520)
2018-09-23 Andrew ReynoldsFix regress2. (#2502)
2018-09-22 Mathias Preinercmake: Fix systemtests dependency.
2018-09-22 Mathias Preinercmake: Run make coverage in parallel by default.
2018-09-22 Aina Niemetzcmake: Refactor cvc4_add_unit_test macro to support...
2018-09-22 Mathias Preinercmake: Require JUnit version 4.
2018-09-22 Aina Niemetzcmake: More documentation, clean up.
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 Aina Niemetzcmake: Added target check
2018-09-22 Mathias Preinercmake: Only build libcvc4 and libcvc4parser as libraries.
2018-09-22 Mathias Preinercmake: Rebase with current master, add new tests/source...
2018-09-22 Mathias Preinercmake: Compile Java tests and add to ctest if Java...
2018-09-22 Aina Niemetzcmake: Add dependencies for test targets and support...
2018-09-22 Aina Niemetzcmake: Enable parallel execution for test targets regre...
2018-09-22 Aina Niemetzcmake: Build unit tests only if -DENABLE_UNIT_TESTING=ON.
2018-09-22 Aina Niemetzcmake: Added system tests and target make systemtests.
2018-09-22 Aina Niemetzcmake: Added regression tests and target make regress.
2018-09-22 Mathias Preinercmake: Disable W-suggest-override for unit tests.
next