1. 24 Jul, 2017 2 commits
  2. 19 Jul, 2017 10 commits
  3. 18 Jul, 2017 7 commits
  4. 17 Jul, 2017 7 commits
  5. 15 Jul, 2017 1 commit
    • dylanetaft's avatar
      Expand documentation in Readme.md · 36fcc2a5
      dylanetaft authored
      Add some supporting documentation regarding Closure for those unfamiliar., Also substantiate details for "files in this directory" - including them all will result in a project that does not compile as some are used for test cases and aren't part of the core library.
      36fcc2a5
  6. 14 Jul, 2017 1 commit
    • Paul Yang's avatar
      Initial value in generated code cannot be used by c extension. (#3367) · c78dbd7c
      Paul Yang authored
      In the generated code of previous versions, each php field is given an
      initial value. In c extension, it was assumed that the field order in
      the generated code is consistent with upb fields order, so that the
      correct initial value can be bound to the correct upb field. However,
      this may not be true. The order of fields in generated code is decided
      by proto compiler, while the order of upb fields is decided by the hash
      function used in c extension.
      This PR fixes the issue by reset the initial value at runtime.
      c78dbd7c
  7. 13 Jul, 2017 5 commits
  8. 12 Jul, 2017 2 commits
  9. 11 Jul, 2017 1 commit
  10. 10 Jul, 2017 2 commits
  11. 09 Jul, 2017 1 commit
  12. 07 Jul, 2017 1 commit