aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Removed original NAnt build scriptArnoldZokas2010-09-261-344/+0
| |
* | Build performance optimisationsArnoldZokas2010-09-123-27/+51
| |
* | Add separate obj directory for CF build to avoid corruption.Jon Skeet2010-07-091-0/+1
| | | | | | | | committer: Arnold Zokas <arnold.zokas@coderoom.net>
* | build performance optimisationsArnoldZokas2010-07-087-28/+8889
| |
* | Removed obsolete messages from buildArnoldZokas2010-06-301-2/+0
| |
* | Implemented an alternative build script using MSBuild 4.0ArnoldZokas2010-06-305-0/+266
| |
* | Added NUnit 2.2.8.0 to libArnoldZokas2010-06-3032-0/+1750
| |
* | Updated git ignore listArnoldZokas2010-06-301-0/+4
|/
* Add option to remove CLSCompliance attributeJon Skeet2010-05-194-11/+57
|
* Copy protos directory when releasingJon Skeet2010-05-191-1/+6
|