- 18 Nov, 2014 8 commits
-
-
Feng Xiao authored
Fix compiler error: "a class-key must be used when declaring a friend"
-
Tres Seaver authored
google/protobuf/map_test.cc:88:16: error: expected ‘;’ at end of member declaration google/protobuf/map_test.cc:88:18: error: ‘override’ does not name a type .
-
Tres Seaver authored
-
Tres Seaver authored
-
Feng Xiao authored
Make .gitignore more robust
-
Feng Xiao authored
Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'.
-
Tres Seaver authored
Ignore generated test scaffolding files. Exclude Python build artifacts.
-
Tres Seaver authored
Incorporates feedback from @xfxyjwf: https://github.com/google/protobuf/pull/84#discussion_r20474781.
-
- 17 Nov, 2014 4 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Define safe constants to use when padding enums. Fixes #80.
-
Tres Seaver authored
-
Tres Seaver authored
-
- 14 Nov, 2014 1 commit
-
-
Feng Xiao authored
-
- 11 Nov, 2014 6 commits
-
-
Feng Xiao authored
Add AIX/POWER atomicops and fix compilation with IBM xlC C++ compiler.
-
Andrew Paprocki authored
- `int64` typedef collision with `sys/inttypes.h` - `xlC` complains about `int` and pointer comparisons without casts
-
Andrew Paprocki authored
-
Andrew Paprocki authored
-
https://github.com/vlajos/protobufFeng Xiao authored
Conflicts: src/google/protobuf/compiler/java/java_file.cc
-
Feng Xiao authored
-
- 08 Nov, 2014 3 commits
- 05 Nov, 2014 3 commits
- 04 Nov, 2014 1 commit
-
-
acidtonic authored
There is an example at the top of the page which contains code that appears to show a user how to create and serialize a message to a file. However the flags to open the file lack the O_CREAT flag which allows creating the file if it doesn't exist. I was troubleshooting a situation where this snippet was used and compiled, but never created a file.
-
- 03 Nov, 2014 2 commits
-
-
Fabrice de Gans-Riberi authored
Upstreaming patch used by Chromium in https://codereview.chromium.org/693773003/
-
abyss7 authored
-
- 01 Nov, 2014 1 commit
-
-
Austin Schuh authored
-
- 31 Oct, 2014 2 commits
-
-
Austin Schuh authored
-
Andrew Paprocki authored
-
- 22 Oct, 2014 1 commit
-
-
Feng Xiao authored
-
- 21 Oct, 2014 3 commits
- 16 Oct, 2014 1 commit
-
-
John Beard authored
Includes files generated by each of: * autogen.sh * configure * make
-
- 14 Oct, 2014 2 commits
-
-
Dwayne Litzenberger authored
Temporary change until a py3k-compatible google-apputils is released.
-
Dwayne Litzenberger authored
-
- 11 Oct, 2014 1 commit
-
-
William Orr authored
-
- 09 Oct, 2014 1 commit
-
-
Feng Xiao authored
-