index
:
fadhil_riyanto/libTgBot.git
master
C++ library for Telegram bot API
Fadhil Riyanto
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-30
Fix issue #137: Directory for boost auto linking is missing
Transporter
2020-04-30
Fix issure #138: DLL export fails
Transporter
2020-04-03
Add missing export.h.
Egor Pugin
2020-03-30
Add missing TGBOT_API.
Egor Pugin
2020-03-22
Move method to source file. Put include with boost asio at the first place, b...
Egor Pugin
2020-03-22
Remove unused include.
Egor Pugin
2020-03-22
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
Egor Pugin
2020-03-22
Fix header order.
Egor Pugin
2020-03-17
format: add missing headers
Alexander Zaitsev
2020-03-15
Update README.md
Egor Pugin
2020-03-15
[cmake] Disable gnu extensions.
Egor Pugin
2020-03-15
Update C++ standard in readme.
Egor Pugin
2020-03-15
Remove workaround.
Egor Pugin
2020-03-15
Bump minimal C++ to C++14.
Egor Pugin
2020-03-15
Use make_unique if C++14 and above is available. Kudos to @JellyBrick.
Egor Pugin
2020-03-14
Init unique_ptr in C++11 style.
Egor Pugin
2020-03-14
Build Bot.cpp.
Egor Pugin
2020-03-14
Move Bot ctor in its own file.
Egor Pugin
2020-03-14
Add export header.
Egor Pugin
2020-03-14
Improve include order. Add some forward decls.
Egor Pugin
2020-03-14
Add missing header.
Egor Pugin
2020-03-14
Merge pull request #133 from JellyBrick/master
Egor Pugin
2020-03-14
Store Bot::_eventBroadcaster in unique ptr. Fixes #131.
Egor Pugin
2020-03-14
Fix #127, #128 & Code quality improvements
jellybrick
2020-03-14
Update LICENSE
Oleg Morozenkov
2020-03-14
Update README.md
Egor Pugin
2020-03-13
[ci] Update.
Egor Pugin
2020-03-13
[sw] Fix git tags. Bump version.
Egor Pugin
2020-03-13
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
Egor Pugin
2020-03-13
Update copyrights.
Egor Pugin
2020-03-13
[sw] Bump version to 1.2.1.
Egor Pugin
2020-03-13
[sw] Add shared build.
Egor Pugin
2020-03-13
Initial support for shared builds.
Egor Pugin
2020-03-13
Ignore .lnk files on windows.
Egor Pugin
2020-03-13
Add cpp11 for test also.
Egor Pugin
2020-03-13
[ci] Fix typo.
Egor Pugin
2020-03-13
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
Egor Pugin
2020-03-13
[ci] Merge github actions into single file.
Egor Pugin
2020-03-13
[sw] Add test.
Egor Pugin
2020-03-13
[sw] Set cpp11 standard.
Egor Pugin
2020-03-13
[ci] Add github actions.
Egor Pugin
2020-03-13
Add SW build system config.
Egor Pugin
2020-03-13
Merge pull request #129 from reo7sp/fix/use_proper_types
Egor Pugin
2020-03-13
fix: use std::size_t instead of size_t
Alexander Zaitsev
2020-03-13
fix: use C++ fixed-width types instead of C types
Alexander Zaitsev
2020-03-13
Fix too big timeout in long poller.
Egor Pugin
2020-03-11
Merge pull request #123 from xvitaly/fix-cmake
Oleg Morozenkov
2020-03-11
Merge pull request #124 from xvitaly/add-soversion
Oleg Morozenkov
2020-01-06
Export correct ABI version for shared library.
Vitaly Zaitsev
2020-01-06
Fixed installation on other than Ubuntu GNU/Linux distributions.
Vitaly Zaitsev
[next]