Commit fe0ac89
File tree
62 files changed
+901
-300
lines changed- docs
- extern
- include/toml++
- python
- tests
- vs
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+901
-300
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
230 | | - | |
| 232 | + | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| |||
246 | 248 | | |
247 | 249 | | |
248 | 250 | | |
| 251 | + | |
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
- .github/FUNDING.yml+1-1
- CMakeLists.txt+12-11
- README.md+2-2
- contrib/Catch.cmake+32-2
- contrib/CatchAddTests.cmake+51
- contrib/ParseAndAddCatchTests.cmake+21-8
- docs/cmake-integration.md+44
- docs/command-line.md+10
- docs/contributing.md+139-106
- docs/generators.md+63-17
- docs/release-notes.md+75
- examples/301-Gen-MapTypeConversion.cpp+3-1
- include/catch.hpp+1-1
- include/internal/catch_commandline.cpp+3
- include/internal/catch_compiler_capabilities.h+6-14
- include/internal/catch_config.cpp+1
- include/internal/catch_config.hpp+2
- include/internal/catch_config_uncaught_exceptions.hpp+44
- include/internal/catch_debugger.h+5-1
- include/internal/catch_interfaces_config.h+1
- include/internal/catch_output_redirect.cpp+1-1
- include/internal/catch_run_context.cpp+23-4
- include/internal/catch_test_case_registry_impl.cpp+3-3
- include/internal/catch_test_case_tracker.cpp+2-1
- include/internal/catch_test_case_tracker.h+4-1
- include/internal/catch_test_registry.h+6-6
- include/internal/catch_tostring.h+2-2
- include/internal/catch_uncaught_exceptions.cpp+2
- include/internal/catch_version.cpp+1-1
- include/reporters/catch_reporter_bases.cpp+11
- include/reporters/catch_reporter_bases.hpp+4-1
- include/reporters/catch_reporter_compact.cpp+3-6
- include/reporters/catch_reporter_compact.h-2
- include/reporters/catch_reporter_console.cpp+3-2
- include/reporters/catch_reporter_tap.hpp+12-11
- include/reporters/catch_reporter_xml.cpp+8
- projects/CMakeLists.txt+2
- projects/ExtraTests/CMakeLists.txt+34
- projects/SelfTest/Baselines/compact.sw.approved.txt+43
- projects/SelfTest/Baselines/console.std.approved.txt+2-2
- projects/SelfTest/Baselines/console.sw.approved.txt+431-2
- projects/SelfTest/Baselines/console.swa4.approved.txt+420-2
- projects/SelfTest/Baselines/junit.sw.approved.txt+11-1
- projects/SelfTest/Baselines/sonarqube.sw.approved.txt+10
- projects/SelfTest/Baselines/xml.sw.approved.txt+351-2
- projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp+47
- projects/SelfTest/IntrospectiveTests/ToString.tests.cpp+11
- projects/SelfTest/TimingTests/Sleep.tests.cpp+23
- projects/SelfTest/UsageTests/Generators.tests.cpp+1
- projects/TestScripts/testRandomOrder.py+2-2
- single_include/catch2/catch.hpp+201-82
- single_include/catch2/catch_reporter_tap.hpp+12-11
- CREDITS.rst+3-2
- css/m-components.css+3
- css/m-dark+documentation.compiled.css+4-1
- css/m-dark.compiled.css+3
- css/m-dark.documentation.compiled.css+1-1
- css/m-documentation.css+1-1
- css/m-light+documentation.compiled.css+4-1
- css/m-light.compiled.css+3
- css/m-light.documentation.compiled.css+1-1
- doc/documentation/python.rst+44-32
- doc/plugins/metadata.rst+1-1
- documentation/python.py+22-4
- documentation/search.js+3-1
- documentation/templates/doxygen/annotated.html+1-1
- documentation/templates/doxygen/files.html+1-1
- documentation/templates/doxygen/modules.html+1-1
- documentation/templates/doxygen/namespaces.html+1-1
- documentation/templates/doxygen/pages.html+1-1
- documentation/templates/python/classes.html+1-1
- documentation/templates/python/modules.html+1-1
- documentation/templates/python/pages.html+1-1
- documentation/test_doxygen/compound_deprecated/annotated.html+1-1
- documentation/test_doxygen/compound_deprecated/files.html+1-1
- documentation/test_doxygen/compound_deprecated/modules.html+1-1
- documentation/test_doxygen/compound_deprecated/namespaces.html+1-1
- documentation/test_doxygen/compound_deprecated/pages.html+1-1
- documentation/test_doxygen/compound_filename_case/pages.html+1-1
- documentation/test_doxygen/compound_inline_namespace/annotated.html+1-1
- documentation/test_doxygen/compound_inline_namespace/namespaces.html+1-1
- documentation/test_doxygen/compound_listing/annotated.html+1-1
- documentation/test_doxygen/compound_listing/files.html+1-1
- documentation/test_doxygen/compound_listing/namespaces.html+1-1
- documentation/test_doxygen/compound_listing/pages.html+1-1
- documentation/test_doxygen/compound_modules/modules.html+1-1
- documentation/test_doxygen/compound_since/annotated.html+1-1
- documentation/test_doxygen/compound_since/files.html+1-1
- documentation/test_doxygen/compound_since/modules.html+1-1
- documentation/test_doxygen/compound_since/namespaces.html+1-1
- documentation/test_doxygen/compound_since/pages.html+1-1
- documentation/test_doxygen/cpp_derived/annotated.html+1-1
- documentation/test_doxygen/layout/pages.html+1-1
- documentation/test_doxygen/page_brief/pages.html+1-1
- documentation/test_doxygen/page_empty_page/pages.html+1-1
- documentation/test_doxygen/page_order/pages.html+1-1
- documentation/test_doxygen/page_subpage_of_index/pages.html+1-1
- documentation/test_doxygen/undocumented/annotated.html+1-1
- documentation/test_doxygen/undocumented/files.html+1-1
- documentation/test_python/content/classes.html+1-1
- documentation/test_python/inspect_annotations/inspect_annotations.html+10
- documentation/test_python/inspect_annotations/inspect_annotations.py+13-6
- documentation/test_python/inspect_string/classes.html+1-1
- documentation/test_python/inspect_string/modules.html+1-1
- documentation/test_python/link_formatting/s.classes.html+1-1
- documentation/test_python/link_formatting/s.modules.html+1-1
- documentation/test_python/link_formatting/s.pages.html+1-1
- documentation/test_python/page/pages.html+1-1
- documentation/test_python/page_plugins/plots.html+1-3
- package/ci/travis.yml+5-4
- plugins/m/images.py+12-3
- plugins/m/plots.py+21-3
- plugins/m/test/plots/page-22.html+4-12
- plugins/m/test/plots/page-30.html+4-12
- plugins/m/test/plots/page-py35.html+4-12
- plugins/m/test/plots/page.html+4-12
Submodule toml-test updated from 280497f to 6538e54
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
318 | 323 | | |
319 | 324 | | |
320 | 325 | | |
| |||
346 | 351 | | |
347 | 352 | | |
348 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
349 | 357 | | |
350 | 358 | | |
351 | 359 | | |
| |||
395 | 403 | | |
396 | 404 | | |
397 | 405 | | |
398 | | - | |
399 | 406 | | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
400 | 411 | | |
401 | 412 | | |
402 | 413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
20 | 41 | | |
21 | 42 | | |
22 | 43 | | |
| |||
25 | 46 | | |
26 | 47 | | |
27 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
28 | 53 | | |
29 | 54 | | |
30 | 55 | | |
31 | 56 | | |
32 | 57 | | |
33 | 58 | | |
34 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
35 | 64 | | |
36 | 65 | | |
37 | 66 | | |
| |||
58 | 87 | | |
59 | 88 | | |
60 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
61 | 98 | | |
62 | 99 | | |
63 | 100 | | |
| |||
0 commit comments