aboutsummaryrefslogtreecommitdiff
path: root/tests/meta
AgeCommit message (Expand)Author
2017-06-17Use 4 xdist workers for each test when running tests with Bazel. This reduces...Marco Poletti
2017-06-12Migrate all Fruit tests to pytest, to improve parallelization. After this cha...Marco Poletti
2017-03-12Support building Fruit with MSVC.Marco Poletti
2016-12-22Make Fruit tests work under Bazel again.Marco Poletti
2016-12-22Move test-only code to a separate header instead of using include guards. Thi...Marco Poletti
2016-12-22Use precompiled headers in Fruit tests. This reduces the test time by ~50% (a...Marco Poletti
2016-11-18Use extras/bazel_root as WORKSPACE root for Bazel, using symlinks so that Fru...Marco Poletti
2016-10-08Port all end-to-end C++ tests to be nose2-based python tests, so that:Marco Poletti
2016-05-08Update Bazel's test_lists.bzl files with some new tests.Marco Poletti
2016-04-30Add more unit tests for metafunctions used by registerFactory().Marco Poletti
2016-03-27Support Bazel as an alternative build system (in parallel with CMake).Marco Poletti
2015-12-06Fix GCC-only test failures by fixing the tests. Also change 1 test to be Clan...Marco Poletti
2015-11-29Fix compile errors in tests that appear only in release mode, by defining the...Marco Poletti
2015-11-29Fix compile errors that happened in some cases when using assisted autoinject...Marco Poletti
2015-07-19Major changes to the metaprogramming code. Now using a DFS search to find dep...Marco Poletti
2015-07-11Refactor a bit the metaprogramming code, plus some small optimizations.Marco Poletti
2015-07-06Rewrite all metaprogramming code to use a more readable style. What was Apply...Marco Poletti
2015-03-07Rewrite the error-reporting code. Now errors are always reported with O(1) li...Marco Poletti
2014-12-26Rename fruit::impl::meta::List to fruit::impl::meta::Vector.Marco Poletti
2014-12-23Move fruit/impl/metaprogramming->fruit/impl/meta, and move all metaprogrammin...Marco Poletti