1. 10 Dec, 2018 2 commits
  2. 05 Dec, 2018 1 commit
  3. 13 Aug, 2018 1 commit
  4. 25 Apr, 2018 1 commit
  5. 24 Apr, 2018 1 commit
    • Mizux's avatar
      Add .proto files to extract_includes.bat · 3ad8efc7
      Mizux authored
      For google/or-tools, on windows, we need to use `import "google/protobuf/wrappers.proto";` since we want "optional" int64 and in version3 POD get default value...
      -> so we use "google.protobuf.Int64Value" since 0 is a valid value and different from "not set" for our use case.
      3ad8efc7
  6. 26 Mar, 2018 1 commit
  7. 22 Mar, 2018 1 commit
  8. 13 Mar, 2018 1 commit
  9. 07 Dec, 2017 1 commit
  10. 08 Nov, 2017 1 commit
    • Jisi Liu's avatar
      Fix Atomic32/AtomicWord on some platforms. · 181e284b
      Jisi Liu authored
      - Removed the redefination in the atomicword_compat.h. Now Atomic32 will
      alwyas be intptr_t in 32bit platforms, the bridge is no longer needed.
      - Change NaCl 64bit to use intptr_t instead of int32 for Atomic32,
      otherwise AtmoicWord APIs will miss the definations.
      
      After this change, the AtmoicWord will always be either Atomic32 or
      Atmoic64 depending on the platforms.
      181e284b
  11. 25 Jul, 2017 2 commits
  12. 19 Jul, 2017 2 commits
  13. 18 Jul, 2017 1 commit
  14. 11 Jul, 2017 1 commit
  15. 19 Jun, 2017 1 commit
  16. 04 May, 2017 1 commit
  17. 29 Mar, 2017 1 commit
  18. 11 Mar, 2017 1 commit
  19. 10 Feb, 2017 1 commit
  20. 05 Dec, 2016 1 commit
  21. 10 Nov, 2016 1 commit
  22. 10 Oct, 2016 1 commit
  23. 06 Oct, 2016 1 commit
  24. 23 Sep, 2016 1 commit
  25. 22 Sep, 2016 1 commit
  26. 21 Sep, 2016 1 commit
  27. 15 Sep, 2016 1 commit
    • Paul Yang's avatar
      Check in php implementation. (#2052) · e0e54661
      Paul Yang authored
      This pull request includes two implementation: C extension and PHP
      package. Both implementations support encode/decode of singular,
      repeated and map fields.
      e0e54661
  28. 01 Aug, 2016 1 commit
  29. 02 Jun, 2016 1 commit
  30. 18 Apr, 2016 1 commit
  31. 05 Apr, 2016 1 commit
    • 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
  32. 29 Dec, 2015 1 commit
  33. 12 Dec, 2015 1 commit
  34. 03 Nov, 2015 1 commit
  35. 21 Aug, 2015 1 commit
  36. 17 Jul, 2015 2 commits