1. 13 Aug, 2018 1 commit
  2. 25 Apr, 2018 1 commit
  3. 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
  4. 26 Mar, 2018 1 commit
  5. 22 Mar, 2018 1 commit
  6. 13 Mar, 2018 1 commit
  7. 07 Dec, 2017 1 commit
  8. 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
  9. 25 Jul, 2017 2 commits
  10. 19 Jul, 2017 2 commits
  11. 18 Jul, 2017 1 commit
  12. 11 Jul, 2017 1 commit
  13. 19 Jun, 2017 1 commit
  14. 04 May, 2017 1 commit
  15. 29 Mar, 2017 1 commit
  16. 11 Mar, 2017 1 commit
  17. 10 Feb, 2017 1 commit
  18. 05 Dec, 2016 1 commit
  19. 10 Nov, 2016 1 commit
  20. 10 Oct, 2016 1 commit
  21. 06 Oct, 2016 1 commit
  22. 23 Sep, 2016 1 commit
  23. 22 Sep, 2016 1 commit
  24. 21 Sep, 2016 1 commit
  25. 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
  26. 01 Aug, 2016 1 commit
  27. 02 Jun, 2016 1 commit
  28. 18 Apr, 2016 1 commit
  29. 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
  30. 29 Dec, 2015 1 commit
  31. 12 Dec, 2015 1 commit
  32. 03 Nov, 2015 1 commit
  33. 21 Aug, 2015 1 commit
  34. 17 Jul, 2015 2 commits
  35. 13 Jul, 2015 1 commit
  36. 10 Jul, 2015 1 commit
  37. 17 Jun, 2015 1 commit