summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/generate/t_hs_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...dtmuller2016-09-261-1734/+0
* THRIFT-3605 Have the compiler complain about invalid arguments and optionsJens Geyer2016-02-141-1/+7
* THRIFT-3482 Haskell JSON protocol does not encode binary field as Base64Nobuaki Sukegawa2015-12-131-2/+7
* THRIFT-3394 compiler generates uncompilable codeJens Geyer2015-10-271-3/+3
* THRIFT-3393 Introducing i8 to provide consistent set of Thrift integersJens Geyer2015-10-201-5/+5
* THRIFT-2850 get windows cmake working again and building the unit tests for l...Jim King2015-04-301-1/+1
* THRIFT-3092 Generated Haskell types should derive GenericRoger Meier2015-04-121-2/+4
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-295/+253
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-253/+295
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-295/+253
* compiler: remove trailing whitespacesRoger Meier2014-11-051-4/+4
* THRIFT-2746: Replace C++11 code in IDL compilerRandy Abernethy2014-09-301-100/+122
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+2
* THRIFT-2641 Improvements to Haskell Compiler/LibrariesNoam Zilberstein2014-08-101-391/+624
* THRIFT-2647 compiler-hs: don't decapitalize field names, do decapitalize argu...Roger Meier2014-08-071-3/+3
* THRIFT-2152 Generated Haskell files does not compileRoger Meier2014-08-021-1/+2
* fully qualified names in hs generatorJohn Chee2014-07-161-132/+128
* THRIFT-2543 Generated enum type in haskell should be qualifiedRoger Meier2014-05-301-1/+1
* THRIFT-2401 Haskell tutorial compilesRoger Meier2014-05-141-2/+2
* THRIFT-1815 Code generators line buffer outputJens Geyer2013-01-041-1/+8
* THRIFT-1598 Update Haskell generated code to use Text, Hash{Map,Set}, VectorRoger Meier2012-05-181-26/+41
* THRIFT-1137 add Compiler Version Info to generated filesRoger Meier2011-04-121-1/+2
* THRIFT-916 compile with -Wall -Wextra without warning on Debian LennyRoger Meier2010-11-171-0/+5
* THRIFT-991: Refactor Haskell code and generator. Part 1: clean up code genera...Christian Lavoie2010-11-071-457/+467
* THRIFT-950: Haskell bindings treat 'byte' as unsigned 8-bit int (Data.Word.Wo...Christian Lavoie2010-11-021-3/+3
* 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-24/+6
* THRIFT-918 : better haskell testsAnthony F. Molinaro2010-09-271-11/+12
* THRIFT-743: seems to compile and doesn't break other tests, so seems fine for...Anthony F. Molinaro2010-09-261-12/+12
* THRIFT-906. hs: Improve type mappingsBryan Duxbury2010-09-221-9/+22
* THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with...Bryan Duxbury2010-09-201-1/+1
* THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with...Bryan Duxbury2010-09-201-1/+12
* THRIFT-691. haskell: Don't block required prelude definitionsDavid Reiss2010-01-261-1/+1
* THRIFT-560. haskell: Move to ByteString and compiler fixesDavid Reiss2010-01-111-5/+24
* THRIFT-236. Structs should be serialized in a consistent orderBryan Duxbury2009-04-101-1/+1
* THRIFT-407. hs: Refactor and improve Haskell-related codeBryan Duxbury2009-04-071-11/+11
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-5/+18
* THRIFT-153. Proper handling of strings with escapes (in IDL)David Reiss2009-03-261-1/+1
* THRIFT-136. s/async/oneway/ in commentsDavid Reiss2009-03-241-1/+1
* THRIFT-136. s/async/oneway/ in compiler variablesDavid Reiss2009-03-241-9/+9
* THRIFT-399. hs: Fix set and number issues in generated constant codeKevin Clark2009-03-241-14/+19
* THRIFT-398. hs: Remove unnecessary parens from generated type annotationsKevin Clark2009-03-241-17/+18
* THRIFT-397. hs: Remove unnecessary redefinition of generate_program()Kevin Clark2009-03-241-54/+0
* THRIFT-385. hs: 64-bit integer and double types incorrectly serialized on 32-...Bryan Duxbury2009-03-241-1/+1
* THRIFT-294. Remove @author tagsBryan Duxbury2009-03-201-1/+0
* Properly handle constants of typedef'ed types.David Reiss2008-05-011-0/+3
* ocaml and haskell thrift clients now calling readMessageEndiproctor2008-04-101-1/+2
* Remove t_hs_generator.h.David Reiss2008-03-271-1/+139
* Make the Haskell generator dynamic.David Reiss2008-03-271-0/+3
* Thrift haskell getTransport workingiproctor2008-02-111-3/+3