Skip to content
Snippets Groups Projects
  1. Dec 28, 2018
  2. Oct 04, 2018
  3. Sep 26, 2018
  4. Sep 25, 2018
    • Lioncash's avatar
      vfs_static: Remove template byte parameter from StaticVfsFile · 14e2df56
      Lioncash authored
      This converts it into a regular constructor parameter. There's no need
      to make this a template parameter on the class when it functions
      perfectly well as a constructor argument.
      
      This also reduces the amount of code bloat produced by the compiler, as
      it doesn't need to generate the same code for multiple different
      instantiations of the same class type, but with a different fill value.
      14e2df56
  5. Sep 24, 2018
  6. Sep 21, 2018
  7. Sep 15, 2018
  8. Aug 12, 2018
  9. Jul 27, 2018
Loading