aboutsummaryrefslogtreecommitdiff
path: root/configuration/fruit-config-base.h.in
AgeCommit message (Expand)Author
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-01-31Get rid of the last per-compiler check, introducing a new FRUIT_HAS_CXA_DEMAN...Marco Poletti