tdesktop/Telegram/SourceFiles/calls
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
..
calls_box_controller.cpp Use PeerListBox content in info profile. 2017-11-16 07:59:04 +04:00
calls_box_controller.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
calls_call.cpp Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
calls_call.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
calls_emoji_fingerprint.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
calls_emoji_fingerprint.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
calls_instance.cpp Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
calls_instance.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
calls_panel.cpp Divide structs into several data/ modules. 2017-11-16 07:59:04 +04:00
calls_panel.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
calls_top_bar.cpp Return FlatLabel.margins in getMargins(). 2017-11-16 07:59:04 +04:00
calls_top_bar.h Use rpl in some widgets and effects. 2017-11-16 07:59:02 +04:00
calls.style Return FlatLabel.margins in getMargins(). 2017-11-16 07:59:04 +04:00