premake-core
premake-core copied to clipboard
Premake
**What does this PR do?** Resolves #1595 1. Implement support for `fsanitize=address` in gcc, clang, msc, and Visual Studio backends. 2. Implement support for `fsanitize=fuzzer` in msc and Visual Studio...
I have added the header files to "includedirs" part, but I wonder whether Should I add lib's header files to "Files" part or not
I am working on a GnuMake based Build-System for a GameEngine. I got clang installed and set ``toolset("clang")``. At the Moment I am able to compile GLFW, but it dosn't...
**What does this PR do?** Implements some of the baseline functionality for project references as discussed in https://github.com/premake/premake-core/discussions/1922. **How does this PR change Premake's behavior?** Adds a new `setgroup` field...
My project has some config files, when edited the config files, and run `make xxx`,premake tool generated makefile will not run `postbuildcommands()`, for this case, can add support?
**What does this PR do?** Fix escaping for `buildmessage` for gmake2 and codelite **How does this PR change Premake's behavior?** Escape double quote and backslash in `quoted` **Anything else we...
**What does this PR do?** Fixes the vstudio exporter. When I ran it by default I got an error: ``` Configuring... Exporting Premake... Error: C:/Dev/premake-core/core/modules/tree/tree.lua:100: attempt to index a nil...
**What does this PR do?** Adds the necessary properties for vstudio exporter to generate VS2022 files. **How does this PR change Premake's behavior?** Users can now run `premake6 vstudio 2022`...
**What does this PR do?** Update shadermodel documentation to replace auto-generated text. Thanks for the contribution! Please provide a concise description of the problem this request solves. **How does this...
So I'm trying to add the `NoCopyLocal´ flag to one of my premake scripts to stop Visual Studio from copying referenced C# assemblies to the target directory, but it doesn't...