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
/
benchmark
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2025-02-13
Increase required CMake version to 3.10.
levlam
2024-08-07
Improve CMakeLists comments.
levlam
2024-05-18
Add libtdmtproto.
levlam
2022-03-14
Move find_package(ABSL) under TD_WITH_ABSEIL.
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
Add HashMap build time benchmark.
levlam
2022-02-11
Fix HashSet benchmark.
levlam
2022-02-10
Various improvements.
levlam
2022-02-10
FlatHashMap: support mem_stat->rss in memory benchmark; move memory benchmark...
Arseny Smirnov
2021-06-13
Use manual checks instead of cmake_minimum_required to propagate policies.
levlam
2020-10-11
Always link OpenSSL with Crypt32 on Windows.
levlam
2020-07-28
Ensure that OpenSSL is linked against needed Windows libraries.
levlam
2020-02-24
Fix some link dependencies.
levlam
2020-02-23
Remove unneded dependency.
levlam
2019-07-24
Add check_proxy benchmark.
levlam
2019-06-26
Add check_tls.
levlam
2018-02-18
Fix linking zlib to OpenSSL.
levlam
2018-02-17
Fix linking to dl.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov