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