Commit Graph
35 Commits
Author SHA1 Message Date
Riyyi afdd0f8b45 Format: Fix left shift operator log messages 2022-09-22 11:50:53 +02:00
Riyyi 93af096d68 Util: Set singleton instance pointer early 2022-09-21 23:20:19 +02:00
Riyyi 228e290b94 Json: Add support for more integral types 2022-09-21 17:24:38 +02:00
Riyyi cacd3ca8fd Doc: Add link to format specification and previous development locations 2022-09-20 15:11:01 +02:00
Riyyi 953df138c0 CMake: Automatically build tests during standalone compilation 2022-09-16 20:45:59 +02:00
Riyyi f3e49d8f74 CMake: Link instead of recompile 2022-09-16 20:45:39 +02:00
Riyyi 3b7d8d1e4a CMake: Allow for shared library compilation 2022-09-16 20:44:53 +02:00
Riyyi d3de1fb635 Macro: Add define for bit shifts 2022-08-31 21:30:30 +02:00
Riyyi f31f7feb5e Test: Silence compiler warning about signed int literal being too big 2022-08-24 22:07:49 +02:00
Riyyi 7093b5ad3d Json: Remove redundant width specifier to silence compiler warning 2022-08-24 21:46:55 +02:00
Riyyi 145c7e44a2 Format: Silence compiler warning about switch statement fall through 2022-08-24 21:46:49 +02:00
Riyyi 29406fac1f Meta: Dont try to lint files that are being deleted 2022-08-24 21:22:49 +02:00
Riyyi 27489c6cb4 Format: Re-add using statement to Formatter 2022-08-23 16:47:36 +02:00
Riyyi a83615083d Format: Allow user-defined types in Parser 2022-08-23 16:41:27 +02:00
Riyyi febb89be9c Format: Add using statement to Formatter 2022-08-23 15:24:48 +02:00
Riyyi bbeab2efd0 Format: Flush file stream just in case 2022-08-23 15:23:06 +02:00
Riyyi 0448e01f0a Meta: Allow single line short case labels in .clang-format 2022-08-22 12:50:47 +02:00
Riyyi 94eb1dd173 Util: Fix function source check, to prevent infinite recursion 2022-08-20 02:20:44 +02:00
Riyyi f7157feddf Util: Prefer string_view as function parameter in File class 2022-08-20 02:20:02 +02:00
Riyyi b5e55f13d3 Meta: Print commit hook scripts via function 2022-08-19 02:45:30 +02:00
Riyyi 054980e0f2 Meta: Add feature to temporary clear unstaged files in lint-ci.sh 2022-08-19 02:27:34 +02:00
Riyyi 1361ee04f9 Meta: Fix commit linting commit-hook to receive COMMIT_EDITMSG 2022-08-19 00:17:51 +02:00
Riyyi a858eaef1d CMake: Remove unneeded item removal 2022-08-19 00:10:51 +02:00
Riyyi 0eadcc555a Util: Fix asserts in release mode 2022-08-18 23:29:25 +02:00
Riyyi d39fd8d8e7 Meta: Add commit linting commit-hook 2022-08-18 22:15:40 +02:00
Riyyi 41cd67dc34 Meta: Allow pre-commit hooks to be run from parent project 2022-08-18 20:18:25 +02:00
Riyyi 77b13b08a6 Meta: Add git pre-commit hooks and install script 2022-08-18 18:36:54 +02:00
Riyyi be73ba335e Everywhere: Move everything in namescape Util => ruc 2022-08-17 17:59:27 +02:00
Riyyi 0e5f21474b Doc: Add list of features to readme 2022-08-17 16:29:44 +02:00
Riyyi e940c81670 Util+Test: Add code snapshot from the riyyi/manafiles project
Add all utility and unit test code from the riyyi/manafiles project at
commit 6f0e3d6063ab75ad81899135689569e440ddb813, link at:
github.com/riyyi/manafiles/tree/6f0e3d6063ab75ad81899135689569e440ddb813
2022-08-17 16:24:45 +02:00
Riyyi de7070a35c CMake: Add compilation targets 2022-08-17 16:23:22 +02:00
Riyyi 93914fdf31 Meta: Add .gitignore and compile_commands.json symlink 2022-08-17 16:22:33 +02:00
Riyyi b5d6f6e592 Meta: Add .clang-format config file 2022-08-17 13:12:54 +02:00
Riyyi ea0cfc9181 Doc: Add readme 2022-08-17 13:12:18 +02:00
Riyyi 616ba43d29 Meta: Add license 2022-08-17 13:07:55 +02:00