aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Down-integrate from google internal.Jisi Liu2015-10-0562-359/+1325
* Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-299-96/+109
|\
| * Merge pull request #770 from pkasting/string_spaceFeng Xiao2015-08-284-19/+14
| |\
| | * Move StringSpaceUsedIncludingSelf to lite library.Peter Kasting2015-08-274-19/+14
| * | Merge pull request #771 from pkasting/static_init_1Feng Xiao2015-08-282-63/+78
| |\ \
| | * | Remove a static initializer by removing a global of non-POD type.Peter Kasting2015-08-272-63/+78
| * | | Merge pull request #569 from redivo/masterFeng Xiao2015-08-281-5/+5
| |\ \ \
| | * | | Fix GOOGLE_PROTOBUF_ATOMICOPS_ERROR syntax errorGeorge Redivo2015-07-061-5/+5
| * | | | Merge pull request #768 from pkasting/timeFeng Xiao2015-08-281-1/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Delete kNanosPerSecond from time.cc.Peter Kasting2015-08-271-1/+0
| | | |/ | | |/|
| * | | Merge pull request #746 from zmodem/fix_predict_macros2Feng Xiao2015-08-271-2/+2
| |\ \ \
| | * | | Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE}Hans Wennborg2015-08-261-2/+2
| * | | | Avoid #including system headers from inside a namespace.Peter Kasting2015-08-271-6/+10
| | |/ / | |/| |
* | | | Update generated file.Feng Xiao2015-08-261-1/+0
* | | | Merge pull request #750 from TeBoring/beta-1Paul Yang2015-08-261-0/+1
|\ \ \ \
| * | | | Fix bugs for objectivecTeBoring2015-08-261-0/+1
* | | | | Add a TODO to clean-up the LITTLE_ENDIAN macro.Feng Xiao2015-08-261-0/+3
* | | | | Assume LITTLE_ENDIAN for windows build.Feng Xiao2015-08-261-2/+2
* | | | | Remove an unused typedef.Feng Xiao2015-08-261-6/+0
* | | | | Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-262-1/+14
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #709 from xfxyjwf/map_bugFeng Xiao2015-08-262-1/+14
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix map fields parsing.Feng Xiao2015-08-112-1/+14
* | | | | add static cast to silence signedness comparison warningJan Tattermusch2015-08-261-1/+1
* | | | | Fix cmake build on linux.Feng Xiao2015-08-251-2/+4
| |_|/ / |/| | |
* | | | Merge pull request #742 from xfxyjwf/c11_compileFeng Xiao2015-08-252-3/+3
|\ \ \ \
| * | | | Fix compile issues with -std=c++11Feng Xiao2015-08-252-3/+3
* | | | | Merge pull request #741 from pherl/beta-1Jisi Liu2015-08-254-52/+72
|\ \ \ \ \
| * | | | | fix "memory leaks" in protostream-object files.Jisi Liu2015-08-254-52/+72
* | | | | | Merge pull request #740 from pherl/beta-1Jisi Liu2015-08-251-5/+5
|\| | | | | | |/ / / / |/| | | |
| * | | | Fix commandline interface file under heapcheck.Jisi Liu2015-08-251-5/+5
* | | | | Merge remote-tracking branch 'origin/master' into beta-1Feng Xiao2015-08-255-20/+21
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #726 from DouglasHeriot/msvc-noinlineFeng Xiao2015-08-256-23/+31
| |\ \ \
| | * | | Define GOOGLE_ATTRIBUTE_NOINLINE for MSVC. Workaround for VS2015 Release buil...Douglas Heriot2015-08-226-23/+31
| * | | | Change where we rename Descriptor.cs to DescriptorProtoFile.cs.Jon Skeet2015-08-252-6/+7
| * | | | Remove Python 2.5 cruftTamir Duberstein2015-08-221-14/+6
| |/ / /
* | | | Merge pull request #734 from TeBoring/beta-1Feng Xiao2015-08-2519-61/+110
|\ \ \ \
| * | | | Fix bugs on windowsBo Yang2015-08-2532-437/+503
* | | | | Merge branch 'beta-1' of github.com:google/protobuf into manual-mergeJisi Liu2015-08-252-2/+11
|\ \ \ \ \
| * | | | | Make the PARSER @Deprecated public.Feng Xiao2015-08-252-2/+11
| |/ / / /
* | | | | Update descriptor protos.Jisi Liu2015-08-2513-376/+393
* | | | | Merge branch 'beta-1' of github.com:google/protobuf into manual-mergeJisi Liu2015-08-25171-2737/+6924
|\| | | |
| * | | | Cherry-pick Java utf8 change.Feng Xiao2015-08-243-8/+5
| * | | | Down-integrate from internal code base.Feng Xiao2015-08-2311-112/+418
| * | | | Down-integrate from google3.Feng Xiao2015-08-22168-2618/+6502
* | | | | Merge branch 'gcc-c++11-fix' of https://github.com/nsuke/protobuf into beta-1Jisi Liu2015-08-252-9/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix gcc C++11 buildNobuaki Sukegawa2015-08-012-9/+4
* | | | | Merge branch 'master' of github.com:google/protobufJisi Liu2015-08-21100-2549/+2495
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #720 from jtattermusch/csharp_fixesJon Skeet2015-08-141-1/+1
| |\ \ \ \
| | * | | | fix type initialization problem with FileDescriptorJan Tattermusch2015-08-141-1/+1
| * | | | | Merge pull request #571 from thomasvl/validation_supportPaul Yang2015-08-145-90/+287
| |\ \ \ \ \ | | |/ / / / | |/| | | |