AyuGramDesktop/Telegram
John Preston c207743338 Made base::lambda a copyable value type.
Now base::lambda can be copied and can wrap any immutable lambda.
For mutable lambdas there is base::lambda_once (which you're
supposed to call only once to pass data through lambda captures,
for example by using std::unique_ptr). Generally base::lambda is
passed by value and base::lambda_once is passed by rvalue reference.
2017-02-26 21:01:23 +03:00
..
build Closed beta 1000014001: testing MTP changes. 2017-02-25 20:15:30 +03:00
gyp MTP global state moved to MTP::Instance class. 2017-02-25 19:48:21 +03:00
Patches Using custom build of libc++ for old OS X version. 2017-02-21 15:37:52 +03:00
Resources Closed beta 1000014001: testing MTP changes. 2017-02-25 20:15:30 +03:00
SetupFiles initial commit for 0.4.18 version of Telegram Desktop 2014-05-30 12:53:19 +04:00
SourceFiles Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
Telegram Closed beta 10020001: application icon changed. 2016-12-30 17:52:58 +04:00
ThirdParty Move to GCC 6 and silent some warnings there. 2017-02-21 18:29:59 +03:00
create.bat Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
Telegram.plist Version for Mac App Store build from GYP ready, not tested yet. 2016-08-31 08:32:05 -06:00