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

From one of my travis-ci builds ``` Creating GNU Makefile... dist/bin/premake5: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.16' not found (required by dist/bin/premake5) ``` The premake binary expects to dynamic link to whatever version...

enhancement

I'm cloning this repo to make some modifications to customize. However, I've noticed that some CVEs which were confirmed and fixed by [curl](https://github.com/curl/curl) do not get patched in this repo....

question

Hello, is premake 6 still developing or at least is it planned to continue it? looks perfect and solves a lot of problems because of new api

question

**What seems to be the problem?** The bug is related to same modules with same file names in a project. The compiler puts everything under the same intermediate directory, due...

bug

**What seems to be the problem?** Libraries (such as spdlog, glfw3) linked in the `links{}` section do not show up in the xcode project property’s "Frameworks and Libraries" section. Only...

bug

We need to think of strategies to make premake work nice with various source control systems. The classic problem with premake is that the user does a pull and forgets...

enhancement
help wanted
question

**What seems to be the problem?** Extra -D in the make file (linux) that causes the issue. This happens due to "defines". `DEFINES += -D_CRT_SECURE_NO_WARNINGS -D` **What did you expect...

question

Currently, on Linux, if I want to steer off from my system's default "libstdc++" and specify a different standard library implementation (often a must when using a compiler that isn't...

enhancement
good first issue

**What does this PR do?** Adds an API to Visual Studio exporter for specifying custom LLVM versions and installation directories. **How does this PR change Premake's behavior?** No breaking changes....

**What does this PR do?** Remove `env.PathVars` (notice the capitalization) that had no effect. **How does this PR change Premake's behavior?** Shouldn't change any behavior as it has wrong name...