aboutsummaryrefslogtreecommitdiff
path: root/configuration/bazel/fruit
AgeCommit message (Expand)Author
2020-08-09Automatically detect compiler features when running under Bazel. Before this ...Marco Poletti
2017-12-27Add a .clang-format config file and reformat all C++ source code using that. ...Marco Poletti
2017-07-08Introduce a FRUIT_UNREACHABLE macro and use it instead of FruitAssert(false) ...Marco Poletti
2017-06-11Mark the old PartialComponent::install() method as deprecated.Marco Poletti
2017-05-20If __attribute__((always_inline)) is not supported by the compiler, use MSVC'...Marco Poletti
2017-03-19Introduce a FRUIT_USES_BOOST CMake flag to allow building Fruit without Boost.Marco Poletti
2017-03-12Support building Fruit with MSVC.Marco Poletti
2016-03-27Support Bazel as an alternative build system (in parallel with CMake).Marco Poletti
2016-01-31Add draft BUILD files for the Bazel build system. Building with Bazel current...Marco Poletti