- 13 Jan, 2015 14 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Conflicts: python/setup.py
-
Tres Seaver authored
-
Tres Seaver authored
Conflicts: python/google/protobuf/internal/message_factory_test.py python/google/protobuf/internal/reflection_test.py python/google/protobuf/internal/text_format_test.py
-
Tres Seaver authored
Use stdlib's 'unittest' instead.
-
Tres Seaver authored
- Remove PY25 cruft. - Selectively apply cleanups from 'python-modernize': - New exception syntax. - Use 'six' to handle module renames. - Use 'six' to handle text / binary stuff. This PR covers most of the work from #66 which falls inside `python` (rather than the Python code generation stuff in 'src').
-
Tres Seaver authored
-
Feng Xiao authored
Include names.h as java_names.h in the opensource tree
-
- 12 Jan, 2015 2 commits
-
-
zhangkun83 authored
-
zhangkun83 authored
-
- 22 Dec, 2014 1 commit
-
-
Feng Xiao authored
Update python version / setuptools instructions
-
- 21 Dec, 2014 2 commits
- 17 Dec, 2014 1 commit
-
-
Matt Iversen authored
Reflect the change that protobuf should now only be supporting 2.6+ (I'd guess note python 3.x+ when its supported in implementation) Refer to the Python Packaging User Guide for installing setuptools (and pip) instead of out of date telecommunity guide.
-
- 16 Dec, 2014 1 commit
-
-
Kal Conley authored
Including <sys/param.h> on Mac/iOS doesn't define __BYTE_ORDER so PROTOBUF_LITTLE_ENDIAN was never being defined. This commit adds a check for the __LITTLE_ENDIAN__ macro which is defined by clang and Apple gcc on little endian architectures.
-
- 14 Dec, 2014 1 commit
-
-
Adal Chiriliuc authored
-
- 13 Dec, 2014 6 commits
-
-
Joshua Haberman authored
Support Ruby code generation only for proto3.
-
Chris Fallin authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
-
Joshua Haberman authored
Update Ruby build setup to produce gems successfully. Include upb as a single .c / .h file.
-
- 12 Dec, 2014 6 commits
-
-
Chris Fallin authored
system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'.
-
Feng Xiao authored
Source code refactoring. Extracted common functionality in cpp_helpers.c...
-
Krishna authored
-
Krishna authored
-
Krishna authored
Returned print_indent and print_outdent back to printservicestub and printserviceclass in python generator
-
Feng Xiao authored
Make C++ code generation of string oneof field compatible with C++11
-
- 11 Dec, 2014 5 commits
- 10 Dec, 2014 1 commit
-
-
Krishna authored
-