Patrick mewin
mewin pushed to master at mewin/scons-plus-plus 2023-08-06 13:41:09 +02:00
d1c48fbd8a Added common recipe for building CMake projects. And added Catch2 recipe.
mewin pushed to master at mewin/scons-plus-plus 2023-08-05 18:01:41 +02:00
1988bcc99b Added update_repositories command line argument to refresh git repositories. And added recipe for Criterion.
mewin pushed to master at mewin/mijin2 2023-08-05 17:48:02 +02:00
1549ef27a7 Fixed some more or less valid clang and clang-tidy errors.
mewin pushed to master at mewin/scons-plus-plus 2023-08-05 16:04:23 +02:00
acffaa9928 Replaced mijin URL with the HTTP version.
mewin pushed to master at mewin/scons-plus-plus 2023-08-05 14:55:50 +02:00
2aa80afc51 Try to create SPP cache dir and use fallback if it fails.
mewin pushed to master at mewin/scons-plus-plus 2023-08-05 14:41:39 +02:00
b8ae0df0ae Use get() instead of in for os.environ to also skip if the value is empty.
mewin pushed to master at mewin/scons-plus-plus 2023-08-05 14:38:39 +02:00
2f3705bb12 Use fallback if HOME is not set.
mewin pushed to master at mewin/scons-plus-plus 2023-08-05 14:09:37 +02:00
3e370bfa52 Added --compiler option and made --config actually work.
mewin pushed to master at mewin/scons-plus-plus 2023-07-08 11:20:35 +02:00
b2a81cadb9 Added recipe for argparse.
2eeed1f551 Expose variant_dir to environment (otherwise it's useless).
Compare 2 commits »
mewin pushed to master at mewin/scons-plus-plus 2023-06-25 13:53:10 +02:00
d959540e0c Added recipes for fmt and magic_enum.
93aabf30b4 Fixed _RELEASE preprocessor define name.
227daa21d2 Removed __pycache__ from repo.
Compare 3 commits »
mewin pushed to master at mewin/scons-plus-plus 2023-06-25 12:44:55 +02:00
0071b4942e Add recipe support.
mewin pushed to master at mewin/build_godot 2023-06-18 20:20:36 +02:00
e502932158 Added options to toggle the different targets.
mewin pushed to master at mewin/build_godot 2023-06-18 20:18:03 +02:00
8a0412f396 Added options to toggle the different targets.
mewin pushed to master at mewin/build_godot 2023-06-18 20:15:07 +02:00
5c6a3b52ad Compile with debug symbols enabled.
mewin pushed to master at mewin/build_godot 2023-06-18 13:40:48 +02:00
ceb1ec2a3e Initial commit.
mewin pushed to master at mewin/build_godot 2023-06-18 13:40:11 +02:00
d56878a4a1 Initial commit.
mewin pushed to mewin-4.0.3-stable at mewin/godot-cpp 2023-06-12 12:29:11 +02:00
a370951f4a Added compilation_db tool for improved code navigation using clangd.
3a9118cb0d gdextension: Sync with upstream commit 5222a99f5d38cd5346254cefed8f65315bca4fcb (4.0.3-stable)
7fb46e9ea1 gdextension: Sync with upstream commit 7a0977ce2c558fe6219f0a14f8bd4d05aea8f019 (4.0.2-stable)
4d3afc0ad0 gdextension: Sync with upstream commit cacf49999e3fb37281d66cc591ca8bebc5712d4d (4.0.1-stable)
Compare 4 commits »
mewin pushed to mewin-4.0.3-stable at mewin/godot-cpp 2023-06-12 12:04:08 +02:00
ae0d1aa153 Added compilation_db tool for improved code navigation using clangd.
d12cf071bb Merge pull request #1128 from Mathis-Z/master
ac98dd2752 Fixing #1127 by making return types of auto-generated functions dynamic
ee5cf3a11d Merge pull request #1137 from dsnopek/no-more-legacy-mode
3074d22815 Clarify error message because there isn't a legacy Godot 4.0 mode anymore
Compare 5 commits »
mewin pushed to main at mewin/SquidTasks 2023-02-09 09:57:35 +01:00
67edbd8be6 More cleanup
mewin pushed to main at mewin/SquidTasks 2023-02-07 18:11:14 +01:00
2a762d216d Implemented releasing of weak tasks.