summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/thrift/generate/t_haxe_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5703 Haxe 4.30 emits "Local variable retval used without being initial...Jens Geyer2023-04-201-35/+38
* THRIFT-5704 Superfluous block scope in generated write() codeJens Geyer2023-04-201-2/+0
* THRIFT-5692 Support for deprecated methods (via annotation)Jens Geyer2023-03-181-0/+51
* * THRIFT-4655 Parser fails on the word "from"Jens Geyer2022-10-161-0/+6
* THRIFT-5593 Implement uuid for HaxeJens Geyer2022-09-051-0/+19
* THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved sel...Jens Geyer2022-09-051-0/+4
* THRIFT-5590 Haxe complex initsJens Geyer2022-06-131-144/+166
* THRIFT-5589 Haxe compiler/runtime fixesJens Geyer2022-06-071-14/+15
* THRIFT-5393 Incorrect namespaces for included typesJens Geyer2021-04-091-20/+27
* THRIFT-5381 possible collisions at VOID type with some 3rd-party libraries on...Jens Geyer2021-03-271-1/+1
* THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZEJens Geyer2021-03-171-209/+200
* THRIFT-5229 remove AS3 supportJens Geyer2021-02-141-1/+1
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-141-14/+14
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-081-12/+10
* THRIFT-4532: Do not update previously generated output files if the contents ...Mustafa Senol Cosar2018-05-011-66/+66
* THRIFT-4513: Fix thrift compiler to generate constants in stable order.Roman Soroka2018-03-141-4/+4
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-0/+2
* THRIFT-4137 Fix remaining undefined behavior invalid vptr casts in Thrift Com...Jens Geyer2017-03-271-1/+1
* THRIFT-4136 Align is_binary() method with is_string() to simplify those checksJens Geyer2017-03-261-5/+5
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...dtmuller2016-09-261-0/+2981