data-structure-typed 2.3.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/CMakeLists.txt +52 -0
- package/README.md +4 -4
- package/README_CN.md +5 -5
- package/benchmark/report.html +141 -12
- package/benchmark/report.json +1969 -38
- package/build/CMakeCache.txt +603 -0
- package/build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake +104 -0
- package/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/build/CMakeFiles/4.0.3/CMakeSystem.cmake +15 -0
- package/build/CMakeFiles/4.0.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +920 -0
- package/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out +0 -0
- package/build/CMakeFiles/4.0.3/CompilerIdCXX/apple-sdk.cpp +1 -0
- package/build/CMakeFiles/CMakeConfigureLog.yaml +2146 -0
- package/build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- package/build/CMakeFiles/InstallScripts.json +9 -0
- package/build/CMakeFiles/Makefile.cmake +100 -0
- package/build/CMakeFiles/Makefile2 +720 -0
- package/build/CMakeFiles/TargetDirectories.txt +23 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.internal +839 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.make +2506 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o +0 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o.d +835 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.internal +839 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.make +2506 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o +0 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o.d +835 -0
- package/build/CMakeFiles/cmake.check_cache +1 -0
- package/build/CMakeFiles/deque-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/deque-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/deque-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.internal +791 -0
- package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.make +2362 -0
- package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/deque-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/deque-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/deque-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/deque-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o +0 -0
- package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o.d +787 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.internal +790 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.make +2359 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o +0 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o.d +786 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.internal +790 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.make +2359 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o +0 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o.d +786 -0
- package/build/CMakeFiles/heap-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/heap-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/heap-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.internal +843 -0
- package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.make +2518 -0
- package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/heap-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/heap-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/heap-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/heap-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o +0 -0
- package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o.d +839 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.internal +793 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.make +2368 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o +0 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o.d +789 -0
- package/build/CMakeFiles/progress.marks +1 -0
- package/build/CMakeFiles/queue-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/queue-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/queue-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.internal +793 -0
- package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.make +2368 -0
- package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/queue-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/queue-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/queue-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/queue-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o +0 -0
- package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o.d +789 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.internal +839 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.make +2506 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o +0 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o.d +835 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.internal +790 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.make +2359 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o +0 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o.d +786 -0
- package/build/CMakeFiles/stack-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/stack-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/stack-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.internal +793 -0
- package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.make +2368 -0
- package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/stack-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/stack-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/stack-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/stack-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o +0 -0
- package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o.d +789 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.internal +839 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.make +2506 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o.d +835 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.internal +839 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.make +2506 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o.d +835 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.internal +839 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.make +2506 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o.d +835 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/DependInfo.cmake +23 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/build.make +114 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/cmake_clean.cmake +11 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.internal +839 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.make +2506 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.ts +2 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/depend.make +2 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/flags.make +10 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/link.txt +1 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/progress.make +3 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o.d +835 -0
- package/build/Makefile +783 -0
- package/build/_deps/benchmark-build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- package/build/_deps/benchmark-build/CMakeFiles/progress.marks +1 -0
- package/build/_deps/benchmark-build/Makefile +140 -0
- package/build/_deps/benchmark-build/benchmark.pc +12 -0
- package/build/_deps/benchmark-build/benchmarkConfig.cmake +14 -0
- package/build/_deps/benchmark-build/benchmarkConfigVersion.cmake +65 -0
- package/build/_deps/benchmark-build/benchmarkTargets.cmake +84 -0
- package/build/_deps/benchmark-build/cmake_install.cmake +50 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/DependInfo.cmake +41 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o.d +875 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o.d +802 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o.d +772 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o.d +841 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o.d +833 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/build.make +402 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o.d +784 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean.cmake +47 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean_target.cmake +3 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o.d +791 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o.d +795 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.internal +15519 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.make +17500 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.ts +2 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o.d +793 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o.d +802 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o.d +773 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o.d +799 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/depend.make +2 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/flags.make +10 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o.d +800 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/link.txt +2 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o.d +807 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/progress.make +21 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o.d +798 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o.d +800 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o.d +795 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o.d +933 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o.d +904 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/DependInfo.cmake +23 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o.d +772 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/build.make +114 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean.cmake +11 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean_target.cmake +3 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.internal +776 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.make +2317 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.ts +2 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/depend.make +2 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/flags.make +10 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/link.txt +2 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/progress.make +3 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/progress.marks +1 -0
- package/build/_deps/benchmark-build/src/Makefile +710 -0
- package/build/_deps/benchmark-build/src/cmake_install.cmake +45 -0
- package/build/_deps/benchmark-build/src/libbenchmark.a +0 -0
- package/build/_deps/benchmark-build/src/libbenchmark_main.a +0 -0
- package/build/_deps/benchmark-src/.clang-format +5 -0
- package/build/_deps/benchmark-src/.clang-tidy +7 -0
- package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
- package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
- package/build/_deps/benchmark-src/.github/install_bazel.sh +13 -0
- package/build/_deps/benchmark-src/.github/libcxx-setup.sh +26 -0
- package/build/_deps/benchmark-src/.github/workflows/bazel.yml +35 -0
- package/build/_deps/benchmark-src/.github/workflows/build-and-test-min-cmake.yml +46 -0
- package/build/_deps/benchmark-src/.github/workflows/build-and-test-perfcounters.yml +51 -0
- package/build/_deps/benchmark-src/.github/workflows/build-and-test.yml +114 -0
- package/build/_deps/benchmark-src/.github/workflows/clang-format-lint.yml +17 -0
- package/build/_deps/benchmark-src/.github/workflows/clang-tidy.yml +38 -0
- package/build/_deps/benchmark-src/.github/workflows/doxygen.yml +28 -0
- package/build/_deps/benchmark-src/.github/workflows/pylint.yml +28 -0
- package/build/_deps/benchmark-src/.github/workflows/sanitizer.yml +96 -0
- package/build/_deps/benchmark-src/.github/workflows/test_bindings.yml +29 -0
- package/build/_deps/benchmark-src/.github/workflows/wheels.yml +79 -0
- package/build/_deps/benchmark-src/.travis.yml +208 -0
- package/build/_deps/benchmark-src/.ycm_extra_conf.py +115 -0
- package/build/_deps/benchmark-src/AUTHORS +71 -0
- package/build/_deps/benchmark-src/BUILD.bazel +87 -0
- package/build/_deps/benchmark-src/CMakeLists.txt +340 -0
- package/build/_deps/benchmark-src/CONTRIBUTING.md +58 -0
- package/build/_deps/benchmark-src/CONTRIBUTORS +95 -0
- package/build/_deps/benchmark-src/LICENSE +202 -0
- package/build/_deps/benchmark-src/MODULE.bazel +24 -0
- package/build/_deps/benchmark-src/README.md +223 -0
- package/build/_deps/benchmark-src/WORKSPACE +22 -0
- package/build/_deps/benchmark-src/WORKSPACE.bzlmod +2 -0
- package/build/_deps/benchmark-src/_config.yml +2 -0
- package/build/_deps/benchmark-src/appveyor.yml +50 -0
- package/build/_deps/benchmark-src/bazel/benchmark_deps.bzl +65 -0
- package/build/_deps/benchmark-src/bindings/python/BUILD +3 -0
- package/build/_deps/benchmark-src/bindings/python/build_defs.bzl +25 -0
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/BUILD +40 -0
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/__init__.py +162 -0
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/benchmark.cc +184 -0
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/example.py +136 -0
- package/build/_deps/benchmark-src/bindings/python/nanobind.BUILD +17 -0
- package/build/_deps/benchmark-src/bindings/python/python_headers.BUILD +6 -0
- package/build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake +78 -0
- package/build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake +82 -0
- package/build/_deps/benchmark-src/cmake/Config.cmake.in +7 -0
- package/build/_deps/benchmark-src/cmake/GetGitVersion.cmake +58 -0
- package/build/_deps/benchmark-src/cmake/GoogleTest.cmake +58 -0
- package/build/_deps/benchmark-src/cmake/GoogleTest.cmake.in +59 -0
- package/build/_deps/benchmark-src/cmake/benchmark.pc.in +12 -0
- package/build/_deps/benchmark-src/cmake/gnu_posix_regex.cpp +12 -0
- package/build/_deps/benchmark-src/cmake/llvm-toolchain.cmake +8 -0
- package/build/_deps/benchmark-src/cmake/posix_regex.cpp +14 -0
- package/build/_deps/benchmark-src/cmake/pthread_affinity.cpp +16 -0
- package/build/_deps/benchmark-src/cmake/split_list.cmake +3 -0
- package/build/_deps/benchmark-src/cmake/std_regex.cpp +10 -0
- package/build/_deps/benchmark-src/cmake/steady_clock.cpp +7 -0
- package/build/_deps/benchmark-src/cmake/thread_safety_attributes.cpp +4 -0
- package/build/_deps/benchmark-src/docs/AssemblyTests.md +149 -0
- package/build/_deps/benchmark-src/docs/_config.yml +3 -0
- package/build/_deps/benchmark-src/docs/assets/images/icon.png +0 -0
- package/build/_deps/benchmark-src/docs/assets/images/icon.xcf +0 -0
- package/build/_deps/benchmark-src/docs/assets/images/icon_black.png +0 -0
- package/build/_deps/benchmark-src/docs/assets/images/icon_black.xcf +0 -0
- package/build/_deps/benchmark-src/docs/dependencies.md +13 -0
- package/build/_deps/benchmark-src/docs/index.md +12 -0
- package/build/_deps/benchmark-src/docs/perf_counters.md +35 -0
- package/build/_deps/benchmark-src/docs/platform_specific_build_instructions.md +48 -0
- package/build/_deps/benchmark-src/docs/python_bindings.md +34 -0
- package/build/_deps/benchmark-src/docs/random_interleaving.md +13 -0
- package/build/_deps/benchmark-src/docs/reducing_variance.md +100 -0
- package/build/_deps/benchmark-src/docs/releasing.md +41 -0
- package/build/_deps/benchmark-src/docs/tools.md +343 -0
- package/build/_deps/benchmark-src/docs/user_guide.md +1266 -0
- package/build/_deps/benchmark-src/include/benchmark/benchmark.h +1991 -0
- package/build/_deps/benchmark-src/include/benchmark/export.h +47 -0
- package/build/_deps/benchmark-src/pyproject.toml +50 -0
- package/build/_deps/benchmark-src/setup.py +113 -0
- package/build/_deps/benchmark-src/src/CMakeLists.txt +170 -0
- package/build/_deps/benchmark-src/src/arraysize.h +33 -0
- package/build/_deps/benchmark-src/src/benchmark.cc +779 -0
- package/build/_deps/benchmark-src/src/benchmark_api_internal.cc +118 -0
- package/build/_deps/benchmark-src/src/benchmark_api_internal.h +87 -0
- package/build/_deps/benchmark-src/src/benchmark_main.cc +18 -0
- package/build/_deps/benchmark-src/src/benchmark_name.cc +59 -0
- package/build/_deps/benchmark-src/src/benchmark_register.cc +520 -0
- package/build/_deps/benchmark-src/src/benchmark_register.h +109 -0
- package/build/_deps/benchmark-src/src/benchmark_runner.cc +497 -0
- package/build/_deps/benchmark-src/src/benchmark_runner.h +131 -0
- package/build/_deps/benchmark-src/src/check.cc +11 -0
- package/build/_deps/benchmark-src/src/check.h +106 -0
- package/build/_deps/benchmark-src/src/colorprint.cc +200 -0
- package/build/_deps/benchmark-src/src/colorprint.h +33 -0
- package/build/_deps/benchmark-src/src/commandlineflags.cc +298 -0
- package/build/_deps/benchmark-src/src/commandlineflags.h +133 -0
- package/build/_deps/benchmark-src/src/complexity.cc +244 -0
- package/build/_deps/benchmark-src/src/complexity.h +55 -0
- package/build/_deps/benchmark-src/src/console_reporter.cc +206 -0
- package/build/_deps/benchmark-src/src/counter.cc +80 -0
- package/build/_deps/benchmark-src/src/counter.h +32 -0
- package/build/_deps/benchmark-src/src/csv_reporter.cc +161 -0
- package/build/_deps/benchmark-src/src/cycleclock.h +230 -0
- package/build/_deps/benchmark-src/src/internal_macros.h +115 -0
- package/build/_deps/benchmark-src/src/json_reporter.cc +320 -0
- package/build/_deps/benchmark-src/src/log.h +88 -0
- package/build/_deps/benchmark-src/src/mutex.h +155 -0
- package/build/_deps/benchmark-src/src/perf_counters.cc +282 -0
- package/build/_deps/benchmark-src/src/perf_counters.h +200 -0
- package/build/_deps/benchmark-src/src/re.h +158 -0
- package/build/_deps/benchmark-src/src/reporter.cc +118 -0
- package/build/_deps/benchmark-src/src/statistics.cc +209 -0
- package/build/_deps/benchmark-src/src/statistics.h +44 -0
- package/build/_deps/benchmark-src/src/string_util.cc +254 -0
- package/build/_deps/benchmark-src/src/string_util.h +70 -0
- package/build/_deps/benchmark-src/src/sysinfo.cc +855 -0
- package/build/_deps/benchmark-src/src/thread_manager.h +63 -0
- package/build/_deps/benchmark-src/src/thread_timer.h +86 -0
- package/build/_deps/benchmark-src/src/timers.cc +272 -0
- package/build/_deps/benchmark-src/src/timers.h +48 -0
- package/build/_deps/benchmark-src/test/AssemblyTests.cmake +67 -0
- package/build/_deps/benchmark-src/test/BUILD +127 -0
- package/build/_deps/benchmark-src/test/CMakeLists.txt +309 -0
- package/build/_deps/benchmark-src/test/args_product_test.cc +77 -0
- package/build/_deps/benchmark-src/test/basic_test.cc +180 -0
- package/build/_deps/benchmark-src/test/benchmark_gtest.cc +169 -0
- package/build/_deps/benchmark-src/test/benchmark_min_time_flag_iters_test.cc +66 -0
- package/build/_deps/benchmark-src/test/benchmark_min_time_flag_time_test.cc +90 -0
- package/build/_deps/benchmark-src/test/benchmark_name_gtest.cc +82 -0
- package/build/_deps/benchmark-src/test/benchmark_random_interleaving_gtest.cc +126 -0
- package/build/_deps/benchmark-src/test/benchmark_setup_teardown_test.cc +157 -0
- package/build/_deps/benchmark-src/test/benchmark_test.cc +274 -0
- package/build/_deps/benchmark-src/test/clobber_memory_assembly_test.cc +64 -0
- package/build/_deps/benchmark-src/test/commandlineflags_gtest.cc +228 -0
- package/build/_deps/benchmark-src/test/complexity_test.cc +228 -0
- package/build/_deps/benchmark-src/test/cxx03_test.cc +62 -0
- package/build/_deps/benchmark-src/test/diagnostics_test.cc +91 -0
- package/build/_deps/benchmark-src/test/display_aggregates_only_test.cc +45 -0
- package/build/_deps/benchmark-src/test/donotoptimize_assembly_test.cc +201 -0
- package/build/_deps/benchmark-src/test/donotoptimize_test.cc +69 -0
- package/build/_deps/benchmark-src/test/filter_test.cc +117 -0
- package/build/_deps/benchmark-src/test/fixture_test.cc +51 -0
- package/build/_deps/benchmark-src/test/internal_threading_test.cc +185 -0
- package/build/_deps/benchmark-src/test/link_main_test.cc +9 -0
- package/build/_deps/benchmark-src/test/map_test.cc +59 -0
- package/build/_deps/benchmark-src/test/memory_manager_test.cc +47 -0
- package/build/_deps/benchmark-src/test/min_time_parse_gtest.cc +30 -0
- package/build/_deps/benchmark-src/test/multiple_ranges_test.cc +96 -0
- package/build/_deps/benchmark-src/test/options_test.cc +77 -0
- package/build/_deps/benchmark-src/test/output_test.h +211 -0
- package/build/_deps/benchmark-src/test/output_test_helper.cc +519 -0
- package/build/_deps/benchmark-src/test/perf_counters_gtest.cc +307 -0
- package/build/_deps/benchmark-src/test/perf_counters_test.cc +92 -0
- package/build/_deps/benchmark-src/test/register_benchmark_test.cc +196 -0
- package/build/_deps/benchmark-src/test/repetitions_test.cc +214 -0
- package/build/_deps/benchmark-src/test/report_aggregates_only_test.cc +41 -0
- package/build/_deps/benchmark-src/test/reporter_output_test.cc +1130 -0
- package/build/_deps/benchmark-src/test/skip_with_error_test.cc +199 -0
- package/build/_deps/benchmark-src/test/spec_arg_test.cc +105 -0
- package/build/_deps/benchmark-src/test/spec_arg_verbosity_test.cc +43 -0
- package/build/_deps/benchmark-src/test/state_assembly_test.cc +68 -0
- package/build/_deps/benchmark-src/test/statistics_gtest.cc +35 -0
- package/build/_deps/benchmark-src/test/string_util_gtest.cc +199 -0
- package/build/_deps/benchmark-src/test/templated_fixture_test.cc +28 -0
- package/build/_deps/benchmark-src/test/time_unit_gtest.cc +37 -0
- package/build/_deps/benchmark-src/test/user_counters_tabular_test.cc +558 -0
- package/build/_deps/benchmark-src/test/user_counters_test.cc +561 -0
- package/build/_deps/benchmark-src/test/user_counters_thousands_test.cc +186 -0
- package/build/_deps/benchmark-src/tools/BUILD.bazel +19 -0
- package/build/_deps/benchmark-src/tools/compare.py +432 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run1.json +127 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run2.json +127 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test2_run.json +81 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run0.json +65 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run1.json +65 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run.json +96 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run0.json +21 -0
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run1.json +21 -0
- package/build/_deps/benchmark-src/tools/gbench/__init__.py +8 -0
- package/build/_deps/benchmark-src/tools/gbench/report.py +1201 -0
- package/build/_deps/benchmark-src/tools/gbench/util.py +203 -0
- package/build/_deps/benchmark-src/tools/libpfm.BUILD.bazel +22 -0
- package/build/_deps/benchmark-src/tools/requirements.txt +2 -0
- package/build/_deps/benchmark-src/tools/strip_asm.py +151 -0
- package/build/_deps/benchmark-subbuild/CMakeCache.txt +133 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/4.0.3/CMakeSystem.cmake +15 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeConfigureLog.yaml +11 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeRuleHashes.txt +11 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/InstallScripts.json +7 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile.cmake +52 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile2 +122 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/TargetDirectories.txt +3 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/DependInfo.cmake +22 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.json +46 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.txt +14 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/build.make +162 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/cmake_clean.cmake +17 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.make +2 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.ts +2 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/progress.make +10 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/cmake.check_cache +1 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/progress.marks +1 -0
- package/build/_deps/benchmark-subbuild/CMakeLists.txt +42 -0
- package/build/_deps/benchmark-subbuild/Makefile +162 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt +15 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitinfo.txt +15 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch-info.txt +6 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-update-info.txt +7 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-cfgcmd.txt +1 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitclone.cmake +87 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitupdate.cmake +317 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-mkdirs.cmake +27 -0
- package/build/_deps/benchmark-subbuild/cmake_install.cmake +56 -0
- package/build/bin/avl-rb-range-search-benchmark +0 -0
- package/build/bin/avl-tree-benchmark +0 -0
- package/build/bin/deque-benchmark +0 -0
- package/build/bin/doubly-linked-list-benchmark +0 -0
- package/build/bin/hash-map-benchmark +0 -0
- package/build/bin/heap-benchmark +0 -0
- package/build/bin/priority-queue-benchmark +0 -0
- package/build/bin/queue-benchmark +0 -0
- package/build/bin/red-black-tree-benchmark +0 -0
- package/build/bin/singly-linked-list-benchmark +0 -0
- package/build/bin/stack-benchmark +0 -0
- package/build/bin/tree-map-benchmark +0 -0
- package/build/bin/tree-multi-map-benchmark +0 -0
- package/build/bin/tree-multi-set-benchmark +0 -0
- package/build/bin/tree-set-benchmark +0 -0
- package/build/cmake_install.cmake +66 -0
- package/dist/cjs/index.cjs +1270 -1201
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs-legacy/index.cjs +1309 -1210
- package/dist/cjs-legacy/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1268 -1196
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm-legacy/index.mjs +1307 -1205
- package/dist/esm-legacy/index.mjs.map +1 -1
- package/dist/types/data-structures/binary-tree/binary-tree.d.ts +3 -3
- package/dist/types/data-structures/binary-tree/index.d.ts +3 -3
- package/dist/types/data-structures/binary-tree/tree-map.d.ts +177 -0
- package/dist/types/data-structures/binary-tree/tree-multi-map.d.ts +230 -147
- package/dist/types/data-structures/binary-tree/tree-multi-set.d.ts +263 -0
- package/dist/types/data-structures/binary-tree/tree-set.d.ts +170 -0
- package/dist/types/interfaces/binary-tree.d.ts +1 -1
- package/dist/types/types/data-structures/binary-tree/index.d.ts +3 -3
- package/dist/types/types/data-structures/binary-tree/tree-map.d.ts +28 -0
- package/dist/types/types/data-structures/binary-tree/tree-multi-set.d.ts +11 -0
- package/dist/types/types/data-structures/binary-tree/tree-set.d.ts +28 -0
- package/dist/umd/data-structure-typed.js +1303 -1194
- package/dist/umd/data-structure-typed.js.map +1 -1
- package/dist/umd/data-structure-typed.min.js +10 -3
- package/dist/umd/data-structure-typed.min.js.map +1 -1
- package/eslint.config.mjs +5 -1
- package/package.json +4 -3
- package/src/data-structures/binary-tree/avl-tree.ts +1 -1
- package/src/data-structures/binary-tree/binary-tree.ts +40 -16
- package/src/data-structures/binary-tree/bst.ts +6 -6
- package/src/data-structures/binary-tree/index.ts +3 -3
- package/src/data-structures/binary-tree/red-black-tree.ts +34 -52
- package/src/data-structures/binary-tree/tree-map.ts +417 -0
- package/src/data-structures/binary-tree/tree-multi-map.ts +467 -325
- package/src/data-structures/binary-tree/tree-multi-set.ts +491 -0
- package/src/data-structures/binary-tree/tree-set.ts +394 -0
- package/src/interfaces/binary-tree.ts +1 -1
- package/src/types/data-structures/binary-tree/index.ts +3 -3
- package/src/types/data-structures/binary-tree/tree-map.ts +39 -0
- package/src/types/data-structures/binary-tree/tree-multi-set.ts +13 -0
- package/src/types/data-structures/binary-tree/tree-set.ts +33 -0
- package/test/config.ts +2 -2
- package/test/performance/benchmark-runner-enhanced.mjs +818 -0
- package/test/performance/cmake-benchmark-runner.mjs +234 -0
- package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp +112 -0
- package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.mjs +51 -0
- package/test/performance/data-structures/binary-tree/avl-tree.test.cpp +181 -0
- package/test/performance/data-structures/binary-tree/avl-tree.test.mjs +138 -0
- package/test/performance/data-structures/binary-tree/binary-tree-overall.test.mjs +85 -0
- package/test/performance/data-structures/binary-tree/binary-tree.test.mjs +100 -0
- package/test/performance/data-structures/binary-tree/bst.test.mjs +61 -0
- package/test/performance/data-structures/binary-tree/red-black-tree-cjs.test.mjs +259 -0
- package/test/performance/data-structures/binary-tree/red-black-tree.test.cpp +213 -0
- package/test/performance/data-structures/binary-tree/red-black-tree.test.mjs +275 -0
- package/test/performance/data-structures/binary-tree/tree-map.test.cpp +129 -0
- package/test/performance/data-structures/binary-tree/tree-map.test.mjs +171 -0
- package/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp +205 -0
- package/test/performance/data-structures/binary-tree/tree-multi-map.test.mjs +106 -0
- package/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp +217 -0
- package/test/performance/data-structures/binary-tree/tree-multi-set.test.mjs +91 -0
- package/test/performance/data-structures/binary-tree/tree-set.test.cpp +127 -0
- package/test/performance/data-structures/binary-tree/tree-set.test.mjs +174 -0
- package/test/performance/data-structures/comparison/{comparison.test.ts → comparison.test.mjs} +17 -17
- package/test/performance/data-structures/graph/{directed-graph.test.ts → directed-graph.test.mjs} +4 -4
- package/test/performance/data-structures/hash/hash-map.test.cpp +183 -0
- package/test/performance/data-structures/hash/hash-map.test.mjs +187 -0
- package/test/performance/data-structures/heap/heap.test.cpp +61 -0
- package/test/performance/data-structures/heap/heap.test.mjs +31 -0
- package/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp +84 -0
- package/test/performance/data-structures/linked-list/doubly-linked-list.test.mjs +125 -0
- package/test/performance/data-structures/linked-list/singly-linked-list.test.cpp +77 -0
- package/test/performance/data-structures/linked-list/singly-linked-list.test.mjs +84 -0
- package/test/performance/data-structures/priority-queue/max-priority-queue.test.mjs +40 -0
- package/test/performance/data-structures/priority-queue/priority-queue.test.cpp +59 -0
- package/test/performance/data-structures/priority-queue/priority-queue.test.mjs +64 -0
- package/test/performance/data-structures/queue/deque.test.cpp +119 -0
- package/test/performance/data-structures/queue/deque.test.mjs +144 -0
- package/test/performance/data-structures/queue/queue.test.cpp +59 -0
- package/test/performance/data-structures/queue/queue.test.mjs +77 -0
- package/test/performance/data-structures/stack/stack.test.cpp +40 -0
- package/test/performance/data-structures/stack/stack.test.mjs +69 -0
- package/test/performance/data-structures/trie/trie.test.mjs +43 -0
- package/test/performance/reportor-enhanced.mjs +871 -0
- package/test/performance/runner-config.json +33 -21
- package/test/unit/data-structures/base/iterable-element-base.more-branches.coverage.test.ts +6 -6
- package/test/unit/data-structures/base/linear-base.array.coverage.test.ts +5 -5
- package/test/unit/data-structures/base/linear-base.concat-else.coverage.test.ts +10 -10
- package/test/unit/data-structures/base/linear-base.more-branches.coverage.test.ts +7 -10
- package/test/unit/data-structures/binary-tree/avl-tree.test.ts +5 -5
- package/test/unit/data-structures/binary-tree/binary-tree.remaining-branches.coverage.test.ts +7 -4
- package/test/unit/data-structures/binary-tree/binary-tree.test.ts +7 -7
- package/test/unit/data-structures/binary-tree/bst.more-branches-3.coverage.test.ts +1 -1
- package/test/unit/data-structures/binary-tree/bst.test.ts +4 -4
- package/test/unit/data-structures/binary-tree/overall.test.ts +18 -31
- package/test/unit/data-structures/binary-tree/red-black-tree.boundary-max-update.coverage.test.ts +1 -1
- package/test/unit/data-structures/binary-tree/red-black-tree.cache-stale-insert.coverage.test.ts +2 -2
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-defined.coverage.test.ts +4 -4
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-undefined.coverage.test.ts +5 -5
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-more.coverage.test.ts +3 -3
- package/test/unit/data-structures/binary-tree/red-black-tree.remaining-branches.coverage.test.ts +2 -2
- package/test/unit/data-structures/binary-tree/red-black-tree.set-inputs.coverage.test.ts +1 -1
- package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-parent-cache.coverage.test.ts +1 -1
- package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-remaining.coverage.test.ts +4 -4
- package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-uncovered.coverage.test.ts +1 -1
- package/test/unit/data-structures/binary-tree/red-black-tree.test.ts +2 -2
- package/test/unit/data-structures/binary-tree/red-black-tree.update-branches.coverage.test.ts +4 -4
- package/test/unit/data-structures/binary-tree/tree-map.test.ts +270 -0
- package/test/unit/data-structures/binary-tree/tree-multi-map.coverage.test.ts +144 -3
- package/test/unit/data-structures/binary-tree/{tree-multi-map.test.ts → tree-multi-map.legacy.test.ts.skip} +16 -16
- package/test/unit/data-structures/binary-tree/tree-multi-map.rfc.test.ts +99 -0
- package/test/unit/data-structures/binary-tree/tree-multi-map.simplified.test.ts +482 -0
- package/test/unit/data-structures/binary-tree/tree-multi-set.test.ts +545 -0
- package/test/unit/data-structures/binary-tree/tree-set.test.ts +187 -0
- package/test/unit/unrestricted-interconversion.test.ts +12 -10
- package/test/utils/patch.ts +3 -3
- package/test/utils/perf.mjs +34 -0
- package/dist/types/data-structures/binary-tree/avl-tree-counter.d.ts +0 -236
- package/dist/types/data-structures/binary-tree/avl-tree-multi-map.d.ts +0 -197
- package/dist/types/data-structures/binary-tree/tree-counter.d.ts +0 -243
- package/dist/types/types/data-structures/binary-tree/avl-tree-counter.d.ts +0 -2
- package/dist/types/types/data-structures/binary-tree/avl-tree-multi-map.d.ts +0 -2
- package/dist/types/types/data-structures/binary-tree/tree-counter.d.ts +0 -2
- package/src/data-structures/binary-tree/avl-tree-counter.ts +0 -539
- package/src/data-structures/binary-tree/avl-tree-multi-map.ts +0 -438
- package/src/data-structures/binary-tree/tree-counter.ts +0 -587
- package/src/types/data-structures/binary-tree/avl-tree-counter.ts +0 -3
- package/src/types/data-structures/binary-tree/avl-tree-multi-map.ts +0 -3
- package/src/types/data-structures/binary-tree/tree-counter.ts +0 -3
- package/test/performance/benchmark-runner.ts +0 -531
- package/test/performance/data-structures/binary-tree/avl-tree.test.ts +0 -40
- package/test/performance/data-structures/binary-tree/binary-tree-overall.test.ts +0 -37
- package/test/performance/data-structures/binary-tree/binary-tree.test.ts +0 -40
- package/test/performance/data-structures/binary-tree/bst.test.ts +0 -28
- package/test/performance/data-structures/binary-tree/red-black-tree.test.ts +0 -60
- package/test/performance/data-structures/hash/hash-map.test.ts +0 -99
- package/test/performance/data-structures/heap/heap.test.ts +0 -26
- package/test/performance/data-structures/heap/min-heap.test.ts +0 -0
- package/test/performance/data-structures/linked-list/doubly-linked-list.test.ts +0 -59
- package/test/performance/data-structures/linked-list/linked-list.test.ts +0 -0
- package/test/performance/data-structures/linked-list/singly-linked-list.test.ts +0 -35
- package/test/performance/data-structures/linked-list/skip-linked-list.test.ts +0 -0
- package/test/performance/data-structures/linked-list/skip-list.test.ts +0 -0
- package/test/performance/data-structures/matrix/matrix.test.ts +0 -0
- package/test/performance/data-structures/matrix/navigator.test.ts +0 -0
- package/test/performance/data-structures/priority-queue/max-priority-queue.test.ts +0 -17
- package/test/performance/data-structures/priority-queue/min-priority-queue.test.ts +0 -0
- package/test/performance/data-structures/priority-queue/priority-queue.test.ts +0 -34
- package/test/performance/data-structures/queue/deque.test.ts +0 -59
- package/test/performance/data-structures/queue/queue.test.ts +0 -35
- package/test/performance/data-structures/stack/stack.test.ts +0 -37
- package/test/performance/data-structures/trie/trie.test.ts +0 -18
- package/test/performance/reportor.ts +0 -279
- package/test/performance/single-suite-runner.ts +0 -72
- package/test/performance/types/index.ts +0 -1
- package/test/performance/types/reportor.ts +0 -7
- package/test/unit/data-structures/binary-tree/avl-tree-counter.more-branches-3.coverage.test.ts +0 -146
- package/test/unit/data-structures/binary-tree/avl-tree-counter.more-branches.coverage.test.ts +0 -93
- package/test/unit/data-structures/binary-tree/avl-tree-counter.test.ts +0 -878
- package/test/unit/data-structures/binary-tree/avl-tree-multi-map.coverage.test.ts +0 -108
- package/test/unit/data-structures/binary-tree/avl-tree-multi-map.more-branches-2.coverage.test.ts +0 -85
- package/test/unit/data-structures/binary-tree/avl-tree-multi-map.test.ts +0 -740
- package/test/unit/data-structures/binary-tree/tree-counter.coverage.test.ts +0 -115
- package/test/unit/data-structures/binary-tree/tree-counter.more-branches.coverage.test.ts +0 -244
- package/test/unit/data-structures/binary-tree/tree-counter.test.ts +0 -979
- /package/{test/performance/data-structures/binary-tree/binary-index-tree.test.ts → build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate-complete} +0 -0
- /package/{test/performance/data-structures/binary-tree/segment-tree.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-build} +0 -0
- /package/{test/performance/data-structures/binary-tree/tree-multimap.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-configure} +0 -0
- /package/{test/performance/data-structures/graph/abstract-graph.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-done} +0 -0
- /package/{test/performance/data-structures/graph/map-graph.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-download} +0 -0
- /package/{test/performance/data-structures/graph/overall.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-install} +0 -0
- /package/{test/performance/data-structures/graph/undirected-graph.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-mkdir} +0 -0
- /package/{test/performance/data-structures/hash/hash-table.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch} +0 -0
- /package/{test/performance/data-structures/heap/max-heap.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-test} +0 -0
- /package/test/unit/data-structures/binary-tree/{tree-multi-map.more-branches-2.coverage.test.ts → tree-multi-map.more-branches-2.coverage.test.ts.skip} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# This is a generated file and its contents are an internal implementation detail.
|
|
2
|
+
# The download step will be re-executed if anything in this file changes.
|
|
3
|
+
# No other meaning or use of this file is supported.
|
|
4
|
+
|
|
5
|
+
method=git
|
|
6
|
+
command=/usr/local/bin/cmake;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitclone.cmake
|
|
7
|
+
source_dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src
|
|
8
|
+
work_dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps
|
|
9
|
+
repository=https://github.com/google/benchmark.git
|
|
10
|
+
remote=origin
|
|
11
|
+
init_submodules=TRUE
|
|
12
|
+
recurse_submodules=--recursive
|
|
13
|
+
submodules=
|
|
14
|
+
CMP0097=NEW
|
|
15
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# This is a generated file and its contents are an internal implementation detail.
|
|
2
|
+
# The patch step will be re-executed if anything in this file changes.
|
|
3
|
+
# No other meaning or use of this file is supported.
|
|
4
|
+
|
|
5
|
+
command (connected)=/usr/local/bin/cmake;-Dcan_fetch=YES;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitupdate.cmake
|
|
6
|
+
command (disconnected)=/usr/local/bin/cmake;-Dcan_fetch=NO;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitupdate.cmake
|
|
7
|
+
work_dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src
|
package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-cfgcmd.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cmd=''
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
2
|
+
# file LICENSE.rst or https://cmake.org/licensing for details.
|
|
3
|
+
|
|
4
|
+
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
|
5
|
+
|
|
6
|
+
if(EXISTS "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt" AND EXISTS "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitinfo.txt" AND
|
|
7
|
+
"/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt" IS_NEWER_THAN "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitinfo.txt")
|
|
8
|
+
message(VERBOSE
|
|
9
|
+
"Avoiding repeated git clone, stamp file is up to date: "
|
|
10
|
+
"'/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt'"
|
|
11
|
+
)
|
|
12
|
+
return()
|
|
13
|
+
endif()
|
|
14
|
+
|
|
15
|
+
# Even at VERBOSE level, we don't want to see the commands executed, but
|
|
16
|
+
# enabling them to be shown for DEBUG may be useful to help diagnose problems.
|
|
17
|
+
cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level)
|
|
18
|
+
if(active_log_level MATCHES "DEBUG|TRACE")
|
|
19
|
+
set(maybe_show_command COMMAND_ECHO STDOUT)
|
|
20
|
+
else()
|
|
21
|
+
set(maybe_show_command "")
|
|
22
|
+
endif()
|
|
23
|
+
|
|
24
|
+
execute_process(
|
|
25
|
+
COMMAND ${CMAKE_COMMAND} -E rm -rf "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
26
|
+
RESULT_VARIABLE error_code
|
|
27
|
+
${maybe_show_command}
|
|
28
|
+
)
|
|
29
|
+
if(error_code)
|
|
30
|
+
message(FATAL_ERROR "Failed to remove directory: '/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src'")
|
|
31
|
+
endif()
|
|
32
|
+
|
|
33
|
+
# try the clone 3 times in case there is an odd git clone issue
|
|
34
|
+
set(error_code 1)
|
|
35
|
+
set(number_of_tries 0)
|
|
36
|
+
while(error_code AND number_of_tries LESS 3)
|
|
37
|
+
execute_process(
|
|
38
|
+
COMMAND "/usr/bin/git"
|
|
39
|
+
clone --no-checkout --config "advice.detachedHead=false" "https://github.com/google/benchmark.git" "benchmark-src"
|
|
40
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps"
|
|
41
|
+
RESULT_VARIABLE error_code
|
|
42
|
+
${maybe_show_command}
|
|
43
|
+
)
|
|
44
|
+
math(EXPR number_of_tries "${number_of_tries} + 1")
|
|
45
|
+
endwhile()
|
|
46
|
+
if(number_of_tries GREATER 1)
|
|
47
|
+
message(NOTICE "Had to git clone more than once: ${number_of_tries} times.")
|
|
48
|
+
endif()
|
|
49
|
+
if(error_code)
|
|
50
|
+
message(FATAL_ERROR "Failed to clone repository: 'https://github.com/google/benchmark.git'")
|
|
51
|
+
endif()
|
|
52
|
+
|
|
53
|
+
execute_process(
|
|
54
|
+
COMMAND "/usr/bin/git"
|
|
55
|
+
checkout "v1.8.3" --
|
|
56
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
57
|
+
RESULT_VARIABLE error_code
|
|
58
|
+
${maybe_show_command}
|
|
59
|
+
)
|
|
60
|
+
if(error_code)
|
|
61
|
+
message(FATAL_ERROR "Failed to checkout tag: 'v1.8.3'")
|
|
62
|
+
endif()
|
|
63
|
+
|
|
64
|
+
set(init_submodules TRUE)
|
|
65
|
+
if(init_submodules)
|
|
66
|
+
execute_process(
|
|
67
|
+
COMMAND "/usr/bin/git"
|
|
68
|
+
submodule update --recursive --init
|
|
69
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
70
|
+
RESULT_VARIABLE error_code
|
|
71
|
+
${maybe_show_command}
|
|
72
|
+
)
|
|
73
|
+
endif()
|
|
74
|
+
if(error_code)
|
|
75
|
+
message(FATAL_ERROR "Failed to update submodules in: '/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src'")
|
|
76
|
+
endif()
|
|
77
|
+
|
|
78
|
+
# Complete success, update the script-last-run stamp file:
|
|
79
|
+
#
|
|
80
|
+
execute_process(
|
|
81
|
+
COMMAND ${CMAKE_COMMAND} -E copy "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitinfo.txt" "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt"
|
|
82
|
+
RESULT_VARIABLE error_code
|
|
83
|
+
${maybe_show_command}
|
|
84
|
+
)
|
|
85
|
+
if(error_code)
|
|
86
|
+
message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt'")
|
|
87
|
+
endif()
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
2
|
+
# file LICENSE.rst or https://cmake.org/licensing for details.
|
|
3
|
+
|
|
4
|
+
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
|
5
|
+
|
|
6
|
+
# Even at VERBOSE level, we don't want to see the commands executed, but
|
|
7
|
+
# enabling them to be shown for DEBUG may be useful to help diagnose problems.
|
|
8
|
+
cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level)
|
|
9
|
+
if(active_log_level MATCHES "DEBUG|TRACE")
|
|
10
|
+
set(maybe_show_command COMMAND_ECHO STDOUT)
|
|
11
|
+
else()
|
|
12
|
+
set(maybe_show_command "")
|
|
13
|
+
endif()
|
|
14
|
+
|
|
15
|
+
function(do_fetch)
|
|
16
|
+
message(VERBOSE "Fetching latest from the remote origin")
|
|
17
|
+
execute_process(
|
|
18
|
+
COMMAND "/usr/bin/git" --git-dir=.git fetch --tags --force "origin"
|
|
19
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
20
|
+
COMMAND_ERROR_IS_FATAL LAST
|
|
21
|
+
${maybe_show_command}
|
|
22
|
+
)
|
|
23
|
+
endfunction()
|
|
24
|
+
|
|
25
|
+
function(get_hash_for_ref ref out_var err_var)
|
|
26
|
+
execute_process(
|
|
27
|
+
COMMAND "/usr/bin/git" --git-dir=.git rev-parse "${ref}^0"
|
|
28
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
29
|
+
RESULT_VARIABLE error_code
|
|
30
|
+
OUTPUT_VARIABLE ref_hash
|
|
31
|
+
ERROR_VARIABLE error_msg
|
|
32
|
+
OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
33
|
+
)
|
|
34
|
+
if(error_code)
|
|
35
|
+
set(${out_var} "" PARENT_SCOPE)
|
|
36
|
+
else()
|
|
37
|
+
set(${out_var} "${ref_hash}" PARENT_SCOPE)
|
|
38
|
+
endif()
|
|
39
|
+
set(${err_var} "${error_msg}" PARENT_SCOPE)
|
|
40
|
+
endfunction()
|
|
41
|
+
|
|
42
|
+
get_hash_for_ref(HEAD head_sha error_msg)
|
|
43
|
+
if(head_sha STREQUAL "")
|
|
44
|
+
message(FATAL_ERROR "Failed to get the hash for HEAD:\n${error_msg}")
|
|
45
|
+
endif()
|
|
46
|
+
|
|
47
|
+
if("${can_fetch}" STREQUAL "")
|
|
48
|
+
set(can_fetch "YES")
|
|
49
|
+
endif()
|
|
50
|
+
|
|
51
|
+
execute_process(
|
|
52
|
+
COMMAND "/usr/bin/git" --git-dir=.git show-ref "v1.8.3"
|
|
53
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
54
|
+
OUTPUT_VARIABLE show_ref_output
|
|
55
|
+
)
|
|
56
|
+
if(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/remotes/")
|
|
57
|
+
# Given a full remote/branch-name and we know about it already. Since
|
|
58
|
+
# branches can move around, we should always fetch, if permitted.
|
|
59
|
+
if(can_fetch)
|
|
60
|
+
do_fetch()
|
|
61
|
+
endif()
|
|
62
|
+
set(checkout_name "v1.8.3")
|
|
63
|
+
|
|
64
|
+
elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/tags/")
|
|
65
|
+
# Given a tag name that we already know about. We don't know if the tag we
|
|
66
|
+
# have matches the remote though (tags can move), so we should fetch. As a
|
|
67
|
+
# special case to preserve backward compatibility, if we are already at the
|
|
68
|
+
# same commit as the tag we hold locally, don't do a fetch and assume the tag
|
|
69
|
+
# hasn't moved on the remote.
|
|
70
|
+
# FIXME: We should provide an option to always fetch for this case
|
|
71
|
+
get_hash_for_ref("v1.8.3" tag_sha error_msg)
|
|
72
|
+
if(tag_sha STREQUAL head_sha)
|
|
73
|
+
message(VERBOSE "Already at requested tag: v1.8.3")
|
|
74
|
+
return()
|
|
75
|
+
endif()
|
|
76
|
+
|
|
77
|
+
if(can_fetch)
|
|
78
|
+
do_fetch()
|
|
79
|
+
endif()
|
|
80
|
+
set(checkout_name "v1.8.3")
|
|
81
|
+
|
|
82
|
+
elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/heads/")
|
|
83
|
+
# Given a branch name without any remote and we already have a branch by that
|
|
84
|
+
# name. We might already have that branch checked out or it might be a
|
|
85
|
+
# different branch. It isn't fully safe to use a bare branch name without the
|
|
86
|
+
# remote, so do a fetch (if allowed) and replace the ref with one that
|
|
87
|
+
# includes the remote.
|
|
88
|
+
if(can_fetch)
|
|
89
|
+
do_fetch()
|
|
90
|
+
endif()
|
|
91
|
+
set(checkout_name "origin/v1.8.3")
|
|
92
|
+
|
|
93
|
+
else()
|
|
94
|
+
get_hash_for_ref("v1.8.3" tag_sha error_msg)
|
|
95
|
+
if(tag_sha STREQUAL head_sha)
|
|
96
|
+
# Have the right commit checked out already
|
|
97
|
+
message(VERBOSE "Already at requested ref: ${tag_sha}")
|
|
98
|
+
return()
|
|
99
|
+
|
|
100
|
+
elseif(tag_sha STREQUAL "")
|
|
101
|
+
# We don't know about this ref yet, so we have no choice but to fetch.
|
|
102
|
+
if(NOT can_fetch)
|
|
103
|
+
message(FATAL_ERROR
|
|
104
|
+
"Requested git ref \"v1.8.3\" is not present locally, and not "
|
|
105
|
+
"allowed to contact remote due to UPDATE_DISCONNECTED setting."
|
|
106
|
+
)
|
|
107
|
+
endif()
|
|
108
|
+
|
|
109
|
+
# We deliberately swallow any error message at the default log level
|
|
110
|
+
# because it can be confusing for users to see a failed git command.
|
|
111
|
+
# That failure is being handled here, so it isn't an error.
|
|
112
|
+
if(NOT error_msg STREQUAL "")
|
|
113
|
+
message(DEBUG "${error_msg}")
|
|
114
|
+
endif()
|
|
115
|
+
do_fetch()
|
|
116
|
+
set(checkout_name "v1.8.3")
|
|
117
|
+
|
|
118
|
+
else()
|
|
119
|
+
# We have the commit, so we know we were asked to find a commit hash
|
|
120
|
+
# (otherwise it would have been handled further above), but we don't
|
|
121
|
+
# have that commit checked out yet. We don't need to fetch from the remote.
|
|
122
|
+
set(checkout_name "v1.8.3")
|
|
123
|
+
if(NOT error_msg STREQUAL "")
|
|
124
|
+
message(WARNING "${error_msg}")
|
|
125
|
+
endif()
|
|
126
|
+
|
|
127
|
+
endif()
|
|
128
|
+
endif()
|
|
129
|
+
|
|
130
|
+
set(git_update_strategy "REBASE")
|
|
131
|
+
if(git_update_strategy STREQUAL "")
|
|
132
|
+
# Backward compatibility requires REBASE as the default behavior
|
|
133
|
+
set(git_update_strategy REBASE)
|
|
134
|
+
endif()
|
|
135
|
+
|
|
136
|
+
if(git_update_strategy MATCHES "^REBASE(_CHECKOUT)?$")
|
|
137
|
+
# Asked to potentially try to rebase first, maybe with fallback to checkout.
|
|
138
|
+
# We can't if we aren't already on a branch and we shouldn't if that local
|
|
139
|
+
# branch isn't tracking the one we want to checkout.
|
|
140
|
+
execute_process(
|
|
141
|
+
COMMAND "/usr/bin/git" --git-dir=.git symbolic-ref -q HEAD
|
|
142
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
143
|
+
OUTPUT_VARIABLE current_branch
|
|
144
|
+
OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
145
|
+
# Don't test for an error. If this isn't a branch, we get a non-zero error
|
|
146
|
+
# code but empty output.
|
|
147
|
+
)
|
|
148
|
+
|
|
149
|
+
if(current_branch STREQUAL "")
|
|
150
|
+
# Not on a branch, checkout is the only sensible option since any rebase
|
|
151
|
+
# would always fail (and backward compatibility requires us to checkout in
|
|
152
|
+
# this situation)
|
|
153
|
+
set(git_update_strategy CHECKOUT)
|
|
154
|
+
|
|
155
|
+
else()
|
|
156
|
+
execute_process(
|
|
157
|
+
COMMAND "/usr/bin/git" --git-dir=.git for-each-ref "--format=%(upstream:short)" "${current_branch}"
|
|
158
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
159
|
+
OUTPUT_VARIABLE upstream_branch
|
|
160
|
+
OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
161
|
+
COMMAND_ERROR_IS_FATAL ANY # There is no error if no upstream is set
|
|
162
|
+
)
|
|
163
|
+
if(NOT upstream_branch STREQUAL checkout_name)
|
|
164
|
+
# Not safe to rebase when asked to checkout a different branch to the one
|
|
165
|
+
# we are tracking. If we did rebase, we could end up with arbitrary
|
|
166
|
+
# commits added to the ref we were asked to checkout if the current local
|
|
167
|
+
# branch happens to be able to rebase onto the target branch. There would
|
|
168
|
+
# be no error message and the user wouldn't know this was occurring.
|
|
169
|
+
set(git_update_strategy CHECKOUT)
|
|
170
|
+
endif()
|
|
171
|
+
|
|
172
|
+
endif()
|
|
173
|
+
elseif(NOT git_update_strategy STREQUAL "CHECKOUT")
|
|
174
|
+
message(FATAL_ERROR "Unsupported git update strategy: ${git_update_strategy}")
|
|
175
|
+
endif()
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
# Check if stash is needed
|
|
179
|
+
execute_process(
|
|
180
|
+
COMMAND "/usr/bin/git" --git-dir=.git status --porcelain
|
|
181
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
182
|
+
RESULT_VARIABLE error_code
|
|
183
|
+
OUTPUT_VARIABLE repo_status
|
|
184
|
+
)
|
|
185
|
+
if(error_code)
|
|
186
|
+
message(FATAL_ERROR "Failed to get the status")
|
|
187
|
+
endif()
|
|
188
|
+
string(LENGTH "${repo_status}" need_stash)
|
|
189
|
+
|
|
190
|
+
# If not in clean state, stash changes in order to be able to perform a
|
|
191
|
+
# rebase or checkout without losing those changes permanently
|
|
192
|
+
if(need_stash)
|
|
193
|
+
execute_process(
|
|
194
|
+
COMMAND "/usr/bin/git" --git-dir=.git stash save --quiet;--include-untracked
|
|
195
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
196
|
+
COMMAND_ERROR_IS_FATAL ANY
|
|
197
|
+
${maybe_show_command}
|
|
198
|
+
)
|
|
199
|
+
endif()
|
|
200
|
+
|
|
201
|
+
if(git_update_strategy STREQUAL "CHECKOUT")
|
|
202
|
+
execute_process(
|
|
203
|
+
COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}"
|
|
204
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
205
|
+
COMMAND_ERROR_IS_FATAL ANY
|
|
206
|
+
${maybe_show_command}
|
|
207
|
+
)
|
|
208
|
+
else()
|
|
209
|
+
execute_process(
|
|
210
|
+
COMMAND "/usr/bin/git" --git-dir=.git rebase "${checkout_name}"
|
|
211
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
212
|
+
RESULT_VARIABLE error_code
|
|
213
|
+
OUTPUT_VARIABLE rebase_output
|
|
214
|
+
ERROR_VARIABLE rebase_output
|
|
215
|
+
)
|
|
216
|
+
if(error_code)
|
|
217
|
+
# Rebase failed, undo the rebase attempt before continuing
|
|
218
|
+
execute_process(
|
|
219
|
+
COMMAND "/usr/bin/git" --git-dir=.git rebase --abort
|
|
220
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
221
|
+
${maybe_show_command}
|
|
222
|
+
)
|
|
223
|
+
|
|
224
|
+
if(NOT git_update_strategy STREQUAL "REBASE_CHECKOUT")
|
|
225
|
+
# Not allowed to do a checkout as a fallback, so cannot proceed
|
|
226
|
+
if(need_stash)
|
|
227
|
+
execute_process(
|
|
228
|
+
COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet
|
|
229
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
230
|
+
${maybe_show_command}
|
|
231
|
+
)
|
|
232
|
+
endif()
|
|
233
|
+
message(FATAL_ERROR "\nFailed to rebase in: '/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src'."
|
|
234
|
+
"\nOutput from the attempted rebase follows:"
|
|
235
|
+
"\n${rebase_output}"
|
|
236
|
+
"\n\nYou will have to resolve the conflicts manually")
|
|
237
|
+
endif()
|
|
238
|
+
|
|
239
|
+
# Fall back to checkout. We create an annotated tag so that the user
|
|
240
|
+
# can manually inspect the situation and revert if required.
|
|
241
|
+
# We can't log the failed rebase output because MSVC sees it and
|
|
242
|
+
# intervenes, causing the build to fail even though it completes.
|
|
243
|
+
# Write it to a file instead.
|
|
244
|
+
string(TIMESTAMP tag_timestamp "%Y%m%dT%H%M%S" UTC)
|
|
245
|
+
set(tag_name _cmake_ExternalProject_moved_from_here_${tag_timestamp}Z)
|
|
246
|
+
set(error_log_file ${CMAKE_CURRENT_LIST_DIR}/rebase_error_${tag_timestamp}Z.log)
|
|
247
|
+
file(WRITE ${error_log_file} "${rebase_output}")
|
|
248
|
+
message(WARNING "Rebase failed, output has been saved to ${error_log_file}"
|
|
249
|
+
"\nFalling back to checkout, previous commit tagged as ${tag_name}")
|
|
250
|
+
execute_process(
|
|
251
|
+
COMMAND "/usr/bin/git" --git-dir=.git tag -a
|
|
252
|
+
-m "ExternalProject attempting to move from here to ${checkout_name}"
|
|
253
|
+
${tag_name}
|
|
254
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
255
|
+
COMMAND_ERROR_IS_FATAL ANY
|
|
256
|
+
${maybe_show_command}
|
|
257
|
+
)
|
|
258
|
+
|
|
259
|
+
execute_process(
|
|
260
|
+
COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}"
|
|
261
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
262
|
+
COMMAND_ERROR_IS_FATAL ANY
|
|
263
|
+
${maybe_show_command}
|
|
264
|
+
)
|
|
265
|
+
endif()
|
|
266
|
+
endif()
|
|
267
|
+
|
|
268
|
+
if(need_stash)
|
|
269
|
+
# Put back the stashed changes
|
|
270
|
+
execute_process(
|
|
271
|
+
COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet
|
|
272
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
273
|
+
RESULT_VARIABLE error_code
|
|
274
|
+
${maybe_show_command}
|
|
275
|
+
)
|
|
276
|
+
if(error_code)
|
|
277
|
+
# Stash pop --index failed: Try again dropping the index
|
|
278
|
+
execute_process(
|
|
279
|
+
COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet
|
|
280
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
281
|
+
${maybe_show_command}
|
|
282
|
+
)
|
|
283
|
+
execute_process(
|
|
284
|
+
COMMAND "/usr/bin/git" --git-dir=.git stash pop --quiet
|
|
285
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
286
|
+
RESULT_VARIABLE error_code
|
|
287
|
+
${maybe_show_command}
|
|
288
|
+
)
|
|
289
|
+
if(error_code)
|
|
290
|
+
# Stash pop failed: Restore previous state.
|
|
291
|
+
execute_process(
|
|
292
|
+
COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet ${head_sha}
|
|
293
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
294
|
+
${maybe_show_command}
|
|
295
|
+
)
|
|
296
|
+
execute_process(
|
|
297
|
+
COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet
|
|
298
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
299
|
+
${maybe_show_command}
|
|
300
|
+
)
|
|
301
|
+
message(FATAL_ERROR "\nFailed to unstash changes in: '/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src'."
|
|
302
|
+
"\nYou will have to resolve the conflicts manually")
|
|
303
|
+
endif()
|
|
304
|
+
endif()
|
|
305
|
+
endif()
|
|
306
|
+
|
|
307
|
+
set(init_submodules "TRUE")
|
|
308
|
+
if(init_submodules)
|
|
309
|
+
execute_process(
|
|
310
|
+
COMMAND "/usr/bin/git"
|
|
311
|
+
--git-dir=.git
|
|
312
|
+
submodule update --recursive --init
|
|
313
|
+
WORKING_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src"
|
|
314
|
+
COMMAND_ERROR_IS_FATAL ANY
|
|
315
|
+
${maybe_show_command}
|
|
316
|
+
)
|
|
317
|
+
endif()
|
package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-mkdirs.cmake
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
2
|
+
# file LICENSE.rst or https://cmake.org/licensing for details.
|
|
3
|
+
|
|
4
|
+
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
|
5
|
+
|
|
6
|
+
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
|
7
|
+
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
|
8
|
+
# would cause a fatal error, even though it would be a no-op.
|
|
9
|
+
if(NOT EXISTS "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src")
|
|
10
|
+
file(MAKE_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src")
|
|
11
|
+
endif()
|
|
12
|
+
file(MAKE_DIRECTORY
|
|
13
|
+
"/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-build"
|
|
14
|
+
"/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix"
|
|
15
|
+
"/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp"
|
|
16
|
+
"/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp"
|
|
17
|
+
"/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src"
|
|
18
|
+
"/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp"
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
set(configSubDirs )
|
|
22
|
+
foreach(subDir IN LISTS configSubDirs)
|
|
23
|
+
file(MAKE_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/${subDir}")
|
|
24
|
+
endforeach()
|
|
25
|
+
if(cfgdir)
|
|
26
|
+
file(MAKE_DIRECTORY "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp${cfgdir}") # cfgdir has leading slash
|
|
27
|
+
endif()
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Install script for directory: /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild
|
|
2
|
+
|
|
3
|
+
# Set the install prefix
|
|
4
|
+
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
5
|
+
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
|
6
|
+
endif()
|
|
7
|
+
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
8
|
+
|
|
9
|
+
# Set the install configuration name.
|
|
10
|
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
|
11
|
+
if(BUILD_TYPE)
|
|
12
|
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
|
13
|
+
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
|
14
|
+
else()
|
|
15
|
+
set(CMAKE_INSTALL_CONFIG_NAME "")
|
|
16
|
+
endif()
|
|
17
|
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
|
18
|
+
endif()
|
|
19
|
+
|
|
20
|
+
# Set the component getting installed.
|
|
21
|
+
if(NOT CMAKE_INSTALL_COMPONENT)
|
|
22
|
+
if(COMPONENT)
|
|
23
|
+
message(STATUS "Install component: \"${COMPONENT}\"")
|
|
24
|
+
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
|
25
|
+
else()
|
|
26
|
+
set(CMAKE_INSTALL_COMPONENT)
|
|
27
|
+
endif()
|
|
28
|
+
endif()
|
|
29
|
+
|
|
30
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
36
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
37
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
38
|
+
file(WRITE "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/install_local_manifest.txt"
|
|
39
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
40
|
+
endif()
|
|
41
|
+
if(CMAKE_INSTALL_COMPONENT)
|
|
42
|
+
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
|
43
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
|
44
|
+
else()
|
|
45
|
+
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
|
46
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
|
47
|
+
unset(CMAKE_INST_COMP_HASH)
|
|
48
|
+
endif()
|
|
49
|
+
else()
|
|
50
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
|
51
|
+
endif()
|
|
52
|
+
|
|
53
|
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
54
|
+
file(WRITE "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-subbuild/${CMAKE_INSTALL_MANIFEST}"
|
|
55
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
56
|
+
endif()
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Install script for directory: /Users/revone/.openclaw/workspace/data-structure-typed
|
|
2
|
+
|
|
3
|
+
# Set the install prefix
|
|
4
|
+
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
5
|
+
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
|
6
|
+
endif()
|
|
7
|
+
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
8
|
+
|
|
9
|
+
# Set the install configuration name.
|
|
10
|
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
|
11
|
+
if(BUILD_TYPE)
|
|
12
|
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
|
13
|
+
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
|
14
|
+
else()
|
|
15
|
+
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
|
16
|
+
endif()
|
|
17
|
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
|
18
|
+
endif()
|
|
19
|
+
|
|
20
|
+
# Set the component getting installed.
|
|
21
|
+
if(NOT CMAKE_INSTALL_COMPONENT)
|
|
22
|
+
if(COMPONENT)
|
|
23
|
+
message(STATUS "Install component: \"${COMPONENT}\"")
|
|
24
|
+
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
|
25
|
+
else()
|
|
26
|
+
set(CMAKE_INSTALL_COMPONENT)
|
|
27
|
+
endif()
|
|
28
|
+
endif()
|
|
29
|
+
|
|
30
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
|
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
|
+
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
|
38
|
+
endif()
|
|
39
|
+
|
|
40
|
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
41
|
+
# Include the install script for the subdirectory.
|
|
42
|
+
include("/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-build/cmake_install.cmake")
|
|
43
|
+
endif()
|
|
44
|
+
|
|
45
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
46
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
47
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
48
|
+
file(WRITE "/Users/revone/.openclaw/workspace/data-structure-typed/build/install_local_manifest.txt"
|
|
49
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
50
|
+
endif()
|
|
51
|
+
if(CMAKE_INSTALL_COMPONENT)
|
|
52
|
+
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
|
53
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
|
54
|
+
else()
|
|
55
|
+
string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}")
|
|
56
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt")
|
|
57
|
+
unset(CMAKE_INST_COMP_HASH)
|
|
58
|
+
endif()
|
|
59
|
+
else()
|
|
60
|
+
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
|
61
|
+
endif()
|
|
62
|
+
|
|
63
|
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
64
|
+
file(WRITE "/Users/revone/.openclaw/workspace/data-structure-typed/build/${CMAKE_INSTALL_MANIFEST}"
|
|
65
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
66
|
+
endif()
|