- 26 May, 2015 9 commits
-
-
Thomas Van Lenten authored
- Shouldn't need SRCROOT in the project since Xcode should be setting the working directory to where the project lives. - Remove the packed/unpacked repeated enum field in the tests and update the code to handle the defaults. - Move up the ignore to cover .DS_Store files in src also. add starstar
-
Feng Xiao authored
Checking the existence of ".git" is not the right way to check whether we are in develop environment because we distribute source tar-balls where such a ".git" directory does not exist. Replaced it with checking .proto files.
-
Bo Yang authored
-
Bo Yang authored
-
Bo Yang authored
-
TeBoring authored
-
Feng Xiao authored
Change-Id: I808f4a3689e723d4490aa9ba6f1c14e3936ddcec
-
Feng Xiao authored
We use a custom allocator for map fields and this allocator must be passed correctly to hash_map to make sure it's allocated properly with our custom allocator. Change-Id: Ie59fa24bf11ff28ffd0fa870e24e456c66b2b9c5
-
Bo Yang authored
-
- 25 May, 2015 6 commits
-
-
Bo Yang authored
-
Bo Yang authored
Copy two data files from ruby/tests to src/google/compiler/ruby. Tests in src/google/compiler/ruby depend on these two files, but they were missed in language distributions other than ruby
-
TeBoring authored
-
Bo Yang authored
-
Paul Yang authored
3.0.0 alpha 3 windows fix
-
Bo Yang authored
-
- 24 May, 2015 10 commits
-
-
Paul Yang authored
Fix c++ on windows
-
-
teboring authored
-
Paul Yang authored
Fix C2385: ambiguous access to parent classes' member without specifying
-
Bo Yang authored
-
teboring authored
-
Paul Yang authored
Add missing files to *.vcproj
-
teboring authored
-
Paul Yang authored
Clean up *.vcproj files
-
teboring authored
-
- 23 May, 2015 3 commits
- 22 May, 2015 8 commits
-
-
Feng Xiao authored
Undef GOOGLE_PROTOBUF_MISSING_HASH after it is used.
-
Paul Yang authored
Objective C Second Alpha Drop
-
Thomas Van Lenten authored
- Style fixups in the code. - map<> serialization fixes and more tests. - Autocreation of map<> fields (to match repeated fields). - @@protoc_insertion_point(global_scope|imports). - Fixup proto2 syntax extension support. - Move all startup code to +initialize so it happen on class usage and not app startup. - Have generated headers use forward declarations and move imports into generated code, reduces what is need at compile time to speed up compiled and avoid pointless rippling of rebuilds.
-
Paul Yang authored
down-integrate internal changes
-
Bo Yang authored
-
Paul Yang authored
Add default import paths for descriptor.proto and well-known protos.
-
Paul Yang authored
Include well-known types in Java runtime.
-
Feng Xiao authored
Change-Id: I816fe2fac7fccbcd96dd8510c7c9b5e7996aeadc
-
- 21 May, 2015 4 commits
-
-
Feng Xiao authored
Change-Id: I4afa295de4c8ed2a4cd0919cf84aedcd1327d9a5
-
Paul Yang authored
Adds a podspec for the proto3 Objective-C runtime.
-
Paul Yang authored
Getting the ObjC generator building on Windows.
-
Jan Tattermusch authored
Solves AOT compilation issue for Unity - iOS
-