Skip to content

Commit

Permalink
Generate scheme module by GYP action.
Browse files Browse the repository at this point in the history
Add a new codegen action to generate MTP scheme from scheme.tl file.
  • Loading branch information
john-preston committed Mar 16, 2017
1 parent d91a240 commit 6ad2cd3
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 47,066 deletions.
409 changes: 0 additions & 409 deletions Telegram/Resources/default.tdesktop-theme

This file was deleted.

File renamed without changes.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Telegram/SourceFiles/mtproto/core_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ inline QString mtpTextSerialize(const mtpPrime *&from, const mtpPrime *end) {
return QString::fromUtf8(to.p, to.size);
}

#include "mtproto/scheme_auto.h"
#include "scheme.h"

inline MTPbool MTP_bool(bool v) {
return v ? MTP_boolTrue() : MTP_boolFalse();
Expand Down
10,596 changes: 0 additions & 10,596 deletions Telegram/SourceFiles/mtproto/scheme_auto.cpp

This file was deleted.

Loading

0 comments on commit 6ad2cd3

Please sign in to comment.