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

As #1094 is resolved, let's keep the discussion going on this. Let's list what is left to do first: - Port D module to gmake2 - ~~C++: `-include pch` is...

**What problem will this solve?** Add support for [Nvidia HPC C/C++ compiler](https://developer.nvidia.com/hpc-compilers). **What might be a solution?** Add a new toolset adapter for nvidia compiler in https://github.com/premake/premake-core/tree/master/src/tools **Anything else we...

enhancement

…be expensive on large projects (at least on windows) ! for a 5k files project GetAttributesW takes around 20% of the time **What does this PR do?** Thanks for the...

I'm trying to build `premake-5.0.0-beta1-src` under MSYS2 but get this linking error: ``` zheka@hydra MINGW64 /c/projects/premake5/premake-5.0.0-beta1-src/build/gmake2.windows $ make Premake5 ==== Building lua-lib (release_win32) ==== ==== Building zip-lib (release_win32) ==== ====...

bug

Is it possible to get the version of the toolset so that I could, for example, set a `buildoptions` flag that's only available on newer versions of the compiler?

question

**What problem will this solve?** Adds support for custom LLVM installation compiler options. This is helpful when using a version of LLVM that doesn't come with Visual Studio. **What might...

enhancement
good first issue

**What does this PR do?** Fixes the link to the testing module in the v6 change list. **How does this PR change Premake's behavior?** No behavioral change **Anything else we...

**What seems to be the problem?** I am opening 2 issues here because I believe there are 2 problems. This is the first one. With Visual Studio 2022 and latest...

bug

**What's your question?** Is there a function for finding python include and library directories in ALL platforms? I was able to figure out the library path using `os.findlib` but I...

question

**What problem will this solve?** When I'm using "premake --help", the options I created in premake5.lua mixed up with the options provided by premake system. **What might be a solution?**...

enhancement