aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Change fixture name to be consistentGravatar Tamir Duberstein2015-03-31
* Delete "SEBS" (aka: Clean up Kenton's old trash)Gravatar Kenton Varda2015-03-26
* Add OS X to travis; fix tests to pass on OS XGravatar Tamir Duberstein2015-03-18
* Merge pull request #228 from cconroy/sanitize-enumsGravatar Jisi Liu2015-03-16
|\
| * Sanitize Enum names from collisions with reserved words.Gravatar Chris Conroy2015-03-16
* | Revert pull request 175: Add support for the TILE-Gx processor family.Gravatar Bo Yang2015-03-14
* | Add a missing proto file.Gravatar Feng Xiao2015-03-13
* | Merge pull request #193 from TeBoring/sbGravatar Paul Yang2015-03-09
|\ \
* | | Fix tile atomicops macro.Gravatar Jisi Liu2015-03-05
* | | Merge pull request #175 from martiert/tile-supportGravatar Jisi Liu2015-03-05
|\ \ \ | |_|/ |/| |
* | | Initialize data members in constructors instead of direct initialize inGravatar Jisi Liu2015-03-01
* | | use is_proto_enum instead of is_enum for repeated accessor field.Gravatar Jisi Liu2015-03-01
* | | Fix hash.h for MSVC and platforms without hash map/set support.Gravatar Jisi Liu2015-03-01
* | | Fix hash_map type parameter to add Alloc for other platforms.Gravatar Jisi Liu2015-03-01
* | | Use portable GOOGLE_PROTOBUF_THREAD_LOCAL instead of __thread.Gravatar Jisi Liu2015-03-01
* | | Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
* | | Merge pull request #185 from mzhaom/remove-unusedGravatar Jisi Liu2015-02-26
|\ \ \
* \ \ \ Merge pull request #199 from google/wktGravatar Jisi Liu2015-02-26
|\ \ \ \
* | | | | Fix the order of BUILT_FILES so that pbconfig.h will be built beforeGravatar Jisi Liu2015-02-25
* | | | | Exclude pbconfg.h from dist, otherwise it breaks VS builds.Gravatar Jisi Liu2015-02-25
* | | | | Merge pull request #221 from google/python_proto3Gravatar Jisi Liu2015-02-25
|\ \ \ \ \
| * | | | | Fixes for Python/C++ implementation in open-source:Gravatar Josh Haberman2015-02-25
* | | | | | Include shared_ptr.h into headers to make maps proto work. It is usedGravatar Jisi Liu2015-02-25
| * | | | | Down integrate from Google internal.Gravatar Jisi Liu2015-02-25
* | | | | | Make maps fields work on installed C++ protobufs.Gravatar Jisi Liu2015-02-25
|/ / / / /
* | | | | Propogate onChange() event when getFooBuilder() is on an oneof messageGravatar Jisi Liu2015-02-23
* | | | | Add shutdown code for several newly introduced leaks;Gravatar Jisi Liu2015-02-21
* | | | | Use static_cast instead of dynamic_cast in arena unittest so that it canGravatar Jisi Liu2015-02-20
* | | | | Fix review comments.Gravatar Jisi Liu2015-02-19
* | | | | Remove the unused set common oneof variables in helperGravatar Jisi Liu2015-02-19
* | | | | fix equal and hash for bytes field for javanano oneofGravatar Jisi Liu2015-02-19
* | | | | Clear oneofs.Gravatar Jisi Liu2015-02-19
* | | | | hashcode and equals for oneofs in nano.Gravatar Jisi Liu2015-02-19
* | | | | Equals for message oneof field in nano.Gravatar Jisi Liu2015-02-19
* | | | | Oneof message level elements (consts, case getter/clear) and messsage type fi...Gravatar Jisi Liu2015-02-19
* | | | | Initial check-in for message oneof.Gravatar Jisi Liu2015-02-19
* | | | | Initial check in for primitive oneof fields.Gravatar Jisi Liu2015-02-19
* | | | | Merge branch 'master' of github.com:google/protobufGravatar Josh Haberman2015-02-17
|\ \ \ \ \
* | | | | | Integrate changes from Google open-source branch.Gravatar Josh Haberman2015-02-17
| * | | | | Merge pull request #204 from pherl/masterGravatar Jisi Liu2015-02-17
| |\ \ \ \ \
| * | | | | | Properly support maps in Ruby protoc and another bugfix.Gravatar Chris Fallin2015-02-12
| | | | | | * Fix absolute/relative path in outputGravatar Bo Yang2015-02-09
| * | | | | | MIPS: remove immediate constraint within CompareAndSwap.Gravatar Gordana Cmiljanovic2015-02-09
| | | * | | | Add the .proto files for well-known types.Gravatar Feng Xiao2015-02-09
| | |/ / / / | |/| | | |
| * | | | | Add missing LIBPROTOC_EXPORT to ruby generatorGravatar Nobuaki Sukegawa2015-02-08
| | | | | * Change target to output filenamesGravatar Bo Yang2015-02-07
| | * | | | Get the map factory per mergeFrom() call for JavaNano.Gravatar Jisi Liu2015-02-07
| | * | | | implement hashCode() for JavaNano maps.Gravatar Jisi Liu2015-02-06
| | * | | | Implement Equals for nano.Gravatar Jisi Liu2015-02-06
| | * | | | Fix the behavior when merging conflicting keys, the new value alwaysGravatar Jisi Liu2015-02-05