aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-167-17/+426
* Merge remote-tracking branch 'upstream/master' into csharp-experimentalJan Tattermusch2015-07-1523-263/+287
|\
| * Internal local modifications.Bo Yang2015-07-0910-158/+160
| * Merge pull request #500 from TeBoring/tempPaul Yang2015-07-013-62/+94
| |\
| | * Implement parsing for proto3 primitive repeated fields. Previously, forBo Yang2015-06-153-62/+94
| * | Merge pull request #551 from ostrovsky/masterFeng Xiao2015-07-016-31/+21
| |\ \
| | * | MinGW64+MSYS2 compilation issues and portable isnan using MathLimitsKarol Ostrovsky2015-07-016-31/+21
| * | | Merge pull request #458 from xfxyjwf/memory_leakPaul Yang2015-06-301-0/+5
| |\ \ \
| | * | | Delete default UnknownFieldSet when shuting down.Feng Xiao2015-06-021-0/+5
| * | | | Fix "sometimes-uninitialized" warning on Windows Clang.Matt Giuca2015-06-301-1/+1
| | |/ / | |/| |
| * | | fix compiler warnings.Jisi Liu2015-06-243-11/+6
* | | | Address requested change from code review.Jon Skeet2015-07-151-12/+12
* | | | Don't create nested types (or field accessors) for map types.Jon Skeet2015-07-153-2/+33
* | | | Generate the well-known types in C#Jon Skeet2015-07-1411-7/+11
* | | | Changing reflection namespace (part 3)Jon Skeet2015-07-148-19/+18
* | | | Changing reflection namespace (part 1)Jon Skeet2015-07-142-9/+9
* | | | Convert package name to PascalCase for C# namespaceJon Skeet2015-07-142-3/+11
* | | | Oneof reflection support. (Generated code changes in next commit.)Jon Skeet2015-07-101-0/+1
* | | | Use the new JsonFormatter to implement ToString on generated messages.Jon Skeet2015-07-103-6/+7
* | | | Codegen changes to support descriptor runtime changesJon Skeet2015-07-0911-12/+31
* | | | Implement reflection properly for fields.Jon Skeet2015-07-092-29/+30
* | | | Remove unused code in C# codegenJon Skeet2015-06-302-47/+1
* | | | First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-303-102/+27
* | | | Fix for doubly-nested types - issue #307.Jon Skeet2015-06-291-1/+1
* | | | More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-2626-31/+8
* | | | Tweaks and more tests for mapsJon Skeet2015-06-263-6/+121
* | | | More map tests, and various production code improvements.Jon Skeet2015-06-251-1/+2
* | | | First pass at map support.Jon Skeet2015-06-2514-10/+263
* | | | Regenerated descriptor C++ codeJon Skeet2015-06-251-3/+2
* | | | Revert the change to wire_format.h.Jon Skeet2015-06-245-4/+16
* | | | Implement freezing for messages and repeated fields.Jon Skeet2015-06-2413-8/+82
* | | | Merge remote-tracking branch 'upstream/master' into fix_appveyorJan Tattermusch2015-06-242-9/+13
|\| | |
| * | | Merge pull request #503 from thomasvl/add_nonnill_markupPaul Yang2015-06-192-9/+13
| |\ \ \
| | * | | Add nonnil markup to ObjC library.Thomas Van Lenten2015-06-162-9/+13
| | | |/ | | |/|
* | | | Implement requested changes for IMessage<T>Jon Skeet2015-06-231-1/+1
* | | | Implement Clone.Jon Skeet2015-06-2313-8/+95
* | | | Merge remote-tracking branch 'upstream/master' into proto3-onlyJon Skeet2015-06-1992-154/+28178
|\| | |
| * | | using ::isnan to avoid conflicts with std::isnan for C++11 build.Jisi Liu2015-06-181-1/+1
| * | | Merge pull request #501 from xfxyjwf/downFeng Xiao2015-06-1792-154/+28178
| |\ \ \
| | * | | Fix broken builds.Feng Xiao2015-06-1726-128/+170
| | * | | Down-integrate from internal code base.Feng Xiao2015-06-1592-150/+28132
| | |/ /
* | | | Minor cleanup.Jon Skeet2015-06-193-3/+3
* | | | Merged masterJon Skeet2015-06-1733-633/+615
|\| | |
| * | | Make the code independent of config.hJisi Liu2015-06-167-14/+10
| |/ /
| * | Merge pull request #488 from AustinSchuh/ruby_test_fixFeng Xiao2015-06-151-0/+4
| |\ \
| | * | Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUFAustin Schuh2015-06-101-0/+4
| * | | Merge pull request #495 from pherl/masterJisi Liu2015-06-132-18/+145
| |\ \ \
| | * | | Make pbconfig.h independent of config.hJisi Liu2015-06-132-18/+145
| | |/ /
| * | | Merge pull request #481 from Qartar/masterFeng Xiao2015-06-123-15/+61
| |\ \ \
| | * | | Workaround for MSVC's string literal compiler limit.Qartar2015-06-123-15/+61