This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
Catch2
Watch
1
Star
0
Fork
0
You've already forked Catch2
forked from
catchorg/Catch2
Code
Pull Requests
Activity
Files
add_cstdint_includes
Catch2
/
examples
History
Petr Kubánek
0c13d021da
Update documentation - add pkg-config examples.
...
Use -std=c++14 (instead of c++11). Pointers how to integrate with pkg-config for non-CMake projects.
2022-06-05 15:58:41 +02:00
..
010-TestCase.cpp
Update documentation - add pkg-config examples.
2022-06-05 15:58:41 +02:00
020-TestCase-1.cpp
Update documentation - add pkg-config examples.
2022-06-05 15:58:41 +02:00
020-TestCase-2.cpp
Remove catch.hpp
2020-03-29 21:32:13 +02:00
030-Asn-Require-Check.cpp
Update documentation - add pkg-config examples.
2022-06-05 15:58:41 +02:00
100-Fix-Section.cpp
Update documentation - add pkg-config examples.
2022-06-05 15:58:41 +02:00
110-Fix-ClassFixture.cpp
Update documentation - add pkg-config examples.
2022-06-05 15:58:41 +02:00
120-Bdd-ScenarioGivenWhenThen.cpp
Update documentation - add pkg-config examples.
2022-06-05 15:58:41 +02:00
210-Evt-EventListeners.cpp
Update documentation - add pkg-config examples.
2022-06-05 15:58:41 +02:00
231-Cfg-OutputStreams.cpp
Remove catch_default_main.hpp
2020-05-09 18:00:49 +02:00
300-Gen-OwnGenerator.cpp
Replace all uses of std::unique_ptr with Catch::Detail::unique_ptr
2020-05-31 15:20:24 +02:00
301-Gen-MapTypeConversion.cpp
Replace a TODO comment in examples
2020-07-22 21:49:58 +02:00
302-Gen-Table.cpp
Fix typos in the code base (
#2206
)
2021-04-07 20:43:50 +02:00
310-Gen-VariablesInGenerators.cpp
Standardize header names and file locations
2020-04-24 18:58:44 +02:00
311-Gen-CustomCapture.cpp
Improved generator tracking
2020-07-22 20:44:22 +02:00
CMakeLists.txt
Add an example of using GENERATE(table())
2020-07-22 21:49:54 +02:00