Skip to content
  1. Dec 02, 2018
    • 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. Dec 01, 2018
    • 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. Nov 30, 2018
  4. Nov 29, 2018
  5. Nov 28, 2018
  6. Nov 27, 2018
Loading