aboutsummaryrefslogtreecommitdiff
path: root/build/RunBenchmarks.bat
Commit message (Collapse)AuthorAgeFilesLines
* Collision with known MSBuild property ProjectType was causing errors, ↵csharptest2012-10-161-1/+1
| | | | renamed to EnvironmentProjectType
* Added removal of build_output and build_temp to CleanAll.batcsharptest2011-10-041-1/+1
| | | | Added /nologo for all msbuild calls
* Several build related changes in this commit:csharptest2011-10-021-4/+1
| | | | | | | | | | | | | | | | | | | | 1. Refactoring of build to allow multiple target frameworks 2. Addition of multiple Silverlight versions 3. Renamed *_Silverlight2 configurations to *_Silverlight 4. Added batch files for each framework build (Build20, Build35, Build40) 5. Moved the package building into MSBuild tasks 6. BuildAll.bat now builds all packages in one build 7. Removed Generate*Package.bat batch files (replaced by BuildAll.bat) 8. Removed the ability to build with 3.5 MSBuild 9. Source is only generated with Release/2.0 build of ProtoGen 10. Removed unit testing proto files from packaging 11. Removed the remaining 'pause' statements from all batch files 12. RunBenchmarks target now builds with .NET 2.0 instead of 4.0 13. Benchmark arguments can now be specified with BenchmarkArgs parameter 14. ProtoBench now supports '/log:path' so console can still see progress 15. Updated PublishRelease.bat and *.nuspec for new build output 16. Updated ProtocolBuffers.Serialization.csproj to omit extensions for 2.0 17. Added NUnit console configurations for each .NET framework version
* Fixed line-endings in bat/txt filescsharptest2011-09-161-4/+4
|
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-1/+1
| | | | | | | Refactored 'speed' generated write of arrays to call Write???Array. This may have impacted speed write speeds for arrays of non-reference types due to the use of non-generic IEnumerable and the subsequent boxing of value types. This could be addressed later if desired.
* Merge branch 'master' of git://github.com/jskeet/dotnet-protobufsArnoldZokas2010-12-081-1/+1
|
* Renamed benchmark batch file, and made all other batch files use Any CPU target.Jon Skeet2010-12-071-0/+5