aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added version command to PublishRelease.bat, added use of external signing keycsharptest2011-05-201-1/+2
|
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-2021-21/+21
|
* Removed more uses of InternalsVisibleTo, made more stuff public :)csharptest2011-05-206-36/+26
|
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-2011-204/+201
|
* Moved key file to /keys directorycsharptest2011-05-2013-44/+21
|
* merged from protobuf-csharp-portcsharptest2011-05-202-94/+141
|\
| * Added sample code from the Getting Started Wikicsharptest2011-05-192-94/+141
| |
* | merged from protobuf-csharp-portcsharptest2011-05-1929-53/+69
|\|
| * version 2.3.0.277csharptest2011-05-1919-19/+19
| |
| * versioned assemblies to 2.3.0.277csharptest2011-05-198-28/+28
| |
| * enabled xml documentation generationcsharptest2011-05-192-0/+16
| |
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-1911-431/+337
| | | | | | | | | | | | - Defaulted service_generator_type to NONE - Added /protos/extest/unittest_generic_services.proto to test services - Migrated unit tests to use the new generic services for testing
* | Implementation of service interface generatorcsharptest2011-05-0311-639/+2815
|/
* One-off patch to convert Unix line endings to Windows ones for generated ↵Jon Skeet2011-04-0319-64667/+64667
| | | | 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.
* Turn lineBreak option to line_breakJon Skeet2011-01-271-3/+3
|
* Default to Environment.NewLine for line breaks in ProtoGen, but allow it to ↵Jon Skeet2011-01-275-16/+44
| | | | be configured.
* Effectively revert previous change to Generator.csJon Skeet2011-01-271-19/+3
|
* Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-154-52/+92
|
* adding vs2008 solution.csharptest2010-12-151-0/+146
|
* Fixed build for lite runtimeJon Skeet2010-12-147-109/+123
|
* Merge from masterJon Skeet2010-12-149-178/+34
|\
| * Remove Silverlight targets for all but the main project. BuildAll now fails ↵Jon Skeet2010-12-129-178/+34
| | | | | | | | - asking Arnold for help!
* | First commit of lite code - more to comeJon Skeet2010-12-1290-1050/+41628
|\ \ | |/ |/|
| * Added LITE macro definitioncsharptest2010-11-231-2/+2
| |
| * Tests and fixescsharptest2010-11-197-7/+1104
| |
| * Lite feature complete.csharptest2010-11-0935-72/+1292
| |
| * Testingcsharptest2010-11-0912-117/+2865
| |
| * Testing and related fixescsharptest2010-11-0833-389/+20404
| |
| * Fix for repeated extensions.csharptest2010-11-075-161/+123
| |
| * First Lite tests are passing.csharptest2010-11-077-9/+201
| |
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-0738-8497/+4287
| |
| * Implementation work for Lite runtime and generatorcsharptest2010-11-0717-155/+398
| |
| * Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-0516-418/+52801
| |
| * Completed abstract lite builder and messagecsharptest2010-11-052-0/+363
| |
| * Completed abstract lite builder and messagecsharptest2010-11-0510-379/+152
| |
| * missing virtual on MergeFromcsharptest2010-11-052-1/+2
| |
| * Working split for lite interfacescsharptest2010-11-056-83/+82
| |
| * Project for Lite implementationcsharptest2010-11-041-0/+79
| |
| * Fixed issue in AsReadOnly()csharptest2010-11-042-2/+9
| |
| * First pass at interface breakupcsharptest2010-11-0421-422/+410
| |
| * Added copy of existing classes that will be made Litecsharptest2010-11-043-0/+798
| |
* | Switched ProtoBench project over to .NET 4.0ArnoldZokas2010-12-012-24/+25
| |
* | 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
| |
* | Removed .NET CF 3.5 projectArnoldZokas2010-11-241-144/+0
| |
* | Fixed merge conflictsArnoldZokas2010-11-2218-97/+1378
|\|
| * A few stylistic issuesJon Skeet2010-11-0314-990/+989
| |
| * Merge remote branch 'csharptest/master'Jon Skeet2010-11-0314-47/+1331
| |\
| | * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-0314-47/+1331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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