aboutsummaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed redundant configuration from build scriptsArnoldZokas2010-11-292-6/+2
* Added batch file for running 'BuildAll'ArnoldZokas2010-11-291-0/+11
* Removed redundant 'Platform' settingsArnoldZokas2010-11-292-2/+1
* Added batch file for running 'BuildSilverlight2'ArnoldZokas2010-11-293-2/+7
* Added batch file for running 'Build'ArnoldZokas2010-11-291-0/+5
* Preparing for build process rewrite. Removed redundant batch files.ArnoldZokas2010-11-293-15/+0
* Created batch files for running Debug,Release and Silverlight2 buildsArnoldZokas2010-11-243-1/+11
* Removed redundant compilation stepsArnoldZokas2010-11-241-12/+0
* Removed redundant .NET CF 3.5 build configurationArnoldZokas2010-11-241-4/+0
* Created initial build scriptArnoldZokas2010-11-223-0/+65