aboutsummaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Expand)Author
2020-11-01Also pass -Wno-unknown-warning-option in CI tests because only very recent ve...Marco Poletti
2020-10-31Add docker configuration for testing against Ubuntu 20.10.Marco Poletti
2020-10-31Test against Ubuntu 20.10 and Clang 11 (too) in CI tests.Marco Poletti
2020-08-09Add some example code to show how to depend on Fruit from a bazel project.Marco Poletti
2020-08-09Revert "Move the bazel WORKSPACE file to the root dir, and replace the one in...Marco Poletti
2020-08-09Move the bazel WORKSPACE file to the root dir, and replace the one in extras/...Marco Poletti
2020-07-12Bump the Fruit version to 3.6.0.Marco Poletti
2020-07-11Pass another flag to force installation of required brew packages in OS X CI ...Marco Poletti
2020-06-13Declare the dep on boost in bazel, so that Fruit builds even on systems where...Marco Poletti
2020-05-17Add a bazel flag to the CI script, needed until Bazel is available in Ubuntu ...Marco Poletti
2020-05-03Lots of changes to dockerfiles used for CI testing of Fruit and TMPPy: merge ...Marco Poletti
2020-05-02Setting the compiler via the CC/CXX env vars doesn't work with recent version...Marco Poletti
2020-05-02Disable PCH generation for XCode 11.x CI tests, it's also affected by https:/...Marco Poletti
2020-05-02Run OS X CI tests with XCode 9.4 and 11.3 instead of 9.3 and 11.4. A previous...Marco Poletti
2020-05-02Fix dockerfiles for CI builds so that they only install stable LLVM packages....Marco Poletti
2020-05-02Switch stdc++ Clang CI tests to use Clang 10 instead of 9, to see if it works...Marco Poletti
2020-05-02Switch OS X CI tests with XCode 9.x back to 9.3 because the 9.4 image in Trav...Marco Poletti
2020-05-02Add GCC 10 to the CI test script.Marco Poletti
2020-05-02Add dockerfiles for Ubuntu 20.04.Marco Poletti
2020-05-02Update the Travis CI config to test against Ubuntu 20.04 instead of 19.10 and...Marco Poletti
2020-04-11Add support for 250 classes to new_delete_benchmark.cpp.Marco Poletti
2020-04-08Run simple DI benchs with 250/1000 classes too.Marco Poletti
2020-04-08Remove duplicated benchs from the Fruit suite definition.Marco Poletti
2020-04-08Fix a bug in the error reporting code for benchmarks.Marco Poletti
2020-04-07Add support for compile memory benchmarks.Marco Poletti
2020-04-07Fix format_bench_results filtering for list-valued dimensions, and print unus...Marco Poletti
2020-04-05Add missing Boost.DI benchmarks.Marco Poletti
2020-04-05Set the CMake flags needed to run benchs without exceptions/RTTI, otherwise t...Marco Poletti
2020-04-05Also run benhchmarks with 250 classes, 1000 is too much for Boost.DI.Marco Poletti
2020-04-05Add other supported benchmarks to the (yaml) benchmark suites.Marco Poletti
2020-04-05Bump the version to 3.5.0.Marco Poletti
2020-04-05Fix the benchmark table yaml definitions (they were broken by the collection ...Marco Poletti
2020-04-05Now the benchmarking code continues with other benchmarks if there's an error...Marco Poletti
2020-04-05Compile without -Werror so that we can compare Fruit performance of the lates...Marco Poletti
2020-04-01Fix benchmark code to use the new include path for boost-di's scoped extension.Marco Poletti
2020-04-01Fix the benchmark code to work with newer versions of networkx where Graph.pr...Marco Poletti
2020-04-01Call nx.DiGraph.nodes instead of .nodes_iter(), the latter no longer exists i...Marco Poletti
2020-04-01Add type annotations in benchmarking code.Marco Poletti
2020-04-01Switch Fruit benchmark infra to yaml.safe_load(). yaml.load() now prints a wa...Marco Poletti
2020-04-01Update compiler version in bench definition files with latest compilers.Marco Poletti
2020-04-01Changes in dockerfiles needed by last few CI-related commits.Marco Poletti
2020-03-29Disable Clang tidy in libc++ CI tests, it segfaults and can't find STL header...Marco Poletti
2020-03-29Switch back to Clang 9 for libc++ CI tests, the Clang 10 packages don't work ...Marco Poletti
2020-03-29Don't run CI tests with GCC 6 in Ubuntu 16.04, it's not installed there.Marco Poletti
2020-03-28No longer run CI tests on Ubuntu 18.10, use 16.04 instead. Also run tests wit...Marco Poletti
2020-03-28Retire Bazel tests for Ubuntu 16.04, the Docker image now fails to build (and...Marco Poletti
2020-03-28Add support for Clang 10 in CI tests.Marco Poletti
2020-03-28Add support for disabling clang-tidy in each CI test, and disable it in OS X ...Marco Poletti
2020-03-28Run CI tests using Clang 10 instead of Clang 8 with Ubuntu 19.10.Marco Poletti
2020-03-28Run clang-tidy checks in CMake builds.Marco Poletti