314 Commits (4dc0dfb1546998b15a5e98d5dde6154d463365f2)
 

Author SHA1 Message Date
Jon Skeet 82bb0f1ef9 One-off patch to convert Unix line endings to Windows ones for generated source. Currently not sure why they ended up as Unix line endings after Git to Mercurial conversion, but we may need to tweak some repository settings. 14 years ago
Jon Skeet bf9821e074 Fixes to package generation, and convert all tabs to spaces in MSBuild files. 14 years ago
Jon Skeet ce58e30153 Ignore the build output. 14 years ago
csharptest 09f3ead994 Fix to rebuild src prior to running benchmarks 14 years ago
Jon Skeet 167fba0188 Turn lineBreak option to line_break 14 years ago
Jon Skeet f31e34b17e Default to Environment.NewLine for line breaks in ProtoGen, but allow it to be configured. 14 years ago
Jon Skeet 12f0460a71 Effectively revert previous change to Generator.cs 14 years ago
Jon Skeet 7ac20214e0 Merge branch 'master' of https://github.com/csharptest/dotnet-protobufs into csharptest-master 14 years ago
csharptest 7691473a71 Completion of 3.5 build integration and Lite runtime build changes. 14 years ago
Jon Skeet 5a89177000 Deleted old nunit.framework 14 years ago
csharptest 30d3fa3205 Converted build to also work under .net 3.5 14 years ago
csharptest 727107726d adding vs2008 solution. 14 years ago
Jon Skeet ec79ca1341 Fixed build for lite runtime 14 years ago
Jon Skeet f82a09da05 Merge from master 14 years ago
Jon Skeet a66c2031f3 Merge branch 'ArnoldZokas-master' 14 years ago
ArnoldZokas 4725a082a6 Fixed broken builds 14 years ago
Jon Skeet 62b4cf274d Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help! 14 years ago
Jon Skeet 8a13536f9b Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help! 14 years ago
Jon Skeet 1738462b7f First commit of lite code - more to come 14 years ago
ArnoldZokas 649eb54a99 Fixed a bug in the build process that caused ReleaseBinaries package to be populated with redundant empty directories 14 years ago
ArnoldZokas 865de6a290 Merge branch 'master' of git://github.com/jskeet/dotnet-protobufs 14 years ago
Jon Skeet 0c58d060f7 Renamed benchmark batch file, and made all other batch files use Any CPU target. 14 years ago
ArnoldZokas a02f9891d7 Added 'Any CPU' platform switch to all msbuild calls 14 years ago
ArnoldZokas 065d3c7409 Removed redundant shell script 14 years ago
ArnoldZokas 8bd5521e69 Fixed a bug in '_RunBenchmark' target that caused ProtoBench to throw an exception during execution 14 years ago
ArnoldZokas 57afbcf693 Switched ProtoBench project over to .NET 4.0 14 years ago
ArnoldZokas 8e08d4106d Migrated targets for generating benchmark source and assembly 14 years ago
ArnoldZokas 8c5121bc62 Fixed a output directory path bug that caused RunBenchmark to fail 14 years ago
ArnoldZokas df9b57896d Redirected test result files to directory ./build_temp 14 years ago
ArnoldZokas 1bbc226f92 Migrated target 'RunBenchmarks' 14 years ago
ArnoldZokas 4f34cc21e0 Fixed a bug in the build script that caused one of the generated files to be copied incorrectly 14 years ago
ArnoldZokas 1999a990be Implemented distribution package generation 14 years ago
ArnoldZokas d58af394bd Added '7-zip' 14 years ago
ArnoldZokas 6c1033ce2a Migrated target '_CompileGeneratedSource' 14 years ago
ArnoldZokas 01d20fc6e6 Migrated target '_CopyGeneratedSource' 14 years ago
ArnoldZokas 0fed55ab65 Optimised protos directory paths 14 years ago
ArnoldZokas 1fcb719003 Migrated target '_GenerateSource' 14 years ago
ArnoldZokas 7f026c7199 Redirected test result file output to directory './build_output' 14 years ago
ArnoldZokas b287a2de36 Added '_Test' target to build scripts 14 years ago
ArnoldZokas b7b80b500f Added batch file for running 'GenerateCompletePackage' 14 years ago
ArnoldZokas 42e8ec7fd3 Added batch file for running 'GenerateReleasePackage' 14 years ago
ArnoldZokas 930ec0dab2 Added batch file for running 'RunBenchmarks' 14 years ago
ArnoldZokas a5a1b99352 Removed redundant configuration from build scripts 14 years ago
ArnoldZokas 88d4e8bb32 Added batch file for running 'BuildAll' 14 years ago
ArnoldZokas 3f5b69df28 Removed redundant 'Platform' settings 14 years ago
ArnoldZokas 227d30a280 Added batch file for running 'BuildSilverlight2' 14 years ago
ArnoldZokas 374d7f35d6 Added batch file for running 'Build' 14 years ago
ArnoldZokas 8d585d9e67 Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all projects 14 years ago
ArnoldZokas a54cf75814 Removed build configuration 'Silverlight2' from all projects 14 years ago
ArnoldZokas 90b2630c05 Removed Silverlight2 configuration from solution 14 years ago