aboutsummaryrefslogtreecommitdiff
path: root/configuration
AgeCommit message (Expand)Author
2020-09-21Upgrade google-fruit to 928458857f4b85a0016c2d724486343b4660cb46Haibo Huang
2020-08-09Fix bazel build errors introduced by 94cefefb42f3685c1d64664e6aa9cbaf834b25ee...Marco Poletti
2020-08-09Automatically detect compiler features when running under Bazel. Before this ...Marco Poletti
2020-03-05Upgrade google-fruit to 0cecdd8a5155f3e2ba4871f1792bd1ac641aa62aHaibo Huang
2020-03-01Use GNUInstallDirs modulett4g
2018-08-10android: Add build target 'libfruit'master-cuttlefish-testing-releaseIgor Murashkin
2018-04-22Remove an unnecessary list of flags when testing compiler features, it's alre...Marco Poletti
2017-12-27Add a .clang-format config file and reformat all C++ source code using that. ...Marco Poletti
2017-07-13Add support for collecting test coverage, and document how to do it.Marco Poletti
2017-07-08Introduce a FRUIT_UNREACHABLE macro and use it instead of FruitAssert(false) ...Marco Poletti
2017-06-11Fix the logic that detects whether [[deprecated]] and __attribute__((deprecat...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-25Fix 'make install', a path was incorrect. Also start testing 'make install' i...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-11-06Fix a build issue introduced by the pull request #33.Marco Poletti
2016-11-06Make the unittests actually compile the tests when fruit is used as a submoduleMark Swaanenburg
2016-03-27Support Bazel as an alternative build system (in parallel with CMake).Marco Poletti
2016-03-26Merge branch 'master' into bazelMarco Poletti
2016-02-14Take into account additional linker flags in the configure phase. This fixes ...Marco Poletti
2016-02-14Add a cast to void when checking for FRUIT_HAS_CXA_DEMANGLE, otherwise with -...Marco Poletti
2016-02-14Add a DebugPlain postsubmit testing mode (needed for OS X), and fix a CMake c...Marco Poletti
2016-02-14Fix quoting in CMake if() conditions.Marco Poletti
2016-02-14Fix syntax errors in CMakeLists.txt.Marco Poletti
2016-02-14When the compiler/STL feature detection fails, fall back to the standard-comp...Marco Poletti
2016-01-31Add draft BUILD files for the Bazel build system. Building with Bazel current...Marco Poletti
2016-01-31Get rid of the last per-compiler check, introducing a new FRUIT_HAS_CXA_DEMAN...Marco Poletti
2016-01-30Add configure-time checks on compiler and STL features, and use the results o...Marco Poletti