Sign in
android
/
platform
/
external
/
catch2
/
2816b606749b3f0ba23fbff76e0252ef7caf826a
/
include
/
reporters
/
catch_reporter_console.cpp
5561d03
Different approach to proper colouring of filters
by Martin Hořeňovský
· 5 years ago
3a15315
Switch back to uncolored output after printing filters
by Till Hofmann
· 5 years ago
022b61f
Don't cast nanoseconds to integers when writing output
by khyperia
· 5 years ago
8485684
Fixes #1766: Catch terminates when parsing invalid test name
by amitherman95
· 5 years ago
2331249
Simplified benchmark output with --benchmark-no-analysis
by RT222
· 5 years ago
293012a
Inline SourceLineInfo::empty definition
by Martin Hořeňovský
· 6 years ago
a5bb3e3
Small updates to include directives (#1726)
by Matthias Moulin
· 6 years ago
fe967b1
Remove the ill-considered StringRef::numberOfCharacters
by Martin Hořeňovský
· 6 years ago
789f359
Do not write singular characters into stream as C-strings
by Martin Hořeňovský
· 6 years ago
e340ab8
Various improvements to the benchmarking support
by Martin Hořeňovský
· 6 years ago
ce2560c
Integrate Nonius benchmark into Catch2
by Joachim Meyer
· 6 years ago
8af8704
support for printing test filters (PR #1585)
by Ziv Shahaf
· 6 years ago
093b724
Remove non-ASCII characters from the distributable parts
by Martin Hořeňovský
· 6 years ago
489a410
ConsoleReporter: minor formatting fix
by Jozef Grajciar
· 6 years ago
3035120
Some bits of tidy up
by Phil Nash
· 7 years ago
61e29b5
Fix AssertionPrinter name conflict in console and compact reporters
by Neal Coombes
· 7 years ago
98d4c49
Provide ConsoleReporter declaration with EXTERNAL_INTERFACES
by Martin Hořeňovský
· 7 years ago
56e1075
Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path
by Phil Nash
· 7 years ago
c672512
Fix C4601 and enable C4602 warning for internal builds
by Martin Hořeňovský
· 7 years ago
b9ff7ec
Fixed issues for ObjC use (see #1011)
by Phil Nash
· 8 years ago
8da0d04
qualified a load of size_ts with std:: namespace (all those not from Clara)
by Phil Nash
· 8 years ago
c5608f0
Changed all .hpp extensions to .h where there is now a corresponding .cpp
by Phil Nash
· 8 years ago
f99f511
Removed *_REGISTER_REPORTER from main path
by Martin Hořeňovský
· 8 years ago
ece64c3
Removed redundant .c_str()s from StringRef usages
by Phil Nash
· 8 years ago
1aab791
reformatted benchmark output a bit
by Phil Nash
· 8 years ago
519db85
Report benchmark durations in natural units
by Phil Nash
· 8 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
· 8 years ago
a9b6813
First draft of (experimental) benchmarking support
by Phil Nash
· 8 years ago
1e59cce
Addressed Resharper-C++ warnings
by Martin Hořeňovský
· 8 years ago
3a37f45
Removed tbc_text_format (superceded by TextFlow)
by Phil Nash
· 8 years ago
6ec7709
removed final use of tbc_text_format (console reporter)
by Phil Nash
· 8 years ago
f0890dc
removed redundant virtuals on override functions (and added a couple of overrides)
by Phil Nash
· 8 years ago
87a66b8
Address results of PVS-Studio static analysis
by Martin Hořeňovský
· 8 years ago
cf2678d
Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch
by Martin Hořeňovský
· 8 years ago
01a21f6
Converted a load of spelt out iterators to auto
by Phil Nash
· 8 years ago
1d3bfa0
More include and impl refactoring
by Martin Hořeňovský
· 8 years ago
5f3f19d
Default included reporters are now also in .cpp files
by Martin Hořeňovský
· 8 years ago
[Renamed (98%) from include/reporters/catch_reporter_console.hpp]
af05ccf
Merge remote-tracking branch 'upstream/dev-modernize' into dev-better-verbosity
by Baruch Burstein
· 8 years ago
e749724
A load more C++11 tweaks - mostly moving initialisations from constructors to inline
by Phil Nash
· 8 years ago
71df663
Gutted catch_compiler_capabilities
by Martin Hořeňovský
· 8 years ago
1f3ba8a
Converted (almost) all for-loops with iterators or indices to range-based
by Phil Nash
· 8 years ago
9a07dde
print messages when unexpected exceptions are thrown
by dvirtz
· 8 years ago
e04dc51
use inline 'libraryVersion()' function (closes #858)
by Kevin Ushey
· 8 years ago
f9db24a
Refactored console reporter include logic to match Xml Reporter’s
by Phil Nash
· 8 years ago
40f6a5b
Added duration reporting to compact reporter
by Martin Hořeňovský
· 8 years ago
061a183
Console reporter now uses fixed decimal formatting
by Martin Hořeňovský
· 8 years ago
9bab7c8
Changed console reporter test duration reporting format
by Martin Hořeňovský
· 8 years ago
ab44fb6
The file/ line in sections is now of the section. not the test case
by Phil Nash
· 8 years ago
bcaa2f9
Use char literal instead of string literal with 1 char
by Martin Hořeňovský
· 8 years ago
447f53e
Fixed !shouldfail
by Phil Nash
· 9 years ago
368714e
Added Listeners (programatically provided extra reporters)
by Phil Nash
· 10 years ago
21f7ef6
Committed to semantic versioning
by Phil Nash
· 10 years ago
a9f16b1
Fix memset build error
by Phil Nash
· 10 years ago
8ec959e
TeamCity reporter work
by Phil Nash
· 10 years ago
fa0122b
Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified
by Phil Nash
· 11 years ago
c1a8e1c
Added signal handlers (and placeholder for SEH handlers)
by Phil Nash
· 11 years ago
76f80a6
More summary formatting tweaks
by Phil Nash
· 11 years ago
cab9141
Green summary bar is darker if not all passed
by Phil Nash
· 11 years ago
a31f05f
Removed C-style casts
by Phil Nash
· 11 years ago
94a1acf
More tweaks to summary format
by Phil Nash
· 11 years ago
9c1f9a8
Added [!mayfail] tag to indicate test case that can fail without failing the suite.
by Phil Nash
· 11 years ago
f1928b7
Include missing <cstring> header - should fix issue #274
by Phil Nash
· 11 years ago
f219194
Replace some static strings with static char*s for leak detection friendliness (h/t #272)
by Phil Nash
· 11 years ago
7303b2b
Changed branchName to char*, as per #266
by Phil Nash
· 11 years ago
c4a089c
Refactored a lot of code from headers into impl headers only compiled into one TU
by Phil Nash
· 11 years ago
4f57c8c
Print warnings if no assertions and not running with -s
by Phil Nash
· 11 years ago
2f086ae
If no assertions print custom message
by Phil Nash
· 11 years ago
f7378ee
Fixed string indexing bug
by Phil Nash
· 12 years ago
f41fad7
Don't report durations if not reporter anything else
by Phil Nash
· 12 years ago
2ddb9d3
Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it
by Phil Nash
· 12 years ago
1f519dd
Added LazyStat wrapper
by Phil Nash
· 12 years ago
29ccaa6
Replaced currentSectionInfo and m_rootSection with m_sectionStack
by Phil Nash
· 12 years ago
6339254
First cut of Timer class.
by Phil Nash
· 12 years ago
649f8c2
Removed now redundant handling for missing assertions in test cases
by Phil Nash
· 12 years ago
b80280f
Tidied up reporting of missing assertions in test cases
by Phil Nash
· 12 years ago
9aff9aa
Integrated new section tracker.
by Phil Nash
· 12 years ago
f3d1f08
Removed all trailing whitespace - addresses #105
by Phil Nash
· 12 years ago
503d5d0
Converted stray tabs to spaces
by Phil Nash
· 12 years ago
0d35730
INFOs only reset at assertion if consumed
by Phil Nash
· 12 years ago
cb60d13
Runner -> RunContext, Runner2 -> Runner and fixed issue with processName
by Phil Nash
· 12 years ago
e145995
Refactoring towards interface based config
by Phil Nash
· 12 years ago
d430537
Fixed inconsistency in reporting of _FALSE (negated) expressions
by Phil Nash
· 12 years ago
b3acf45
Fully committed to new Text class.
by Phil Nash
· 12 years ago
7059c6e
Text class mostly working - tabs not yet working
by Phil Nash
· 12 years ago
bd5910e
Moved line info in header again
by Phil Nash
· 12 years ago
3bd4241
Fixed Junit issue with REQUIRE_THROWS
by Phil Nash
· 12 years ago
4746caa
LineWrapper can indent first line differently to subsequent lines
by Phil Nash
· 12 years ago
f186a91
Switched TextColour out for Colour - Removed TextColour
by Phil Nash
· 12 years ago
2c90533
More formatting/ colour tweaks
by Phil Nash
· 12 years ago
2a17ef9
Use SecondaryText code in lists
by Phil Nash
· 12 years ago
9e8abc3
Simplified StringWrapper
by Phil Nash
· 12 years ago
b052bd7
Refactored string wrapper
by Phil Nash
· 12 years ago
2e3c5fa
Addressed some warnings (mostly MSVC)
by Phil Nash
· 12 years ago
a46ee02
Print ~~~ at start of console output. Some cleanup in the reporter code
by Phil Nash
· 12 years ago
7542685
Moved "no test cases matched" message to reporter
by Phil Nash
· 12 years ago
b7ff995
Tidied up some loose ends with reporting test cases and sections (now handles them as a single block).
by Phil Nash
· 12 years ago
90b2bfe
Patched issue where an assert before the first section can cause a set-fault (needs a better fix, though)
by Phil Nash
· 12 years ago
767f158
Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message.
by Phil Nash
· 12 years ago
207b27b
Changed the way info messages are handled.
by Phil Nash
· 12 years ago
603002c
Removed circular dependency between SectionInfo and its parent
by Phil Nash
· 12 years ago
Next »