Commit Graph

7 Commits

Author SHA1 Message Date
d137b75516 Update tl-parser in release builds
- Changed assertions to abort to allow the build to fail on release
  targets
- Fixed some wrong assertion
- Changed all stderr print to the respective macro
2020-12-24 18:55:44 +01:00
dadc301e05 Fix output for release builds 2020-12-24 14:21:59 +01:00
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
smlu
a9047956a4 Add support for compilation on Windows using VS or MinGW 2015-11-04 15:09:07 +01:00
Ben Wiederhake
134e53c0ec Remove support for old schemas. 2015-10-17 01:29:51 +02:00
vvaltman
1659d87b8d work without libexecinfo 2015-06-01 13:29:38 +03:00
Vysheng
b6175b9dbe First commit 2014-11-12 14:23:25 +03:00