Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
  2. Sep 05, 2018
  3. Sep 04, 2018
  4. Sep 02, 2018
    • Lioncash's avatar
      vfs_real: Forward declare IOFile · a4053731
      Lioncash authored
      Eliminates the need to rebuild some source files if the file_util header
      ever changes. This also uncovered some indirect inclusions, which have
      also been fixed.
      a4053731
  5. Aug 31, 2018
    • Lioncash's avatar
      core/core: Replace includes with forward declarations where applicable · 4a587b81
      Lioncash authored
      The follow-up to e2457418, which
      replaces most of the includes in the core header with forward declarations.
      
      This makes it so that if any of the headers the core header was
      previously including change, then no one will need to rebuild the bulk
      of the core, due to core.h being quite a prevalent inclusion.
      
      This should make turnaround for changes much faster for developers.
      4a587b81
  6. Aug 27, 2018
  7. Aug 25, 2018
  8. Aug 23, 2018
Loading