aboutsummaryrefslogtreecommitdiff
path: root/protos
Commit message (Collapse)AuthorAgeFilesLines
* Slight refactoring of Extensions to support lookup by name, added ↵csharptest2011-06-023-0/+333
| | | | compatibility tests for text and binary formats.
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-231-5/+0
| | | | Use that within the build for the address book sample.
* - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-192-1/+32
| | | | | | - 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-032-73/+137
|
* Tests and fixescsharptest2010-11-191-0/+23
|
* Testingcsharptest2010-11-092-1/+88
|
* Testing and related fixescsharptest2010-11-081-0/+23
|
* Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-059-13/+1730
|
* A few stylistic issuesJon Skeet2010-11-031-1/+0
|
* Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-0/+17
| | | | | | | | | | | 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
* Add option to remove CLSCompliance attributeJon Skeet2010-05-191-0/+3
|
* Allow creation of namespace directoriesJon Skeet2010-02-081-0/+24
|
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-031-2/+3
|
* Fix custom options behaviourJon Skeet2009-06-052-1/+59
|
* Commit earlier deletesJon Skeet2009-03-052-276/+0
|
* Support packed primitive typesJon Skeet2009-02-182-0/+45
|
* Removed redundant import from tutorial protoJon Skeet2009-01-211-1/+0
|
* Changed benchmark namespace and fixed enum issueJon Skeet2009-01-162-2/+2
|
* BenchmarkingJon Skeet2009-01-162-2/+139
|
* Upgraded to protoc.exe 2.0.3. Added new build target of clean-buildJon Skeet2009-01-166-6/+0
|
* Benchmarking, dumping and mungingJon Skeet2009-01-161-0/+140
|
* Move package declarationJon Skeet2008-12-151-2/+2
|
* Added address book exampleJon Skeet2008-11-241-0/+33
|
* Fix property special-casingJon Skeet2008-11-241-4/+3
|
* New options now work fine.Jon Skeet2008-11-137-19/+24
|
* Refactored optionsJon Skeet2008-11-127-20/+29
|
* Fix bug in GeneratedBuilder.MergeFromJon Skeet2008-10-231-0/+1
|
* First cut at new layoutJon Skeet2008-10-228-0/+1429