- 26 Aug, 2015 39 commits
-
-
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
-
Jon Skeet authored
We now do this in protoc instead of the generation simpler. Benefits: - Generation script is simpler - Detection is simpler as we now only need to care about one filename - The embedded descriptor knows itself as "google/protobuf/descriptor.proto" avoiding dependency issues This PR also makes the "invalid dependency" exception clearer in terms of expected and actual dependencies.
-
Feng Xiao authored
Fix bugs on windows
-
Bo Yang authored
-
Jisi Liu authored
Update cmake and BUILD files.
-
Jisi Liu authored
Change-Id: I17e16fdae6e4d2fb74d178fa5564a609ed58af1d
-
Jisi Liu authored
-
Jisi Liu authored
Change-Id: I74a73d3135ec1e0e4d52d741a77456b8e55f038f
-
- 25 Aug, 2015 1 commit
-
-
Jisi Liu authored
Change-Id: I83a93fdb119a643fbc884e6ec3624493f6270370
-