-
243442a3b6
Format: Fill float printing with '0's until the precision
master
Riyyi
2024-09-07 16:57:18 +02:00
-
d5bf50715e
System: Add missing include
Riyyi
2024-08-25 13:21:03 +02:00
-
8520952235
Meta: Add type compare is() function
Riyyi
2024-04-29 13:31:38 +02:00
-
526948874a
Macro: Add string concat macro function
Riyyi
2023-12-03 20:13:58 +01:00
-
c8e4ae884e
Format: Improve the double formatting implementation
Riyyi
2023-11-26 10:33:56 +01:00
-
07c9f9959d
Util: Fix singleton resource cleanup
Riyyi
2022-10-05 12:39:29 +02:00
-
9000d1d968
CMake: Populate list of required include directories for library targets
Riyyi
2022-09-28 14:32:23 +02:00
-
50fe09ee56
Util: Fix reading binary files
Riyyi
2022-09-26 02:40:32 +02:00
-
6cd2fe4e9a
Util: Add ArgParser::parse overload for C legacy
Riyyi
2022-09-25 22:41:35 +02:00
-
703be90792
Util: Revert allow setting instance pointer manually
Riyyi
2022-09-25 21:40:21 +02:00
-
da9fb1ed0f
Util: Allow setting instance pointer manually, ex: in constructor
Riyyi
2022-09-25 20:51:33 +02:00
-
d6f378b6bc
Json: Add support for float, deduplicate code
Riyyi
2022-09-25 01:45:23 +02:00
-
e592ee7fd4
Util: Add length() and raw() functions to File class
Riyyi
2022-09-23 01:00:01 +02:00
-
8e2e1a13df
Format: Add support for unsigned char
Riyyi
2022-09-22 14:26:13 +02:00
-
afdd0f8b45
Format: Fix left shift operator log messages
Riyyi
2022-09-22 11:50:53 +02:00
-
93af096d68
Util: Set singleton instance pointer early
Riyyi
2022-09-21 23:20:19 +02:00
-
228e290b94
Json: Add support for more integral types
Riyyi
2022-09-21 17:24:38 +02:00
-
cacd3ca8fd
Doc: Add link to format specification and previous development locations
Riyyi
2022-09-20 15:11:01 +02:00
-
953df138c0
CMake: Automatically build tests during standalone compilation
Riyyi
2022-09-16 20:45:59 +02:00
-
f3e49d8f74
CMake: Link instead of recompile
Riyyi
2022-09-16 20:45:39 +02:00
-
3b7d8d1e4a
CMake: Allow for shared library compilation
Riyyi
2022-09-16 20:44:53 +02:00
-
d3de1fb635
Macro: Add define for bit shifts
Riyyi
2022-08-31 21:30:30 +02:00
-
f31f7feb5e
Test: Silence compiler warning about signed int literal being too big
Riyyi
2022-08-24 22:07:49 +02:00
-
7093b5ad3d
Json: Remove redundant width specifier to silence compiler warning
Riyyi
2022-08-24 21:45:35 +02:00
-
145c7e44a2
Format: Silence compiler warning about switch statement fall through
Riyyi
2022-08-24 21:25:44 +02:00
-
29406fac1f
Meta: Dont try to lint files that are being deleted
Riyyi
2022-08-24 21:22:49 +02:00
-
27489c6cb4
Format: Re-add using statement to Formatter
Riyyi
2022-08-23 16:47:36 +02:00
-
a83615083d
Format: Allow user-defined types in Parser
Riyyi
2022-08-23 16:41:27 +02:00
-
febb89be9c
Format: Add using statement to Formatter
Riyyi
2022-08-23 15:24:48 +02:00
-
bbeab2efd0
Format: Flush file stream just in case
Riyyi
2022-08-23 15:23:06 +02:00
-
0448e01f0a
Meta: Allow single line short case labels in .clang-format
Riyyi
2022-08-22 12:50:47 +02:00
-
94eb1dd173
Util: Fix function source check, to prevent infinite recursion
Riyyi
2022-08-20 02:20:44 +02:00
-
f7157feddf
Util: Prefer string_view as function parameter in File class
Riyyi
2022-08-20 02:20:02 +02:00
-
b5e55f13d3
Meta: Print commit hook scripts via function
Riyyi
2022-08-19 02:45:30 +02:00
-
054980e0f2
Meta: Add feature to temporary clear unstaged files in lint-ci.sh
Riyyi
2022-08-19 02:27:34 +02:00
-
1361ee04f9
Meta: Fix commit linting commit-hook to receive COMMIT_EDITMSG
Riyyi
2022-08-19 00:17:51 +02:00
-
a858eaef1d
CMake: Remove unneeded item removal
Riyyi
2022-08-19 00:10:51 +02:00
-
0eadcc555a
Util: Fix asserts in release mode
Riyyi
2022-08-18 23:29:25 +02:00
-
d39fd8d8e7
Meta: Add commit linting commit-hook
Riyyi
2022-08-18 22:15:40 +02:00
-
41cd67dc34
Meta: Allow pre-commit hooks to be run from parent project
Riyyi
2022-08-18 20:18:25 +02:00
-
77b13b08a6
Meta: Add git pre-commit hooks and install script
Riyyi
2022-08-18 18:36:54 +02:00
-
be73ba335e
Everywhere: Move everything in namescape Util => ruc
Riyyi
2022-08-17 17:59:27 +02:00
-
0e5f21474b
Doc: Add list of features to readme
Riyyi
2022-08-17 16:29:44 +02:00
-
e940c81670
Util+Test: Add code snapshot from the riyyi/manafiles project
Riyyi
2022-08-17 16:24:45 +02:00
-
de7070a35c
CMake: Add compilation targets
Riyyi
2022-08-17 16:23:22 +02:00
-
93914fdf31
Meta: Add .gitignore and compile_commands.json symlink
Riyyi
2022-08-17 16:22:33 +02:00
-
b5d6f6e592
Meta: Add .clang-format config file
Riyyi
2022-08-17 13:12:54 +02:00
-
ea0cfc9181
Doc: Add readme
Riyyi
2022-08-17 13:12:18 +02:00
-
616ba43d29
Meta: Add license
Riyyi
2022-08-17 13:07:55 +02:00