- 15 May, 2015 1 commit
-
-
Chris Fallin authored
- Alter encode/decode paths to use the `upb_env` (environment) abstraction. - Update upb amalgamation to upstream `93791bfe`. - Fix a compilation warning (void*->char* cast). - Modify build flags so that upb doesn't produce warnings -- the Travis build logs were pretty cluttered previously.
-
- 14 May, 2015 2 commits
-
-
Chris Fallin authored
ruby: make repeated_field quack like an array
-
Adam Greene authored
-
- 13 May, 2015 3 commits
-
-
Feng Xiao authored
-
Chris Fallin authored
Add Ruby to Travis testing
-
Chris Fallin authored
- Added RVM-based Ruby test driver that tests MRI and JRuby. - Fixed JRuby compilation (at least in my current setup): force source version to 1.6 (Java 6) to allow generics and annotations. - Modify the skipped JRuby JSON tests so that the exit code is 0 (skip() results in a failing exit code from `rake test`). An upcoming PR should fix JSON under JRuby in general soon.
-
- 12 May, 2015 4 commits
-
-
Jisi Liu authored
Dockerfile for building protoc on Centos 6.6
-
Kun Zhang authored
-
Feng Xiao authored
Uncomment conflict fields from pkg-config files.
-
Stefan Sauer authored
The referenced bug was fixed in 2007 and has been released in pkg-config-0.23 (16.Jan.2008). The fixed version is widely available.
-
- 11 May, 2015 1 commit
-
-
Feng Xiao authored
Change-Id: I23dee1c1d27b6440658680e9c273b6250213123c
-
- 08 May, 2015 1 commit
-
-
Joshua Haberman authored
adding globals() to exec call for python3 compatibility
-
- 07 May, 2015 7 commits
-
-
Feng Xiao authored
-
Jisi Liu authored
Handle 0-length byte buffers in micro and nano protobufs
-
Feng Xiao authored
Fix java compilation issues when processing large .proto files
-
Behzad Tabibian authored
-
Joshua Haberman authored
Run conformance tests against Java for the Travis build.
-
Josh Haberman authored
Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d
-
Paul Yang authored
Objective C compiler plugin and runtime
-
- 06 May, 2015 7 commits
-
-
Joshua Haberman authored
Cleanup setup.py
-
Tamir Duberstein authored
- Comply with flake8, except for indentation width, which is 2. - Move human-centric metadata to top of 'setup()' call. - Add Trove classifiers for supported Python versions. - Use 'find_packages()' + MANIFEST.in to avoid errors in listing modules and packages. Closes #131 and #161.
-
Tamir Duberstein authored
-
Tamir Duberstein authored
-
Tamir Duberstein authored
-
Josh Haberman authored
Adds conformance test support for Java.
-
Thomas Van Lenten authored
-
- 05 May, 2015 1 commit
-
-
Andre Eisenbach authored
Change-Id: I845ee1ab1005d25c8d77a8c2ed801c0f7b7c847b
-
- 03 May, 2015 2 commits
-
-
Chris Fallin authored
ruby: allow a message field to be unset
-
Chris Fallin authored
ruby: return nil for out of bounds
-
- 02 May, 2015 2 commits
-
-
Adam Greene authored
-
Adam Greene authored
ruby arrays don't throw an exception; they return nil. Lets do the same! this fix also includes the ability to use negative array indicies
-
- 01 May, 2015 4 commits
-
-
Chris Fallin authored
ruby: Add size to RepeatField
-
Adam Greene authored
starting to make `RepeatedField` quack like an array additional changes: * make sure gemspec gets all ruby code files * add homepage in gem spec removes one of the warnings, and the gem spec authors are pushing everyone to include a homepage in the gem * remove excess whitespace in test suite to bring formatting inline with the rest of the file
-
Chris Fallin authored
ruby: build cleanups
-
Adam Greene authored
* update docs to simplify build steps * Gemfile.lock seemed to have an older version specified * do not check in the pkg dir
-
- 30 Apr, 2015 2 commits
- 29 Apr, 2015 2 commits
- 28 Apr, 2015 1 commit
-
-
Jeff Davidson authored
This is less ideal from a dex count perspective because it requires a new variable for each message, and because most apps have proguard rules that will ensure that CREATOR classes are retained. However, it is required to be able to use nano protos inside of AIDL files, as the autogenerated AIDL code fails to compile otherwise. This is a substantial benefit as it allows for backwards-compatible parameters and return types in AIDL methods along the lines of safeparcel. Bug: 19084705 Change-Id: I66a2c0424b96cf8ff6b631b186cc4f9407dfc1f4
-