aboutsummaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Changes to publish.csproj targetscsharptest2012-10-171-179/+181
|
* Rewrote the PublishRelease.bat file in MSBuild (publish.csproj), updated ↵csharptest2012-10-166-144/+210
| | | | nuspec files
* Cleanup of build batch files, todo - rework publishrelease.batcsharptest2012-10-168-41/+33
|
* Collision with known MSBuild property ProjectType was causing errors, ↵csharptest2012-10-161-1/+1
| | | | renamed to EnvironmentProjectType
* Working project templates for Silverlight testing of SL2..4 and PL4csharptest2012-10-161-3/+3
|
* Adding project templates and refactored buildcsharptest2012-10-153-246/+299
|
* Normalizing base project configurationscsharptest2012-10-155-48/+40
|
* Removed explicit build of addressbook so that it builds like all other protoscsharptest2012-10-101-2/+0
|
* Adding addressbook.proto to the buildcsharptest2012-10-101-0/+1
|
* version 2.4.1.473csharptest2011-10-152-17/+71
|
* Added removal of build_output and build_temp to CleanAll.batcsharptest2011-10-047-10/+14
| | | | Added /nologo for all msbuild calls
* Removed dependency on Rhino.Mockscsharptest2011-10-041-0/+5
| | | | | Added CleanAll batch file Added the now rhino-free service test to silverlight
* - Upgraded NUnitcsharptest2011-10-042-7/+16
| | | | | | - Added StatLight and Silverlight unit testing - Added copies of all projects for Silverlight - Integrated Silverlight unit tests in build
* Fix for incorrect Target/Configurationcsharptest2011-10-021-1/+1
|
* Several build related changes in this commit:csharptest2011-10-0214-195/+242
| | | | | | | | | | | | | | | | | | | | 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
* Added unit tests for Lite runtime services and serializationcsharptest2011-10-011-0/+4
|
* 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
| | | | | | | 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
|/