aboutsummaryrefslogtreecommitdiff
path: root/protos
Commit message (Collapse)AuthorAgeFilesLines
* Portability Changes -csharptest2012-10-142-2/+16
| | | | | | | | Removing uses of Enum to IConvertible from CodedIOStreams, Removed MessageStreamIterator.FromFile on non-client profiles, Removed use of Path.GetFileName, Removed uses of Converter<T1, T2> delegate, Removed Guid/DispId options from test protos
* Add generated_code_attributes option, defaulted to false to generate the ↵csharptest2012-10-141-0/+4
| | | | CompilerGeneratedAttribute and GeneratedCodeAttribute attributes
* addressbook.proto - Imported the options and set the expected namespace and ↵csharptest2012-10-101-0/+4
| | | | umbrella class
* Merge.Jon Skeet2012-06-041-1/+6
|\
| * Test and fix for issue 45. When we fetch properties, explicitly state thatJon Skeet2012-06-041-4/+8
| | | | | | | | | | | | we don't want any arguments, to avoid ambiguity with indexers. (Also, change a few "typeof (Foo)" to "typeof(Foo)". Fuller replacement coming.)
* | Added option generate_private_ctor to disable private ctor generationcsharptest2011-10-051-0/+3
| |
* | Added unit tests for Lite runtime services and serializationcsharptest2011-10-012-3/+38
| |
* | Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-012-0/+83
| |
* | 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-015-69/+217
| |
* | merged issue-28csharptest2011-09-281-0/+9
|\ \
| * | Added unit test to repro issue 28csharptest2011-09-231-0/+9
| |/
* | Added a Notepad++ user-defined language syntax for protobuffer filescsharptest2011-09-221-0/+44
| |
* | merge issue-20csharptest2011-09-203-84/+87
|\ \
| * | changes from reviewcsharptest2011-09-201-23/+21
| | |
| * | Completed addition and testing of new add_serializable option.csharptest2011-09-093-61/+66
| |/
* | merge issue-21csharptest2011-09-161-0/+21
|\ \
| * | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-091-0/+20
| |/
* / Added support for negative enum values and testscsharptest2011-09-091-0/+14
|/
* Cleanup per review comments.csharptest2011-08-131-1/+1
|
* Allow field names that begin with underscore and number '_0'csharptest2011-08-121-0/+6
|
* Fixed removal of all '_' from names, Added unit test.csharptest2011-08-121-0/+82
|
* Integrated feedback from revision c97eeb8d933fcsharptest2011-07-141-2/+0
|
* Added recursion limits to AbstractReader.cscsharptest2011-06-111-51/+55
|
* Unit testing of Packed/Unpacked parsing in Litecsharptest2011-06-061-0/+38
|
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-041-0/+21
|
* 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
|