1. 01 Sep, 2015 2 commits
    • Jon Skeet's avatar
      Generate a directory hierarchy based on namespace (C#) · 5eb1fac9
      Jon Skeet authored
      This introduces a new C# option, base_namespace.
      If the option is not specified, the behaviour is as before: no directories are generated.
      If the option *is* specified, all C# namespaces must be relative to the base namespace, and the directories are generated relative to that namespace.
      
      Example:
      - Any.proto declares csharp_namespace = "Google.Protobuf.WellKnownTypes"
      - We build with --csharp_out=Google.Protobuf --csharp_opt=base_namespace=Google.Protobuf
      - The Any.cs file is generated in Google.Protobuf/WellKnownTypes (where it currently lives)
      
      We need a change to descriptor.proto before this will all work (it wasn't in the right C# namespace) but that needs the other descriptors to be regenerated too. See next commit...
      5eb1fac9
    • Jon Skeet's avatar
      Remove vestigial reference to MakeFixedTag · 0101a59b
      Jon Skeet authored
      0101a59b
  2. 29 Aug, 2015 3 commits
  3. 28 Aug, 2015 6 commits
  4. 27 Aug, 2015 22 commits
  5. 26 Aug, 2015 7 commits