1. 07 Nov, 2019 1 commit
  2. 04 Nov, 2019 1 commit
  3. 29 Oct, 2019 4 commits
  4. 28 Oct, 2019 1 commit
  5. 23 Oct, 2019 1 commit
  6. 18 Oct, 2019 4 commits
  7. 15 Oct, 2019 1 commit
  8. 11 Oct, 2019 1 commit
  9. 04 Oct, 2019 1 commit
  10. 03 Oct, 2019 1 commit
  11. 30 Sep, 2019 4 commits
  12. 27 Sep, 2019 1 commit
    • Andrei-Florin BENCSIK's avatar
      Remove unused function and add more UTs · 97b18021
      Andrei-Florin BENCSIK authored
      When browsing around the strutil files I found a function
      that was never referenced inside the code base
      "void StripString(string* s, const char* remove,
      -                                 char replacewith);"
      
      The name was kind of misleading as well and it seems like
      it's a carbon copy of
      "void ReplaceCharacters(string* s, const char* remove,
                                             char replacewith);"
      (even the parameter names are the same, the code is the same..)
      
      Is it intentional? Maybe for compatibility reasons? If so,
      let's make it deprecated and use the ReplaceCharacters method inside
      or the other way around.
      
      Also, noticed there were no tests for "StripString" or "Replace".
      Added some for both and planning on maybe making it more C++ish (?)
      in another commit.
      97b18021
  13. 20 Sep, 2019 1 commit
  14. 18 Sep, 2019 1 commit
    • Jie Luo's avatar
      Update to 3.10.0-rc0 (#6660) · 2a465797
      Jie Luo authored
      * Cherry pick changes on update_version.py #6643
      
      * Update version to 3.10.0-rc-0
      
      * Do not add rc0 to php packages.xml
      2a465797
  15. 16 Sep, 2019 1 commit
  16. 12 Sep, 2019 2 commits
  17. 05 Sep, 2019 1 commit
  18. 03 Sep, 2019 1 commit
  19. 23 Aug, 2019 12 commits