1. 06 Aug, 2020 2 commits
    • Lioncash's avatar
      partition_data_manager: Update master key hashes · 4f2acc54
      Lioncash authored
      Fills in some hashes that were previously unhandled.
      4f2acc54
    • Lioncash's avatar
      partition_data_manager: Make data arrays constexpr · 7f0f37fc
      Lioncash authored
      Previously the constructor for all of these would run at program
      startup, consuming time before the application can enter main().
      
      This is also particularly dangerous, given the logging system wouldn't
      have been initialized properly yet, yet the program would use the logs
      to signify an error.
      
      To rectify this, we can replace the literals with constexpr functions
      that perform the conversion at compile-time, completely eliminating the
      runtime cost of initializing these arrays.
      7f0f37fc
  2. 03 Aug, 2020 4 commits
  3. 30 Jul, 2020 1 commit
  4. 29 Jul, 2020 11 commits
  5. 28 Jul, 2020 9 commits
  6. 27 Jul, 2020 5 commits
  7. 26 Jul, 2020 8 commits