Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
catch2
/
8d5d54e52939326eadee0935432d832f4bed442e
8d5d54e
Docs: note to INFO
by Jozef Grajciar
· 6 years ago
73d533f
Examples: add semicolon after INFO
by Jozef Grajciar
· 6 years ago
899c5ed
Console Colour: fix compilation
by Jozef Grajciar
· 6 years ago
084b1d5
Fix colourized output to file
by Martin Hořeňovský
· 6 years ago
4109870
Merge pull request #1484 from Lotterleben/extend_contributing
by Martin Hořeňovský
· 6 years ago
2988e9f
Update contributing.md to reflect current test setup
by Martin Hořeňovský
· 6 years ago
bc02ada
Add build instructions to contributing.md
by Lotte Steenbrink
· 6 years ago
61e1ea9
Merge pull request #1492 from Lotterleben/fix_1394
by Martin Hořeňovský
· 6 years ago
b275ead
Remove the obsolete issue template
by Martin Hořeňovský
· 6 years ago
b0381e4
Update issue templates
by Martin Hořeňovský
· 6 years ago
8989c9b
Integrate tests for #1394 into our test suite
by Martin Hořeňovský
· 6 years ago
d084162
Avoid superfluous re-run when specific section is selected
by Lotte Steenbrink
· 6 years ago
0387fb6
Added Bloomlife to list of commercial users
by Torfinn Berset
· 6 years ago
75200b4
Change CATCH_BREAK_INTO_DEBUGGER to always expand into a function call
by Martin Hořeňovský
· 6 years ago
17e09be
Fix stupid (C4800) warning
by Martin Hořeňovský
· 6 years ago
1c99b0f
Minor cleanup in decomposer
by Martin Hořeňovský
· 6 years ago
64a0f46
Add missing noexcept in move constructors
by Martin Hořeňovský
· 6 years ago
47602ac
RunContext: Uninit Member
by Axel Huebl
· 6 years ago
d1e7344
ClockEstimate: DivByZero
by Axel Huebl
· 6 years ago
3ed5441
fix ctest output with space before name
by NeroBurner
· 6 years ago
bdee512
small cleanup of code
by Jozef Grajciar
· 6 years ago
188b3e6
hexEscapeChar: restore stream
by Axel Huebl
· 6 years ago
bbf70ca
Missing <type_traits> include
by Antonio Mallia
· 6 years ago
23f023f
cpp higlighting for test-cases-and-sections.md
by NeroBurner
· 6 years ago
c1720d0
Fix assert message
by Martin Hořeňovský
· 6 years ago
d54c225
Add additional static_assert for the REQUIRE(a == b && c == d) case
by hbina4326
· 6 years ago
b3facee
Add nice error messages for unsupported && and ||
by BiCapitalization
· 6 years ago
e7fce90
Force to install Conan 1.10.2
by Uilian Ries
· 6 years ago
799c7a2
Remove redundant move to avoid Wredundant-move with Clang
by Khem Raj
· 6 years ago
9bc1593
Don't use exception-related std:: functions with -fno-exceptions
by Martin Hořeňovský
· 6 years ago
461843b
Merge pull request #1468 from JoeyGrajciar/template_product_test_case
by Martin Hořeňovský
· 6 years ago
5b4ffd3
Docs: added docs for TEMPLATE_PRODUCT_TEST_CASE
by Jozef Grajciar
· 6 years ago
21a1cd5
Template tests: added TEMPLATE_PRODUCT_TEST_CASE
by Jozef Grajciar
· 6 years ago
4902cd7
#926 Fix Conan package reference
by Uilian Ries
· 6 years ago
18ff347
Deprecated 'sudo: false' removed from travis config.
by offa
· 6 years ago
d0de666
Merge pull request #1458 from ndusart/cppcodec
by Martin Hořeňovský
· 6 years ago
6ccd467
v2.5.0
by Martin Hořeňovský
· 6 years ago
34dcd2c
Remove remains of the old conan things from release script
by Martin Hořeňovský
· 6 years ago
16656c4
Update the release process documentation
by Martin Hořeňovský
· 6 years ago
862955d
add cppcodec in opensource users
by Nicolas Dusart
· 6 years ago
df019cc
Turn "deprecations" into "deprecations and planned changes"
by Martin Hořeňovský
· 6 years ago
695e6ea
Merge pull request #1448 from catchorg/dev-redo-capturer-parsing
by Martin Hořeňovský
· 6 years ago
59087f7
Fix CAPTURE macro for nontrivial uses
by Martin Hořeňovský
· 6 years ago
62460fa
Merge pull request #1443 from uilianries/feature/conanio
by Martin Hořeňovský
· 6 years ago
ac0a83a
Update Conan recipe
by Uilian Ries
· 6 years ago
77f29c2
Add more deprecations
by Martin Hořeňovský
· 6 years ago
c6a89f1
Add `std::isnan` polyfill, fixing compilation under Embarcadero
by Martin Hořeňovský
· 6 years ago
a9d5b71
Add note about release signing to release docs
by Martin Hořeňovský
· 6 years ago
396e095
Add ToC to "Test cases and sections" documentation
by Martin Hořeňovský
· 6 years ago
68860ff
Add deprecations documentation
by Martin Hořeňovský
· 6 years ago
99b37a4
Merge pull request #1445 from thecppzoo/master
by Martin Hořeňovský
· 6 years ago
1dccd26
Fix link in documentation
by Martin Hořeňovský
· 6 years ago
3f3238e
operator<< works from the global namespace
by thecppzoo
· 6 years ago
450dd05
Merge pull request #1437 from JoeyGrajciar/type_params_tests_v2
by Martin Hořeňovský
· 6 years ago
00d4f5d
Add documentation for templated tests
by Martin Hořeňovský
· 6 years ago
2d906a9
Add support for templated tests
by Jozef Grajciar
· 6 years ago
489a410
ConsoleReporter: minor formatting fix
by Jozef Grajciar
· 6 years ago
eccbffe
Add MSVC warning 5038 (Wreorder equivalent) to CMakeLists
by Martin Hořeňovský
· 6 years ago
c51f2ed
Make TestEventListenerBase register all verbosities
by Martin Hořeňovský
· 6 years ago
de6bfb5
Remove obsolete comment
by Martin Hořeňovský
· 6 years ago
87950d9
Fix Cute test framework URL
by Antonio Borondo
· 6 years ago
d0eb9df
Remove unused partial specialization for MatcherMethod<T>
by Martin Hořeňovský
· 6 years ago
03d122a
v2.4.2
by Martin Hořeňovský
· 6 years ago
1d9b506
Add documentation for some miscellaneous and less important macros
by Martin Hořeňovský
· 6 years ago
779e83b
Update Clara to v1.1.5 to fix TextFlow bugs
by Martin Hořeňovský
· 6 years ago
544c7d7
Add the optional variable OptionalCatchTestLauncher
by Stephane Del Pino
· 6 years ago
8b3c09c
Catch's CLI now checks whether requested reporter exists
by Maciej Patro
· 6 years ago
b7f4123
Remove unused parameter from listReporters()
by Maciej Patro
· 6 years ago
1faccd6
Improve path normalization for approvalTests.py
by MaciejPatro
· 6 years ago
ab98afe
Catch::LeakDetector: added cleanup call to destructor
by Jozef Grajciar
· 6 years ago
054d356
Add STATIC_REQUIRE assertion
by Martin Hořeňovský
· 6 years ago
0144ae9
Fix catch_discover_tests() - now should correctly find tests with commas | Related to #1327
by Maciej Patro
· 6 years ago
e130701
Session::applyCommandLine overload on wchar_t (#1401)
by JoeyGrajciar
· 6 years ago
6b9ca08
Add tests for #1404
by Martin Hořeňovský
· 6 years ago
9f8b848
XmlReporter: add information about rng-seed
by Jozef Grajciar
· 6 years ago
aaaac35
Add tests for #1403
by Martin Hořeňovský
· 6 years ago
6cede01
Fix different operator<< overload sets used for SFINAE and insertion
by Eddie
· 6 years ago
f1faaa9
Fix convert from char on ARM build
by Miguel Gaio
· 6 years ago
9e1bdca
v2.4.1
by Martin Hořeňovský
· 6 years ago
be49a53
Fix a bug in UnorderedEqualsMatcher
by Martin Hořeňovský
· 6 years ago
558bbe7
Add example for TeamCity reporter and refer to it
by Martin Moene
· 7 years ago
f4881f1
prevent cygwin to_string compiler error
by wimo7083
· 6 years ago
de06340
Abort when total assertions failed is greater than or equal to configured value
by Mike Cowan
· 6 years ago
4dd6e81
Update "Known limitations" section of documentation
by Martin Hořeňovský
· 6 years ago
9e6d7bb
Add documentation for installing Catch from the repository
by Martin Hořeňovský
· 6 years ago
dfb025c
Change wording of Approx documentation to be less misleading
by Martin Hořeňovský
· 6 years ago
c638c57
Add StringMaker for std::variant, std::monostate (#1380)
by melak47
· 6 years ago
a575536
Add StringMaker for std::(w)string_view
by melak47
· 6 years ago
1eb42ee
Add C++17 builds to Travis
by Martin Hořeňovský
· 6 years ago
46e99e2
Fixup TOC script sluggification and documentation
by Martin Hořeňovský
· 6 years ago
a212fb4
Merge branch 'dev-appveyor-fixup-coverage-scripts'
by Martin Hořeňovský
· 6 years ago
1e98c82
Simplify the Appveyor configuration batch script
by Martin Hořeňovský
· 6 years ago
bcfa9b1
Properly exit appveyor batch scripts on error
by Martin Hořeňovský
· 6 years ago
a3876ad
Fix CTest regex error
by Martin Hořeňovský
· 6 years ago
2a4725b
Enable some more generator tests in standard test run
by Martin Hořeňovský
· 6 years ago
a81c01d
Updated documentation TOCs
by Martin Moene
· 6 years ago
60b05b2
v2.4.0
by Martin Hořeňovský
· 6 years ago
232ea3c
Add documentation for no-exception support
by Martin Hořeňovský
· 6 years ago
a5c900d
Add ExtraTest for CATCH_CONFIG_DISABLE
by Martin Hořeňovský
· 6 years ago
8b01883
Add support for -fno-exceptions (or equivalent)
by Martin Hořeňovský
· 6 years ago
Next »