Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
catch2
/
aaedae60b41121da6c2d0e362f8a6bba2b420e00
aaedae6
Fixed issue with comparing non-copyable values
by Phil Nash
· 7 years ago
ff9aaf3
Added Clara and TextFlowCpp to open source users
by Phil Nash
· 7 years ago
e6ffbb7
Updated conan files to use version number
by Phil Nash
· 7 years ago
581aaae
Generated single include for develop build
by Phil Nash
· 7 years ago
0b52dbe
Small doc updates
by Phil Nash
· 7 years ago
8c0a6a4
Create CODE_OF_CONDUCT.md
by Phil Nash
· 7 years ago
8582780
Don't include string/ vector matchers if CATCH_CONFIG_MATCHERS defined
by Phil Nash
· 7 years ago
a36395e
Changed use of strncpy to memcpy
by Phil Nash
· 7 years ago
699e571
Documented benchmark-resolution-multiple command line option
by Phil Nash
· 7 years ago
07ded81
Added --libidentify and --wait-for-keypress to docs
by Phil Nash
· 7 years ago
a988af2
No longer show full usage in event of error
by Phil Nash
· 7 years ago
74dfd0b
Add open-source user
by Monocasual
· 7 years ago
917a51d
Added libidentify support, including option for waiting for keypress on exit (and/ or start)
by Phil Nash
· 7 years ago
f06ed85
Cherry picked 4f21bb72ff16f82b7fcf7362d683547f412641f4 (Add tests for #961) from master
by Martin Hořeňovský
· 7 years ago
0aec06f
Update documentation with changes from 7e4038d
by Martin Hořeňovský
· 7 years ago
7be2585
Suppress strncpy copy warnings on MSVC
by Phil Nash
· 7 years ago
94d347b
Removed StringData
by Phil Nash
· 7 years ago
3772f69
Removed String and StringBuilder
by Phil Nash
· 7 years ago
ece64c3
Removed redundant .c_str()s from StringRef usages
by Phil Nash
· 7 years ago
fa3535e
Added << ostream overload to StringRef
by Phil Nash
· 7 years ago
bb8c1fb
Rebased with string conversion tests
by Phil Nash
· 7 years ago
c659e0f
StringRef conversions to/ from std::string
by Phil Nash
· 7 years ago
1aab791
reformatted benchmark output a bit
by Phil Nash
· 7 years ago
eed4ae8
Added config to control multiple of clock resolution to run benchmark iterations for
by Phil Nash
· 7 years ago
df5c31b
Cleaned up the output a bit
by Phil Nash
· 7 years ago
684cbb2
Fixes issue with fatal errors and non-failing assertions Fixes #990
by Phil Nash
· 7 years ago
6282999
Rebased approvals with info loop change
by Phil Nash
· 7 years ago
97c06ca
Merge branch 'reevaluate' into dev-modernize
by Phil Nash
· 7 years ago
3382312
Remove obsoleted `SCOPED_MSG` and `SCOPED_CAPTURE`
by Martin Hořeňovský
· 7 years ago
5da76bb
Allow specifying default reporter at compile time
by Martin Hořeňovský
· 7 years ago
11295a2
Make catch_stream.hpp a standard .cpp file
by Martin Hořeňovský
· 7 years ago
aa42dd9
Merge branch 'master' into dev-modernize
by Martin Hořeňovský
· 7 years ago
7e4038d
Capture std::clog writes and combine them with std::cerr writes (#989)
by Martin Hořeňovský
· 7 years ago
ee9b19e
Moved matcher-based capture macros into their own file
by Phil Nash
· 7 years ago
b59e0ed
Collapsed alternate capture macros now originals are redundant
by Phil Nash
· 7 years ago
8d21b4a
Removed some unnecessary #includes
by Phil Nash
· 7 years ago
4b5ac4d
Actually do what the previous commit claimed to do! :-s
by Phil Nash
· 7 years ago
8382d99
Workaround for GCC 4.8 "deleted ctor in aggregate" bug
by Phil Nash
· 7 years ago
dc1df29
Suppressed some warnings
by Phil Nash
· 7 years ago
8c95a81
Removed all (well, most) of the redundant, ResultBuilder-based, code
by Phil Nash
· 7 years ago
7df290d
Integrated new AssertionHandler into unexpected exception handling in RunContext
by Phil Nash
· 7 years ago
201028d
Integrated INTERNAL_CATCH_THROWS with new AssertionHandler
by Phil Nash
· 7 years ago
27fd8f8
Integrated INTERNAL_CATCH_THROWS_STR_MATCHES with new AssertionHandler
by Phil Nash
· 7 years ago
ef4fa56
integrated INTERNAL_CATCH_THROWS_MATCHES with new AssertionHandler
by Phil Nash
· 7 years ago
9668410
integrated INTERNAL_CHECK_THAT with new AssertionHandler
by Phil Nash
· 7 years ago
92d714e
Update `updateVcpkgPackage` script for the new port format
by Martin Hořeňovský
· 7 years ago
705a1bf
Add wandbox to release process documentation
by Martin Hořeňovský
· 7 years ago
2832e23
Restored exceptionGuard functionality under CATCH_CONFIG_FAST_COMPILE
by Phil Nash
· 7 years ago
5f91724
integrated AssertionHandler into INTERNAL_CATCH_MSG
by Phil Nash
· 7 years ago
8a97bee
integrated AssertionHandler into INTERNAL_CATCH_THROWS_AS
by Phil Nash
· 7 years ago
f033f4f
integrated AssertionHandler into INTERNAL_CATCH_NO_THROW
by Phil Nash
· 7 years ago
f247ce5
First cut of new AssertionHandler/ Decomposer
by Phil Nash
· 7 years ago
f8148eb
Made macroName and capturedExpression StringRefs
by Phil Nash
· 7 years ago
59f9bcf
Reduced AssertionInfo to a pure record type
by Phil Nash
· 7 years ago
5e60050
Removed default ctors for AssertionInfo, AssertionResult and SourceLineInfo
by Phil Nash
· 7 years ago
e658bac
Refactored how FAST_COMPILE affects internal test macros (less duplication)
by Phil Nash
· 7 years ago
3a409e9
Suppress more signed/ unsigned mismatches during Evaluator calls on MSVC
by Phil Nash
· 7 years ago
63392e0
Refactored Evaluator templates to only be specialised on Op, with Lhs/Rhs types templated on method instead
by Phil Nash
· 7 years ago
0a2ce87
Removed compare layer from expression evaluation
by Phil Nash
· 7 years ago
b3b29f4
Use size_t for String size types
by Phil Nash
· 7 years ago
cff3818
Correctly handle special tags that also imply being hidden (!benchmark)
by Phil Nash
· 7 years ago
519db85
Report benchmark durations in natural units
by Phil Nash
· 7 years ago
4421672
Removed benchmark tests from approval tests (for now)
by Phil Nash
· 7 years ago
f45d35c
Added benchmark tests
by Phil Nash
· 7 years ago
22e9ebe
Factored table writing code out into a TablePrinter class (removes a lot of magic numbers and ad-hoc formatting)
by Phil Nash
· 7 years ago
97d6b08
Changed clock resolution estimator to return uint64_t
by Phil Nash
· 7 years ago
a9b6813
First draft of (experimental) benchmarking support
by Phil Nash
· 7 years ago
a1e3f0b
Moved Timer impl back to cpp
by Phil Nash
· 7 years ago
39d37d9
Timer resolution is now nanoseconds
by Phil Nash
· 7 years ago
c7028f7
Made most of Timer class inline - and export getCurrentMicrosecondsSinceEpoch()
by Phil Nash
· 7 years ago
5450de2
Added some missing `override`s and removed some `virtual`s from overrides
by Phil Nash
· 7 years ago
d5613fb
Update matchers docs to reflect namespace usage
by Cody Han
· 7 years ago
3882ac1
Include proper exception header in enforce.h
by Martin Hořeňovský
· 7 years ago
e8b785b
Fixup bad merge in 2212cdfe
by Martin Hořeňovský
· 7 years ago
62875c8
Add a landing page link to wandbox with catch preloaded
by Martin Hořeňovský
· 7 years ago
887fe1d
Adding more flexibility into the cmake catch parsing script (#971)
by Danila Sukharev
· 7 years ago
eab56d6
Initial support for native IBM i ILE C++ (#976)
by Anton Vorobyev
· 7 years ago
2212cdf
Eliminate some work when results won't be reported.
by Neal Coombes
· 7 years ago
2874146
Update tutorial.md
by Markus Werle
· 7 years ago
7a76ff1
added 'args' argument parser library
by Ivan Kush
· 7 years ago
4f72202
Fix for JUnit reporter when using dynamically generated sections (#963)
by Fran García Salomón
· 7 years ago
cde987a
Note start of .cpp files in single header
by Martin Hořeňovský
· 7 years ago
249bf11
Route all T* comparisons through const void* comparisons
by Martin Hořeňovský
· 7 years ago
6d46735
Add missing <algorithm> include in catch_approx.hpp
by Martin Hořeňovský
· 7 years ago
85e14c5
Move some compile-time dispatch to runtime
by Martin Hořeňovský
· 7 years ago
feca97d
Split out internal error macros from the common path
by Martin Hořeňovský
· 7 years ago
c815ad1
Fix fwd declaration of IConfig in catch_test_case_registry_impl.hpp
by Martin Hořeňovský
· 7 years ago
d4e796c
Move Section(End)Info bodies to proper .cpp file
by Martin Hořeňovský
· 7 years ago
ec2074e
Adding more flexibility into the cmake catch parsing script (#971)
by Danila Sukharev
· 7 years ago
7575749
Fix compilation error on older compilers
by Martin Hořeňovský
· 7 years ago
8a2ff20
Address some of the Resharper finds for Catch 1
by Martin Hořeňovský
· 7 years ago
d3377c7
Initial support for native IBM i ILE C++ (#976)
by Anton Vorobyev
· 7 years ago
0a3f899
Move windows.h reduction logic into windows.h proxy header
by Martin Hořeňovský
· 7 years ago
c5dfa73
Disable build broken by travis changes
by Martin Hořeňovský
· 7 years ago
d118ce1
Disable build broken by travis changes
by Martin Hořeňovský
· 7 years ago
d08e31d
Fix inverted CATCH_CONFIG_DISABLE_MATCHERS toggle
by Martin Hořeňovský
· 7 years ago
0ca4cfb
Introduce compile time toggle to remove Matchers from TU
by Martin Hořeňovský
· 7 years ago
35c1301
Fix missing CATCH_ prefixed macros
by Martin Hořeňovský
· 7 years ago
d01fe03
Removed <algorithm> include from the main path
by Martin Hořeňovský
· 7 years ago
287cc92
Remove <set> include from the common test path
by Martin Hořeňovský
· 7 years ago
Next »