Patrick mewin
mewin pushed to master at mewin/mijin2 2025-09-21 12:36:49 +02:00
3891c0f8ce Added option to quoted() function to replace newlines.
7da2f7b7f4 Added note about getKnownFolder() to getHomeFolder() deprecation hint.
bd06118b29 Normalize paths created by the RelativeFileSystemAdapter. Fixes issues with trailin "/.".
Compare 3 commits »
mewin pushed to master at mewin/raid 2025-09-20 15:28:19 +02:00
917309e99c Prefer SDL X11 video driver on Linux for ImGui viewport support.
66668959d3 Fixed recipe repository name.
58329a2033 Converted test application from QuickApp to proper sub class.
Compare 3 commits »
mewin pushed to master at mewin/raid 2025-09-20 14:28:45 +02:00
0f2f5973fb Merge branch 'master' of https://git.mewin.de/mewin/raid
6657606e81 Made data table header a const char* to avoid unnecessary allocations.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2025-09-20 14:01:57 +02:00
b9335a6247 Added command line tool and removed lib folder from gitignore.
mewin pushed to master at mewin/raid 2025-09-20 12:20:19 +02:00
bc8d241592 Removed Jinja tool due to S++ including Jinja as an addon now.
mewin pushed to master at mewin/scons-plus-plus 2025-09-20 12:18:20 +02:00
79366c9098 Fixed CLion project generation for projects without executable targets.
5c17999cdf (WIP) Restructuring of the project, rework of addons.
7b2e5c7432 Removed S++ subfolder from CLion VCS configuration.
Compare 3 commits »
mewin pushed to master at mewin/raid 2025-09-20 11:24:50 +02:00
db09eb5e3a Replaced S++ submodule with loader script.
mewin pushed to master at mewin/raid 2025-09-19 13:53:53 +02:00
d3b56d3fd0 Added DataTable function.
7470878f9c Added mMainWindowStyles variable to Application.
Compare 2 commits »
mewin pushed to master at mewin/spp_template 2025-09-13 12:52:25 +02:00
911c5cd674 Made the bootstrapper respect the -s option.
9abb3ba39f Added S++ bootstrap script that downloads SCons++ to a local folder.
4f7f516015 Removed S++ submodule.
Compare 3 commits »
mewin merged pull request mewin/spp_template#1 2025-09-13 12:52:23 +02:00
feature/bootstrapper
mewin created pull request mewin/spp_template#1 2025-09-13 12:51:44 +02:00
feature/bootstrapper
mewin created branch feature/bootstrapper in mewin/spp_template 2025-09-13 12:51:16 +02:00
mewin pushed to feature/bootstrapper at mewin/spp_template 2025-09-13 12:51:16 +02:00
911c5cd674 Made the bootstrapper respect the -s option.
9abb3ba39f Added S++ bootstrap script that downloads SCons++ to a local folder.
4f7f516015 Removed S++ submodule.
Compare 3 commits »
mewin pushed to master at mewin/scons-plus-plus 2025-09-12 09:56:47 +02:00
07c2496342 Fixed .sln generation (a little) and changed config to create one .pdb per target.
mewin pushed to master at mewin/mijin2 2025-08-30 00:31:54 +02:00
4d19752964 Added quoted() string helper.
0e988a4d9e Added member_pointer_of traits.
a95885880f Added formatter for exceptions.
d76e64c062 Fixed converting auf DynamicPointers, added wrapDynamic helper to simplify creating non-owning DynamicPointers.
e704c082b7 Some fixes for logging, added MIJIN_LOG_IF and the DebugOutputLogSink.
Compare 7 commits »
mewin pushed to dev at mewin/mijin2 2025-07-25 00:53:06 +02:00
680acdb332 Fixed compilation of boxed_object.hpp in non-debug builds.
3d507ddef7 Finally implemented object pools.
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2025-07-25 00:51:02 +02:00
e19f6115be Disabled array-bounds warnings for GCC due to (probably?) false positives.
mewin pushed to dev at mewin/mijin2 2025-07-17 23:47:08 +02:00
d35140d278 Added missing template parameter.
mewin pushed to dev at mewin/mijin2 2025-07-17 10:57:24 +02:00
933a36d992 Added formattable utility.
d3659f11f7 Implemented getCPUTicks() and getCPUTicksPerSecond() for Windows.
d207774868 Added missing include.
Compare 3 commits »
mewin pushed to dev at mewin/mijin2 2025-07-17 07:51:39 +02:00
54d9cd327a Added undef for VOID.