Skip to content
Snippets Groups Projects
  1. Nov 06, 2017
  2. Nov 03, 2017
  3. Oct 23, 2017
  4. Oct 05, 2017
  5. Sep 20, 2017
  6. Sep 19, 2017
  7. Sep 18, 2017
  8. Sep 15, 2017
    • Dominic Kempf's avatar
      [bugfix] Make sure to use tolower from c · 590c560a
      Dominic Kempf authored
      Matrixmarket so far uses std::transform(..,..,.., tolower).
      However it only works with the C function tolower, not
      with std::tolower (which is a template). The patch explicitly
      chooses the C version. (Of course, this only breaks if somebody
      draws std::tolower or similar into the scope, which I  would generally discourage.
      But the resulting failure can be avoided, so we should avoid it.)
      590c560a
  9. Sep 13, 2017
  10. Sep 08, 2017
  11. Sep 05, 2017
  12. Aug 30, 2017
  13. Aug 16, 2017
  14. Aug 14, 2017
Loading