- 06 Oct, 2015 5 commits
- 05 Oct, 2015 9 commits
-
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
-
Jisi Liu authored
Add "java_proto" target in bazel BUILD file to provide Java runtime library.
-
Jisi Liu authored
-
Jisi Liu authored
-
Jan Tattermusch authored
Extract XML documentation in a primitive but reasonably-effective way
-
- 01 Oct, 2015 4 commits
-
-
Paul Yang authored
Support enum forward decls in Objective C++
-
Thomas Van Lenten authored
NS_ENUM changes defintion in Objective C++ based on the C++ spec being compiled with, special case the one situation where it wouldn't support doing a forward decl for the enum.
-
Jon Skeet authored
-
Jon Skeet authored
This could be tidied up significantly, and at some point we will want to parse the markdown and generate more appropriate XML - but this is definitely better than nothing. Generated code changes coming in next commit.
-
- 30 Sep, 2015 3 commits
- 29 Sep, 2015 9 commits
-
-
Paul Yang authored
Fix Podspec version number
-
Thomas Van Lenten authored
- Move up to 8.4 as the high simulator (assuming Xcode 6.4). - Add cast to NSMutableDictionary so clang and resolve the selector. - Add case for the newer static analyzer so it won't trigger a false warning. - Update the "dictionary" interface to use "object" naming. Xcode 7+ has gotten more strict on the use of nonnull/nullable; combining that with the generic collection support; and the "dictionary" classes we created now collide with what the generic KeyValueCoding in the system headers triggering warnings/errors. Fix this and hopefully all future issue by renaming the methods to use "object" for the classes that have data types as objects instead of PODs. Taking this renaming hit now while ObjC is still in beta because it is a breaking change for any existing code.
-
Ming Zhao authored
library.
-
Joshua Haberman authored
A very small fix to silence some warnings.
-
Jorge Canizales authored
This was released as `3.0.0-alpha-4.1`
-
Jon Skeet authored
-
Jon Skeet authored
(Generated code changes coming next...)
-
Jon Skeet authored
-
Jon Skeet authored
There are now summaries for: - The Types nested class (which holds nested types) - The file descriptor class for each proto - The enum generated for each oneof (Also fixed two typos.) Generated code in next commit.
-
- 28 Sep, 2015 1 commit
-
-
Josh Haberman authored
Also updated the Gemfile.lock since alpha-4 has been pushed to RubyGems. Change-Id: I8ddc5f125f28aa9a33c88dfe48251a75a877e1d3
-
- 25 Sep, 2015 1 commit
-
-
Feng Xiao authored
Handled blocks being too small in arena.cc
-
- 23 Sep, 2015 1 commit
-
-
Jan Tattermusch authored
Generate C# directory hierarchy with new option
-
- 16 Sep, 2015 1 commit
-
-
Feng Xiao authored
Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer(…
-
- 14 Sep, 2015 1 commit
-
-
0xAAE authored
Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() methods. This is to avoid "unresolved link" errors in MSVC 2015 during Release build
-
- 10 Sep, 2015 2 commits
- 09 Sep, 2015 3 commits
-
-
Feng Xiao authored
Small fixes
-
Brian Silverman authored
It isn't always, which causes problems when trying to put negative values into the array with C++11.
-
Brian Silverman authored
Bazel expects all tests to do this.
-