Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
1237dcb099a068f83f31cc51df428f5c828d0511
/
compiler
1237dcb
THRIFT-880. javame: JavaME code generator and runtime library
by Bryan Duxbury
· 14 years ago
f38b2f1
THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror
by Bryan Duxbury
· 14 years ago
e59a80f
THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror
by Bryan Duxbury
· 14 years ago
d920765
THRIFT-882. java: deep copy of binary fields does not copy ByteBuffer characteristics (arrayOffset, position)
by Bryan Duxbury
· 14 years ago
bdd6261
Fix enum value lookups in C++
by David Reiss
· 14 years ago
8d7667c
Don't segfault if t_enum::get_constant_by_name fails
by David Reiss
· 14 years ago
d4235e0
THRIFT-870. java: Java constants don't get Javadoc comments
by Bryan Duxbury
· 14 years ago
a7420b6
THRIFT-894. java: Make default accessors for binary fields return byte[]; provide new accessors to get ByteBuffer version
by Bryan Duxbury
· 14 years ago
76ecb91
THRIFT-897. compiler: Don't allow unqualified enum constant access
by Bryan Duxbury
· 14 years ago
cb0218f
THRIFT-897. compiler: Don't allow unqualified enum constant references
by Bryan Duxbury
· 14 years ago
9f0a786
THRIFT-897. compiler: Don't allow unqualified constant access to enum values
by Bryan Duxbury
· 14 years ago
b6c50e5
THRIFT-895. cpp: By default, generate enums as class-scoped enums
by David Reiss
· 14 years ago
04650af
THRIFT-544. erl: multiple enums with the same key generate invalid code
by Bryan Duxbury
· 14 years ago
bbff4a8
Fix to the catch-all namespace commit
by Bryan Duxbury
· 14 years ago
fb790d7
Allow "*" as a catch-all namespace.
by David Reiss
· 14 years ago
c377c32
THRIFT-257. py: Support validation of required fields
by Bryan Duxbury
· 14 years ago
c43ec62
THRIFT-634. csharp: C# Compiler Generates Incorrect Code For Fields which begin with an uppercase letter
by Bryan Duxbury
· 14 years ago
1316ed9
THRIFT-673. py: Generated Python code has whitespace issues
by Bryan Duxbury
· 14 years ago
727d67d
THRIFT-721. py: THttpClient ignores url parameters
by Bryan Duxbury
· 14 years ago
773b8db
THRIFT-805. cocoa: Don't generate process_XXXX methods for oneway methods
by Bryan Duxbury
· 14 years ago
e02d611
THRIFT-838. cocoa: Generated Cocoa classes have useless @dynamic declarations
by Bryan Duxbury
· 14 years ago
cd9f200
THRIFT-884. html: HTML Generator: add Key attribute to the Data Types Tables
by Bryan Duxbury
· 14 years ago
0f4078d
THRIFT-860. ocaml: copy method and reset method
by Bryan Duxbury
· 14 years ago
5ad1260
THRIFT-874. Include missing time.h in two compiler files
by David Reiss
· 14 years ago
4563acd
THRIFT-865. Make Thrift buildable without libfl
by David Reiss
· 14 years ago
ef5e81b
THRIFT-507. Only use Boost for building the C++ library
by David Reiss
· 14 years ago
aca320d
THRIFT-507. Stop using boost::lexical_cast in the compiler
by David Reiss
· 14 years ago
38f8959
THRIFT-507. ruby: Stop using boost::tokenizer
by David Reiss
· 14 years ago
bfab32a
THRIFT-507. smalltalk: Remove an unnecessary include (boost/tokenizer)
by David Reiss
· 14 years ago
eb20727
erlang: Make the gen-code return a special value for bogus functions
by David Reiss
· 14 years ago
f32d0fb
Rollback a few recent Erlang changes to fix blame data
by David Reiss
· 14 years ago
4d8a9cd
THRIFT-877. compiler: smalltalk namespace doesn't work
by Bryan Duxbury
· 14 years ago
e3ba349
Clean up some style from r987565
by David Reiss
· 14 years ago
66467a7
THRIFT-693. java: Thrift compiler generated java code that throws compiler warnings about deprecated methods.
by Bryan Duxbury
· 14 years ago
c39817c
THRIFT-859. py: Allow py:twisted to be generated in different namespace than py
by Bryan Duxbury
· 14 years ago
681f5ea
compiler: make a standard way for language generators to accept sub-namespaces
by Bryan Duxbury
· 14 years ago
d3879f8
THRIFT-599. erl: Don't use unnecessary processes in the Erlang transports and clients
by Bryan Duxbury
· 14 years ago
4d0e2b4
THRIFT-852. Missing newline causes many compiler warnings
by Bryan Duxbury
· 14 years ago
66c3347
THRIFT-827. ocaml: OCaml generator to take default values into account
by Bryan Duxbury
· 14 years ago
e235051
THRIFT-676. cpp: Move __isset definition for SWIG-compatibility
by David Reiss
· 14 years ago
07b2ed1
THRIFT-832. html: HTML generator shows unspecified struct fields as 'required'
by Bryan Duxbury
· 14 years ago
34b530f
THRIFT-570. Thrift compiler does not error when duplicate method names are present
by Bryan Duxbury
· 14 years ago
f5abd26
THRIFT-830. java: Switch binary field implementation from byte[] to ByteBuffer
by Bryan Duxbury
· 14 years ago
7f3285e
THRIFT-434. ruby compiler should warn when a reserved word is used
by Bryan Duxbury
· 14 years ago
8fc413f
THRIFT-554. multiple enums with the same key generate invalid code
by Bryan Duxbury
· 14 years ago
20dbec7
THRIFT-782. perl: Perl code for writing containers doesn't count length of write*Begin or write*End
by Bryan Duxbury
· 14 years ago
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
Next »