aboutsummaryrefslogtreecommitdiff
path: root/src/google
Commit message (Expand)AuthorAgeFilesLines
* Fix attribute mistake and regenerate code.Jon Skeet2015-07-221-2/+0
* Remove the usage of attributes for field/method discovery.Jon Skeet2015-07-2212-50/+96
* Revamp to reflection.Jon Skeet2015-07-2113-99/+45
* Merge pull request #629 from google/masterJon Skeet2015-07-2114-1420/+1688
|\
| * 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-178-1404/+1625
| |\| |
| | * | Split up common.h headersJisi Liu2015-07-168-1404/+1625
| | |/
| * / ignore UTF-8 BOM if it is in the begining of a proto fileJie Luo2015-07-162-0/+35
| |/
* | Merge pull request #611 from jskeet/csharp-wrappersJon Skeet2015-07-179-34/+463
|\ \
| * | Fixes from PR review.Jon Skeet2015-07-171-1/+0
| * | First pass at wrapper types.Jon Skeet2015-07-166-70/+93
| * | First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-166-16/+423
* | | Merge pull request #586 from jtattermusch/csharp_names_exportJan Tattermusch2015-07-165-5/+82
|\ \ \ | |/ / |/| |
| * | export c# naming routines publiclyJan Tattermusch2015-07-105-5/+82
* | | Merge remote-tracking branch 'upstream/master' into csharp-experimentalJan Tattermusch2015-07-1522-262/+287
|\ \ \ | | |/ | |/|
| * | Internal local modifications.Bo Yang2015-07-099-157/+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-2513-10/+261
* | | | 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
|\| | |