Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
067a7beb7350818c97edf24086f48cef2a9be1fa
/
compiler
/
cpp
5226eea
THRIFT-751. java: Add clear() method to TBase
by Bryan Duxbury
· 14 years ago
c412a2f
THRIFT-133. add missing file to makefile.am
by Bryan Duxbury
· 14 years ago
c687712
THRIFT-133. fix a small bug with smalltalk.prefix and smalltalk.package namespaces.
by Bryan Duxbury
· 14 years ago
e0ac3ab
THRIFT-133. 'namespace ruby' should error out, or be an alias to 'namespace rb'
by Bryan Duxbury
· 14 years ago
95c005a
THRIFT-395. python: Add option to treat strings as UTF-8 unicode
by David Reiss
· 15 years ago
162b3ac
THRFIT-804. java: CompareTo is broken for unions set to map, set, or list
by Bryan Duxbury
· 15 years ago
656683c
THRIFT-808. Segfault when constant declaration references a struct field that doesn't exist
by Bryan Duxbury
· 15 years ago
2e1aab5
THRIFT-767. rb: ruby compiler does not keep comments for enum values
by Bryan Duxbury
· 15 years ago
d58ccec
THRIFT-768. java: Async client for Java
by Bryan Duxbury
· 15 years ago
c8ee358
revert an unintentional commit to the java generator
by Bryan Duxbury
· 15 years ago
a1e268c
THRIFT-770. build: Get 'make dist' to work without first compiling source code
by Bryan Duxbury
· 15 years ago
6a68187
THRIFT-647. php: PHP library is missing install target
by Bryan Duxbury
· 15 years ago
97d21c8
THRIFT-760. java: Generated client code does not set or check the sequence ID in messages
by Bryan Duxbury
· 15 years ago
0137af6
THRIFT-611. Under Windows when compiling using MinGW, includes are incorrectly resolved due to '/' <-> '\' havoc.
by Bryan Duxbury
· 15 years ago
321eb7a
THRIFT-518. as3: Add the AS3 generator and library
by Bryan Duxbury
· 15 years ago
15e2930
THRIFT-761. java: Include the symbolic name of a typedef field in the field metadata
by Bryan Duxbury
· 15 years ago
6022978
THRIFT-763. java: Variable capture bug in generated struct compareTo
by Bryan Duxbury
· 15 years ago
0fab12e
THRIFT-759. java: Make TBase implement Comparable
by Bryan Duxbury
· 15 years ago
49b3801
THRIFT-753. java: Don't look up TFieldIdEnum values with a map
by Bryan Duxbury
· 15 years ago
b1f7f79
THRIFT-746. java: Generated services Iface/Client inner classes do not derive from base classes
by Bryan Duxbury
· 15 years ago
ea7910f
THRIFT-663. java: JavaBean code generator produces incorrect setter methods
by Bryan Duxbury
· 15 years ago
5557bef
THRIFT-723: java: Thrift buffers with set and map types in Java should implement Comparable
by Bryan Duxbury
· 15 years ago
15b7b28
THRIFT-701. java: Generated classes take up more space in jar than needed
by Bryan Duxbury
· 15 years ago
3f4ca0e
THRIFT-734. java: Can't use primitive types in service definitions for bean generated code
by Bryan Duxbury
· 15 years ago
ac110e4
cpp: Eliminate circular dependency between thrift libraries
by David Reiss
· 15 years ago
e574a06
THRIFT-660. php: Use the accelerator to write return values from servers
by David Reiss
· 15 years ago
4dd7801
THRIFT-655. Allow structs to be typedef'ed
by David Reiss
· 15 years ago
53c10e0
THRIFT-564. Support arbitrary annotations on struct fields
by David Reiss
· 15 years ago
4e7cf25
THRIFT-716. java: Field names can conflict with local variables in code for unions
by Bryan Duxbury
· 15 years ago
53cba3c
THRIFT-689. java: Notify client of recoverable protocol errors on java server
by Bryan Duxbury
· 15 years ago
dee6d42
THRIFT-713. java: Java compareTo method throws NPE when any field isn't set.
by Bryan Duxbury
· 15 years ago
a34a4be
remove an erroneously added newline in ruby generated structs
by Bryan Duxbury
· 15 years ago
39dadd6
THRIFT-712. rb: Inspect should print binary fields as hex instead of escaped string
by Bryan Duxbury
· 15 years ago
0e4920c
THRIFT-708. rb: Is set checking methods
by Bryan Duxbury
· 15 years ago
cd43a06
THRIFT-703. Attempting to hash an unset union struct results in NPE
by Bryan Duxbury
· 15 years ago
33e190c
THRIFT-697. Union support in Ruby
by Bryan Duxbury
· 15 years ago
322caa2
THRIFT-550: Added javascript support
by T Jake Luciani
· 15 years ago
ba4bf4d
THRIFT-691. haskell: Don't block required prelude definitions
by David Reiss
· 15 years ago
3bb5e05
THRIFT-683. Remove profanity
by David Reiss
· 15 years ago
b6f4e56
THRIFT-643. smalltalk: Generated code doesnt load on Squeak3.10.2-7179-basic and PharoCore-1.0-10491rc1 images
by Todd Lipcon
· 15 years ago
c4ad9be
THRIFT-675. java: Generated findByValue() should just switch on value instead of mapping
by Bryan Duxbury
· 15 years ago
9bfacd3
THRIFT-678. html: HTML generator should include per-field docstrings
by Bryan Duxbury
· 15 years ago
55b38bc
THRIFT-674. java: Generated read() should just switch directly on field.id
by Bryan Duxbury
· 15 years ago
752529e
THRIFT-560. haskell: Move to ByteString and compiler fixes
by David Reiss
· 15 years ago
c2ec7ca
THRIFT-670. java: Unions don't skip unrecognizable fields correctly
by Bryan Duxbury
· 15 years ago
986d50f
THRIFT-668. java: Using a map in an exception type will generate a class that does not implement Comperable-> that will generate a stub that does not compile
by Bryan Duxbury
· 15 years ago
2d80470
THRIFT-632. java: Constants of enum types don't behave well
by Bryan Duxbury
· 15 years ago
e533bac
THRIFT-653. java: Fix toString method for enums
by Bryan Duxbury
· 15 years ago
53ae9f3
THRIFT-622. Add appropriate licensing information to get Thrift ready for a release.
by Todd Lipcon
· 15 years ago
9af23d9
THRIFT-551. java: Enumeration doesn't generate real enum in Java
by Bryan Duxbury
· 15 years ago
e476480
THRIFT-628. java: Hash code method for _Fields objects does not behave as expected
by Bryan Duxbury
· 15 years ago
559a49f
THRIFT-621. cpp: Fix generated files using "apache" namespaces
by David Reiss
· 15 years ago
aa9fb5d
THRIFT-623. java: Use a Java enum to represent field ids in generated structs
by Bryan Duxbury
· 15 years ago
e2e4ea1
THRIFT-624. java: compareTo is broken for Unions with binary fields
by Bryan Duxbury
· 15 years ago
2845b16
THRIFT-565. java: Structs containing typedefs for incomparable objects will be considered comparable
by Bryan Duxbury
· 15 years ago
3533dcb
THRIFT-613. Make generated objects implement the NSCoding protocol.
by Andrew McGeachie
· 15 years ago
7275172
THRIFT-521. Change @synthesize property declarations to @dynamic for happy compiling on OS X 10.6 as well as 10.5
by Andrew McGeachie
· 15 years ago
8266e01
pynames
by David Reiss
· 15 years ago
72fd472
THRIFT-589. java: Add Field Name to Field ID Mapping
by Bryan Duxbury
· 15 years ago
364902e
THRIFT-529. java: Change generated constructors so that application code evolves better
by Bryan Duxbury
· 15 years ago
f18202f
THRIFT-477. java: remove extra methods generated for collections
by Bryan Duxbury
· 15 years ago
315a5db
THRIFT-588. java: Generated .equals method throws NPE for thrift object
by Bryan Duxbury
· 15 years ago
db40d26
THRIFT-572. java: Union compareTo is broken
by Bryan Duxbury
· 15 years ago
0e8e609
generate Twisted code in a separate directory (gen-py.twisted)
by Esteve Fernandez
· 15 years ago
bb97bef
THRIFT-584. php: Generate a better directory structure
by David Reiss
· 15 years ago
a0bf2c1
THRIFT-583. python: Allow new-style classes for Interfaces
by David Reiss
· 15 years ago
45603e9
THRIFT-575. Allow required fields in function parameters
by David Reiss
· 15 years ago
ab3666e
THRIFT-409. java: Add "union" to Thrift
by Bryan Duxbury
· 15 years ago
db5d589
Minor whitespace fixes in the Java generator and gen-code
by David Reiss
· 15 years ago
af81de0
Revert r806014 "THRIFT-562. java: Java is inconsistent ..."
by David Reiss
· 15 years ago
2c8cd94
THRIFT-562. java: Java is inconsistent checking for required fields
by Bryan Duxbury
· 15 years ago
c27cda5
THRIFT-558. java: Replace use of log4j by commons-logging in Java library and generated Java code
by Bryan Duxbury
· 15 years ago
f5a0b3d
THRIFT-561: Add "register" to list of reserved keywords
by Mark Slee
· 15 years ago
3efce23
THRIFT-115. java: Isset structure has a large memory footprint
by Bryan Duxbury
· 15 years ago
4184e2b
THRIFT-554: Perl improper namespace check for exception handling and writeMessageEnd missing on processor calls
by T Jake Luciani
· 15 years ago
684b4f9
THRIFT-144. java: Generated classes should implement Comparable
by Bryan Duxbury
· 15 years ago
ba71f8c
THRIFT-540. java: Have set methods return reference to self
by Bryan Duxbury
· 15 years ago
3d5db20
THRIFT-479. java: Add javadocs for enum types
by Bryan Duxbury
· 15 years ago
52297d5
THRIFT-477. java: remove extra methods generated for collections
by Bryan Duxbury
· 15 years ago
c8e3005
THRIFT-413. Suppport for annotations on base types
by David Reiss
· 15 years ago
0c89571
THRIFT-280. Server-side Cocoa implementation.
by Andrew McGeachie
· 15 years ago
6efefc0
THRIFT-59. Make sure we don't over-release strings after we deserialize them.
by Andrew McGeachie
· 15 years ago
38e1a10
THRIFT-545. Fix mem leak in generated 'description' method
by Andrew McGeachie
· 15 years ago
f2e03ba
THRIFT-521. Generate objective-c 2.0 propery declarations on iphone and OS X 10.5 and greater.
by Andrew McGeachie
· 15 years ago
7564925
THRIFT-520. Fix generation of cocoa constants when a namespace prefix is set.
by Andrew McGeachie
· 15 years ago
645d7b8
THRIFT-344. Add a 'log_unexpected' option to the cocoa generator. off by default. when supplied, unexpected field IDs and types are logged when reading a struct.
by Andrew McGeachie
· 15 years ago
6db89f2
THRIFT-343. Import <Foundation/Foundation.h> instead of <Cocoa/Cocoa.h> to support iPhone
by Andrew McGeachie
· 15 years ago
330cfc1
THRIFT-59. Fix memory leak by releasing allocated objects after assigning to container.
by Andrew McGeachie
· 15 years ago
f1fd295
THRIFT-542: Perl compiler uses invalid method 'method_exists' and subsequent test
by T Jake Luciani
· 15 years ago
8f58273
THRIFT-543. java: Generate normal style java files should respect the "optional" keyword when serializing
by Bryan Duxbury
· 16 years ago
281d9da
THRIFT-204. csharp: C# Partial Classes
by Bryan Duxbury
· 16 years ago
6fcaf84
THRIFT-526. rb: Generated Ruby enums have no good way to get the names back out once you have a number.
by Bryan Duxbury
· 16 years ago
3d6babc
THRIFT-524. erlang: Decapitalize file names in include directives
by David Reiss
· 16 years ago
ef73b0e
THRIFT-378. java: Java servers do not turn internal errors into thrift exceptions
by Bryan Duxbury
· 16 years ago
9e34741
THRIFT-489. java: Java enum validation only validates explicitly assigned values
by Bryan Duxbury
· 16 years ago
32194ab
THRIFT-501. rb: File.dirname(...) requires cause warnings in some scenarios
by Bryan Duxbury
· 16 years ago
1cc7a13
THRIFT-485. rb: Generated validate methods that reference external thrift files' types are not referenced correctly
by Bryan Duxbury
· 16 years ago
853bdfe
THRIFT-60. Make generated constants object extend NSObject.
by Andrew McGeachie
· 16 years ago
4f31920
THRIFT-471. python: Generated exceptions should implement __str__
by David Reiss
· 16 years ago
1cc8995
THRIFT-463. python: Fix thrift_spec ordering bug from r760201
by David Reiss
· 16 years ago
Next »