1. 13 Jul, 2017 1 commit
  2. 12 Jul, 2017 1 commit
  3. 10 Jul, 2017 2 commits
  4. 09 Jul, 2017 1 commit
  5. 06 Jul, 2017 1 commit
  6. 05 Jul, 2017 3 commits
  7. 04 Jul, 2017 1 commit
  8. 03 Jul, 2017 1 commit
    • Jon Skeet's avatar
      Make Any easier to work with in C# · 62d7fe56
      Jon Skeet authored
      - Add a TryUnpack method which doesn't throw if the type is wrong
      - Make GetTypeName public for easier determination of the message type
      
      Fixes #3294.
      62d7fe56
  9. 30 Jun, 2017 1 commit
  10. 29 Jun, 2017 2 commits
  11. 28 Jun, 2017 1 commit
  12. 27 Jun, 2017 1 commit
    • Brent Shaffer's avatar
      adds PHPDoc @return and @param for getters and setters respectively (#3131) · 12acbc26
      Brent Shaffer authored
      * adds PHPDoc @return and @param for getters and setters respectively
      
      * addresses changes in PR review
      
      * adds documentation tests
      
      * Update php_generator:
      
      - Prepend \ to names where required
      - Remove <pre> tags
      - Update protobuf field comments
      
      * Updates class files with the protobuf changes
      
      * Addresses review comments
      
      * removes Protobuf Type line from PHP generated classes
      
      * fixes phpdoc test
      
      * adds array types to phpdoc
      12acbc26
  13. 26 Jun, 2017 1 commit
  14. 24 Jun, 2017 2 commits
  15. 23 Jun, 2017 4 commits
  16. 22 Jun, 2017 2 commits
  17. 20 Jun, 2017 1 commit
    • Ryan Gordon's avatar
      Switch to addEnumType to fix fatal error (#3225) · 703cd8e1
      Ryan Gordon authored
      * Switch to addEnumType to fix fatal error
      
      * Fixing more cases of HHVM incompatibility
      
      * Updating tests to be hhvm compatible
      
      * Fixing tests
      
      * Fixing merge
      
      * Don't use call_user_func, should hopefully fix tests
      
      * Fixing spelling
      
      * Fixing another misspelling in a test
      
      * Fixing placement of append and kvUpdate functions
      
      * Actually fix function helpers
      
      * Remove double addEnumType. How did this ever work?
      
      * Fixing a couple more tests
      
      * Only use the setter if the return value isn't an object
      703cd8e1
  18. 19 Jun, 2017 6 commits
  19. 17 Jun, 2017 1 commit
  20. 16 Jun, 2017 7 commits