summaryrefslogtreecommitdiff
path: root/docs/markdown/Feature-autodetection.md
AgeCommit message (Collapse)Author
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something.
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt
Sonarcloud.io only can read the sonarqube based report that gcovr can produce. This change enables support for this output in meson and ninja. Signed-off-by: Weston Schmidt <Weston_Schmidt@alumni.purdue.edu>
2020-06-30Replaced `ninja` with `meson` [skip ci]TheQwertiest
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2020-03-09Document the requirement to run tests before coverage [skip ci]Vedran Miletić
Co-authored-by: Vedran Miletić <vedran@miletic.net>
2019-05-27Update to new ccache URLJoel Rosdahl
ccache’s web site is now located at https://ccache.dev. Bonus: Use the preferred capitalization “Ccache” instead of “CCache”.
2019-04-24Rewrap text. [skip ci]Jussi Pakkanen
2019-04-24doc: Update coverage related documentationRichard Kjerstadius
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed
Modern gcovr includes html generation support so if lcov and genhtml are not available fallback to gcovr. Kept lcov and genhtml as default so to not surprise existing users of coverage-html with the different output of gcovr. gcovr added html support in 3.0 but as there already is a test for 3.1 because of the changes to -r/--rootdir I opted to only allow html generation for >= 3.1 to keep things simple.
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.