Skip to content

Instantly share code, notes, and snippets.

@jonas-ellert
Created August 16, 2024 10:15
Show Gist options
  • Save jonas-ellert/674860a2be1040a7e841abb9513c31e9 to your computer and use it in GitHub Desktop.
Save jonas-ellert/674860a2be1040a7e841abb9513c31e9 to your computer and use it in GitHub Desktop.
jonas@jonas-t480s:~/Projects/dummy/nearest-smaller-suffixes/build$ rm -rf *
jonas@jonas-t480s:~/Projects/dummy/nearest-smaller-suffixes/build$ cmake ..
-- The CXX compiler identification is GNU 11.4.0
-- The C compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- [XSS]
-- [XSS] Executing CMakeList.txt in directory /home/jonas/Projects/dummy/nearest-smaller-suffixes...
-- [XSS] g++ version: 11.4.0
-- [XSS] gcc version: 11.4.0
-- [XSS] CMAKE_BUILD_TYPE=Release
-- [XSS]
-- [XSS] Adding xss includes...
-- [XSS] Adding sdsl-lite as an external project...
-- [XSS] Adding include directory for sdsl, divsufsort, and gtest...
-- [XSS] Adding libraries for sdsl, divsufsort, and gtest...
-- [XSS]
-- [XSS] Entering directory test...
-- [XSS] List of include directories:
-- [XSS] /home/jonas/Projects/dummy/nearest-smaller-suffixes/include
-- [XSS] /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/sdsl/include
-- [XSS] Adding target for test: test_stack
-- [XSS] Adding target for test: test_xss
-- [XSS]
-- [XSS] Entering directory src...
-- [XSS] Adding tlx as external project...
-- [XSS] Adding malloc_count libraries and includes...
-- [XSS] Adding benchmark includes...
-- [XSS] List of include directories:
-- [XSS] /home/jonas/Projects/dummy/nearest-smaller-suffixes/include
-- [XSS] /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/sdsl/include
-- [XSS] /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include
-- [XSS] /home/jonas/Projects/dummy/nearest-smaller-suffixes/benchmark/external/malloc_count
-- [XSS] /home/jonas/Projects/dummy/nearest-smaller-suffixes/benchmark/include
-- [XSS] Adding benchmark target...
-- [XSS]
-- [XSS] DONE!
-- [XSS]
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build
jonas@jonas-t480s:~/Projects/dummy/nearest-smaller-suffixes/build$ make fetch_tlx
[ 12%] Creating directories for 'fetch_tlx'
[ 25%] Performing download step (git clone) for 'fetch_tlx'
Cloning into 'fetch_tlx'...
HEAD is now at 1052dc7 logger: add wrap_unprintable() = wrap_unp()
[ 37%] No update step for 'fetch_tlx'
[ 50%] No patch step for 'fetch_tlx'
[ 62%] Performing configure step for 'fetch_tlx'
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Defaulting CMAKE_BUILD_TYPE to Debug
-- Performing Test TLX_CXX_HAS_CXX17
-- Performing Test TLX_CXX_HAS_CXX17 - Success
-- TLX CMAKE_CXX_FLAGS: -Wshadow -Wold-style-cast -std=c++17 -g -W -Wall -Wextra -fPIC -Wcast-qual -Winit-self -Wnoexcept -Woverloaded-virtual -Wredundant-decls
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/src/fetch_tlx-build
[ 75%] Performing build step for 'fetch_tlx'
[ 2%] Building CXX object tlx/CMakeFiles/tlx.dir/algorithm/parallel_multiway_merge.cpp.o
[ 4%] Building CXX object tlx/CMakeFiles/tlx.dir/backtrace.cpp.o
[ 6%] Building CXX object tlx/CMakeFiles/tlx.dir/cmdline_parser.cpp.o
[ 8%] Building CXX object tlx/CMakeFiles/tlx.dir/die/core.cpp.o
[ 11%] Building CXX object tlx/CMakeFiles/tlx.dir/digest/md5.cpp.o
[ 13%] Building CXX object tlx/CMakeFiles/tlx.dir/digest/sha1.cpp.o
[ 15%] Building CXX object tlx/CMakeFiles/tlx.dir/digest/sha256.cpp.o
[ 17%] Building CXX object tlx/CMakeFiles/tlx.dir/digest/sha512.cpp.o
[ 20%] Building CXX object tlx/CMakeFiles/tlx.dir/logger/core.cpp.o
[ 22%] Building CXX object tlx/CMakeFiles/tlx.dir/multi_timer.cpp.o
[ 24%] Building CXX object tlx/CMakeFiles/tlx.dir/port/setenv.cpp.o
[ 26%] Building CXX object tlx/CMakeFiles/tlx.dir/string/base64.cpp.o
[ 28%] Building CXX object tlx/CMakeFiles/tlx.dir/string/bitdump.cpp.o
[ 31%] Building CXX object tlx/CMakeFiles/tlx.dir/string/compare_icase.cpp.o
[ 33%] Building CXX object tlx/CMakeFiles/tlx.dir/string/contains.cpp.o
[ 35%] Building CXX object tlx/CMakeFiles/tlx.dir/string/contains_word.cpp.o
[ 37%] Building CXX object tlx/CMakeFiles/tlx.dir/string/ends_with.cpp.o
[ 40%] Building CXX object tlx/CMakeFiles/tlx.dir/string/equal_icase.cpp.o
[ 42%] Building CXX object tlx/CMakeFiles/tlx.dir/string/erase_all.cpp.o
[ 44%] Building CXX object tlx/CMakeFiles/tlx.dir/string/escape_html.cpp.o
[ 46%] Building CXX object tlx/CMakeFiles/tlx.dir/string/escape_uri.cpp.o
[ 48%] Building CXX object tlx/CMakeFiles/tlx.dir/string/expand_environment_variables.cpp.o
[ 51%] Building CXX object tlx/CMakeFiles/tlx.dir/string/extract_between.cpp.o
[ 53%] Building CXX object tlx/CMakeFiles/tlx.dir/string/format_si_iec_units.cpp.o
[ 55%] Building CXX object tlx/CMakeFiles/tlx.dir/string/hexdump.cpp.o
[ 57%] Building CXX object tlx/CMakeFiles/tlx.dir/string/index_of.cpp.o
[ 60%] Building CXX object tlx/CMakeFiles/tlx.dir/string/join.cpp.o
[ 62%] Building CXX object tlx/CMakeFiles/tlx.dir/string/join_quoted.cpp.o
[ 64%] Building CXX object tlx/CMakeFiles/tlx.dir/string/less_icase.cpp.o
[ 66%] Building CXX object tlx/CMakeFiles/tlx.dir/string/pad.cpp.o
[ 68%] Building CXX object tlx/CMakeFiles/tlx.dir/string/parse_si_iec_units.cpp.o
[ 71%] Building CXX object tlx/CMakeFiles/tlx.dir/string/replace.cpp.o
[ 73%] Building CXX object tlx/CMakeFiles/tlx.dir/string/split.cpp.o
[ 75%] Building CXX object tlx/CMakeFiles/tlx.dir/string/split_quoted.cpp.o
[ 77%] Building CXX object tlx/CMakeFiles/tlx.dir/string/split_words.cpp.o
[ 80%] Building CXX object tlx/CMakeFiles/tlx.dir/string/ssprintf.cpp.o
[ 82%] Building CXX object tlx/CMakeFiles/tlx.dir/string/starts_with.cpp.o
[ 84%] Building CXX object tlx/CMakeFiles/tlx.dir/string/to_lower.cpp.o
[ 86%] Building CXX object tlx/CMakeFiles/tlx.dir/string/to_upper.cpp.o
[ 88%] Building CXX object tlx/CMakeFiles/tlx.dir/string/trim.cpp.o
[ 91%] Building CXX object tlx/CMakeFiles/tlx.dir/string/union_words.cpp.o
[ 93%] Building CXX object tlx/CMakeFiles/tlx.dir/string/word_wrap.cpp.o
[ 95%] Building CXX object tlx/CMakeFiles/tlx.dir/thread_pool.cpp.o
[ 97%] Building CXX object tlx/CMakeFiles/tlx.dir/timestamp.cpp.o
[100%] Linking CXX static library libtlx.a
[100%] Built target tlx
[ 87%] Performing install step for 'fetch_tlx'
Consolidate compiler generated dependencies of target tlx
[100%] Built target tlx
Install the project...
-- Install configuration: ""
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/digest
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/digest/md5.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/digest/sha256.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/digest/sha512.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/digest/sha1.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/thread_barrier_spin.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/siphash.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/parallel_mergesort.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings_parallel.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings/sample_sort_tools.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings/radix_sort.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings/insertion_sort.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings/multikey_quicksort.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings/string_set.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings/string_ptr.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort/strings/parallel_sample_sort.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/polynomial_regression.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/is_power_of_two.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/sgn.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/ctz.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/integer_log2.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/bswap_le.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/power_to_the.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/round_to_power_of_two.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/round_up.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/abs_diff.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/ffs.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/aggregate.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/bswap.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/bswap_be.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/popcount.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/div_ceil.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/rol.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/ror.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/aggregate_min_max.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/math/clz.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/unused.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/digest.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/port.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/simple_vector.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/counting_ptr.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/thread_pool.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/multisequence_selection.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/is_sorted_cmp.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/random_bipartition_shuffle.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/parallel_multiway_merge.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/multisequence_partition.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/multiway_merge.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/exclusive_scan.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/merge_combine.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/multiway_merge_splitting.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/algorithm/merge_advance.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/cmdline_parser.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/vector_free.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/allocator_base.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/multi_timer.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/btree_multimap.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/d_ary_heap.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/radix_heap.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/string_view.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/simple_vector.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/splay_tree.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/d_ary_addressable_int_heap.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/loser_tree.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/btree_set.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/btree_map.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/lru_cache.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/btree.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/btree_multiset.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container/ring_buffer.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/port
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/port/setenv.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/version.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/thread_barrier_mutex.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/stack_allocator.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/die.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/deque.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/unordered_map.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/all.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/tuple.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/unordered_set.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/array.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/core.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/set.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/map.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/logger/wrap_unprintable.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/compare_icase.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/expand_environment_variables.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/equal_icase.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/escape_uri.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/split_quoted.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/hash_djb2.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/pad.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/word_wrap.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/to_upper.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/bitdump.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/escape_html.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/erase_all.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/split.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/hexdump.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/union_words.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/extract_between.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/ssprintf_generic.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/split_words.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/join_quoted.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/trim.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/starts_with.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/format_si_iec_units.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/to_lower.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/format_iec_units.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/split_view.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/ends_with.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/base64.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/ssprintf.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/replace.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/index_of.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/format_si_units.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/levenshtein.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/hash_sdbm.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/less_icase.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/join_generic.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/contains_word.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/parse_si_iec_units.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/contains.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/string/join.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/timestamp.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/backtrace.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/sort.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/attribute_warn_unused_result.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/endian.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/attribute_packed.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/attribute_fallthrough.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/attribute_format_printf.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/attribute_always_inline.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/likely.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/define/deprecated.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/static_index.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/vmap_for_range.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/vmap_foreach_tuple_with_index.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/is_std_pair.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/index_sequence.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/vmap_foreach_tuple.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/has_method.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/vexpand.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/function_chain.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/has_member.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/call_for_range.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/apply_tuple.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/function_stack.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/call_foreach_tuple.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/log2.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/fold_right_tuple.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/call_foreach_with_index.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/is_std_vector.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/call_foreach.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/vmap_foreach_with_index.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/is_std_tuple.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/fold_left.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/fold_right.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/fold_left_tuple.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/call_foreach_tuple_with_index.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/is_std_array.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/vmap_foreach.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/no_operation.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/meta/enable_if.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/delegate.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/semaphore.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/die
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/die/core.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/include/tlx/container.hpp
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/lib/cmake/tlx/tlx-version.cmake
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/lib/cmake/tlx/tlx-config.cmake
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/lib/cmake/tlx/tlx-targets.cmake
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/lib/cmake/tlx/tlx-targets-noconfig.cmake
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/lib/pkgconfig/tlx.pc
-- Installing: /home/jonas/Projects/dummy/nearest-smaller-suffixes/build/benchmark/src/external/tlx/lib/libtlx.a
[100%] Completed 'fetch_tlx'
[100%] Built target fetch_tlx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment