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

Premake

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

**What does this PR do?** When using gmake or gmake2 exporter and GCC toolchain, the CC/CXX/AR variables used the environment default rather than being set to GCC tooling. This forces...

**What does this PR do?** Adds a toolset abstraction and implementation for GCC. **How does this PR change Premake's behavior?** No outwards facing behavioral changes. **Anything else we should know?**...

Support adding files at solution scope (in VS). No build action is performed on such a file, and as such, this shouldn't affect gmake/etc. Useful for `.editorconfig`, `.natvis` files, etc.

**What does this PR do?** Handle `cdialect`/`cppdialect` in per-file configuration for visual studio generators **How does this PR change Premake's behavior?** Only affect visual studio generators **Anything else we should...

**premake version:** premake5 (Premake Build Script Generator) 5.0.0-beta2 **platform:** Windows 11 **Generating for:** vs2022 **Lua code that (sometimes) reproduces the problem:** ``` workspace "gen_ext_prj" configurations {"Debug", "Release", "RelWithDebInfo", "Profile"} project("ext_prj")...

bug

_Before opening a new issue, please [use the issue search feature](https://github.com/premake/premake-core/issues) to see if a similar issue already exists. If not, please help us help you by filling in the...

support-request

I'm trying to fix the x86 Linux build as was reported [here](https://github.com/premake/premake-core/commit/897b6469bfe5a6a7fc1a6b6bc9b46ee28f18f9a9#commitcomment-138286566), as well as some other small issues I have. I found the bit of code that does the...

question

**What's your question?** I test external modules, I put generators in premake5-system.lua I have one project which uses one module with "conflicting" api same name, (and even same definition) leading...

question

_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

**What seems to be the problem?** Generated files with same name, but different path is problematic with xcode4: only one of them is usable in project. **How can we reproduce...

bug