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
ArnoldZokas
df27a076ba
Preparing for build process rewrite. Removed redundant batch files.
14 years ago
ArnoldZokas
05ca4da799
Created batch files for running Debug,Release and Silverlight2 builds
14 years ago
ArnoldZokas
a48354e2ca
Removed redundant compilation steps
14 years ago
ArnoldZokas
ed93d9a424
Removed redundant .NET CF 3.5 build configuration
14 years ago
ArnoldZokas
63cb1e4c2f
Removed .NET CF 3.5 project
14 years ago
ArnoldZokas
64580d092f
Fixed merge conflicts
14 years ago
ArnoldZokas
a695dfaa5a
Merge branch 'master' of github.com:ArnoldZokas/dotnet-protobufs
14 years ago
ArnoldZokas
7c913f73dc
Created initial build script
14 years ago
ArnoldZokas
e9ffd67e1b
Converted solution to VS2010
14 years ago
Jon Skeet
be4b86aeae
Fixed spacing
...
committer: Arnold Zokas <arnold.zokas@coderoom.net>
14 years ago
Charles Stanhope
71f203a1a0
Added CodedInputStream ctor symmetrical with CodedOutputStream.
...
committer: Arnold Zokas <arnold.zokas@coderoom.net>
14 years ago
Jon Skeet
57599ef16d
A few stylistic issues
14 years ago
Jon Skeet
c58ce5dc0c
Merge remote branch 'csharptest/master'
14 years ago
Jon Skeet
f18a5b09ac
Fixed spacing
14 years ago
Charles Stanhope
ef234da0e3
Added CodedInputStream ctor symmetrical with CodedOutputStream.
14 years ago
ArnoldZokas
89694eccf9
Removed redundant rules from gitignore
14 years ago
ArnoldZokas
2c94ecc74a
Removed cfg folder in preparation for build configuration refactoring
14 years ago
ArnoldZokas
0e97eb2800
Removed original NAnt build script
14 years ago
ArnoldZokas
ed0b7140fa
Build performance optimisations
14 years ago
csharptest
e8e1dab03f
Completed the following changes & testing, see todo.txt for more information
...
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
14 years ago
csharptest
5c69749b0b
Completed the following changes & testing, see todo.txt for more information
...
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
14 years ago
Jon Skeet
eb1af68201
Add separate obj directory for CF build to avoid corruption.
...
committer: Arnold Zokas <arnold.zokas@coderoom.net>
15 years ago
Jon Skeet
d65173a9c5
Add separate obj directory for CF build to avoid corruption.
15 years ago
ArnoldZokas
d10c5e794d
build performance optimisations
15 years ago
ArnoldZokas
fca5d2b6a2
Removed obsolete messages from build
15 years ago
ArnoldZokas
eb577e6096
Implemented an alternative build script using MSBuild 4.0
15 years ago
ArnoldZokas
7a9ef8725e
Added NUnit 2.2.8.0 to lib
15 years ago
ArnoldZokas
afd1ee9454
Updated git ignore list
15 years ago
Jon Skeet
706c5f6985
Add option to remove CLSCompliance attribute
15 years ago
Jon Skeet
290089ab7c
Copy protos directory when releasing
15 years ago
Jon Skeet
8b6554ceb8
Improve distribution target
15 years ago
Jon Skeet
7f419b131d
Added license file
15 years ago
Jon Skeet
8631daa883
Fixed build to work with VS2010
15 years ago
Jon Skeet
17ded8261d
Fix issue 10 - check serialized size before writing to stream
15 years ago
Jon Skeet
ae9b3ff224
Release preparation
15 years ago
Jon Skeet
d3f2d098fa
Allow creation of namespace directories
15 years ago
Jon Skeet
55a212d384
Better support for Compact Framework builds
15 years ago
Jon Skeet
b075ff5c17
Added a flag to allow code contracts to be emitted
15 years ago
Jon Skeet
b49d3c7834
Support Compact Framework 3.5
15 years ago