Andre Weissflog
Andre Weissflog
A debug-target can't be replaced with a release-target of the same name: ``` > ./fips set config android-make-debug > ./fips make [target] > ./fips run [target] ... > ./fips set...
Mentioned in this ticket: https://github.com/floooh/sokol-samples/issues/9 KeyError: 'MSYS_NT-10.0' looks suspicious and should at least provide a better error message (even if we don't support MSYS directly): ``` Cloning into '/c/path/fips'... remote:...
Interesting idea by @code-disaster: https://gist.github.com/code-disaster/1b99511e0e74b21f97297e7091c56428 A 'real' local dependency mode should probably work in a project subdirectory not under version control (like NPM), but if the changes are small it...
see here: https://github.com/Microsoft/vscode-cpptools/issues/1338
To reproduce: Generate out-of-source cmake build files by simply running cmake ../oryol-test-app in a separate build directory (after running 'fips gen' once in oryol-test-app). The following cmake errors occur, it...
It should be possible to define multiple source and header target files for the code generator: ``` fips_generate(... SOURCES Source1.cpp Source2.cpp HEADERS Header1.h Header2.h) ``` This would also require a...
fips currently tries to handle header search paths for imports in the generated file .fips-includes.cmake. This sometimes doesn't work for second-generation imports (I had this problem with soloud-search path in...
Something ike this would be incredibly useful to have: http://doc.crates.io/guide.html#overriding-dependencies
...need to handle FIPS_RTTI setting in windows toolchain file.
There should not be a central registry, instead git URLs should be more flexible: With the short form 'floooh/oryol', fips should assume that the project is on github, otherwise the...