GovanifY
|
132431b7c8
|
headers: relicense to GPL-3.0+
also update to 2024 while i'm at it
|
2024-07-30 17:17:13 -04:00 |
Stenzek
|
12a0644315
|
Misc: Pass most string_views by value instead of reference
|
2024-05-17 11:57:38 +10:00 |
Stenzek
|
308f8c5112
|
x86emitter: Abstract MXCSR into a general FPControlRegister type
|
2023-12-27 13:55:35 +10:00 |
Stenzek
|
d9abe10308
|
Misc: Remove explicit PCH include, switch to SPDX
|
2023-12-24 14:03:14 +10:00 |
Stenzek
|
76f36b780c
|
StringUtil: Replace StartsWith/EndsWith with C++20 equivalents
|
2023-12-24 14:03:14 +10:00 |
Stenzek
|
3c41c286c7
|
StringUtil: Add Ellipsise
|
2023-09-24 11:22:22 +10:00 |
Stenzek
|
db1e1bcc1f
|
CDVD: Rewrite ISO parser
|
2023-07-09 21:52:02 +10:00 |
Stenzek
|
884086ba76
|
StringUtil: Fix incorrect value of endptr
And add associated unit tests.
|
2023-05-24 12:24:47 +01:00 |
Connor McLaughlin
|
4ebb5a87b2
|
SDLInputSource: Support joysticks as well as controllers
|
2022-12-18 03:47:00 +00:00 |
Connor McLaughlin
|
af646e4496
|
Common: Add StringUtil::ToChars() wrapper
|
2022-09-25 14:49:48 +02:00 |
Connor McLaughlin
|
22ed71cef4
|
StringUtil: Add UTF-8 encode and decode
|
2022-09-17 17:51:14 +01:00 |
Connor McLaughlin
|
b919719aeb
|
GzippedFileReader: Fix index creation
|
2022-05-22 16:13:12 +01:00 |
Connor McLaughlin
|
ea051c6d5f
|
Everything: Get rid of wx entirely from the Qt build
|
2022-05-22 13:58:56 +01:00 |
Connor McLaughlin
|
893b3c629d
|
Everything: Remove a **lot** of wx, and px nonsense
- common has no wx left except for Path.
- pcsx2core only has it in a few places (memory cards and path related
stuff).
|
2022-05-22 13:58:56 +01:00 |
Connor McLaughlin
|
3255422836
|
Common/StringUtil: Optimize equal stride copy case
|
2022-04-15 12:56:41 +01:00 |
Connor McLaughlin
|
4779bc830a
|
StringUtil: Add more whitespace cleaners and ParseAssignmentString
|
2022-04-15 08:15:40 +01:00 |
Connor McLaughlin
|
e5248db844
|
StringUtil: Add SplitString()
|
2022-03-25 12:51:31 +00:00 |
Connor McLaughlin
|
444e650711
|
StringUtil: Add StartsWithNoCase/EndsWithNoCase
|
2022-03-14 15:26:19 +00:00 |
C.W. Betts
|
9b7e87c043
|
Mark static functions in headers as static inline:
This quiets unused function warnings (-Wunused-function) which is on by default on Xcode.
|
2022-02-07 02:32:56 +00:00 |
Connor McLaughlin
|
92689a60ae
|
Common/StringUtil: Add whitespace strip methods
|
2021-12-28 05:22:45 +00:00 |
Connor McLaughlin
|
1a598ccf0d
|
Common/StringUtil: Add wide string conversion for non-windows
|
2021-12-28 05:22:45 +00:00 |
Tyler Wilding
|
e313eadcd2
|
common: pull our string functions into common
|
2021-12-25 15:11:01 +00:00 |
Connor McLaughlin
|
171a395369
|
Common: Add StringUtil
|
2021-10-01 23:46:52 -04:00 |