Christian Helmich

Results 17 issues of Christian Helmich

Hi, this is less a request, more a fyi: I'm working on adding Zig build support, i.e. generating a `build.zig` file to use `zig build` to build C and C++...

Hi there, I'm having a few issues with building generated projects on Windows, using Ninja (and clang), and as far as I have researched, it's linked to platform "native". -...

WIP This adds `clang` as option to `--cc` to use clang instead of gcc for building.

Hi, this is the alternative/part2 of #483 that disables linking altogether when there's nothing to link. So far, ninja and make have been implemented, and this solution seems way easier...

Hi, I'd like to add the project kind 'HeaderOnly' for header only libs, i.e. libs for which I want a VS/Xcode project so they appear cleanly in the IDE, but...

Hi, this is the first PR for #483, adding dummy build unit generation for header only C and C++ projects. At the time of writing this, I've only implemented support...

Hi, this proposal is kind of the corollary to #483, in so far that I've been using 'HeaderOnly' static libs to wrap library headers, and then link to a prebuilt...

Hi, this is the PR for the follow up changes to #456 I mentioned in the latter's PR. This PR adds handling of wholearchive libs with responsefiles. (Simply said, I...

Hi, I'm currently still testing this, hence making it a draft PR. It's stable so far on MacOSX, but I have yet to build it on Windows and Linux. This...

Hi, I have a question about the command line `--platform` option: In `cmdline.lua`, the options are defined as below, and if passed, the argument value is inside the active terms...