aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Add missing files in vsprojects.Gravatar Jisi Liu2015-03-01
* Down integrate from Google internal branch for C++ and Java.Gravatar Jisi Liu2015-02-28
* Add .so to .gitignore.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
|\ \
* \ \ Merge pull request #216 from cnauroth/Parser-JavaDocGravatar Jisi Liu2015-02-26
|\ \ \
* \ \ \ Merge pull request #222 from google/v3.0.0-alpha-2Gravatar Jisi Liu2015-02-26
|\ \ \ \
| * | | | A few tweaks to CHANGES.txt.Gravatar Josh Haberman2015-02-25
| * | | | Added release notes about Python changes.Gravatar Josh Haberman2015-02-25
| * | | | 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
| * | | | | Merge "Update .gitignore so that the newly-added config.h is visible to git."...Gravatar Jisi Liu2015-02-26
| |\ \ \ \ \
| * | | | | | Include shared_ptr.h into headers to make maps proto work. It is usedGravatar Jisi Liu2015-02-25
| | * | | | | Update .gitignore so that the newly-added config.h is visible to git.Gravatar 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
| |/ / / /
| * | | | Add unix tools instructions for Mac.Gravatar Jisi Liu2015-02-24
* | | | | Merge alpha branch 'review/v3.0.0-alpha-2'Gravatar Jisi Liu2015-02-23
|\| | | |
| * | | | Propogate onChange() event when getFooBuilder() is on an oneof messageGravatar Jisi Liu2015-02-23
| * | | | Fix Java maps reflection to call onChange to populate changes to parentGravatar Jisi Liu2015-02-23
| * | | | Updated Ruby README with more details on getting started.Gravatar Chris Fallin2015-02-23
| | * | | Correct JavaDoc return value documentation for Parser#parseDelimitedFrom.Gravatar cnauroth2015-02-23
| * | | | Add JavaNano and Ruby protoc files into vs projGravatar Jisi Liu2015-02-22
| * | | | Add shutdown code for several newly introduced leaks;Gravatar Jisi Liu2015-02-21
| * | | | Include Ruby and JavaNano into dist packages.Gravatar Jisi Liu2015-02-21
| * | | | Update version number to 3.0.0-alpha-2Gravatar Jisi Liu2015-02-21
| * | | | Merge pull request #215 from cfallin/ruby-gem-versionGravatar Chris Fallin2015-02-20
| |\ \ \ \
| | * | | | Update Ruby gem version to 3.0.0.alpha.2.0.Gravatar Chris Fallin2015-02-20
| * | | | | Merge pull request #214 from cfallin/ruby-changelogGravatar Chris Fallin2015-02-20
| |\| | | |
| | * | | | Updated Ruby README.Gravatar Chris Fallin2015-02-20
| | * | | | Updated CHANGES.txt to mention Ruby extension.Gravatar Chris Fallin2015-02-20
| |/ / / /
| * / / / Add changelog for 3.0.0-alpha2 release.Gravatar Jisi Liu2015-02-20
|/ / / /
* / / / Use static_cast instead of dynamic_cast in arena unittest so that it canGravatar Jisi Liu2015-02-20
|/ / /
* | | Add test for debug string for oneofGravatar Jisi Liu2015-02-19
* | | Fix review comments.Gravatar Jisi Liu2015-02-19
* | | Remove the unused set common oneof variables in helperGravatar Jisi Liu2015-02-19
* | | Add tests for oneofs.Gravatar Jisi Liu2015-02-19
* | | partial oneof tests.Gravatar Jisi Liu2015-02-19
* | | fix equal and hash for bytes field for javanano oneofGravatar Jisi Liu2015-02-19
* | | Add tests for oneof equals and hash.Gravatar Jisi Liu2015-02-19
* | | Uncomment string/bytes fields in oneof nano.Gravatar 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