aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-2419-4/+151
* Support packed primitive typesJon Skeet2009-02-1821-892/+3458
* Use atomic groups to mimic the possessive quantifier change in Java codeJon Skeet2009-01-271-5/+6
* String optimisationsJon Skeet2009-01-271-4/+7
* Merge extensions correctlyJon Skeet2009-01-277-9/+23
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-2729-14/+597
* Remove extraneous conversion to byte stringJon Skeet2009-01-271-1/+0
* Removed redundant import from tutorial protoJon Skeet2009-01-211-11/+9
* Changed benchmark namespace and fixed enum issueJon Skeet2009-01-166-137/+137
* BenchmarkingJon Skeet2009-01-164-1876/+5775
* Upgraded to protoc.exe 2.0.3. Added new build target of clean-buildJon Skeet2009-01-168-377/+365
* Benchmarking, dumping and mungingJon Skeet2009-01-1623-19/+6530
* Remove ugly bootstrapping - we don't need it now.Jon Skeet2008-12-152-18/+0
* Added address book exampleJon Skeet2008-11-248-0/+1166
* Refactor IsInitialized to match Java versionJon Skeet2008-11-241-10/+4
* Fix property special-casingJon Skeet2008-11-2411-126/+125
* New options now work fine.Jon Skeet2008-11-1310-41/+79
* Refactored optionsJon Skeet2008-11-1226-273/+653
* Replaced copyright noticeJon Skeet2008-10-23114-867/+2083
* Fix bug in GeneratedBuilder.MergeFromJon Skeet2008-10-233-7/+36
* A few tweaksJon Skeet2008-10-221-0/+1
* First cut at new layoutJon Skeet2008-10-22132-0/+41539
* Wiping slate clean to start again with new layout.Jon Skeet2008-10-22192-73972/+0
* Fix initialization check when an optional field has required subfieldsJon Skeet2008-09-041-0/+8
* Implemented popsicle immutability for lists. Modified MessageStreamIterator t...Jon Skeet2008-08-213-42/+16
* Fix to constructor access for nested types, and first pass at streaming.Jon Skeet2008-08-191-2/+3
* Just comments.Jon Skeet2008-08-151-3/+3
* Add aliases into enumsJon Skeet2008-08-151-9/+7
* Updates due to changes to descriptor.protoJon Skeet2008-08-152-16/+359
* Use delegates instead of dynamic reflection.Jon Skeet2008-08-141-10/+16
* Abandon the 'self' namespace alias - we need to be able to import types in ot...Jon Skeet2008-08-142-10/+7
* Beginning to fix the TODOsJon Skeet2008-08-141-1/+0
* Removed EnumDescriptorIndexAttribute - not really necessary.Jon Skeet2008-08-141-4/+1
* Extensions don't need to go under a separate type.Jon Skeet2008-08-141-5/+7
* The great generics revisiting.Jon Skeet2008-08-143-15/+21
* TweaksJon Skeet2008-08-141-4/+1
* More tests, more fixes.Jon Skeet2008-08-144-5/+7
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-141-4/+4
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-1413-81/+84
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Jon Skeet2008-08-1418-514/+536
* Patch from Miguel de Icaza - tweaks to generated C#Jon Skeet2008-08-146-69/+71
* Fix Makefile.am to include the C# files.Jon Skeet2008-08-141-0/+22
* Improved generation for C\# filesJon Skeet2008-08-1410-345/+183
* Fix variance in line endingsJon Skeet2008-08-141-1/+1
* Initial commit of C# code developed before installing Git.Jon Skeet2008-08-14192-0/+73755