kepka/Telegram/SourceFiles/codegen/style
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
generator.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
generator.h Replace MetaLang with codegen_lang. 2017-04-12 22:18:42 +03:00
main.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
module.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
module.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
options.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
options.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
parsed_file.cpp [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-02-28 22:12:25 +02:00
parsed_file.h Fix include path 2017-12-20 14:38:02 +02:00
processor.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
processor.h Replace MetaLang with codegen_lang. 2017-04-12 22:18:42 +03:00
structure_types.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
structure_types.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00