Skip to content
  1. Dec 29, 2020
    • comex's avatar
      k_priority_queue: Fix concepts use · 388cf58b
      comex authored
      - For `std::same_as`, add missing include of `<concepts>`.
      
      - For `std::convertible_to`, create a replacement in `common/concepts.h`
        and use that instead.
      
        This would also be found in `<concepts>`, but unlike `std::same_as`,
        `std::convertible_to` is not yet implemented in libc++, LLVM's STL
        implementation - not even in master.  (In fact, `std::same_as` is the
        *only* concept currently implemented.  For some reason.)
      388cf58b
    • bunnei's avatar
      Merge pull request #5236 from gal20/udp_client_patch · 22ba437a
      bunnei authored
      input_common: process udp packets only for the correct pad
      22ba437a
  2. Dec 28, 2020
  3. Dec 27, 2020
  4. Dec 26, 2020
  5. Dec 25, 2020
  6. Dec 23, 2020
  7. Dec 22, 2020
  8. Dec 21, 2020
  9. Dec 20, 2020
  10. Dec 19, 2020
  11. Dec 18, 2020
Loading