aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get the right warning number this time.Jon Skeet2009-06-171-1/+1
* Fixed a couple of warningsJon Skeet2009-06-172-6/+15
* Remove unused variable in static constructorsJon Skeet2009-06-1711-85/+88
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-0513-76/+153
* Add CLSCompliance.Jon Skeet2009-06-0518-1/+201
* Include missing generated filesJon Skeet2009-06-053-0/+1675
* Fix custom options behaviourJon Skeet2009-06-0528-1367/+2540
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-308-15/+124
* Write/Read delimited messagesJon Skeet2009-05-2918-12/+947
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-2810-27/+253
* Added field constant generationJon Skeet2009-05-2813-1/+418
* Fixed i18n issues with numbersJon Skeet2009-05-116-12/+72
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-0511-249/+800
* Minor benchmarking changesJon Skeet2009-03-052-2/+3
* Commit earlier deletesJon Skeet2009-03-052-9751/+0
* 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