Skip to content
Snippets Groups Projects
  1. Mar 09, 2019
  2. Mar 07, 2019
  3. Feb 07, 2019
  4. Jan 08, 2019
  5. Dec 03, 2018
  6. Nov 20, 2018
  7. Nov 19, 2018
  8. Nov 12, 2018
  9. Oct 29, 2018
  10. Oct 23, 2018
  11. Oct 16, 2018
  12. Oct 07, 2018
  13. Oct 02, 2018
  14. Sep 21, 2018
  15. Sep 18, 2018
  16. Sep 08, 2018
  17. Sep 03, 2018
  18. Aug 20, 2018
  19. Aug 01, 2018
  20. 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
  21. Jul 18, 2018
  22. Jul 03, 2018
  23. Jun 27, 2018
  24. May 10, 2018
  25. Apr 26, 2018
  26. Mar 27, 2018
  27. Mar 23, 2018
  28. Jan 20, 2018
  29. Jan 13, 2018
Loading