3189 Commits (d6a186a8f18c1b14979e0244c0434b5b89c0f8a9)
 

Author SHA1 Message Date
Thomas Van Lenten 2f2da0702d Merge pull request #1039 from thomasvl/fix_cleans 9 years ago
Thomas Van Lenten a20d0b6cd4 Fix dist_clean and maintainer-clean to get more generated files. 9 years ago
Joshua Haberman 014b9012d3 Merge pull request #1029 from keveman/master 9 years ago
Feng Xiao 9cbf40873d Merge pull request #1025 from Yangqing/master 9 years ago
Yangqing Jia 031558bd36 Minor changes to match the internal version 9 years ago
Feng Xiao 723010dc54 Merge pull request #1033 from c0nk/wip-implicit-cast-fix 9 years ago
Manjunath Kudlur 96537c461a Bringing in internal::shared_ptr into google:protobuf namespace. 9 years ago
Kal Conley f42a68df54 Fix narrowing implicit cast in generated message [NFC] 9 years ago
Paul Yang 27c522940b Merge pull request #1030 from TeBoring/sandbox 9 years ago
Bo Yang 1f0286a404 Use angle bracket for well known type proto header. 9 years ago
Thomas Van Lenten 46be1d06f5 Merge pull request #1034 from thomasvl/static_assert_fix 9 years ago
Thomas Van Lenten 52b8d3fe78 Use compiler provided static assert and avoid tripping unused-local-typedef warnings. 9 years ago
Manjunath Kudlur d03ef20039 Made targets relative to google/protobuf 9 years ago
Manjunath Kudlur 7b311afc3e Added util/python/BUILD to provide //util/python:python_headers dependency for building use_fast_cpp_protos 9 years ago
Manjunath Kudlur a194921527 Made building the python extension configurable via --define=use_fast_cpp_protos=true 9 years ago
Manjunath Kudlur 3f9b4f2944 Updated for c++98 compatibility 9 years ago
Manjunath Kudlur 3ff1dca0bd Enable fast cpp protos in the python interface. 9 years ago
Benjamin Bennett 9fc4d90cab MSVC MP flag to build with multiple processes in visual studio. 9 years ago
Thomas Van Lenten 9bd74b7f25 Merge pull request #1027 from thomasvl/more_nullable_support 9 years ago
Thomas Van Lenten c27833b632 Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects. 9 years ago
Yangqing Jia bbf64cee3d Arena type traits standardization. 9 years ago
Jisi Liu b1b9c254e2 Merge pull request #1024 from martinmaly/wkt 9 years ago
Joshua Haberman ba6a28ea9c Merge pull request #1022 from haberman/python-conformance2 9 years ago
Martin Maly 8e0c9a3f11 Making _genproto rules public. 9 years ago
Joshua Haberman 01e00d251b Merge pull request #1023 from girving/py3 9 years ago
Josh Haberman 874eb3648e Remove all bare strings as exceptions. 9 years ago
Geoffrey Irving 29799238c2 Add srcs_version = "PY2AND3" in BUILD files 9 years ago
Josh Haberman 4b31ffa488 Added Python failure lists, and fixes to make sure failure propagates. 9 years ago
Jisi Liu dbc91e9797 Merge pull request #1014 from damienmg/master 9 years ago
Josh Haberman a3faf080e3 Added JSON support to Python conformance tests. 9 years ago
Josh Haberman 325392dd61 Conformance test implementation for Python. 9 years ago
Thomas Van Lenten 77d56e3e83 Merge pull request #1021 from thomasvl/fix_err_msg 9 years ago
Thomas Van Lenten 536059e569 Tweak the error message as the generate is in the core binary these days. 9 years ago
Thomas Van Lenten 20b4e84f42 Merge pull request #1020 from thomasvl/block_nil 9 years ago
Thomas Van Lenten 764a2248cc Merge pull request #1019 from thomasvl/correct_conformance_compile 9 years ago
Thomas Van Lenten c3a0cf74fe Check and throw errors for nil values/keys (like NSDictionary). 9 years ago
Thomas Van Lenten 69d713fc3c Ensure the conformance build of objc code is using the Mac OS X SDK and 9 years ago
Jon Skeet e4af879ba2 Merge pull request #1000 from jskeet/any-format 9 years ago
Jon Skeet 3de2fced6b Handle JSON parsing for Any. 9 years ago
Jon Skeet 567579b505 JSON formatting for Any. 9 years ago
Feng Xiao bdabaeb03d Merge pull request #1016 from tswast/tutorial-regions 9 years ago
Tim Swast bc4723481a Add region tags for protocol buffers tutorials. 9 years ago
Damien Martin-Guillerez cc42db83d3 Fix headers for gmock.BUILD 9 years ago
Feng Xiao 1a59a715dc Merge pull request #998 from tswast/goexample 9 years ago
Feng Xiao f4e4be6386 Merge pull request #1011 from c0nk/wip-implicit-cast-fix 9 years ago
Kal Conley a52539a32d Fix some narrowing implicit casts [NFC] 9 years ago
Feng Xiao d3cb5f4078 Merge pull request #1007 from dlh3/patch-1 9 years ago
Tim Swast 7e31c4d930 Add a Go language example. 9 years ago
Dave Hughes 62c4efa1d6 Fix typo in LazyField javadoc 9 years ago
Feng Xiao d8b6452e37 Merge pull request #1005 from oon3m0oo/emscripten 9 years ago