aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Corrected last release versioncsharptest2011-11-051-98/+98
| | |
* | | Ignored batch filescsharptest2012-10-101-1/+1
| | |
* | | Issue 50: The XML serializer will fail to deserialize a message with empty ↵csharptest2012-10-102-7/+44
|/ / | | | | | | child message
* | Post-release changescsharptest2011-10-1529-30/+30
| |
* | Added tag 2.4.1.473 for changeset bde5972aed1ccsharptest2011-10-150-0/+0
| |
* | version 2.4.1.473csharptest2011-10-1540-595/+649
| |
* | Excluded lib/NUnit/tools/nunit-console.exe.configcsharptest2011-10-052-19/+1
| |
* | Updated Changes.txt to reflect new optioncsharptest2011-10-051-1/+2
| |
* | Added option generate_private_ctor to disable private ctor generationcsharptest2011-10-053-34/+83
| |
* | Update of release notes.csharptest2011-10-051-6/+12
| |
* | Merged issue-35csharptest2011-10-051-9/+51
|\ \
| * | Completedcsharptest2011-10-040-0/+0
| | |
| * | Fixed issue-35csharptest2011-10-041-9/+51
| | |
* | | Merged issue-34csharptest2011-10-05211-8498/+38838
|\ \ \ | |/ / |/| |
| * | Completedcsharptest2011-10-050-0/+0
| | |
| * | Added license agreement for Silverlight Test frameworkcsharptest2011-10-051-0/+0
| | |
| * | Bound to happen once in a whilecsharptest2011-10-041-2/+2
| | |
| * | 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-0413-4963/+109
| | | | | | | | | | | | | | | Added CleanAll batch file Added the now rhino-free service test to silverlight
| * | Removed the 2008 solution and created batch files to toggle the solution to thecsharptest2011-10-044-274/+16
| | | | | | | | | | | | desired version of Visual Studio.
| * | - Upgraded NUnitcsharptest2011-10-04173-3353/+20538
| | | | | | | | | | | | | | | | | | - Added StatLight and Silverlight unit testing - Added copies of all projects for Silverlight - Integrated Silverlight unit tests in build
| * | Adding silverlight testing framework and statlight test runnercsharptest2011-10-0324-0/+18263
| | |
* | | merged issue-30csharptest2011-10-0448-1245/+833
|\ \ \
| * | | Completed.csharptest2011-10-040-0/+0
| |/ /
| * | Fix for incorrect Target/Configurationcsharptest2011-10-021-1/+1
| | |
| * | Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-0212-17/+17
| | |
| * | Several build related changes in this commit:csharptest2011-10-0225-318/+598
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Changed the resource loading in unit testscsharptest2011-10-014-217/+45
| | |
| * | Conditional extensions in serialization, Removed usages of extensions ↵csharptest2011-10-0111-635/+126
| | | | | | | | | | | | methods from unit tests
| * | Moved all extension methods to a single class/filecsharptest2011-10-015-76/+65
| | |
| * | merged issue-31csharptest2011-10-0130-2991/+7954
| |\ \
* | \ \ merged issue-31csharptest2011-10-0430-2991/+7954
|\ \ \ \ | |/ / / |/| | |
| * | | Completed.csharptest2011-10-040-0/+0
| |/ /
| * | Fix for incorrect 2010 solutioncsharptest2011-10-011-1/+1
| | |
| * | Added unit tests for Lite runtime services and serializationcsharptest2011-10-0110-5/+2039
| | |
| * | Adding new proto files to solutions and removing unwanted '.user' filecsharptest2011-10-013-9/+9
| | |
| * | Rebuild of descriptor.proto based on changes from 2.4.1csharptest2011-10-011-99/+944
| | |
| * | Unit test correction for types that were moved to different proto filescsharptest2011-10-014-43/+46
| | |
| * | Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-0110-2770/+4703
| | |
| * | Case-insensitive name conflict with Enumopt and EnumOpt, renamed one of themcsharptest2011-10-011-2/+2
| | |
| * | Import of protoc 2.4.1 and associated proto changescsharptest2011-10-016-69/+217
|/ /
* | Incorrect titles in NuGet packagescsharptest2011-10-012-2/+2
| |
* | merged issue-25 NuGet supportcsharptest2011-10-0110-27/+448
|\ \
| * | Completed adding NuGet supportcsharptest2011-10-010-0/+0
| | |
| * | Changes from reviewcsharptest2011-10-012-2/+2
| | |
| * | merged issue-33 correctioncsharptest2011-10-013-20/+5
| |\ \
| | * | Added SortedList to the Lite framework projectcsharptest2011-10-011-0/+1
| | | |
| | * | Backed out changeset: 47878e59489ccsharptest2011-10-012-20/+4
| | | |
| * | | Removed old version of nuspec filecsharptest2011-09-301-56/+0
| | | |
| * | | Added nuspec for full/lite versions and NuGet publishing commandscsharptest2011-09-303-18/+176
| | | |