json/test
Thomas Braun eb6fe421ae test/CMakeLists.txt: Use an explicit list instead of GLOB
Using GLOB is slow and considered bad practice.

From https://cmake.org/cmake/help/latest/command/file.html:

> We do not recommend using GLOB to collect a list of source files from
> your source tree. If no CMakeLists.txt file changes when a source is
> added or removed then the generated build system cannot know when to ask
> CMake to regenerate. The CONFIGURE_DEPENDS flag may not work reliably on
> all generators, or if a new generator is added in the future that cannot
> support it, projects using it will be stuck. Even if CONFIGURE_DEPENDS
> works reliably, there is still a cost to perform the check on every
> rebuild.
2019-10-07 21:13:09 +02:00
..
cmake_add_subdirectory buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
cmake_import buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
cmake_import_minver buildsystem: relax requirement on cmake version 2018-12-31 18:52:04 +01:00
data Add benchmark for small integers 2019-01-12 08:58:30 -08:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src Merge pull request #1765 from crazyjul/fix/items-with-alt-string 2019-10-05 22:11:14 +02:00
thirdparty ⬆️ updated fastcov 2019-04-06 00:24:19 +02:00
CMakeLists.txt test/CMakeLists.txt: Use an explicit list instead of GLOB 2019-10-07 21:13:09 +02:00
Makefile move newly-added tests in unit-regression.cpp 2019-01-19 11:36:50 -05:00