aboutsummaryrefslogtreecommitdiff
path: root/src
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-2115-1420/+1697
|\
| * 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
| |/
* | Merge pull request #611 from jskeet/csharp-wrappersJon Skeet2015-07-1710-35/+466
|\ \
| * | 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-167-17/+426
* | | Merge pull request #586 from jtattermusch/csharp_names_exportJan Tattermusch2015-07-166-5/+83
|\ \ \ | |/ / |/| |
| * | export c# naming routines publiclyJan Tattermusch2015-07-106-5/+83
* | | 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