aboutsummaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Slight refactoring of Extensions to support lookup by name, added ↵csharptest2011-06-021-1/+16
| | | | compatibility tests for text and binary formats.
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-232-3/+4
| | | | Use that within the build for the address book sample.
* 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
| | | | | | | | | | | | - Defaulted service_generator_type to NONE - Added /protos/extest/unittest_generic_services.proto to test services - Migrated unit tests to use the new generic services for testing
* | 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 ↵ArnoldZokas2010-12-084-3/+15
| | | | populated with redundant empty directories
* 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 ↵ArnoldZokas2010-12-013-1/+15
| | | | exception during execution
* 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
| | | | copied incorrectly
* 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