Mrmaxmeier
c533017d0b
git: Various style fixes everywhere, removing whitespaces ( #321 )
...
* repo-wide: trim trailing spaces
Note: This doesn't touch the .tbl files in encodings/ since they include
meaningful trailing spaces (`20= `)
* patterns: clean up duplicate semicolons
* ELF: add header magic check
* glTF: use type::Magic for magic value
* glTF: check that the file size in the header matches
* xgstexture: fix generics syntax for magic value
* JPEG: define hex enum with 0x00 instead of 0X00
* CI: update deprecated actions
---------
Co-authored-by: Nik <werwolv98@gmail.com >
2024-11-24 11:41:26 +01:00
Martín Montané
c8ebb3eb8a
includes/std: Added checks to ends_with and starts_with to prevent failure ( #295 )
...
Fixing cases where part is longer than string, this cases should both return false instead of failing.
Co-authored-by: Nik <werwolv98@gmail.com >
2024-11-17 13:54:03 +01:00
Nik
8f1f4911a0
includes/std: Fixed value display error with std::string::NullString
2024-08-07 22:12:25 +02:00
C3pa
5ff783d571
includes: Fix various spelling errors ( #270 )
...
docs: fix some spelling errors
Related issue:
https://github.com/WerWolv/ImHex/issues/1139
2024-07-10 21:09:15 +02:00
Nik
26878548f0
includes/std: Fixed NullString not including null terminator and not checking for string end correctly
2024-06-23 18:45:13 +02:00
WerWolv
2a3de1b705
includes: Tabs -> Spaces
2024-06-22 10:46:30 +02:00
WerWolv
bbba68cef7
includes/std: Added null-terminated strings to the strings library
2024-06-20 21:21:30 +02:00
Nik
f70b7066b9
includes: Switch over to import statements ( #224 )
...
* Update includes and patterns to new import system
* Update namespaces to new syntax
2024-02-25 22:04:41 +01:00
paxcut
f23dbbb565
includes/std: Fixed std::string::replace not replacing sequences correctly ( #198 )
...
fix: [Bug] std::string::replace("aa", "aa", "") returns "a" #1408
2023-11-15 22:25:34 +01:00
paxcut
705900d38b
includes/std: Fixed std::string::replace ( #163 )
...
The submitted fix may have been a work in progress version instead of the tested solution I intended to submit. Hopefully this time I'll get it right.
2023-09-24 19:58:04 +02:00
paxcut
7fba66a444
includes/std: Fixed std::string::replace truncating output incorrectly ( #157 )
2023-09-10 09:40:29 +02:00
WerWolv
3edc6ea172
includes: Added documentation for a few more files
2023-03-26 16:58:39 +02:00
Nik
9c0bf1433c
includes/std: Added new Array and SizedString type
2022-10-10 22:36:09 +02:00
WerWolv
87efc6cf54
includes/std: Fixed std::string::contains function not checking last character
2022-08-16 09:48:42 +02:00
WerWolv
2b4140d123
includes/std: Include io.pat in string.pat
2022-02-19 17:58:27 +01:00
WerWolv
6325dbce0d
includes/std: Moved stdlib to std folder, added all builtin functions
2022-01-30 22:30:10 +01:00