Skip to content
Snippets Groups Projects
  1. Oct 29, 2018
  2. Oct 24, 2018
  3. Oct 23, 2018
  4. Oct 16, 2018
  5. Oct 07, 2018
  6. Oct 02, 2018
  7. Sep 08, 2018
  8. Sep 03, 2018
  9. Aug 23, 2018
  10. Aug 22, 2018
  11. Aug 20, 2018
  12. Aug 07, 2018
  13. Aug 03, 2018
  14. Aug 01, 2018
  15. Jul 21, 2018
    • Lioncash's avatar
      file_util: Use an enum class for GetUserPath() · d66b43da
      Lioncash authored
      Instead of using an unsigned int as a parameter and expecting a user to
      always pass in the correct values, we can just convert the enum into an
      enum class and use that type as the parameter type instead, which makes
      the interface more type safe.
      
      We also get rid of the bookkeeping "NUM_" element in the enum by just
      using an unordered map. This function is generally low-frequency in
      terms of calls (and I'd hope so, considering otherwise would mean we're
      slamming the disk with IO all the time) so I'd consider this acceptable
      in this case.
      d66b43da
  16. Jul 18, 2018
  17. Jul 03, 2018
  18. Jun 27, 2018
  19. May 10, 2018
  20. Mar 30, 2018
  21. Mar 27, 2018
  22. Feb 14, 2018
  23. Jan 20, 2018
  24. Jan 16, 2018
  25. Jan 15, 2018
  26. Jan 13, 2018
Loading