premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

Premake

Results 188 premake-core issues
Sort by recently updated
recently updated
newest added

**What seems to be the problem?** I'm using premake to generate visual studio projects, and have several workspaces (creating solutions), some of which share the same libraries (projects). The libraries...

bug

**What does this PR do?** Fixes utility projects not applying rules under gmake2. Basically copied some code over from `gmake2_cpp.lua`.

The `dotnetframework` function is a little dated following the releases of .NET5 and 6. Specifying 6 or 6.0 does not work currently. When using current latest of 4.6 to generate...

enhancement

**What does this PR do?** Adds the `uses` and `block` APIs. `uses` accepts a set of strings and `block` is a scoped API that accepts a name and a function....

**What seems to be the problem?** When using custom rules, if a buildoutput happens to use the same file extension as the rule itself, premake gets into an infinite recursion...

bug

_Before opening a new feature request, please read [Requesting New Features](https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#requesting-new-features) and consider if this is something [you can contribute](https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#contributing-a-fix-or-feature) yourself. If this a new request, help us help you...

enhancement

_Before opening a new bug report, please read [Reporting Bugs](https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#reporting-bugs) and consider if this is something [you can contribute](https://github.com/premake/premake-core/blob/master/CONTRIBUTING.md#contributing-a-fix-or-feature) yourself. If this a new bug, help us help you by...

bug

**What's your question?** Currently, gmake2 escapes spaces in arguments to buildcommands. For an example, look at `test_gmake2_file_rules.lua`: ```lua function suite.propertydefinitionSeparator() rules { "TestRule" } files { "test.rule", "test2.rule", "test3.rule", "test4.rule"...

question

This PR adds the support for the XCUITest type for XCode projects. It is very similar to XCTest, with most things being the same, but it's a different `productType` than...

How can I change the batfile to vs2022.

question