aboutsummaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Expand)Author
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
2020-03-28Use Ubuntu 19.10 instead of 19.04 for Fruit CI tests.Marco Poletti
2020-03-11Revert "Use travis_wait for each brew call instead of wrapping the entire ins...Marco Poletti
2020-03-11Use travis_wait for each brew call instead of wrapping the entire install scr...Marco Poletti
2020-03-11Use travis_wait when installing brew packages in OS X CI builds, to avoid occ...Marco Poletti
2020-03-11Revert "Skip updating (pin) some more packages in OS X CI runs, they take a l...Marco Poletti
2020-03-11Use Ubuntu xenial as base OS for CI test runs (this is the OS that runs docke...Marco Poletti
2020-03-11Skip updating (pin) some more packages in OS X CI runs, they take a long time...Marco Poletti
2020-03-08Unlink python2 in the OS X CI script, so that we can then link python3.Marco Poletti
2020-03-08Ignore failure codes from "brew upgrade", it can succeed but exit with a non-...Marco Poletti
2020-03-08Pin more packages to speed up OS X CI runs and avoid timeouts.Marco Poletti
2020-03-08Don't upgrade postgis and its transitive deps in OS X CI builds, it takes too...Marco Poletti
2020-03-07Remove extras/bazel_root/third_party/fruit/build, that causes errors when unp...Marco Poletti
2020-03-01Set version argument of project()tt4g
2020-03-01Use GNUInstallDirs modulett4g
2019-12-22Install absl-py when running CI tests on Appveyor.Marco Poletti
2019-12-22Switch back to testing with Clang 8 instead of Clang 9 in OS X CI tests, the ...Marco Poletti
2019-12-22Fix typo in the Clang 9 symlink created when running CI tests on OS X.Marco Poletti
2019-12-22Create an extra symlink for Clang 9 when running CI tests on OX X.Marco Poletti
2019-12-22Don't try to create a simlink that already exists in OS X CI tests with Clang...Marco Poletti