tdesktop/Telegram/SourceFiles/core
John Preston 21b1ba1f88 Move build to Ubuntu 14.04 and GCC 7.2.
To be able to run on the same distributions as before we need to have
the same GLIBC version dependency as in Ubuntu 12.04, which is 2.15.

For that we need to remove all usages of GLIBC features from 2.16 and above.
Currently there are three methods used, so they're wrapped in a separate
static library, linux_glibc_wraps.

It is a separate library because it must be compiled without '-flto' flag,
otherwise the inline __asm__ is not working and we get unresolved symbols.
2017-11-16 07:59:05 +04:00
..
basic_types.h Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
click_handler.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
click_handler.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
click_handler_types.cpp Improve layer / section exchange for Info. 2017-11-16 07:59:04 +04:00
click_handler_types.h Allow to edit Bio in Settings. 2017-07-23 12:34:43 +03:00
file_utilities.cpp Move MediaView from MainWindow to Messenger. 2017-08-25 14:39:27 +03:00
file_utilities.h Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
single_timer.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
single_timer.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
utils.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
utils.h Move info between Layer and Narrow wrap. 2017-11-16 07:59:03 +04:00
version.h Closed beta 1.1.23.1. 2017-11-16 07:59:05 +04:00