Patrick mewin
mewin created branch dev in mewin/mijin2 2025-07-11 09:43:13 +02:00
mewin pushed to dev at mewin/mijin2 2025-07-11 09:43:13 +02:00
mewin pushed to master at mewin/mijin2 2025-07-11 01:44:56 +02:00
3c7eda53b2 First implementation of custom path type.
mewin pushed to master at mewin/mijin2 2025-07-11 01:44:32 +02:00
de7925a243 First implementation of my own Path type.
mewin pushed to master at mewin/mijin2 2025-07-10 02:16:52 +02:00
cbd4efb0f9 Added Path type (WIP).
d0be5f7739 Fixed use-after-move in TaskLoop::addTaskImpl() and some minor compilation problems.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2025-07-09 00:58:39 +02:00
45b4d164d0 Removed targets from module again to fix recursive references when trying to serialize them.
mewin pushed to master at mewin/mijin2 2025-07-09 00:57:54 +02:00
e6556c6f90 Fixed convertCharType when converting from wchar_t to char.
addae96c91 Made Stream::readAsString() and Stream::c_readAsString() work with arbitrary std::basic_string instances.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2025-07-08 18:41:09 +02:00
43503dfec6 Changed folder names for git worktrees to the name of the ref that is checked out for better readability.
7916566d47 Adjusted dynamic library extension for Windows (which is also .lib).
b47ceb81dc Added build_dir to cmake result.
Compare 3 commits »
mewin pushed to testing at mewin/spp_recipes 2025-07-08 18:38:17 +02:00
ad79d0c9a5 Fixed DXC recipe on Windows.
mewin pushed to testing at mewin/spp_recipes 2025-07-08 17:47:19 +02:00
1875e6fff5 Fixed recipe for VulkanHeaders and added recipes for SpirVHeaders and SpirVReflect.
9a00657560 Added experimental recipe for libmagic.
c0b282c9e0 Fixed linking against Glslang library.
ea6fe95db4 Disabled tests for json.
fb841092a7 Added cppdap recipe.
Compare 10 commits »
mewin pushed to testing at mewin/spp_recipes 2025-07-08 17:44:52 +02:00
40d91b51aa Fixed DXC recipe on Windows.
mewin pushed to master at mewin/scons-plus-plus 2025-07-08 14:34:28 +02:00
af53bf6084 Added Visual Studio project generation.
Compare 2 commits »
mewin pushed to master at mewin/spp_template 2025-07-08 14:33:59 +02:00
fad057e452 Added Visual Studio and Visual Studio Code projects to gitignore
mewin pushed to testing at mewin/spp_recipes 2025-07-08 08:12:03 +02:00
9e0c022226 Fixed recipe for VulkanHeaders and added recipes for SpirVHeaders and SpirVReflect.
mewin pushed to master at mewin/mijin2 2025-07-08 00:35:45 +02:00
cf860392a5 Added missing copy assignment operator for ConstMemoryView.
mewin pushed to master at mewin/scons-plus-plus 2025-07-07 00:13:14 +02:00
4bae8d67a0 Just warn instead of failing when tags cannot be fetched.
mewin pushed to master at mewin/mijin2 2025-07-07 00:12:43 +02:00
8ad34427f3 Made TypelessBuffer allocator-aware and split some of its functionality into MemoryView type.
mewin pushed to master at mewin/mijin2 2025-07-06 12:37:52 +02:00
59780ed6de Fixed compilation of MemoryFileSystem if MIJIN_DEFAULT_ALLOCATOR is not copy-constructible.
888b0a16f7 Fixed use of MIJIN_CONFIG_HEADER.
Compare 2 commits »
mewin pushed to stable at mewin/spp_recipes 2025-07-06 12:36:03 +02:00
c0b282c9e0 Fixed linking against Glslang library.
mewin pushed to master at mewin/scons-plus-plus 2025-07-06 10:40:49 +02:00
0ac1621494 Added option for projects to add own variables.