aboutsummaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-011-0/+4
* Incorrect titles in NuGet packagescsharptest2011-10-012-2/+2
* Changes from reviewcsharptest2011-10-012-2/+2
* Removed old version of nuspec filecsharptest2011-09-301-56/+0
* Added nuspec for full/lite versions and NuGet publishing commandscsharptest2011-09-303-18/+176
* Added lite version of the serialization assemblycsharptest2011-09-301-2/+3
* rebase to tipcsharptest2011-09-307-96/+96
|\
| * Fixed line-endings in bat/txt filescsharptest2011-09-167-96/+96
* | Fixes based on reviewcsharptest2011-09-111-56/+55
* | Added nuget package configuration.csharptest2011-09-102-0/+136
|/
* Fixed removal of all '_' from names, Added unit test.csharptest2011-08-121-0/+4
* Use the v2 benchmarking system from the build.Jon Skeet2011-08-071-0/+1
* Split off the Serialization namespace into a new assembly.csharptest2011-08-052-0/+2
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-1/+1
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-021-1/+16
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-232-3/+4
* Fix for missing build_temp prior to releasecsharptest2011-05-201-0/+1
* Added version command to PublishRelease.bat, added use of external signing keycsharptest2011-05-203-20/+44
* merged from protobuf-csharp-portcsharptest2011-05-194-4/+296
|\
| * fix for the release upload scriptcsharptest2011-05-192-8/+8
| * version 2.3.0.277csharptest2011-05-194-4/+296
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-191-0/+4
* | Implementation of service interface generatorcsharptest2011-05-031-0/+5
|/
* Fixes to package generation, and convert all tabs to spaces in MSBuild files.Jon Skeet2011-04-034-178/+178
* Fix to rebuild src prior to running benchmarkscsharptest2011-04-021-1/+1
* Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-155-45/+118
* Converted build to also work under .net 3.5csharptest2010-12-153-17/+21
* Fixed build for lite runtimeJon Skeet2010-12-141-12/+34
* Fixed broken buildsArnoldZokas2010-12-131-1/+1
* Fixed a bug in the build process that caused ReleaseBinaries package to be po...ArnoldZokas2010-12-084-3/+15
* Merge branch 'master' of git://github.com/jskeet/dotnet-protobufsArnoldZokas2010-12-081-0/+0
|\
| * Renamed benchmark batch file, and made all other batch files use Any CPU target.Jon Skeet2010-12-075-11/+11
* | Added 'Any CPU' platform switch to all msbuild callsArnoldZokas2010-12-026-13/+13
* | Removed redundant shell scriptArnoldZokas2010-12-021-13/+0
|/
* Fixed a bug in '_RunBenchmark' target that caused ProtoBench to throw an exce...ArnoldZokas2010-12-013-1/+15
* Migrated targets for generating benchmark source and assemblyArnoldZokas2010-12-012-3/+50
* Fixed a output directory path bug that caused RunBenchmark to failArnoldZokas2010-12-011-1/+1
* Redirected test result files to directory ./build_tempArnoldZokas2010-11-301-1/+1
* Migrated target 'RunBenchmarks'ArnoldZokas2010-11-302-3/+9
* Fixed a bug in the build script that caused one of the generated files to be ...ArnoldZokas2010-11-301-1/+1
* Implemented distribution package generationArnoldZokas2010-11-304-17/+54
* Migrated target '_CompileGeneratedSource'ArnoldZokas2010-11-301-1/+5
* Migrated target '_CopyGeneratedSource'ArnoldZokas2010-11-302-1/+36
* Optimised protos directory pathsArnoldZokas2010-11-301-8/+8
* Migrated target '_GenerateSource'ArnoldZokas2010-11-302-6/+31
* Redirected test result file output to directory './build_output'ArnoldZokas2010-11-292-3/+3
* Added '_Test' target to build scriptsArnoldZokas2010-11-295-10/+19
* Added batch file for running 'GenerateCompletePackage'ArnoldZokas2010-11-291-0/+14
* Added batch file for running 'GenerateReleasePackage'ArnoldZokas2010-11-293-1/+15
* Added batch file for running 'RunBenchmarks'ArnoldZokas2010-11-292-0/+6