Joris Dauphin

Results 202 comments of Joris Dauphin

Are there really custom changes from 3rd party to requires a fork (instead of using official repo)? I see added `premake5.lua`, but maybe it can be kept in core, or...

@samsinsane: We (mostly) agree for one time \o/ Updating an `apply_patch` seems to me as complicated than updating a fork though. But official repos should be usable as-is anyway :-)...

I hope none is actually needed :-) And decision between fork or patching might be delayed to that time :-)

In addition, https://github.com/Jarod42/premake-sample-projects now provides also sample projects for premake-qt for testing. (Fixed Ninja, looking at Codelite/Codeblocks issues currently).

From the "old" module https://github.com/tarruda/premake-export-compile-commands I submit a PR with all fork improvement + mines: https://github.com/Jarod42/premake-export-compile-commands/tree/Improvements

Commands and path should be dissociated IMO: - Some tools uses only unix path separator internally (even if they might translate path afterward). - Command depends on "shell" used. (powershell/cmd...

dll are looked in PATH (and local directory) on windows, (*nix uses `LD_LIBRARY_PATH`). On *nix, you might prepend variable setting before launching application as `PATH=$PATH:some_path my_app`. Don't know if Windows...

stale bot should be active only when maintainer/owner is the one who wrote last... waiting for other input...

For `defines`, I already opened #1521 for space/quote/other special char (especially as behavior differ between premake4 and premake5). For `rules` and `switch`, my testing project also has avoid space (whereas...

BTW, https://premake.github.io/docs/bindirs/ has no real documentation.