kepka/Telegram/SourceFiles/codegen/emoji
Alex 69661217d2
Remove PCH (#148)
This commit brings many changes:

1. Remove cotire;
2. Remove PCH files (stdafx.xxx) and mentions;
3. Rearrange and clean includes:
3.1. Remove core includes path, use full header path core/xxx;
3.2. Move object_ptr to separate file base/object_ptr.h;
3.3. Add missing includes;
5. Add forward decls;
6. Get rid of some Qt private parts;
7. Fix ALL compilation errors after removing cotire on Windows, Linux, MacOS.

Closes #133.
Related to #96.
2018-06-04 16:25:31 +03:00
..
CMakeLists.txt Add cmake files 2017-12-20 14:38:02 +02:00
data.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
data.h Moved to the latest emoji set. 2017-02-15 21:27:31 +03:00
generator.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
generator.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
main.cpp Build codegen_emoji without GUI dependencies. 2017-04-03 21:49:07 +03:00
options.cpp Add emoji autocomplete data and algorithm. 2017-07-26 15:55:01 +03:00
options.h Add emoji autocomplete data and algorithm. 2017-07-26 15:55:01 +03:00
replaces.cpp Version 1.1.16: Fix build for Qt 5.3.2 and GCC. 2017-07-26 19:10:04 +03:00
replaces.h Add emoji autocomplete data and algorithm. 2017-07-26 15:55:01 +03:00