- 27 Aug, 2015 6 commits
- 26 Aug, 2015 34 commits
-
-
Paul Yang authored
Fix bugs for objectivec
-
TeBoring authored
-
Feng Xiao authored
-
Joshua Haberman authored
Get all tests passing on Python3 (except Python3.4 cpp implementation)
-
Feng Xiao authored
vsproject files no longer exist.
-
Feng Xiao authored
Update version number.
-
Feng Xiao authored
Update README.md for C#
-
Jan Tattermusch authored
-
Feng Xiao authored
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
-
Feng Xiao authored
Assume LITTLE_ENDIAN for windows build
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
Remove an unused typedef.
-
Feng Xiao authored
-
Feng Xiao authored
-
Feng Xiao authored
Fix JSON map fields parsing.
-
Feng Xiao authored
add static cast to silence signedness comparison warning
-
Jan Tattermusch authored
-
Feng Xiao authored
Fix cmake build on linux.
-
Jan Tattermusch authored
Backport: Change where we rename Descriptor.cs to DescriptorProtoFile.cs.
-
Feng Xiao authored
-
Jon Skeet authored
Include descriptor.proto in nuget package
-
Jon Skeet authored
include descriptor.proto in nuget package
-
Feng Xiao authored
Fix compile issues with -std=c++11
-
Feng Xiao authored
This compiles with -std=c++11: message Foo { map<string, Foo> value = 1; } This does not compile: message Foo { map<int32, Foo> value = 1; } Needs to dig more into the underlying issue.
-
Jisi Liu authored
fix "memory leaks" in protostream-object files.
-
Jisi Liu authored
Change-Id: I0aca56802d974cb03cb89c1a294f37068b5b9758
-
Jisi Liu authored
Fix commandline interface file under heapcheck.
-
Jisi Liu authored
The internal down-integrate script probably does not handle the top level macros well. Moved the macro inside of the namespace declrations to avoid down-integrate errors in the future. Change-Id: I3790357f36b0204a2a26577805192a3a1e989df8
-
Feng Xiao authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Feng Xiao authored
Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release build compiler bug
-
Jon Skeet authored
-