- 15 May, 2015 1 commit
-
-
Jorge Canizales authored
-
- 14 May, 2015 4 commits
-
-
Jorge Canizales authored
Apparently, in Cocoapods, all recursive #imports of public headers need to be public.
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales 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 1 commit
-
-
Jisi Liu authored
Sync nanoproto from AOSP
-