summaryrefslogtreecommitdiff
path: root/test/ConstantsDemo.thrift
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5650: Implement UUID in Go compilerYuxuan 'fishy' Wang2022-10-261-3/+11
* THRIFT-5652 IDL uuid literals can be improvedJens Geyer2022-10-161-5/+10
* THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved sel...Jens Geyer2022-09-051-0/+2
* THRIFT-5590 Haxe complex initsJens Geyer2022-06-131-0/+1
* THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'.David Hull2017-08-011-0/+1
* THRIFT-3477 Parser fails on enum item that starts with 'E' letter and continu...Jens Geyer2015-12-081-0/+1
* THRIFT-3477 Parser fails on enum item that starts with 'E' letter and continu...Jens Geyer2015-12-081-0/+2
* THRIFT-233 IDL doesn't support negative hex literalsJens Geyer2015-04-261-0/+1
* THRIFT-918 : better haskell testsAnthony F. Molinaro2010-09-271-5/+5
* THRIFT-479. java: Add javadocs for enum typesBryan Duxbury2009-07-291-0/+1
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
* Avoid a filename collision on case-insensitive filesystems.David Reiss2008-06-101-3/+3
* Properly handle constants of typedef'ed types.David Reiss2008-05-011-0/+3
* Make the C++ generator use non-hardcoded namespaces.David Reiss2008-02-271-1/+1
* Thrift: More constant enums.David Reiss2007-08-061-1/+5
* Fix Thrift compiler to support reuse of enums and constants in later constantsMark Slee2007-07-271-0/+7
* Example syntax for constants in ThriftMark Slee2007-01-051-0/+36