1. 06 Apr, 2016 2 commits
    • Jon Skeet's avatar
      Add more documentation for csharp_options.h · 2a18bb5a
      Jon Skeet authored
      This also renames generate_directories to base_namespace_specified; generating directories is the
      immediate *effect* of specifying a base namespace, but with this change the options reflect what has been
      specified rather than the effect. (There may be other effects in the future, of course.)
      2a18bb5a
    • Jon Skeet's avatar
      Line-wrapping changes only for C# generator code · bfd1c84a
      Jon Skeet authored
      This should have no behavioral changes at all.
      
      This doesn't strictly enforce an 80-column limit, but removes the most egregious violations.
      The indentation in the C# generator code is inconsistent in general, unfortunately - if we have
      any good tools that can be trusted to reformat, I'd be happy to apply them.
      bfd1c84a
  2. 05 Apr, 2016 3 commits
    • Jon Skeet's avatar
      Merge pull request #1349 from gvaish/master · 89719f07
      Jon Skeet authored
      Added CLI option internal_access for types (C#)
      89719f07
    • Feng Xiao's avatar
      Merge pull request #1386 from andrewharp/patch-2 · f3fe75ba
      Feng Xiao authored
      Do not link in pthread library for Android builds.
      f3fe75ba
    • Gaurav Vaish's avatar
      Added access_level for types · 74d8b0be
      Gaurav Vaish authored
      * `csharp_options`: Added `Options` to encapsulate generator options.
         Supported options for now - file_extension, base_namespace
      * `{Blah}Generator`: Now accept `Options*` as parameter to constructor
      * `csharp_generator.cc`: Parse and populate options
      * `Makefile.am`: Added `csharp_options.h`
      * `extract_includes.bat.in`: Added `csharp_options.h`
      
      Refactoring code to two commits. This is the first commit
      74d8b0be
  3. 04 Apr, 2016 4 commits
  4. 01 Apr, 2016 7 commits
  5. 31 Mar, 2016 6 commits
  6. 30 Mar, 2016 5 commits
  7. 29 Mar, 2016 6 commits
  8. 24 Mar, 2016 2 commits
  9. 23 Mar, 2016 2 commits
  10. 22 Mar, 2016 2 commits
  11. 21 Mar, 2016 1 commit