| Age | Commit message (Collapse) | Author |
|
|
|
compiler
|
|
|
|
(cmake, meson) append shared/static libraries flag by default when installing packages
|
|
|
|
|
|
|
|
(cmake, autotools)
|
|
with it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Resolved an issue where flags were mistakenly considered added due to substring matching (e.g., `CMAKE_CXX_FLAGS` being a part of `CMAKE_CXX_FLAGS_RELWITHDEBINFO`). This prevented certain flags from being properly included in the cmake command line. Improved the logic to ensure accurate flag detection and inclusion.
|
|
meson: Add cmake search env
|
|
|
|
to not detect MinGW if both are available
|
|
|
|
- rename option from argv to target, follows usage of ninja.
- add option in install command.
|
|
Allows to pass extra arguments to ninja command. It defaults to an empty table (no arguments) for backward compatibility.
|
|
This is already done in other places
|
|
|
|
|
|
|
|
Fix cross compile with autotools on windows platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use ccache when debug cmake package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|