tdesktop/Telegram/gyp
John Preston 6003ac2132 Add base::weak_unique_ptr<T> template class.
Sometimes you don't need shared ownership (shared_ptr), but you
still need to be able to have weak pointers to an object.

Now you can derive the object from base::enable_weak_from_this
and use base::weak_unique_ptr<T> after that.
2017-04-03 14:08:36 +03:00
..
PrecompiledHeader.cmake Fix travis build warning on precompiled headers. 2017-02-22 14:00:08 +03:00
Telegram.gyp Use emoji/stickers/gifs slider in EmojiPan. 2017-03-31 15:48:01 +03:00
codegen.gyp Include only required moc_*.cpp in the build. 2017-03-13 13:17:26 +03:00
codegen_rules.gypi Generate emoji config by a build action. 2017-04-01 17:08:42 +03:00
common.gypi Version 1.0.6: fixing some critical issues in audio handling. 2017-02-01 13:12:52 +03:00
common_executable.gypi
create_env.py
list_sources.py Include only required moc_*.cpp in the build. 2017-03-13 13:17:26 +03:00
official.py
print_version.sh Added interpreter path (#3061) 2017-02-23 18:51:29 +01:00
qt.gypi Fix build for Xcode and GCC. 2017-04-01 16:14:56 +03:00
qt_rcc.gypi GYP build for Linux done: GYP -> CMake -> make. Testing. 2016-09-09 09:15:11 +03:00
refresh.bat Remove workaround for missing build defines 2017-02-19 14:00:14 +01:00
refresh.sh Fix AutoConnection::debugState() for TCP connections. Fix #3171 2017-03-30 18:20:51 +03:00
settings_linux.gypi Add MTP::Sender to replace RPCSender some day. 2017-03-23 14:37:38 +03:00
settings_mac.gypi Add MTP::Sender to replace RPCSender some day. 2017-03-23 14:37:38 +03:00
settings_win.gypi Add MTP::Sender to replace RPCSender some day. 2017-03-23 14:37:38 +03:00
telegram_linux.gypi Move GSL dependency to a submodule. 2017-03-10 14:34:43 +03:00
telegram_mac.gypi Using custom build of libc++ for old OS X version. 2017-02-21 15:37:52 +03:00
telegram_qrc.gypi Finalize rename / move of files. 2017-03-16 12:53:13 +03:00
telegram_sources.txt Add base::weak_unique_ptr<T> template class. 2017-04-03 14:08:36 +03:00
telegram_win.gypi Use 'v140' msbuild_toolset for VS project. 2017-02-21 15:27:34 +03:00
update_dependent.py Include only required moc_*.cpp in the build. 2017-03-13 13:17:26 +03:00
utils.gyp Xcode 8 supported. Fixed quit by Cmd+Q in case of macOS fullscreen window. 2016-09-15 13:50:43 +03:00