1330 Commits (c8eda8e9d8e91a94b7e060b4a0d3ef21f4224a5a)
 

Author SHA1 Message Date
Jisi Liu 4065a31644 Fix hash.h for MSVC and platforms without hash map/set support. 10 years ago
Jisi Liu 14fe0c99bb Fix hash_map type parameter to add Alloc for other platforms. 10 years ago
Jisi Liu 0a25cfe69d Use portable GOOGLE_PROTOBUF_THREAD_LOCAL instead of __thread. 10 years ago
Jisi Liu b25caa5c0a Add missing files in vsprojects. 10 years ago
Jisi Liu 885b612f74 Down integrate from Google internal branch for C++ and Java. 10 years ago
Jisi Liu 1939efed2d Add .so to .gitignore. 10 years ago
Jisi Liu 7e9020fb0e Merge pull request #185 from mzhaom/remove-unused 10 years ago
Jisi Liu a779ae609c Merge pull request #199 from google/wkt 10 years ago
Jisi Liu 0e5fc48e58 Merge pull request #216 from cnauroth/Parser-JavaDoc 10 years ago
Jisi Liu 0c59f2e6fc Merge pull request #222 from google/v3.0.0-alpha-2 10 years ago
Josh Haberman 7d5cf8d7a1 A few tweaks to CHANGES.txt. 10 years ago
Josh Haberman 31e8c20705 Added release notes about Python changes. 10 years ago
Jisi Liu 97dacc44af Fix the order of BUILT_FILES so that pbconfig.h will be built before 10 years ago
Jisi Liu a86baaa256 Exclude pbconfg.h from dist, otherwise it breaks VS builds. 10 years ago
Jisi Liu f8e7a46bc2 Merge pull request #221 from google/python_proto3 10 years ago
Josh Haberman 0b70a43736 Fixes for Python/C++ implementation in open-source: 10 years ago
Jisi Liu 3feaac7d8c Merge "Update .gitignore so that the newly-added config.h is visible to git." into v3.0.0-alpha-2 10 years ago
Jisi Liu b67096072b Include shared_ptr.h into headers to make maps proto work. It is used 10 years ago
Jisi Liu c2f2bce6af Update .gitignore so that the newly-added config.h is visible to git. 10 years ago
Jisi Liu ada6556785 Down integrate from Google internal. 10 years ago
Jisi Liu df184fba00 Make maps fields work on installed C++ protobufs. 10 years ago
Jisi Liu 581a5266ee Add unix tools instructions for Mac. 10 years ago
Jisi Liu 581be24606 Merge alpha branch 'review/v3.0.0-alpha-2' 10 years ago
Jisi Liu e70329c6c0 Propogate onChange() event when getFooBuilder() is on an oneof message 10 years ago
Jisi Liu 20042b72da Fix Java maps reflection to call onChange to populate changes to parent 10 years ago
Chris Fallin 21fb217e6a Updated Ruby README with more details on getting started. 10 years ago
cnauroth 85081986ba Correct JavaDoc return value documentation for Parser#parseDelimitedFrom. 10 years ago
Jisi Liu 5b033ae2f7 Add JavaNano and Ruby protoc files into vs proj 10 years ago
Jisi Liu 7a00a1e424 Add shutdown code for several newly introduced leaks; 10 years ago
Jisi Liu ff35de3ddd Include Ruby and JavaNano into dist packages. 10 years ago
Jisi Liu 7d8564f220 Update version number to 3.0.0-alpha-2 10 years ago
Chris Fallin 561ea89405 Merge pull request #215 from cfallin/ruby-gem-version 10 years ago
Chris Fallin 11ad1bd277 Update Ruby gem version to 3.0.0.alpha.2.0. 10 years ago
Chris Fallin 5d9cc7d166 Merge pull request #214 from cfallin/ruby-changelog 10 years ago
Chris Fallin 6ad8f547fe Updated Ruby README. 10 years ago
Chris Fallin 1d4f321327 Updated CHANGES.txt to mention Ruby extension. 10 years ago
Jisi Liu 32f5d0178c Add changelog for 3.0.0-alpha2 release. 10 years ago
Jisi Liu 7c43f1700c Use static_cast instead of dynamic_cast in arena unittest so that it can 10 years ago
Jisi Liu 0a7fc8f888 Add test for debug string for oneof 10 years ago
Jisi Liu a6fc5da0fc Fix review comments. 10 years ago
Jisi Liu f2cf6cdcb2 Remove the unused set common oneof variables in helper 10 years ago
Jisi Liu 72776c30af Add tests for oneofs. 10 years ago
Jisi Liu 968150327d partial oneof tests. 10 years ago
Jisi Liu 7b72a24a20 fix equal and hash for bytes field for javanano oneof 10 years ago
Jisi Liu b9e9469b4d Add tests for oneof equals and hash. 10 years ago
Jisi Liu 3ab660cd4a Uncomment string/bytes fields in oneof nano. 10 years ago
Jisi Liu 3accf81ea9 Clear oneofs. 10 years ago
Jisi Liu f173cdeb02 hashcode and equals for oneofs in nano. 10 years ago
Jisi Liu 06a2e29855 Equals for message oneof field in nano. 10 years ago
Jisi Liu c72d3d51ff Oneof message level elements (consts, case getter/clear) and messsage type field oneof support. 10 years ago