aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Switched ProtoBench project over to .NET 4.0ArnoldZokas2010-12-012-24/+25
|
* 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
|
* Added '7-zip'ArnoldZokas2010-11-304-0/+70
|
* 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-303-9/+33
|
* 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
|
* Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all ↵ArnoldZokas2010-11-299-0/+209
| | | | projects
* Removed build configuration 'Silverlight2' from all projectsArnoldZokas2010-11-299-75/+2
|
* Removed Silverlight2 configuration from solutionArnoldZokas2010-11-291-17/+0
|
* 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
|
* Removed .NET CF 3.5 projectArnoldZokas2010-11-241-144/+0
|
* Fixed merge conflictsArnoldZokas2010-11-2221-101/+1395
|\
| * A few stylistic issuesJon Skeet2010-11-0317-1039/+994
| |
| * Merge remote branch 'csharptest/master'Jon Skeet2010-11-0318-56/+1398
| |\
| | * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-0317-51/+1393
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 - Add a way to specify the output directory 2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs" 3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts 4 - Optionally remove dependencies to csharp options 5 - Investigate command line parsing library 6 - Investigate calling protoc directly 7 - Unable to resolve dependencies correctly 8 - Added several (20) nunits to automate the command-line invocation of each option
| | * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 - Add a way to specify the output directory 2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs" 3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts 4 - Optionally remove dependencies to csharp options 5 - Investigate command line parsing library 6 - Investigate calling protoc directly 7 - Unable to resolve dependencies correctly 8 - Added several (20) nunits to automate the command-line invocation of each option
| * | Fixed spacingJon Skeet2010-10-261-5/+5
| | |
| * | Added CodedInputStream ctor symmetrical with CodedOutputStream.Charles Stanhope2010-10-191-5/+14
| |/
| * Add separate obj directory for CF build to avoid corruption.Jon Skeet2010-07-081-0/+1
| |
* | Merge branch 'master' of github.com:ArnoldZokas/dotnet-protobufsArnoldZokas2010-11-221-3/+12
|\ \
| * | Fixed spacingJon Skeet2010-11-231-5/+5
| | | | | | | | | | | | committer: Arnold Zokas <arnold.zokas@coderoom.net>
| * | Added CodedInputStream ctor symmetrical with CodedOutputStream.Charles Stanhope2010-11-231-5/+14
| | | | | | | | | | | | committer: Arnold Zokas <arnold.zokas@coderoom.net>
* | | Created initial build scriptArnoldZokas2010-11-223-0/+65
| | |
* | | Converted solution to VS2010ArnoldZokas2010-11-2214-30/+340
|/ /
* | Removed redundant rules from gitignoreArnoldZokas2010-09-261-12/+14
| |
* | Removed cfg folder in preparation for build configuration refactoringArnoldZokas2010-09-268-9149/+0
| |