-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc6d18a
commit d48b140
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule commonlibf4
updated
20 files
+31 −25 | .github/workflows/main_ci.yml | |
+38 −0 | .github/workflows/main_ci_xmake.yml | |
+12 −12 | .github/workflows/maintenance.yml | |
+41 −71 | CMakePresets.json | |
+6 −0 | CommonLibF4/CMakeLists.txt | |
+8 −0 | CommonLibF4/cmake/sourcelist.cmake | |
+6 −4 | CommonLibF4/include/F4SE/Impl/PCH.h | |
+2 −2 | CommonLibF4/include/RE/msvc/memory.h | |
+31 −0 | CommonLibF4/include/REL/Relocation.h | |
+7 −256 | CommonLibF4/include/REX/REX.h | |
+68 −0 | CommonLibF4/include/REX/REX/Enum.h | |
+181 −0 | CommonLibF4/include/REX/REX/EnumSet.h | |
+100 −0 | CommonLibF4/include/REX/REX/INI.h | |
+97 −0 | CommonLibF4/include/REX/REX/JSON.h | |
+71 −0 | CommonLibF4/include/REX/REX/Setting.h | |
+25 −0 | CommonLibF4/include/REX/REX/Singleton.h | |
+116 −0 | CommonLibF4/include/REX/REX/TOML.h | |
+0 −0 | CommonLibF4/scripts/cmake_generate.py | |
+375 −0 | CommonLibF4/src/REX/REX.cpp | |
+43 −1 | CommonLibF4/xmake.lua |