Patrick mewin
mewin pushed tag v.1.3.271 to mewin/vulkan-headers 2023-12-03 14:43:19 +01:00
mewin pushed tag v1.3.271 to mewin/vulkan-headers 2023-12-03 14:29:45 +01:00
mewin pushed to main at mewin/vulkan-headers 2023-12-03 14:29:34 +01:00
deda7b83aa Added vulkan_from_string.hpp.
mewin pushed to main at mewin/vulkan-hpp 2023-12-03 13:53:19 +01:00
fdf6c443af Added from_string methods.
mewin pushed to master at mewin/scons-plus-plus 2023-12-02 14:54:16 +01:00
2dd5bd4c05 Added support for custom tools via config and wrapper for env.Depends().
mewin pushed to master at mewin/mijin2 2023-12-02 10:59:44 +01:00
5e236dae00 Added TypeDef.
mewin pushed to master at mewin/scons-plus-plus 2023-11-28 01:36:30 +01:00
30e7e348c6 Added imgui and an option to inject source files into dependant projects.
mewin pushed to master at mewin/mijin2 2023-11-26 22:42:44 +01:00
6cac3a655b Fixed StrideSpan operator[] for const spans.
mewin pushed to master at mewin/scons-plus-plus 2023-11-26 16:12:28 +01:00
d15baed4c4 Fixed library name in yaml-cpp recipe.
mewin pushed to master at mewin/glm 2023-11-26 15:13:57 +01:00
c5ae1c3341 Fixed double inline when comiling without constexpr.
mewin pushed to master at mewin/mijin2 2023-11-26 15:13:11 +01:00
27b163f4db Added libfmt support for Name.
mewin pushed to master at mewin/scons-plus-plus 2023-11-26 13:51:37 +01:00
2ada4d0a41 Added recipe for yaml-cpp
mewin pushed to master at mewin/scons-plus-plus 2023-11-26 13:13:34 +01:00
41f8b81097 Added support for mewin.de branch of glm.
mewin created branch master in mewin/glm 2023-11-26 12:18:39 +01:00
mewin pushed to master at mewin/glm 2023-11-26 12:18:39 +01:00
mewin pushed to master at mewin/mijin2 2023-11-26 11:49:29 +01:00
c44350269a Added code to capture stacktrace whenever an exception is thrown.
mewin pushed to master at mewin/glslang 2023-11-25 15:05:22 +01:00
41137b6df3 Fixed that the passed resolver wasn't actually used.
mewin pushed to master at mewin/scons-plus-plus 2023-11-24 22:13:47 +01:00
321f003b10 Added cgltf recipe.
mewin pushed to master at mewin/mijin2 2023-11-24 22:01:14 +01:00
adbb4fd0d1 Disabled coroutine debug info by default as it is fucking expensive.
45845fa31b Fixed crashes when capturing stacktrace from multiple threads.
Compare 2 commits »
mewin pushed to master at mewin/mijin2 2023-11-24 13:08:45 +01:00
4f7e8ae39f Fixed StrideSpan::size() for default-constructed spans and added empty check + operatators.