single-file
Here are 177 public repositories matching this topic...
-
Updated
Nov 5, 2020 - C++
-
Updated
Oct 22, 2020 - C++
-
Updated
Nov 2, 2020 - C++
-
Updated
Sep 25, 2020 - C++
-
Updated
Nov 4, 2020 - C++
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 15, 2020 - C
gingerBill / gb
-
Updated
Jun 25, 2020 - C
-
Updated
Sep 28, 2020 - C++
-
Updated
Jun 28, 2020 - C++
-
Updated
Nov 4, 2020 - C++
-
Updated
Oct 17, 2020 - C++
-
Updated
Oct 17, 2020 - C++
-
Updated
Nov 5, 2020 - C++
-
Updated
Nov 6, 2020 - C++
-
Updated
Oct 17, 2020 - C++
-
Updated
Oct 17, 2020 - C++
Make the output, especially as generated by the macros TEST_CHECK(), TEST_MSG() and TEST_DUMP(), automatically adapt to the current terminal size, so that it looks good in a reasonably small terminal window but can use effectively more space if the terminal window is big.
This should involve:
- Explore what API is available for the purpose on the platform of your choice.
- A pre-pro
-
Updated
May 1, 2019 - C++
-
Updated
Nov 4, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
Jun 5, 2020 - PHP
-
Updated
Jul 12, 2019 - C++
-
Updated
Oct 17, 2020 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
Jul 5, 2020 - C++
-
Updated
Jan 19, 2018 - PHP
-
Updated
May 29, 2018 - C++
Improve this page
Add a description, image, and links to the single-file topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the single-file topic, visit your repo's landing page and select "manage topics."
Currently Catch2 detects compilers ad-hoc, at the place where the code needs to be compiler-specific. This brings a lot of trouble with more obscure compilers, because compilers like to masquerade for different compilers, such as Clang defining GCC-version macros, ICC defining both, IBM XL self-reporting as Clang, and so on. Because compiler-specific sections of code are often indeed compiler-sp