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
/
bench_queue.cpp
Age
Commit message (
Expand
)
Author
2026-05-18
Fix platform.h/config.h includes.
levlam
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-02-26
Use "receive"/"have"/"loaded" instead of "got" and other log message improvem...
levlam
2023-01-02
Improve punctuation.
levlam
2023-01-01
Update copyright year.
levlam
2022-07-14
remove td::this_thread::yield function. usleep_for(1) used instead
Arseny Smirnov
2022-01-01
Update copyright year.
levlam
2021-11-04
Minor improvements.
levlam
2021-10-27
Improve bench_queue.
levlam
2021-10-25
Fix building with TD_EVENTFD_UNSUPPORTED.
levlam
2021-10-20
Use auto as variable type if it is initialized with a cast.
levlam
2021-10-17
Use uint32 instead of unsigned int if possible.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-01-01
Update copyright year.
levlam
2020-08-08
Minor benchmark improvements.
levlam
2020-06-22
Unify constant name style.
levlam
2020-06-15
Remove enum usages for static constants creation.
levlam
2020-03-02
Improve error messages.
levlam
2020-01-01
Update copyright year.
levlam
2019-07-23
Fix includes.
levlam
2019-07-03
MpscPollableQueue: move system calls out of spin lock
Arseny Smirnov
2019-01-24
Explicitly init some std::atomic.
levlam
2019-01-01
Update copyright year.
levlam
2018-10-25
Check return values of read, write and pipe in benchmarks.
levlam
2018-04-23
Better iterators increment.
levlam
2018-02-03
Unify include order.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov