1. 02 Dec, 2018 1 commit
    • Lioncash's avatar
      filesystem: De-globalize registered_cache_union · db4523f1
      Lioncash authored
      We can just return a new instance of this when it's requested. This only
      ever holds pointers to the existing registed caches, so it's not a large
      object. Plus, this also gets rid of the need to keep around a separate
      member function just to properly clear out the union.
      
      Gets rid of one of five globals in the filesystem code.
      db4523f1
  2. 01 Dec, 2018 1 commit
    • Lioncash's avatar
      Fix debug build · e88cdcc9
      Lioncash authored
      A non-existent parameter was left in some formatting calls (the logging
      macro for which only does anything meaningful on debug builds)
      e88cdcc9
  3. 30 Nov, 2018 4 commits
  4. 29 Nov, 2018 2 commits
  5. 28 Nov, 2018 8 commits
  6. 27 Nov, 2018 24 commits