Go to file
Arves100 3af38fb06b Revamp build system with CMake
- Completely removed config.h generation file, as it was not used
	anywere in the code
- Removed all the old build files and switched to CMake (3.0+)
- As tl-parser only uses zlib for crc32, removing the dependency makes
	the CMake file easier to maintain and makes the code building
	without third party code. The crc32 implementation was taken from
	abb3e47a98.
2020-12-24 03:32:53 +01:00
CMakeLists.txt Revamp build system with CMake 2020-12-24 03:32:53 +01:00
crc32.c Revamp build system with CMake 2020-12-24 03:32:53 +01:00
crc32.h Revamp build system with CMake 2020-12-24 03:32:53 +01:00
LICENSE First commit 2014-11-12 14:23:25 +03:00
portable_endian.h Add support for compilation on Windows using VS or MinGW 2015-11-04 15:09:07 +01:00
README.md added README 2014-11-12 15:27:06 +03:00
tl-parser-tree.h Rename tree.h 2014-11-12 15:52:24 +03:00
tl-parser.c Revamp build system with CMake 2020-12-24 03:32:53 +01:00
tl-parser.h Add support for compilation on Windows using VS or MinGW 2015-11-04 15:09:07 +01:00
tl-tl.h Some documentation. 2015-10-17 01:30:07 +02:00
tlc.c Revamp build system with CMake 2020-12-24 03:32:53 +01:00
wingetopt.c Revamp build system with CMake 2020-12-24 03:32:53 +01:00
wingetopt.h Revamp build system with CMake 2020-12-24 03:32:53 +01:00

Parse tl scheme to tlo file. Formely part of telegram-cli