Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
2375312fa05e1560f0fc83c642dcb2535d9d2eba
/
compiler
/
cpp
2375312
Thrift: Limited Reflection for C++.
by David Reiss
· 17 years ago
382fc30
Thrift: Native-code Binary Protocol encoder.
by David Reiss
· 17 years ago
cf3c124
Trivial automake fix
by Mark Slee
· 17 years ago
e087a30
Thrift: Make use of get_true_type.
by David Reiss
· 17 years ago
27ed6ec
Merging Jake Luciani's latest perl code gen fixes
by Mark Slee
· 17 years ago
1b65b72
Generate a -u option for Python Service-remote CLI utility
by Mark Slee
· 17 years ago
3429b6a
Thrift: Add a useful helper function (in compiler).
by David Reiss
· 17 years ago
8320a92
Thrift: Merging external patch.
by David Reiss
· 17 years ago
cbd4bac
Thrift: docstring revamp step 2.
by David Reiss
· 17 years ago
cdffe26
Thrift: docstring revamp step 1.
by David Reiss
· 17 years ago
7e2cda1
Fix C++ enum deserialization
by Mark Slee
· 17 years ago
202111d
Thrift: More constant enums.
by David Reiss
· 17 years ago
5b3a8f7
[thrift] improved error logging and handling for Erlang bindings
by Christopher Piro
· 17 years ago
c2532a9
Thrift: Allow whole program doctext.
by David Reiss
· 17 years ago
1ac0580
Thrift: Change docstring syntax.
by David Reiss
· 17 years ago
d0767c5
Fix Thrift compiler to support reuse of enums and constants in later constants
by Mark Slee
· 17 years ago
877237a
Thrift: Catch what you throw.
by David Reiss
· 17 years ago
96d2388
Thrift: Cleaned up whitespace.
by David Reiss
· 17 years ago
5f5fdf3
[thrift] maps, lists, sets, and service inheritance for Erlang
by Christopher Piro
· 17 years ago
ff8eb92
Thrift: Haskell library and codegen
by iproctor
· 17 years ago
5ced286
Thrift: Ruby cogeden not creating exception fields properly.
by iproctor
· 17 years ago
8737260
[thrift] stupid case bug in Erlang codegen
by Christopher Piro
· 17 years ago
ae1f10f
[thrift] misc. Erlang codegen improvements, cleanups
by Christopher Piro
· 17 years ago
8639e10
Thrift: add an indent to generated cpp files.
by David Reiss
· 17 years ago
094823a
[thrift] highly concurrent Erlang goodness
by Christopher Piro
· 17 years ago
9a41a0c
Thrift: OCaml library and generator
by iproctor
· 18 years ago
b1ad014
Add typecasting to REST parameters in generated Thrift PHP code
by Mark Slee
· 18 years ago
58dfb4f
Lots of Ruby code generation improvements
by Mark Slee
· 18 years ago
756b1d1
Make -rest an optional param to the Thrift PHP compiler
by Mark Slee
· 18 years ago
2f5afce
[thrift] preliminary Erlang support (initial import)
by Christopher Piro
· 18 years ago
447d7d23
[thrift] small fixes to java generator
by eletuchy
· 18 years ago
e9ce01c
Apply thrift license to all files in compiler
by Mark Slee
· 18 years ago
2c44d20
Perl generator for Thrift compiler
by Mark Slee
· 18 years ago
e9a1edc
Make sure isset fields of java generated objects is public
by Mark Slee
· 18 years ago
67bfaf2
fixing a typo
by peter
· 18 years ago
8d725a2
Add explicit binary type to Thrift
by Mark Slee
· 18 years ago
b86c4b2
Yeeeeeeeeahhh
by Mark Slee
· 18 years ago
ec3f320
In php generate array of enum values to string names
by Mark Slee
· 18 years ago
a7d6c3c
Thrift: fix error with handling TApplicationException
by Martin Kraemer
· 18 years ago
6632e0b
Constants lowercase in java true/false
by Mark Slee
· 18 years ago
8109757
Generate toString() convenience method for Thrift java structs
by Mark Slee
· 18 years ago
7679196
Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc.
by Mark Slee
· 18 years ago
227ac2c
Ruby code gen fixes and some README improvements
by Mark Slee
· 18 years ago
3303f36
Thrift CPP threading fixes
by Mark Slee
· 18 years ago
c2c82c9
Move helper structure declarations into .h file
by Mark Slee
· 18 years ago
57cc25e
Some Thrift documentation cleanups
by Mark Slee
· 18 years ago
7a49888
TApplicationException handling in PHP generated thrift code
by Mark Slee
· 18 years ago
b0060b0
Python application level exceptions
by Mark Slee
· 18 years ago
5e04657
Thrift application exceptions in Java, code gen
by Mark Slee
· 18 years ago
4c948d4
C++ Thrift server throws application exceptions for invalid message types
by Mark Slee
· 18 years ago
2c2a648
Gen code with /usr/bin/env python not /usr/bin/python
by Mark Slee
· 18 years ago
ecf490e
Python code gen includes __init__.py and package directory
by Mark Slee
· 18 years ago
98e962b
Generate Java code into proper source directory heirarchy
by Mark Slee
· 18 years ago
afc7654
Take brackets out of cpp_type bit
by Mark Slee
· 18 years ago
9f8361f
Fix code gen to getTransport() not getOutputTransport()
by Mark Slee
· 18 years ago
da748dd
Fixes for ruby server code gen
by Mark Slee
· 18 years ago
6a47fed
Thrift supports the "senum" type now
by Mark Slee
· 18 years ago
748d83f
xsd_attrs are a FieldList now, so you can have multiple of them and they are typed
by Mark Slee
· 18 years ago
81cf1e5
Thrift code-gen optimizations to use raw pointers where possible
by Mark Slee
· 18 years ago
7df0e2a
Thrift support for the xsd_nillable attribute
by Mark Slee
· 18 years ago
86c87b0
NAmespace PHP exceptions in catch block properly and add getName() method to generated structs
by Mark Slee
· 18 years ago
21135c3
Adding XSD attribute support
by Mark Slee
· 18 years ago
74eea20
svn adding t_doc.h
by Mark Slee
· 18 years ago
f53b5cf
adding documentation syntax to thrift
by ccheever
· 18 years ago
7ff3245
Default values and nullification for thrift code
by Mark Slee
· 18 years ago
29cbeb6
Thrift: Fix xsd:sequence and xsd:all minOccurs/maxOccurs generation
by dave
· 18 years ago
492d223
Thrift: Finish namespace generation from xsd_namespace command
by dave
· 18 years ago
0d9199e
xsd_namespace keyword for thrift
by Mark Slee
· 18 years ago
4637bfb
Thrift: Small changes to support XSD generation
by dave
· 18 years ago
2006d99
Thrift gen'd code now checks for field ID AND type matches
by Mark Slee
· 18 years ago
6d7d595
Ruby support for Thrift
by Mark Slee
· 18 years ago
eb0d024
Full automake/autoconf compliance for thrift
by Mark Slee
· 18 years ago
938bc38
Fix Makefile to use thrifty.yy and thriftl.ll
by Mark Slee
· 18 years ago
cc11b06
Rename some thrif tcompiler files
by Mark Slee
· 18 years ago
c42ecd5
No more getInputTransport vs getOutputTransport in protocols
by Mark Slee
· 18 years ago
bf05a60
Generate pargs an presult helpers in C++ to be more efficient in thrift
by Mark Slee
· 18 years ago
8896a54
No need to generate private __construct() function if the class is already final
by Mark Slee
· 18 years ago
f49041c
Use proper name for catching exceptions
by Mark Slee
· 18 years ago
eb08f9e
Thrift XSD generator populates PHP globals with type names for typedeffed stuffs
by Mark Slee
· 18 years ago
36bfa2e
Allow field elements to be optional in thrift with xsd_optional keyword
by Mark Slee
· 18 years ago
b6200d8
Add comma-separated list of type "slist" to thrift
by Mark Slee
· 18 years ago
782abbb
Add xsd_all keyword to Thrift
by Mark Slee
· 18 years ago
0e0ff7e
Thrift now generates XSD files
by Mark Slee
· 18 years ago
ace6e6d
Resolve typedefs in php generation
by Mark Slee
· 18 years ago
032606b
Fix changing struct name bug on C++ generation
by Mark Slee
· 18 years ago
f3763a1
Do not generate write code for null fields in Java
by Mark Slee
· 18 years ago
7628fd7
Add mkdir for bin in thrift compiler
by Mark Slee
· 18 years ago
12f6631
Fix bugs with php_namespace keyword in thrift
by Mark Slee
· 18 years ago
5ec1993
Resolve complex typedefs in Thrift
by Mark Slee
· 18 years ago
a340e0d
Thrift should generate C++ enums first before typdefs
by Mark Slee
· 18 years ago
406a40c
Prefix generated _args and _result helper classes with service name
by Mark Slee
· 18 years ago
a45909b
Thrift C++ code generator returns complex types by reference
by Mark Slee
· 18 years ago
529bfee
Committing code gen changes for const ref args to functions in Thrift
by Mark Slee
· 18 years ago
e888b37
Add PHP namespacing support to Thrift
by Mark Slee
· 18 years ago
f12865a
Disallow keywords in Thrift files
by Mark Slee
· 18 years ago
706da40
Fix exceptions throw() and virtual destructor
by Mark Slee
· 18 years ago
971fda3
All user-defined thrift exceptions inherit from TException
by Mark Slee
· 18 years ago
0524bce
Another AccessNull bug fix in Thrift
by Mark Slee
· 18 years ago
069d31e
Fix c++ Null inheritance issue
by Mark Slee
· 18 years ago
cbea1c7
Take out timestamps from generated files
by Mark Slee
· 18 years ago
Next »