1. 11 Oct, 2019 1 commit
  2. 07 Oct, 2019 1 commit
  3. 04 Oct, 2019 2 commits
  4. 30 Sep, 2019 6 commits
  5. 27 Sep, 2019 3 commits
    • 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
    • Changming Sun's avatar
      Fix #6098 · 95a1c4fb
      Changming Sun authored
      95a1c4fb
    • Sigurd Meldgaard's avatar
      Add option for dart · f4a3e061
      Sigurd Meldgaard authored
      f4a3e061
  6. 26 Sep, 2019 3 commits
  7. 20 Sep, 2019 3 commits
  8. 19 Sep, 2019 2 commits
  9. 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
  10. 17 Sep, 2019 1 commit
  11. 16 Sep, 2019 1 commit
  12. 12 Sep, 2019 2 commits
  13. 11 Sep, 2019 2 commits
  14. 10 Sep, 2019 1 commit
  15. 09 Sep, 2019 1 commit
  16. 07 Sep, 2019 1 commit
  17. 06 Sep, 2019 3 commits
  18. 04 Sep, 2019 2 commits
  19. 03 Sep, 2019 4 commits