提交歷史

作者 SHA1 備註 提交日期
  Lioncash df72480395 common: Make use of [[nodiscard]] where applicable 6 年之前
  Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 6 年之前
  Lioncash 1c3490a8db General: Tidy up clang-format warnings 6 年之前
  Markus Wick c499c22cf7 Fix -Werror=conversion error. 6 年之前
  Rodrigo Locatti 8ed0d92e32 Revert "common/bit_field: Silence sign-conversion warnings" 6 年之前
  Lioncash 14581e4a59 common/bit_field: Silence sign-conversion warnings 6 年之前
  bunnei 1bdae0fe29 common_func: Use std::array for INSERT_PADDING_* macros. 6 年之前
  Tobias a81987a7cb common/bit_field: Remove FORCE_INLINE calls 6 年之前
  Lioncash 109b78a6d6 common/bit_util: Fix bad merge duplicating the copy constructor 7 年之前
  bunnei 3e930304fe Merge pull request #2090 from FearlessTobi/port-4599 7 年之前
  Lioncash e99a148628 common/bit_field: Make BitField trivially copyable 7 年之前
  fearlessTobi efd83570bd Make bitfield assignment operator public 8 年之前
  Weiyi Wang 6b81ceb060 common/bitfield: make it endianness-aware 7 年之前
  Weiyi Wang 786995a81e Common/Bitfield: store value as unsigned type 7 年之前
  fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 年之前
  Lioncash 36090521ce bit_field: Convert ToBool() into explicit operator bool 8 年之前
  bunnei e59126809c bit_field: Remove is_pod check, add is_trivially_copyable_v. 8 年之前
  bunnei 0315fe8c3d bit_field: Make all methods constexpr. 8 年之前
  Yuri Kunde Schlesner c1a9e94068 Common: Clean up meta-template logic in BitField 9 年之前
  Yuri Kunde Schlesner a75145a2c6 Make BitField and ResultCode constexpr-initializable 9 年之前
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 年之前
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 年之前
  Emmanuel Gil Peyrot 691a42fe98 VideoCore: Run include-what-you-use and fix most includes. 10 年之前
  MerryMage 8b00954ec7 AudioCore: Skeleton Implementation 10 年之前
  MerryMage 6c71858c5c BitField: Make trivially copyable and remove assignment operator 10 年之前
  Lioncash 845ac621b3 bit_field: Re-enable code on MSVC 10 年之前
  archshift d1ae413ffd Stop defining GCC always_inline attributes as __forceinline 11 年之前
  Yuri Kunde Schlesner b0d72e3de1 Merge pull request #914 from yuriks/bitfield-mask 11 年之前
  Yuri Kunde Schlesner d5b5280501 Common: Remove redundant masking in BitField 11 年之前
  Yuri Kunde Schlesner d7f9529bdd Common: Fix mask generation in BitField 11 年之前