aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some clarifying comments. Remove ez_setup.py.Dan O'Reilly2015-08-204-345/+5
* Make testing cpp implementation optionalDan O'Reilly2015-08-161-2/+1
* Fix --cpp_implementation test failure. Test both pure Python and cpp implemen...Dan O'Reilly2015-08-152-8/+9
* Just always uses BytseIO in text_format for nowDan O'Reilly2015-08-141-4/+1
* Merge remote-tracking branch 'upstream/master' into py2_py3_straddleDan O'Reilly2015-08-1410-244/+471
|\
| * Merge pull request #720 from jtattermusch/csharp_fixesJon Skeet2015-08-144-150/+183
| |\
| | * fix type initialization problem with FileDescriptorJan Tattermusch2015-08-142-149/+176
| | * add a failing descriptor testJan Tattermusch2015-08-141-0/+7
| | * remove duplicate test caseJan Tattermusch2015-08-141-1/+0
| * | Merge pull request #571 from thomasvl/validation_supportPaul Yang2015-08-146-94/+288
| |\ \ | | |/ | |/|
| | * Add support for a file listing expected package to objc prefixes for validation.Thomas Van Lenten2015-08-146-94/+288
* | | Disable py3* in toxDan O'Reilly2015-08-141-1/+2
* | | Get Python 2.6 working.Dan O'Reilly2015-08-1417-69/+104
* | | Fix usage of assertItemsEqual on Py3Dan O'Reilly2015-08-141-2/+2
* | | Fix some more Python 3 compat issuesDan O'Reilly2015-08-143-14/+25
* | | Fixing some long/int bugsDan O'Reilly2015-08-144-12/+21
* | | Merge remote-tracking branch 'upstream/master' into py2_py3_straddleDan O'Reilly2015-08-1411-125/+470
|\| |
| * | Merge pull request #716 from haberman/fixrubyJoshua Haberman2015-08-133-123/+141
| |\ \
| | * | Fixed several Ruby conformance test cases through upb update.Josh Haberman2015-08-123-123/+141
| * | | Merge pull request #718 from jskeet/descriptor-descriptorJan Tattermusch2015-08-133-2/+27
| |\ \ \
| | * | | Allow public access to descriptor.proto as a dependency.Jon Skeet2015-08-133-2/+27
| |/ / /
| * | | Merge pull request #673 from podsvirov/topic-cmake-installFeng Xiao2015-08-125-0/+302
| |\ \ \ | | |/ / | |/| |
| | * | Install headers from extract_includes for all platformsKonstantin Podsvirov2015-08-041-1/+1
| | * | Fix: comment typoKonstantin Podsvirov2015-08-031-1/+1
| | * | Install well-known type proto files from CMake projectKonstantin Podsvirov2015-08-032-3/+57
| | * | CMake installation now compatible with origin FindProtobuf moduleKonstantin Podsvirov2015-08-023-2/+156
| | * | Parsing version from configure.ac for CMake projectKonstantin Podsvirov2015-08-012-15/+24
| | * | Install protobuf from cmake projectKonstantin Podsvirov2015-07-314-0/+85
* | | | Build protobuf files in as part of tox runs.Dan O'Reilly2015-08-131-0/+1
* | | | Fixing some testsDan O'Reilly2015-08-134-42/+30
* | | | Merge remote-tracking branch 'upstream/master' into py2_py3_straddleDan O'Reilly2015-08-12930-21697/+246414
|\| | |
| * | | Merge pull request #702 from jtattermusch/visual_studio_build_static_runtimeFeng Xiao2015-08-121-0/+13
| |\ \ \ | | |_|/ | |/| |
| | * | only link runtime libraries statically for a static buildJan Tattermusch2015-08-121-12/+13
| | * | make VS build link runtime staticallyJan Tattermusch2015-08-081-0/+12
| * | | Merge pull request #706 from thomasvl/revert_any_change_2Paul Yang2015-08-113-121/+1
| |\ \ \
| | * | | Revert "Add packFrom, unpackTo and is in google.protobuf.Any."Thomas Van Lenten2015-08-113-121/+1
| |/ / /
| * | | Merge pull request #649 from cijianzy/masterPaul Yang2015-08-111-1/+1
| |\ \ \
| | * | | Update GPBWellKnownTypes.mYue Zhang2015-07-291-1/+1
| * | | | Merge pull request #703 from jskeet/more-todosJan Tattermusch2015-08-107-126/+168
| |\ \ \ \
| | * | | | More TODOs done.Jon Skeet2015-08-107-126/+168
| |/ / / /
| * | | | Merge pull request #701 from jskeet/map-viewsJon Skeet2015-08-102-4/+180
| |\ \ \ \
| | * | | | Fix parameter name in exception.Jon Skeet2015-08-101-1/+1
| | * | | | Implement ICollection.CopyTo (using Array) for MapField views.Jon Skeet2015-08-102-1/+26
| | * | | | Implement Keys and Values as viewsJon Skeet2015-08-082-4/+155
| | | |/ / | | |/| |
| * | | | Merge pull request #699 from jskeet/validate_packedJon Skeet2015-08-103-4/+18
| |\ \ \ \
| | * | | | Make FieldDescriptor.IsPacked work appropriately.Jon Skeet2015-08-083-4/+18
| | |/ / /
| * | | | Merge pull request #700 from jskeet/remove-packed-hackJan Tattermusch2015-08-082-12/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove our own version of MakeTag now that the main one is fixed.Jon Skeet2015-08-072-12/+1
| * | | | Merge pull request #695 from jskeet/remove-todosJon Skeet2015-08-0817-103/+83
| |\ \ \ \
| | * | | | Address review comments.Jon Skeet2015-08-081-2/+0