Skip to content

Commit

Permalink
Update parallel-hashmap to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Feb 19, 2025
1 parent 8f8d1b9 commit ff2b219
Show file tree
Hide file tree
Showing 214 changed files with 4,831 additions and 2,054 deletions.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ set(INCLUDE_DIRS "$<BUILD_INTERFACE:${LLVM_INCLUDE_DIRS}>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/thread-pool>"
"$<BUILD_INTERFACE:${LLVM_INCLUDE_DIRS}>"
"$<BUILD_INTERFACE:${DEPENDENCY_INCLUDE_DIR}>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/parallel-hashmap-1.33/parallel_hashmap>"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/parallel-hashmap/parallel_hashmap>"
# though roadrunner does not link libxml2 directly, it does
# so in the plugins. This next item enables targets that
# link to roadrunner-static to use
Expand Down
151 changes: 0 additions & 151 deletions source/parallel-hashmap-1.33/CMakeLists.txt

This file was deleted.

97 changes: 0 additions & 97 deletions source/parallel-hashmap-1.33/benchmark/martinus/Vagrantfile

This file was deleted.

124 changes: 0 additions & 124 deletions source/parallel-hashmap-1.33/examples/serialize.cc

This file was deleted.

Loading

0 comments on commit ff2b219

Please sign in to comment.