aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | 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
| | |\ \ \ \
| | * | | | | 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
| | |\ \ \ \ \
| | * | | | | | Minor cleanup.Jon Skeet2015-06-193-3/+3
| | * | | | | | Merged masterJon Skeet2015-06-1733-633/+615
| | |\ \ \ \ \ \
| | * | | | | | | Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-178-30/+77
| | * | | | | | | Fix oneof generator - forgot to provide variables...Jon Skeet2015-06-121-0/+1
| | * | | | | | | Move Count checks into the serialization codeJon Skeet2015-06-123-13/+12
| | * | | | | | | Optimization of CalculateSize: avoid foreach over empty lists.Jon Skeet2015-06-123-12/+10
| | * | | | | | | Use Length to check string/bytes fields for emptiness - it's faster than an e...Jon Skeet2015-06-121-1/+7
| | * | | | | | | Fix oneof behaviour in the face of default values.Jon Skeet2015-06-121-9/+4
| | * | | | | | | Coded*Stream streamlining.Jon Skeet2015-06-127-42/+24
| | * | | | | | | Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-113-8/+11
| | * | | | | | | First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-0913-107/+628
| | * | | | | | | First stab at new proto3-only code generatorJon Skeet2015-06-0525-2091/+295
| * | | | | | | | Merge pull request #652 from TeBoring/objectivecPaul Yang2015-07-292-13/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Move the definition of GOOGLE_FALLTHROUGH_INTENDED to port.hteboring2015-07-292-13/+12
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Windows is always little-endian.LitingLin2015-07-301-2/+2
| * | | | | | | | A bug about PROTOBUF_LITTLE_ENDIAN remain undefined on MSVC x64LitingLin2015-07-301-1/+1
| |/ / / / / / /
| * | | | | | / Remove two unused functions.Nico Weber2015-07-252-16/+0
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | Down-integrate from internal branch.Jisi Liu2015-08-2139-193/+5053
|/ / / / / /
* | | | | | Merge pull request #621 from nico/staticassJisi Liu2015-07-201-2/+4
|\ \ \ \ \ \
| * | | | | | Let GOOGLE_COMPILE_ASSERT use static_assert if available.Nico Weber2015-07-171-2/+4
* | | | | | | Merge pull request #604 from haberman/ruby-conformanceJoshua Haberman2015-07-202-16/+24
|\ \ \ \ \ \ \
| * | | | | | | Added Ruby to conformance tests.Josh Haberman2015-07-162-16/+24
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #622 from pherl/splitheadersJisi Liu2015-07-172-0/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Addming missing includes in stubs headers.Jisi Liu2015-07-172-0/+2
* | | | | | | Merge pull request #613 from pherl/splitheadersJisi Liu2015-07-179-1404/+1631
|\| | | | | |
| * | | | | | Merge branch 'master' of github.com:google/protobuf into splitheaderJisi Liu2015-07-171-0/+3
| |\ \ \ \ \ \
| * | | | | | | Update make file for extra headers.Jisi Liu2015-07-171-0/+6
| * | | | | | | Split up common.h headersJisi Liu2015-07-168-1404/+1625
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #601 from anandolee/masterJie Luo2015-07-172-0/+35
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ignore UTF-8 BOM if it is in the begining of a proto fileJie Luo2015-07-162-0/+35
| |/ / / / /
* / / / / / Install missing headersRob Earhart2015-07-141-0/+3
|/ / / / /
* | | | | Internal local modifications.Bo Yang2015-07-0910-158/+160
* | | | | Merge pull request #500 from TeBoring/tempPaul Yang2015-07-013-62/+94
|\ \ \ \ \