• Home
  • Raw
  • Download

Lines Matching refs:Fruit

2 # Contributing to Fruit
4 This file contains various information and documentation for Fruit contributors.
5 If you only want to use Fruit, see the [wiki](https://github.com/google/fruit/wiki);
6 you can find instructions for building Fruit manually
9 If you actually want to change Fruit itself, that's great! Read on.
15 Fruit supports two build systems: CMake (configured in `CMakeLists.txt` files) and
18 This means that when you build/test Fruit code you have a choice of what build system you want to u…
20 `CMakeLists.txt` and `BUILD` files, to make sure that Fruit keeps building (and passing its tests) …
24 Example commands to build a development version of Fruit using CMake (with all assertions enabled) …
38 Fruit uses Travis CI for continuous integration. You can see the latest CI runs in Travis CI
51 Fruit tests run in Travis CI in various configurations/environments, notably:
96 ### How to run Fruit tests on Windows
98 You can import Fruit in Visual Studio (2017 and later) as a CMake project. You need to set the rele…
128 …isual Studio to use the C7 format for debugging information, which allows Fruit's tests to run in …
132 …o (from the menu: CMake -> Cache -> Generate -> CMakeLists.txt) and build Fruit (from the menu: CM…
134 You can also run tests, but *only* from the command-line (after building Fruit from Visual Studio),…
169 ### What to install in order to develop Fruit code
172 [the compiler you need to install to build Fruit](https://github.com/google/fruit/wiki/install#depe…
173 when developing Fruit code you might need some of the following software. Note that depending on yo…
200 Fruit's test suite supports collecting test coverage (only when building with GCC on Linux using CM…
223 Note that the "percentage of **functions** covered" metric is not meaningful for Fruit, since it co…
228 C++ code in Fruit should be indented using clang-format (a `.clang-format` file is provided in the
237 In case of a security vulnerability in Fruit, please contact [poletti.marco@gmail.com](mailto:polet…