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

After building my project using premake, a number of .o files, some with random (hex?) names and some with names corresponding to .c files, keep appearing in my home directory:...

question

Please update the document https://premake.github.io/docs/warnings/ to reflect this change _Originally posted by @haolly in https://github.com/premake/premake-core/issues/1447#issuecomment-934450433_

**What are you trying to do?** I'm trying to create a precompiled header for Visual Studio 2019. **What problem are you having?** My `pchheader` is set correctly but my `pchsource`...

support-request

**What does this PR do?** Enables RISC-V support. **How does this PR change Premake's behavior?** No breaking changes, enables an additional build target. **Anything else we should know?** This has...

**What problem will this solve?** Right now, [the release process](https://github.com/premake/premake-core/blob/master/scripts/RELEASE.md) is partially automated, but still requires several manual steps (which I mess up on a semi-regular basis) and a local...

enhancement

This has caught me by surprise, but it looks like modules `_preload.lua` is only called for built-in embedded modules in `_premake_main.lua:preloadModules`. It's a little bit weird, I would expect `_preload.lua`...

Hi, I am trying to compile premake5 from source (taken at https://github.com/premake/premake-core/commit/f1dbf78e250c654f94f7af3e6522a0fb65e9f456, the `v5.0.0-alpha14` release). I am running the vcvars bat file first, followed by: ``` nmake -f Bootstrap.mak windows...

**What seems to be the problem?** Complex MACRO are broken at least with gmake/codelite in premake5 whereas they worked in premake4 `defines {'COMPLEX_MACRO="void f() {}"'}` (want to define function, not...

bug

While the Hello World script is useful to get a small taste for what premake can do, I feel that there simply are not enough examples for someone to look...

enhancement
help wanted
question

Given that the docs (https://github.com/premake/premake-core/wiki/os.translateCommands) explicitly refer to this behaviour, I'm assuming this is intentional, but I'd like to understand why this and `os.translateCommandsAndPaths` aren't using the host OS instead?...