mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
This option is off by default, maintaining the previous behavior. When enabled (along with FASTFLOAT_TEST), it bypasses the FetchContent machinery for doctest so that a system-wide installation of the doctest header can be easily used. In this case, the header doctest/doctest.h should be available on the compiler’s include path. This option is especially useful for Linux distributions and others that need to run the tests in fully offline build environments. Fixes #83. |
||
|---|---|---|
| .. | ||
| build_tests | ||
| installation_tests | ||
| basictest.cpp | ||
| CMakeLists.txt | ||
| dtoa.c | ||
| example_test.cpp | ||
| exhaustive32_64.cpp | ||
| exhaustive32_midpoint.cpp | ||
| exhaustive32.cpp | ||
| long_exhaustive32_64.cpp | ||
| long_exhaustive32.cpp | ||
| long_random64.cpp | ||
| long_test.cpp | ||
| powersoffive_hardround.cpp | ||
| random64.cpp | ||
| random_string.cpp | ||
| short_random_string.cpp | ||
| string_test.cpp | ||