73 Commits

Author SHA1 Message Date
1e4bb17251 Added recipe for json and updated yaml-cpp recipe. 2024-10-25 08:29:25 +02:00
c461b5da39 Added recipes for curl, libidn2, libpsl and libunistring. 2024-10-23 23:37:37 +02:00
b7cb5f7c48 Added openssl recipe. 2024-08-21 09:36:17 +02:00
9c64f982fd Added recipe for winsock2 and target_os to dependency conditions. 2024-08-19 18:36:37 +02:00
378c6ba341 Fixed Catch2 recipe. 2024-08-18 17:28:26 +02:00
96fc1984cd Fixed compilation with MSVC. 2024-08-18 17:28:25 +02:00
396350b295 Allow settings COMPILATIONDB_FILTER_FILES via config. 2024-08-18 17:26:32 +02:00
5de1ac4444 Enable experimental library features (jthread) for clang. 2024-08-18 17:26:30 +02:00
d5712120df Moved check of SYSTEM_CACHE_DIR accessibility to before it is used. 2024-08-18 17:25:59 +02:00
267d06a997 Added CXXFLAGS and CFLAGS to config variables. 2024-08-18 17:24:41 +02:00
089ea25c10 Adjusted error description to make more sense. 2024-08-17 18:11:36 +02:00
e1404fee58 Fixed zlib recipe on linux. 2024-08-17 18:11:13 +02:00
c4200393fb Fixed compilation with MSVC. 2024-08-15 15:27:39 +02:00
0c82036300 Update to new recipe system (S++ 2.0). 2024-08-14 23:33:04 +02:00
35b38b8b6e Some more work on the new dependency resolution system. 2024-08-08 14:32:28 +02:00
8bea4a6db5 Some tests. 2024-08-06 09:33:42 +02:00
6c1ad82c16 Fixed cases when there are no libs. 2024-08-04 16:07:35 +02:00
7d070c7e68 Moved all the recipes that weren't actually recipes to addons. 2024-08-04 13:11:10 +02:00
bbfec6c98a More recipes (libjpeg, libz, imagemagick). 2024-08-04 12:53:07 +02:00
abc72895e6 Added recipe for boost. 2024-08-04 02:31:31 +02:00
6302d61d42 Added recipe for libpng. 2024-08-03 21:31:34 +02:00
cf2ba0c45e Apparently some Python versions didn't like the backslash in the f-string. 2024-08-03 20:24:45 +02:00
d8e58f99d5 Added missing psutil to requirements.txt. 2024-08-03 20:19:52 +02:00
0454186b5a Changed default C++ version to 23. 2024-08-03 20:04:22 +02:00
63b670e77c Added MakeInterface command that just copies dependencies include folders/defines. 2024-07-27 15:59:46 +02:00
34b2bc1e5b Added missing define and use_external_libfmt option to spdlog recipe. 2024-07-26 23:29:45 +02:00
28c0feb619 Added spdlog recipe. 2024-07-23 18:53:31 +02:00
27f6869a1f Added COMPILATIONDB_FILTER_FILES option and auto update if there was no update since boot. 2024-06-28 18:22:57 +02:00
3171d112ce Added MSVC/Windows compatibility to a few recipes (and the main script). 2024-06-26 10:14:57 +02:00
c8554282f9 Added another ignored warning for compiling libfmt. 2024-05-17 20:30:18 +02:00
a5ba3b5d10 Moved Jinja utility functions to S++. 2024-04-12 21:08:22 +02:00
7b94bc3fe0 Added git_ref parameter to libbacktrace recipe. 2024-04-10 20:54:05 +02:00
040571f74b Added MeCab recipe. 2024-04-10 20:53:52 +02:00
d126296283 Added recipe for iwa. 2024-04-06 14:20:44 +02:00
fa1768381f Also fetch tags. 2023-12-30 23:29:46 +01:00
447a694eb0 Added wrapper for Gch builder. And disabled another warning because weird things are happening. 2023-12-21 19:18:25 +01:00
e6b8062865 Added recipe for MikkTSpace. 2023-12-07 17:42:23 +01:00
4859f40f8f Added custom version of VulkanHeaders as an option to the recipe. 2023-12-07 17:42:08 +01:00
6e88c408b7 Moved some flags that were actually pure C++ flags to the correct array. 2023-12-07 17:41:33 +01:00
2dd5bd4c05 Added support for custom tools via config and wrapper for env.Depends(). 2023-12-02 14:54:07 +01:00
30e7e348c6 Added imgui and an option to inject source files into dependant projects. 2023-11-28 01:36:23 +01:00
d15baed4c4 Fixed library name in yaml-cpp recipe. 2023-11-26 16:12:23 +01:00
2ada4d0a41 Added recipe for yaml-cpp 2023-11-26 13:51:30 +01:00
41f8b81097 Added support for mewin.de branch of glm. 2023-11-26 13:13:27 +01:00
321f003b10 Added cgltf recipe. 2023-11-24 22:13:41 +01:00
3cac31bd81 Added libbacktrace and recursive dependencies. 2023-11-11 12:42:21 +01:00
0abc33d6f8 Fixed Glslang recipe to generate an include folder and avoid mixing with system headers. 2023-11-11 00:30:14 +01:00
14a080e618 Added project option for C++ standard. 2023-11-11 00:29:47 +01:00
dedad06419 Added stb. 2023-11-08 00:23:58 +01:00
76a7a5e35b Only run the generator script if necessary. 2023-11-06 20:45:22 +01:00