Skip to content

Commit 714f0ba

Browse files
authored
This deletes most of our data files making the repository much smaller (simdjson#1582)
* This deletes most of our data files making the repository much smaller. * Removing dead code. * Various minor fixes.
1 parent 19c3b13 commit 714f0ba

File tree

1,930 files changed

+22
-305472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,930 files changed

+22
-305472
lines changed

CMakeLists.txt

+8-4
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,20 @@ add_custom_target(
204204
enable_testing()
205205
# So we can build just tests with "make all_tests"
206206
add_custom_target(all_tests)
207-
add_subdirectory(jsonchecker)
208-
add_subdirectory(jsonexamples)
209-
add_library(test-data INTERFACE)
210-
target_link_libraries(test-data INTERFACE jsonchecker-data jsonchecker-minefield-data jsonexamples-data)
211207

212208
add_subdirectory(windows)
213209
add_subdirectory(dependencies) ## This needs to be before tools because of cxxopts
214210
add_subdirectory(tools) ## This needs to be before tests because of cxxopts
211+
212+
# Data: jsonexamples is left with only the bare essential.
213+
# most of the data has been moved to https://github.com/simdjson/simdjson-data
214+
add_subdirectory(jsonexamples)
215+
216+
215217
add_subdirectory(singleheader)
216218

219+
220+
217221
#
218222
# Compile tools / tests / benchmarks
219223
#

dependencies/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ if(SIMDJSON_GOOGLE_BENCHMARKS)
1818
add_dependency(google_benchmarks)
1919
endif()
2020

21+
# The bulk of our benchmarking and testing data has been moved simdjson/simdjson-data
22+
import_dependency(simdjson-data simdjson/simdjson-data a5b13babe65c1bba7186b41b43d4cbdc20a5c470)
23+
add_dependency(simdjson-data)
24+
2125
# This prevents variables declared with set() from unnecessarily escaping and
2226
# should not be called more than once
2327
function(competition_scope_)

jsonchecker/CMakeLists.txt

-7
This file was deleted.
-1.63 KB
Binary file not shown.

jsonchecker/adversarial/issue150/10.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/100.json

-5
This file was deleted.

jsonchecker/adversarial/issue150/1000.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/1001.json

-42
This file was deleted.

jsonchecker/adversarial/issue150/1002.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/1003.json

-4
This file was deleted.

jsonchecker/adversarial/issue150/1004.json

-2
This file was deleted.

jsonchecker/adversarial/issue150/1005.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/1006.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/1007.json

-5
This file was deleted.

jsonchecker/adversarial/issue150/1008.json

-31
This file was deleted.

jsonchecker/adversarial/issue150/1009.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/101.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/1010.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/1011.json

-1
This file was deleted.

jsonchecker/adversarial/issue150/1012.json

-1
This file was deleted.

0 commit comments

Comments
 (0)