aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Feature-autodetection.md
AgeCommit message (Collapse)AuthorFilesLines
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
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 Schmidt1-0/+2
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]TheQwertiest1-1/+1
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest1-1/+1
2020-03-09Document the requirement to run tests before coverage [skip ci]Vedran Miletić1-0/+5
Co-authored-by: Vedran Miletić <vedran@miletic.net>
2019-05-27Update to new ccache URLJoel Rosdahl1-5/+5
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 Pakkanen1-4/+19
2019-04-24doc: Update coverage related documentationRichard Kjerstadius1-1/+1
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-1/+1
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 Andrade1-1/+1
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade1-1/+1
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+4
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+15
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.