Joris Dauphin

Results 41 issues of Joris Dauphin

**What does this PR do?** Fix escaping for `buildmessage` for gmake2 and codelite **How does this PR change Premake's behavior?** Escape double quote and backslash in `quoted` **Anything else we...

**What seems to be the problem?** xcode4 doesn't support [forceincludes](https://premake.github.io/docs/forceincludes/) **What did you expect to happen?** That xcode4 does support [forceincludes](https://premake.github.io/docs/forceincludes/) **What have you tried so far?** **How can we...

bug
good first issue

**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

**What problem will this solve?** Generation on windows (for gmake or codelite) doesn't mean we will use them in command batch shell. Shell provided by msys2 might be used. **What...

enhancement

I create a project with "compiler"/"linker is not required for this project" (as the one for non-code project in new project). But there is still build entries in contextual menu...

bug

I added UTs for premake-qt, results are [there](https://github.com/Jarod42/premake-sample-projects#library-modules) Issues are not necessary from premake-qt side, but impact directly premake-qt, so I post here. So: - basic (qt modules handling (include/library...

**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...

**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

**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