summaryrefslogtreecommitdiff
path: root/compiler/cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5082 Add a Class reference for PHP enum $_TSPECStanislav Markevic2020-06-091-2/+2
* THRIFT-5200 Thrift compiler will generate incorrect code when add 'cob_style'...zeshuai0072020-06-041-3/+38
* THRIFT-5220 DeepCopy() extension methods not generated when the IDL contains ...Jens Geyer2020-05-281-3/+2
* THRIFT-5216 generate DeepCopy methodsJens Geyer2020-05-272-59/+469
* THRIFT-5138 Swift keywords may be used as identifiers if escapedJano Svitok2020-05-204-5/+24
* THRIFT-5128 Swift TFramedTransport does not work using present codeJano Svitok2020-05-201-4/+6
* THRIFT-3622 Fix deprecated uses of std::auto_ptrzeshuai0072020-05-151-2/+2
* THRIFT-5198 Fix certain Visual Studio hints in generated netstd codeJens Geyer2020-05-082-21/+35
* THRIFT-5179: Fix generated code for struct's named "a" or "b"Zezeng Wang2020-04-281-9/+34
* THRIFT-5159: Fix runtime ReferenceError in generated codepenenin2020-04-271-0/+3
* Remove boost from compiler test, delete unused bincat.shMario Emmenlauer2020-04-243-12/+1
* Swift 5.1 supportAlexander Edge2020-04-241-17/+7
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-04-221-0/+7
* THRIFT-5168 Useless generated code when .thrift file only has service typezeshuai0072020-04-211-41/+57
* Modify autogenerated message for Go to standard to match the expectations of ...gzuykov2020-04-091-3/+3
* THRIFT-4764: Use new syntax for clippy skippingMikail Bagishov2020-03-281-1/+1
* THRIFT-5154 Generate interface IDs (IID) for Windows platformsJens Geyer2020-03-281-0/+28
* THRIFT-5067 Invalid generated Cpp code from valid Thrift IDL with dots in fil...zeshuai0072020-03-221-0/+26
* CI broken, reverting following PRsJens Geyer2020-02-281-4/+0
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-289-3275/+1
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-231-0/+4
* THRIFT-5106: Fix various Lua library and compiler issuesJeffrey Han2020-02-211-0/+3
* THRIFT-5095 ToString() should print entire structure, not just the top-level ...Jens Geyer2020-02-161-9/+1
* THRIFT-5091 Netstd generator produces uncompileable code for struct names end...Jens Geyer2020-02-141-2/+4
* THRIFT-5072 Fix data type generation.Homarechan2020-02-061-3/+3
* (no ticket) catch exception by refGaurav Singh2020-02-061-3/+3
* THRIFT-5016 Do Not Check 'other' For Null in EqualsDavid Mollitor2020-01-281-2/+1
* THRIFT-5014: Do Direct Comparison on Raw Values Instead of Objectsbelugabehr2019-12-141-2/+2
* THRIFT-5046: Better struct tag overrides Duru Can Celasun2019-12-131-5/+60
* THRIFT-5013: Replace NullPointerException with RequireNonNullbelugabehr2019-12-131-3/+7
* Revert "Revert "THRIFT-4002: Make generated exception classes immutable by de...Elvis Pranskevichus2019-12-121-3/+24
* Revert "THRIFT-4002: Make generated exception classes immutable by default"D. Can Celasun2019-12-101-24/+3
* THRIFT-4002: Make generated exception classes immutable by defaultElvis Pranskevichus2019-12-101-3/+24
* THRIFT-5044 Improve serialization support for TApplicationExceptions and cust...Jens Geyer2019-12-051-57/+83
* Generate comments for the output cpp filekahotv2019-12-031-0/+13
* THRIFT-5032 netstd: Use PascalCase for Properties.Paulo Neves2019-11-282-14/+45
* THRIFT-5019: Duplicate imports from multiple includes from a namespaceDuru Can Celasun2019-11-201-0/+5
* THRIFT-5002: Fix argument containers for inherited functionsJohn Boiles2019-11-091-6/+24
* THRIFT-4989: Fix run time exception when using Swift TCompactProtocolDavid Furey2019-11-021-1/+3
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-2015-3393/+94
* THRIFT-4938 Issues with version.h treatmentJens Geyer2019-10-204-7/+10
* THRIFT-4976: Delay 1 second before recompilingQinghui Xu2019-10-191-3/+3
* THRIFT-4973 Add deprecation messages for csharp and netcoreJens Geyer2019-10-113-0/+8
* THRIFT-4920: Fix generation of binary string constantsElvis Pranskevichus2019-10-081-0/+3
* Merge pull request #1870 from dbcfd/thrift-4953Allen George2019-09-231-6/+21
|\
| * THRIFT-4953: Missing Field IdentifiersDanny Browning2019-09-061-6/+21
| * Bare Trait WarningsDanny Browning2019-09-061-13/+13
* | THRIFT-4932: Using a default string on a binary field results in invalid Java...Ewan Higgs2019-09-201-1/+5
* | THRIFT-4960 bare trait (dyn) warningsDanny Browning2019-09-111-13/+13
|/
* Initialisation of immutable data in static constructors has beenLaeeth Isharc2019-08-111-1/+1