- 20 Nov, 2014 5 commits
- 19 Nov, 2014 1 commit
-
-
Feng Xiao authored
-
- 18 Nov, 2014 10 commits
-
-
Feng Xiao authored
Ignore files generated from new 'map*.protobuf' sources.
-
Tres Seaver authored
-
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 9 commits
-
-
Feng Xiao authored
This is following what V8 does: https://code.google.com/p/v8/source/browse/trunk/LICENSE
-
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
-
Dan Albert authored
-
Dan Albert authored
NDK libraries should not be linked in to platform code, so create a separate version for the platform that is linked against libc++ instead of the NDK STLs. Bug: 15193147 Change-Id: I3935e5dd3bd99676772a4b9681e275ef3601b855
-
https://github.com/vlajos/protobufFeng Xiao authored
Conflicts: src/google/protobuf/compiler/java/java_file.cc
-
Feng Xiao authored
-
- 08 Nov, 2014 3 commits
- 06 Nov, 2014 2 commits
-
-
Behrooz Khorashadi authored
* commit 'dbb9c3033097e571e15c16d6e2e814be7e9d60bc': Added an API method in FieldData to allow access to the UnknownField data
-
Behrooz Khorashadi authored
-
- 05 Nov, 2014 4 commits
-
-
Feng Xiao authored
Silence -Wsign-compare warning on Mac
-
Behrooz Khorashadi authored
Change-Id: I2cd5cfc80dce2a297fcd2511074b2a9d23d39837
-
Feng Xiao authored
Fixed Unused Parameter warning in headers.
-
Feng Xiao authored
Change references to `vector` to use `std::vector`
-
- 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.
-