tdesktop/Telegram/SourceFiles/platform/linux
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
..
file_utilities_linux.cpp Improve layer / section exchange for Info. 2017-11-16 07:59:04 +04:00
file_utilities_linux.h
linux_desktop_environment.cpp
linux_desktop_environment.h
linux_gdk_helper.cpp
linux_gdk_helper.h
linux_glibc_wraps_32.c Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
linux_glibc_wraps_64.c Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
linux_glibc_wraps.c Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
linux_libnotify.cpp
linux_libnotify.h
linux_libs.cpp
linux_libs.h
main_window_linux.cpp
main_window_linux.h
notifications_manager_linux.cpp
notifications_manager_linux.h
specific_linux.cpp
specific_linux.h