aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/CMakeLists.txt
AgeCommit message (Expand)Author
2025-03-20Add simple_tests.h.levlam
2025-02-13Fix building of gperf-generated files with C++17.levlam
2025-02-13Increase required CMake version to 3.10.levlam
2025-02-11Add Ed25519.levlam
2024-10-21Add separate TD_INSTALL_STATIC_LIBRARIES and TD_INSTALL_SHARED_LIBRARIES opti...levlam
2024-10-21Add option to install only BUILD_SHARED_LIBS-matching filesOPNA2608
2024-09-02Minor improvements.levlam
2024-08-29Add TDUTILS_USE_EXTERNAL_DEPENDENCIES option.levlam
2024-08-07Improve CMakeLists comments.levlam
2024-07-23Fix order of header file names in CMakeLists.txt.levlam
2024-05-20Move class HttpDate to tdutils.levlam
2024-02-21Link atomic with target_link_libraries.levlam
2024-02-21Support FindAtomics on NetBSD.levlam
2023-12-29Keep source files sorted in CMakeLists.txt.levlam
2023-10-15Suppress logging if failed to find Crc32c, Readline or Git.levlam
2023-10-14Export static targets in a separate fileZephyr Lykos
2023-10-14Fix finding CRC32CZephyr Lykos
2023-01-22Add unique_value_ptr.levlam
2023-01-15Fix some lower-case spelling.levlam
2022-10-09Add AsyncFileLog.levlam
2022-09-04Improve NetBSD build instructions.levlam
2022-08-21Add WaitFreeHashSet.h to CMakeLists.txt.levlam
2022-08-20Add WaitFreeHashSet.levlam
2022-08-02Add WaitFreeVector.levlam
2022-07-14add Mutex wrapper around std::mutex and use it instead of SpinLockArseny Smirnov
2022-07-11Generate GitCommitHash.cpp during building.levlam
2022-07-09Disable git commit hash calculation, because the current approach must be com...levlam
2022-07-08Generate GIT_COMMIT and GIT_DIRTY from CMake.levlam
2022-06-27Move Promise to tdutils.levlam
2022-06-09Move FloodControlGlobal to tdutils.levlam
2022-05-19Add WaitFreeHashMap.levlam
2022-05-12Move is_emoji test to separate file.levlam
2022-03-14Move find_package(ABSL) under TD_WITH_ABSEIL.levlam
2022-03-09Add separate FlatHashSet.h.levlam
2022-03-09Move non-template FlatHashTable functions to cpp.levlam
2022-03-09Move FlatHashTable implementation to FlatHashTable.h.levlam
2022-03-09Move MapNode and SetNode to separate classes.levlam
2022-02-23Allow folly usages only if TD_TEST_FOLLY is defined.levlam
2022-02-17FlatHashMap: add implementation with chunksArseny Smirnov
2022-02-11FlatHashMap: fix CEArseny Smirnov
2022-02-11Add HashMap build time benchmark.levlam
2022-02-11Fix HashSet benchmark.levlam
2022-02-10FlatHashMap: support mem_stat->rss in memory benchmark; move memory benchmark...Arseny Smirnov
2022-02-10FlatHashMap: simple benchmark for memory usageArseny Smirnov
2022-02-09cmake: use SYSTEM after PUBLIC or PRIVATE in target_link_libraries to avoid e...Arseny Smirnov
2022-02-09FlatHashMap improvements.levlam
2022-02-08FlatHashMap: benchmarkArseny Smirnov
2022-02-08Minor improvements.levlam
2022-02-07tdutils: FlatHashMapArseny Smirnov
2022-01-31Minor fixes.levlam