kepka/Telegram/SourceFiles/mtproto
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
..
auth_key.cpp Fix build against OpenSSL 1.1 2017-12-20 14:38:02 +02:00
auth_key.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
config_loader.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
config_loader.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
connection.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection_abstract.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection_abstract.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
connection_auto.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection_auto.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection_http.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection_http.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection_tcp.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
connection_tcp.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
core_types.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
core_types.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
dc_options.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
dc_options.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
dcenter.cpp Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
dcenter.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
facade.cpp Finalizing file renaming. 2017-03-04 13:23:56 +03:00
facade.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
mtp_instance.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
mtp_instance.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
rpc_sender.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
rpc_sender.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
rsa_public_key.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
rsa_public_key.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
sender.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
session.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
session.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
special_config_request.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
special_config_request.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
type_utils.cpp Move a lot of code from scheme.h to scheme.cpp. 2017-08-25 14:39:32 +03:00
type_utils.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00