1. 21 Oct, 2019 2 commits
  2. 15 Oct, 2019 3 commits
  3. 14 Oct, 2019 2 commits
  4. 11 Oct, 2019 2 commits
  5. 10 Oct, 2019 2 commits
  6. 08 Oct, 2019 1 commit
  7. 07 Oct, 2019 1 commit
  8. 04 Oct, 2019 2 commits
  9. 03 Oct, 2019 5 commits
  10. 30 Sep, 2019 7 commits
  11. 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
  12. 26 Sep, 2019 3 commits
  13. 25 Sep, 2019 2 commits
  14. 20 Sep, 2019 5 commits