No description
Find a file
kongfl888 K 09dc3a5592
Fix gcc 13+ compilation and update fmt. (#142)
* Soc and artic_bass: gcc 13+ compatibility fix.

* externals/fmt: update to HEAD fcd3e1e19.
It will fix error.
  integer_sequence<bool, (Is == Is)...>  [-Werror=tautological-compare]
The updating is helpful and needed.
Fmt has gone through two public versions since its last update
and has fixed many bugs, including new compiler optimizations.
But neither of these two public versions can fix the errors encountered above.
We need to switch to a working version.
It can be fixed after fmt/8e62172.There are still many optimizations,
Such as this one:
  Std. h c++23 build fix (# 3856)
And these:
  C++23 compatibility: basicstring_view cannot be constructed from nullptr (# 3846)
  Fix warning C4702 emitted from format.h (MSVC) (#3866)
Of course, there are other functional improvements as well.
Very helpful.
The selected version is the one that has been checked and works well.

And synchronously updating local code.

* citra_qt/ui: clean up duplicate naming warnings.
2024-06-14 13:23:07 +02:00
.ci Update .gitmodules 2024-03-05 09:43:31 +01:00
.github Remove dependencies to old docker containers (#21) 2024-03-06 18:38:51 +01:00
CMakeModules build: Improve support for Windows cross-compilation. (#7389) 2024-02-05 10:09:50 -08:00
dist citra_qt: Restore Web Tab (#103) 2024-05-08 11:30:57 +02:00
externals Fix gcc 13+ compilation and update fmt. (#142) 2024-06-14 13:23:07 +02:00
hooks hook: remove clang-format check 2017-02-17 13:52:23 +02:00
src Fix gcc 13+ compilation and update fmt. (#142) 2024-06-14 13:23:07 +02:00
tools tools: Add reset submodules script (#7465) 2024-03-03 13:39:55 +02:00
.gitattributes Meta: Add gitattributes file 2018-09-22 14:59:15 -06:00
.gitignore Add Kdevelop files to .gitignore (#6951) 2023-09-07 11:52:40 -07:00
.gitmodules Update .gitmodules 2024-03-05 09:43:31 +01:00
CMakeLists.txt build: Improve support for Windows cross-compilation. (#7389) 2024-02-05 10:09:50 -08:00
CONTRIBUTING.md CONTRIBUTING.md: migrate to the wiki 2018-11-08 00:15:55 -05:00
Doxyfile Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
license.txt Replace non-commercial icons with free icons from icons8 (#5093) 2020-03-26 13:40:03 -05:00
README.md Update README.md 2024-03-05 12:39:15 +01:00