aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Expand)Author
2022-11-14Remove config files for Travis CI and Appveyor, and update docs to mention Gi...Marco Poletti
2020-03-28Run clang-tidy checks in CMake builds.Marco Poletti
2020-03-09Update the Windows instructions in CONTRIBUTING.md to work with MSVC 2019.Marco Poletti
2020-03-06Use find_package(Boost)tt4g
2019-07-20No longer mention Bazel's --python_path=/usr/bin/python3 arg in the documenta...Marco Poletti
2018-09-01Add more info on how to set up the environment to run tests on Windows.Marco Poletti
2018-08-27Use #if instead of #ifdef for Fruit macros (apart from include guards).Marco Poletti
2017-12-27Document the vulnerability reporting process.poletti-marco
2017-12-27Mention test and code style requirements in the "Sending pull requests" secti...poletti-marco
2017-12-27Add a .clang-format config file and reformat all C++ source code using that. ...Marco Poletti
2017-11-18Make the Fruit tests pass with recent versions of Bazel (e.g. 0.7.0).Marco Poletti
2017-08-06Minor improvement to the MSVC section of the CONTRIBUTING.md file.Marco Poletti
2017-07-13Add support for collecting test coverage, and document how to do it.Marco Poletti
2017-07-08Set aggressive Fruit debug flags only in Fruit CI instead of always setting t...Marco Poletti
2017-06-17Remove the BUILD_TESTS_IN_RELEASE_MODE CMake flag, now there's almost nothing...Marco Poletti
2017-06-17Avoid copying testing files to the build directory.Marco Poletti
2017-06-17Update the documentation on how to run Fruit's tests on Windows.Marco Poletti
2017-06-12Migrate all Fruit tests to pytest, to improve parallelization. After this cha...Marco Poletti
2017-06-11Document how to build and run Fruit in Visual Studio.Marco Poletti
2017-02-18Add a CONTRIBUTING.md file to provide useful information for Fruit contributors.Marco Poletti