aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoBench
Commit message (Expand)AuthorAgeFilesLines
* Added option to enable format benchmarkscsharptest2011-06-111-34/+43
* Added convenience methods for to/from xml and jsoncsharptest2011-06-111-1/+1
* Reader/Writer implementations changed to use static factoriescsharptest2011-06-102-35/+38
* Added benchmark for Json via XML using JsonReaderWriterFactorycsharptest2011-06-102-0/+22
* Added initial DictionaryReader/Writer implementationscsharptest2011-06-101-0/+6
* Added the JsonFormatWriter/Readercsharptest2011-06-101-2/+20
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-0/+1
* Several performance tweakscsharptest2011-06-092-21/+152
* Finished adding find tag by namecsharptest2011-06-081-47/+37
* Performance fix for float/double write bytes. Performance fix, do not use Ar...csharptest2011-06-081-2/+3
* Added process priority and affinity for v2 benchmarkscsharptest2011-06-081-11/+10
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-083-24/+115
* reformatted all code to .NET standard formattingcsharptest2011-05-202-183/+210
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-201-93/+92
* versioned assemblies to 2.3.0.277csharptest2011-05-191-4/+4
* Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-151-1/+4
* Remove Silverlight targets for all but the main project. BuildAll now fails -...Jon Skeet2010-12-121-21/+0
* Switched ProtoBench project over to .NET 4.0ArnoldZokas2010-12-012-24/+25
* Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all p...ArnoldZokas2010-11-291-0/+22
* Removed build configuration 'Silverlight2' from all projectsArnoldZokas2010-11-291-9/+0
* Converted solution to VS2010ArnoldZokas2010-11-222-5/+43
* Release preparationJon Skeet2010-04-011-2/+2
* Regionify copyright statementJon Skeet2009-09-091-1/+4
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-091-0/+8
* Fix copyright noticesJon Skeet2009-06-251-1/+32
* Minor benchmarking changesJon Skeet2009-03-052-2/+3
* Commit earlier deletesJon Skeet2009-03-052-9751/+0
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-242-0/+10
* Support packed primitive typesJon Skeet2009-02-181-28/+75
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-272-0/+74
* Remove extraneous conversion to byte stringJon Skeet2009-01-271-1/+0
* Changed benchmark namespace and fixed enum issueJon Skeet2009-01-163-126/+127
* BenchmarkingJon Skeet2009-01-164-1876/+5775
* Upgraded to protoc.exe 2.0.3. Added new build target of clean-buildJon Skeet2009-01-161-59/+57
* Benchmarking, dumping and mungingJon Skeet2009-01-165-0/+5933