0476e9b749Refactor SConstruct to separate library-specific options from those concerned with the build target. Add single compilation unit tool and option (scu_build).
#69
Lukas Tenbrink
2024-11-17 22:48:34 +0100
Merge pull request #67 from Ivorforce/patch-1
Patrick Exner (FlameLizard)
2024-11-08 19:31:19 +0100
761daab1caUpdate setup-emsdk from v13 to v14 in the github action. This fixes issues where multiple runners accessing the emsdk cache will conflict, causing one to crash.
#67
Lukas Tenbrink
2024-11-08 17:56:51 +0100
Merge pull request #65 from Ivorforce/idea-ignore
Patrick Exner (FlameLizard)
2024-11-08 14:47:42 +0100
36dd577585In the github runner, deprecate float-precision and build-target-type parameters in favour of scons-arguments and cache-key parameters. This allows the runner to be used when passing more arguments that aren't covered explicitly, making it more future-proof.
#66
Lukas Tenbrink
2024-11-08 14:42:51 +0100
6222da12d1Add .idea to gitignore.
#65
Lukas Tenbrink
2024-11-08 14:00:05 +0100
80aab92c90Added the target alias to godot-cpp to reflect recent changes Also pull naming components from godot target properties
#57
Samuel Nicholas
2024-11-05 17:08:40 +1030
57f63e5f8eUpdate gitignore for clion and cmake
Samuel Nicholas
2024-11-05 15:32:16 +1030
75aeecb0cfpreliminary cmake file
Samuel Nicholas
2024-10-23 16:42:31 +1030
741c481cf9Remove a stray comma.
Lukas Tenbrink
2024-10-04 18:31:45 +0200
696e9d13ccFix location of one Info.plist.
Lukas Tenbrink
2024-10-04 18:22:37 +0200
179422e8a9Fix framework path in builds.yml in github build scripts.
Lukas Tenbrink
2024-10-04 18:13:49 +0200
b1aae19d22Fix paths in gdextension.
Lukas Tenbrink
2024-10-04 18:12:40 +0200
a822314951Add Info.plist files. Improve the gitignore. Use .framework file structures for macOS and iOS for App Store purposes.
Lukas Tenbrink
2024-10-04 18:07:08 +0200
131ed7b482Use SHLIBPREFIX, env suffix and SHLIBSUFFIX for the binary names. Use the library name in the framework folder name. This renames the mac and windows binaries.
Lukas Tenbrink
2024-10-03 10:44:32 +0200
a2533a20e7Fix a stray unupdated path.
Lukas Tenbrink
2024-09-21 00:27:11 +0200
448b564859Update the readme too.
Lukas Tenbrink
2024-09-21 00:26:15 +0200
20d0c58f61Move things to build/, and use clean it of unwanted gitignores etc. Fix the build name.
Lukas Tenbrink
2024-09-21 00:24:29 +0200
a298ad1132Add a gitignore to the demo folder, so binaries are ignored by default.
Lukas Tenbrink
2024-09-20 21:58:12 +0200
042b5609deSwitch to a new addon structure (use addons/gdexample/ instead of bin/). Make proper use of prefix and suffix for the library binaries (this changes some of their names). Adjust the corresponding .gtextension paths.
Lukas Tenbrink
2024-09-20 21:50:37 +0200
Merge pull request #37 from Calinou/scons-error-no-submodule
Patrick Exner (FlameLizard)
2024-09-12 02:27:44 +0200
2b0dcd4511fix: consumer thread lifetime.
Brandon Smith
2024-09-05 02:52:20 -0700
e01a32d357chore: separated kafka wrapper api into library, made a test app and exposed the wrapper to the godot library.
Brandon Smith
2024-09-05 02:03:49 -0700
73f7db27b4chore: implementation.
Brandon Smith
2024-09-04 20:33:54 -0700
8f2862bbf7chore: moved the binaries around to an addon setup.
Brandon Smith
2024-09-04 20:33:34 -0700
459ee5e6a8feat: Kafka Cpp
Brandon Smith
2024-09-03 21:13:49 -0700
0f49e5c79cchore: re-organized project.
Brandon Smith
2024-08-28 23:26:32 -0700