summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/generate/t_as3_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...dtmuller2016-09-261-2594/+0
* THRIFT-3652 incorrect serialization of optionalsJens Geyer2016-02-211-0/+9
* THRIFT-3605 Have the compiler complain about invalid arguments and optionsJens Geyer2016-02-141-2/+8
* THRIFT-3199 Uses StructMetaData for exception fieldvalueLaurent Goujon2015-11-081-1/+1
* THRIFT-3393 Introducing i8 to provide consistent set of Thrift integersJens Geyer2015-10-201-7/+7
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-739/+589
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-589/+739
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-739/+589
* THRIFT-2828 slightly wrong help screen indentJens Geyer2014-11-151-1/+1
* compiler: remove trailing whitespacesRoger Meier2014-11-051-87/+87
* THRIFT-2784 Eliminate compiler warnings in generated C++ codeRoger Meier2014-10-211-3/+3
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+3
* THRIFT-2560 Thrift compiler generator tries to concat ints with strings using +Jens Geyer2014-05-311-1/+1
* THRIFT-2389: namespaces handled wrongly in acrionscript 3.0 implementationjfarrell2014-03-111-10/+33
* THRIFT-1996:Constants generation is broken / inconsistent with regular Java g...Jake Farrell2013-06-041-2/+2
* THRIFT-1815 Code generators line buffer outputJens Geyer2013-01-041-1/+8
* Thrift-1079:Support i64 in AS3Jake Farrell2012-05-111-19/+9
* THRIFT-1079 Support i64 in AS3Roger Meier2012-04-111-9/+19
* THRIFT-916 gcc warnings in c++ header filesRoger Meier2011-07-171-1/+0
* Thrift-1181: AS3 compiler generates incorrect code for setting default values...Jake Farrell2011-06-091-4/+20
* THRIFT-1180. as3: AS3 compiler generates uncompilable code for binary types.Bryan Duxbury2011-06-091-3/+4
* Thrift-835: Bad AS3 syntax in constructors that set default valuesJake Farrell2011-05-191-1/+2
* THRIFT-1011. as3: Error generating package imports when using classes from ot...Bryan Duxbury2011-03-011-20/+89
* THRIFT-1010 Fix typo asigned -> assignedRoger Meier2010-11-301-2/+2
* THRIFT-916 compile with -Wall -Wextra without warning on Debian LennyRoger Meier2010-11-171-1/+13
* THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra...Roger Meier2010-10-131-1/+2
* THRIFT-787. compiler: Enums are not read correctlyBryan Duxbury2010-09-271-11/+3
* THRIFT-518. as3: Add the AS3 generator and libraryBryan Duxbury2010-04-221-0/+2606