Commit Graph

  • 3df9f70d59 Update CMakeLists.txt master-tdlight Andrea Cavalli 2020-12-27 11:56:35 +0100
  • 93f3831e49 Update CMakeLists.txt Andrea Cavalli 2020-12-27 11:39:51 +0100
  • 4e5f593049 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 - Fix output for release builds - Fix indentation 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. master Andrea Cavalli 2020-12-24 22:43:59 +0100
  • 43ca916f66 Fix spelling error Andrea Cavalli 2020-12-24 22:00:21 +0100
  • 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 Christian Rendina 2020-12-24 18:55:35 +0100
  • 98b469c21d Merge branch 'master' of https://git.ignuranza.net/tdlight-team/tl-parser Christian Rendina 2020-12-24 14:22:28 +0100
  • dadc301e05 Fix output for release builds Christian Rendina 2020-12-24 14:21:59 +0100
  • c478b339e0 Update CMakeLists.txt Andrea Cavalli 2020-12-24 12:51:44 +0100
  • 6ff5d408d8 Update CMakeLists.txt Andrea Cavalli 2020-12-24 12:44:25 +0100
  • c089daaa41 Clean indentation Andrea Cavalli 2020-12-24 11:56:51 +0100
  • 59cf947e2c Update .gitignore Andrea Cavalli 2020-12-24 11:16:11 +0100
  • 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. Christian Rendina 2020-12-24 02:18:20 +0100
  • fd52554f6d Merge branch 'master' of https://github.com/ZeroPass/tl-parser Christian Rendina 2020-12-24 02:13:15 +0100
  • f49077de7f Add builtin types: function and object Arseny Smirnov 2018-02-15 13:42:26 +0300
  • a111989860 added multiple ns vvaltman 2018-02-15 12:32:55 +0300
  • 5a0dfa4248 Bug fix smlu 2015-11-30 14:34:24 +0100
  • a9047956a4 Add support for compilation on Windows using VS or MinGW smlu 2015-11-04 15:09:07 +0100
  • 0265dc9ec2 Add Visual Studio project smlu 2015-11-04 14:33:47 +0100
  • 659a3e7cd8 Add gitignore Visual Studio smlu 2015-11-04 14:31:25 +0100
  • 36bf1902ff Merge pull request #5 from BenWiederhake/develop vysheng 2015-10-17 16:33:25 +0300
  • 66d26ea25d Make the tlo reproducible by default. Ben Wiederhake 2015-10-17 01:33:09 +0200
  • 7713b8ccb0 Fix endianess issues. Ben Wiederhake 2015-10-17 00:49:20 +0200
  • b80178eb54 Some documentation. Ben Wiederhake 2015-10-17 00:25:47 +0200
  • 134e53c0ec Remove support for old schemas. Ben Wiederhake 2015-10-16 23:38:38 +0200
  • abb3e47a98 Use a general crc32 implementation. Ben Wiederhake 2015-10-03 10:04:31 +0200
  • 20cbeb6b1e Apply new autoconf version (2.69) Ben Wiederhake 2015-10-03 09:59:35 +0200
  • 5e773f0c22 Add missing gitignore entries. Ben Wiederhake 2015-10-03 09:52:52 +0200
  • 1659d87b8d work without libexecinfo vvaltman 2015-06-01 13:29:38 +0300
  • ec8a8ed7a4 Merge pull request #1 from arseny30/patch-1 vysheng 2014-11-19 13:32:34 +0000
  • 6743830947 Wrong FLAG_DEFAULT_CONSTRUCTOR bugfix arseny30 2014-11-19 16:16:54 +0300
  • a917b702f6 Fixed Makefile Vysheng 2014-11-12 16:59:01 +0300
  • c99ff05aea deleted config.h Vysheng 2014-11-12 16:10:20 +0300
  • 5a0088cf2f Rename tree.h Vysheng 2014-11-12 15:52:24 +0300
  • deb9ef86d8 added README Vysheng 2014-11-12 15:27:06 +0300
  • b6175b9dbe First commit Vysheng 2014-11-12 14:23:25 +0300