2954 Commits (01e00d251bdc073b085d299b9e11a8d2fc5207dd)
 

Author SHA1 Message Date
Konstantin Podsvirov d41601c249 Improved testing from CMake project 9 years ago
Konstantin Podsvirov 0a22fe59b7 Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBS 9 years ago
Konstantin Podsvirov 620bd7418d Rename CMake option ZLIB to protobuf_WITH_ZLIB 9 years ago
Konstantin Podsvirov 673d32e093 Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTS 9 years ago
Konstantin Podsvirov 2fa0439b00 Improved testing from CMake project 9 years ago
0xAAE d41a3d630c Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() methods. This is to avoid "unresolved link" errors in MSVC 2015 during Release build 9 years ago
Feng Xiao fbabf987e6 Merge pull request #769 from pkasting/metadata 9 years ago
Feng Xiao c8c5fed544 Merge pull request #766 from pkasting/hash 9 years ago
Feng Xiao e61ff47ac3 Merge pull request #802 from bsilver8192/master 9 years ago
Brian Silverman 21f3d3777a Don't assume char is signed. 9 years ago
Brian Silverman 133be3dc1f Use TEST_TMPDIR for writing temporary files if it's set. 9 years ago
Jisi Liu 0e606bc2eb Merge pull request #786 from pherl/master 9 years ago
Jisi Liu ef50a2976e Update objc script in generate_descriptor_proto.sh 9 years ago
Paul Yang e473761a9e Merge pull request #796 from jcanizales/add-missing-comma 9 years ago
Jorge Canizales af66e9003f Fix podspec by adding missing comma 9 years ago
Jan Tattermusch 3778f52171 Merge pull request #794 from jskeet/any 9 years ago
Jon Skeet e50461d809 Pack/Unpack implementation for Any. 9 years ago
Joshua Haberman 4cb0edd778 Merge pull request #772 from dano/fix_scalar_map 9 years ago
Feng Xiao 63eca470fd Merge pull request #793 from kbinani/fix_redefinition_BYTE_SIZE_macro 9 years ago
kbinani 9a06c8000e Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' 9 years ago
Jon Skeet 9489817df2 Regenerated code. Most changes are whitespace, removing trailing spaces. 9 years ago
Jon Skeet ccd76802fa Stop adding a space to the end of lines for descriptor binary data. 9 years ago
Jon Skeet 75a18a39ca Specify csharp_namespace in descriptor.proto 9 years ago
Jon Skeet 5eb1fac983 Generate a directory hierarchy based on namespace (C#) 9 years ago
Konstantin Podsvirov 905f464035 Using NEW behavior for CMP0022 in CMake project 9 years ago
Jon Skeet 0101a59b62 Remove vestigial reference to MakeFixedTag 9 years ago
Konstantin Podsvirov d79e0379f2 Option for switching static runtime link policy with MSVC 9 years ago
Dan O'Reilly d9598ca55d Fix Python 3.4 cpp implementation 9 years ago
Konstantin Podsvirov 20b882d469 Using find_package(ZLIB) with MSVC too 9 years ago
Konstantin Podsvirov db01460042 Improved configure.ac parsing 9 years ago
Feng Xiao 0087da9d47 Merge remote-tracking branch 'origin/master' into beta-1 9 years ago
Joshua Haberman cee703d736 Merge pull request #776 from haberman/pyfix 9 years ago
Josh Haberman 4472b4ad15 Fixed assignment syntax error. 9 years ago
Josh Haberman fc80fad9d5 Fix for https://github.com/google/protobuf/issues/758 9 years ago
Feng Xiao f0640b5a04 Merge pull request #770 from pkasting/string_space 9 years ago
Feng Xiao 69ac02a216 Merge pull request #771 from pkasting/static_init_1 9 years ago
Feng Xiao 67946e98a9 Merge pull request #569 from redivo/master 9 years ago
Austin Schuh ad1d726cc2 Handled blocks being too small in arena.cc 9 years ago
Feng Xiao fb0af6d02e Merge pull request #768 from pkasting/time 9 years ago
Peter Kasting 4f3bead537 Remove a static initializer by removing a global of non-POD type. 9 years ago
Peter Kasting f5a332553e It helps if you write macros correctly 9 years ago
Peter Kasting a1be711e96 Try modifying check in hopes of passing upstream build 9 years ago
Peter Kasting 432771fa24 Review comments 9 years ago
Peter Kasting 5ea84dd335 Refine check for unordered_{map|set} availability. 9 years ago
Feng Xiao 47210ccd77 Merge pull request #746 from zmodem/fix_predict_macros2 9 years ago
Feng Xiao 59b360f651 Merge pull request #767 from pkasting/port 9 years ago
Peter Kasting 5d412c47d9 Change to just not marking the class for export 9 years ago
Peter Kasting b913cbd307 Move StringSpaceUsedIncludingSelf to lite library. 9 years ago
Feng Xiao 26f0c678f6 Merge pull request #765 from xfxyjwf/javadoc 9 years ago
Peter Kasting 6e54999773 Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase. 9 years ago