aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put Maven in batch mode to avoid spamming the logs.Josh Haberman2016-03-021-4/+7
* Install Python deps in Docker image.Josh Haberman2016-03-023-13/+25
* Add another test (javanano), but run it in parallel.Josh Haberman2016-03-022-5/+13
* Properly add JDK deps in the Docker image.Josh Haberman2016-03-023-5/+19
* Try running multiple tests in a row.Josh Haberman2016-03-024-51/+57
* Added ccache support.Josh Haberman2016-03-024-6/+22
* Added some initial shell scripts and docker file.Josh Haberman2016-03-027-39/+200
* Merge pull request #1260 from legrosbuffle/masterPaul Yang2016-03-021-2/+4
|\
| * Make cpp generated enum constants constexpr when Options::proto_h isClement Courbet2016-02-191-2/+4
* | Merge pull request #1287 from jskeet/fix-typoJon Skeet2016-03-011-1/+1
|\ \
| * | Fix copy/paste typo in CodedInputStreamTestJon Skeet2016-03-011-1/+1
|/ /
* | Merge pull request #1274 from murgatroid99/node_relative_requiresJoshua Haberman2016-02-298-11/+160
|\ \
| * | Moved CommonJS-specific files into commonjs directorymurgatroid992016-02-244-12/+15
| * | Fix CommonJS relative require generation, and test itmurgatroid992016-02-248-11/+157
* | | Merge pull request #1286 from jskeet/idisposableJan Tattermusch2016-02-295-12/+152
|\ \ \
| * | | Implement IDisposable for CodedInputStream and CodedOutputStreamJon Skeet2016-02-295-12/+152
|/ / /
* | | Merge pull request #1233 from davidzchen/python-pathJisi Liu2016-02-254-96/+51
|\ \ \
| * | | Remove hack for building Python support with Bazel.David Z. Chen2016-02-254-96/+51
|/ / /
* | | Merge pull request #1275 from keveman/grpc_supportJisi Liu2016-02-251-6/+11
|\ \ \
| * | | Fixed grpc C++ plugin support.Manjunath Kudlur2016-02-251-6/+11
|/ / /
* | | Merge pull request #1259 from silviulica/masterJoshua Haberman2016-02-244-2/+14
|\ \ \
| * | | Add a modified patch from craigcitro@ to handle namespace sharing.Silviu Calinoiu2016-02-184-2/+14
* | | | Merge pull request #1268 from keveman/grpc_supportJisi Liu2016-02-231-0/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Added grpc plugin support to cc_proto_library.Manjunath Kudlur2016-02-221-0/+17
|/ / /
* | | Merge pull request #1267 from jskeet/vs2015Jan Tattermusch2016-02-221-3/+3
|\ \ \
| * | | Require VS2015 in the solution fileJon Skeet2016-02-221-3/+3
* | | | Merge pull request #804 from bsilver8192/masterFeng Xiao2016-02-223-0/+160
|\ \ \ \ | |/ / / |/| | |
| * | | Add atomics support for 32-bit PPC.Brian Silverman2015-09-093-0/+160
* | | | Merge pull request #1215 from haberman/commonjsJoshua Haberman2016-02-1914-79/+667
|\ \ \ \
| * | | | Added a bit more to README.md, and allowed custom PROTOC var in tests.Josh Haberman2016-02-192-2/+28
| * | | | Properly camelCase when translating to CommonJS.Josh Haberman2016-02-181-1/+17
| * | | | Removed unused directives from tests that aren't run under CommonJS.Josh Haberman2016-02-182-4/+0
| * | | | Addressed more code review comments.Josh Haberman2016-02-182-22/+28
| * | | | Integrate review comments.Josh Haberman2016-02-185-6/+18
| * | | | Greatly expanded README.md.Josh Haberman2016-02-181-10/+130
| * | | | Use "node" as binary instead of "nodejs".Josh Haberman2016-02-181-1/+1
| * | | | Fixed definition of extensions, and added CommonJS tests to Travis.Josh Haberman2016-02-183-2/+13
| * | | | Fixed nested message scopes for CommonJS.Josh Haberman2016-02-187-28/+46
| * | | | Added some documentation in comments.Josh Haberman2016-02-183-2/+31
| * | | | Moved CommonJS-specific files to commonjs/.Josh Haberman2016-02-185-4/+4
| * | | | CommonJS tests are now passing.Josh Haberman2016-02-1813-20/+152
| * | | | WIP.Josh Haberman2016-02-186-64/+286
* | | | | Merge pull request #1257 from thomasvl/objc_genericsThomas Van Lenten2016-02-1935-490/+588
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Support ObjC Generic CollectionsThomas Van Lenten2016-02-1835-490/+588
| | |_|/ | |/| |
* | | | Merge pull request #1240 from jskeet/validate_groupJan Tattermusch2016-02-183-12/+77
|\ \ \ \
| * | | | Validate that end-group tags match their corresponding start-group tagsJon Skeet2016-02-153-12/+77
* | | | | Merge pull request #1258 from haberman/releasenotesJoshua Haberman2016-02-181-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Some fixes for the most recent release notes.Josh Haberman2016-02-181-1/+5
|/ / / /
* | | | Merge pull request #1255 from thomasvl/mark_os_x_python_cpp_failingThomas Van Lenten2016-02-181-0/+4
|\ \ \ \
| * | | | List python_cpp as failing on OS XThomas Van Lenten2016-02-181-0/+4
|/ / / /