PabloMK7
8260d5527e
Merge branch 'httpc' into online
2023-10-07 12:39:44 +02:00
PabloMK7
718ff2546f
Merge remote-tracking branch 'origin/master' into httpc
2023-10-06 13:48:54 +02:00
Castor215
7931aac3b7
externals: require cpp-httplib >= 0.14.1 ( #7043 )
2023-10-05 16:41:07 -07:00
SachinVin
053b3618dc
Android: gl_shader_decompiler.cpp: get rid of the not-so-accurate multiplication ( #7011 )
2023-10-05 10:28:26 -07:00
PabloMK7
9a12f84ffa
Merge branch 'httpc' into online
2023-10-05 16:13:28 +02:00
PabloMK7
1d27cbf3b6
Revert SplitURL to previous version
2023-10-05 16:13:06 +02:00
PabloMK7
ad786c12cf
Merge branch 'httpc' into online
2023-10-05 15:14:54 +02:00
PabloMK7
6708d7c33b
Fix format
2023-10-05 15:14:24 +02:00
PabloMK7
cdbcd709d3
Merge branch 'httpc' into online
2023-10-05 14:56:11 +02:00
PabloMK7
b8c3f0648b
Apply suggestions
2023-10-05 14:48:02 +02:00
PabloMK7
13418013a4
Fix compilation
2023-10-05 14:16:08 +02:00
PabloMK7
3f640ae662
Apply suggestions
2023-10-05 13:01:50 +02:00
Castor215
483e877001
externals: allow users to use system JSON headers (nlohmann-json3) ( #7042 )
2023-10-04 14:32:43 -07:00
PabloMK7
6f98457888
Apply more suggestions
2023-10-04 22:57:00 +02:00
PabloMK7
937ffb267c
Add and use Common::TruncateString
2023-10-04 22:53:42 +02:00
PabloMK7
3ccbe657b1
Create and use ctx.CommandID()
2023-10-04 22:31:14 +02:00
PabloMK7
0fa5357754
Fix compilation issue
2023-10-04 22:20:29 +02:00
PabloMK7
8714eecdb1
Merge remote-tracking branch 'origin/master' into httpc
2023-10-04 22:08:08 +02:00
PabloMK7
0689a4a22f
Fix header ordering
2023-10-04 22:03:35 +02:00
PabloMK7
5fb455425c
Apply suggestions
2023-10-04 21:59:47 +02:00
SachinVin
72ff0c5337
AudioCore: Refactor DSP interrupt handling ( #7026 )
2023-10-04 15:44:59 +02:00
Castor215
0ce956ba00
externals: allow users to use system cpp-httplib ( #7034 )
2023-10-04 15:41:13 +02:00
PabloMK7
bf5c707a88
Try to fix issue from httplib
2023-10-03 23:10:20 +02:00
PabloMK7
3476fd4565
Make httplib system
2023-10-03 21:40:29 +02:00
PabloMK7
62ee5e2cdc
Remove pragmas that do nothing and mark as SYSTEM
2023-10-03 21:18:43 +02:00
PabloMK7
0b11a2b790
Fix defines
2023-10-03 18:24:21 +02:00
PabloMK7
e0373d679c
Disable treat errors as warnings for httplib
2023-10-03 17:49:19 +02:00
PabloMK7
f605fb6ba4
Fix compilation issues
2023-10-03 16:05:15 +02:00
PabloMK7
7bef2b56b6
Add cryptopp to cmakelists
2023-10-03 14:27:13 +02:00
PabloMK7
f313dabb93
Merge branch 'httpc' into online
2023-10-03 13:51:32 +02:00
PabloMK7
b2a0cc6429
Revert httplib
2023-10-03 13:49:07 +02:00
PabloMK7
d75538c170
Fix MAC OS
2023-10-03 13:47:42 +02:00
PabloMK7
ffb9a443cd
Merge branch 'master' into online
2023-10-03 13:43:48 +02:00
PabloMK7
fdb96932a0
Revert to master for easier merge
2023-10-03 13:40:44 +02:00
PabloMK7
415d0c2abd
Organize code
2023-10-03 13:31:11 +02:00
Castor215
b28ade1ee8
externals: mark cpp-jwt headers as SYSTEM ( #7033 )
2023-10-03 01:19:18 -07:00
PabloMK7
3afcf52215
Merge branch 'master' into httpc
2023-10-02 20:25:32 +02:00
PabloMK7
5bf960c9ef
More implementation details and cleanup.
2023-10-02 20:23:57 +02:00
PabloMK7
9ec4954380
Add HLERequestContext::RunAsync ( #7027 )
2023-10-02 11:09:27 -07:00
zhaobot
38a0a85777
Update translations (2023-10-01) ( #7028 )
...
Co-authored-by: The Citra Community <noreply-fake@community.citra-emu.org>
2023-10-02 18:10:11 +05:30
PabloMK7
b7d8d40b25
Implement missing http:c functionality.
2023-10-01 12:27:31 +02:00
Daniel López Guimaraes
376d33cff4
audio_core/hle: Fix compile issues ( #7024 )
...
* audio_core/hle: Fix compile issues
Fix all compiling issues related with fmt (see #7015 )
* audio_core/hle: Fix clang-format
2023-09-30 23:41:25 -07:00
PabloMK7
26d26653af
Fix http:c files
2023-09-30 12:25:44 +02:00
Steveice10
50f22d1f59
video_core: Abstract shader generators. ( #6990 )
...
* video_core: Abstract shader generators.
* shader: Extract common generator structures and move generators to specific namespaces.
* shader: Minor fixes and clean-up.
2023-09-30 02:06:06 -07:00
Tobias
1492d73ccb
frd: Stub several functions ( #7010 )
...
* mii: Improve mii data variable naming
* frd: Stub several functions
Allows the friend applet to open successfully.
* frd: Address review comments
2023-09-29 20:27:15 -07:00
Vitor K
60d815fada
Remove LGTM config ( #7020 )
2023-09-29 03:20:45 +02:00
Castor215
38f310f716
externals: allow users to use system cpp-jwt libraries ( #6976 )
2023-09-28 16:31:14 -07:00
Vitor K
a35f8cbb78
fix include/namespace related compilation errors ( #7019 )
...
a user on discord reported compilation errors when trying to compile
on Linux with GCC 13 and Clang 16.
2023-09-28 18:36:50 +05:30
Vitor K
6cfb8e02a8
clang format ( #7017 )
2023-09-27 13:42:19 -03:00
SachinVin
5ced2c7af9
Bump clang format to 15 ( #7014 )
2023-09-27 19:29:49 +05:30