| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-31 | improve to xmake.install to copy ported xmake.lua | ruki | |
| 2025-07-31 | fix cmake/mingw #6660 | ruki | |
| 2025-07-28 | fix. | Redbeanw44602 | |
| 2025-07-28 | update. | Redbeanw44602 | |
| 2025-07-28 | update. | Redbeanw44602 | |
| 2025-07-27 | update. | Redbeanw44602 | |
| 2025-07-27 | update. | Redbeanw44602 | |
| 2025-07-27 | support `opt.targets` in cmake tools. | Redbeanw44602 | |
| 2025-07-21 | improve tools/cmake | ruki | |
| 2025-07-21 | improve tools/cmake | ruki | |
| 2025-07-14 | Merge pull request #6619 from Arthapz/fix-cmake-clang-windows | ruki | |
| (cmake) fix default flags detection on windows platform | |||
| 2025-07-14 | Update cmake.lua | ruki | |
| 2025-07-13 | fix: the cmake module cannot get the option `cxxflags` correctly | npc1054657282 | |
| 2025-07-11 | (cmake) fix default flags detection on windows platform | Arthur LAURENT | |
| 2025-07-10 | fix replace gcc/ld | ruki | |
| 2025-07-03 | rename copyright | ruki | |
| 2025-06-25 | Fix attempt to index a nil value | star9029 | |
| 2025-05-14 | Update autoconf.lua | ruki | |
| 2025-05-13 | (autotools) fix ld override when ld binary is not in the same directory as ↵ | Arthur LAURENT | |
| compiler | |||
| 2025-05-10 | improve cmake configs | ruki | |
| 2025-05-09 | Merge pull request #6409 from Arthapz/fix-cmake-meson-sharedlibraries | ruki | |
| (cmake, meson) append shared/static libraries flag by default when installing packages | |||
| 2025-05-09 | (cmake, meson) append shared/static libraries by default when relevent | Arthur LAURENT | |
| 2025-05-08 | Add llvm-dlltool support | star9029 | |
| 2025-05-08 | Add dlltool toolset for mingw | star9029 | |
| 2025-05-06 | (packages) forward buildtype and library kind to underlying buildsystem ↵ | Arthur LAURENT | |
| (cmake, autotools) | |||
| 2025-05-05 | (cmake) when using --toolchain=llvm on windows, dependencies should be build ↵ | Arthur LAURENT | |
| with it | |||
| 2025-04-24 | rename more buildir in plugins | ruki | |
| 2025-04-24 | rename more buildir | ruki | |
| 2025-04-21 | add --config to cmake build install command | carl | |
| 2025-04-14 | package(autoconf): remove duplicate `LDFLAGS` | Doekin | |
| 2025-04-10 | package(autoconf): resolve issue with backslash-separated `CXX` path in MSYS | Chan Lee | |
| 2025-04-03 | fix cmake 4.x error | ruki | |
| 2025-04-03 | improve tools.cmake | ruki | |
| 2025-03-22 | package(cmake): fix incorrect flag handling caused by substring matching | Doekin | |
| 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. | |||
| 2025-03-15 | Merge pull request #6222 from SirLynix/patch-19 | ruki | |
| meson: Add cmake search env | |||
| 2025-03-14 | meson: Add cmake search env | Jérôme Leclercq | |
| 2025-03-14 | meson: Force to use vs env on Windows | Jérôme Leclercq | |
| to not detect MinGW if both are available | |||
| 2025-03-12 | fix ar for autoconf #6206 | ruki | |
| 2025-02-12 | feat: improve GN tool for build/install commands | Louis Poirier | |
| - rename option from argv to target, follows usage of ninja. - add option in install command. | |||
| 2025-02-11 | feat: improve GN tool to support extra arguments | Louis Poirier | |
| Allows to pass extra arguments to ninja command. It defaults to an empty table (no arguments) for backward compatibility. | |||
| 2025-02-10 | package.tools.cmake: Set CMAKE_SYSTEM_PROCESSOR when cross-compiling | Jérôme Leclercq | |
| This is already done in other places | |||
| 2025-02-08 | improve tools.cmake | ruki | |
| 2025-01-27 | Fix clang flag | star9029 | |
| 2025-01-22 | improve cmake for ninja | ruki | |
| 2025-01-03 | Merge pull request #6027 from star-hengxing/autotools | ruki | |
| Fix cross compile with autotools on windows platform | |||
| 2025-01-03 | add comments for #6032. | Redbeanw44602 | |
| 2025-01-02 | fix dummy cmakelist generated wrong default ms_runtime parameters. | Redbeanw44602 | |
| 2025-01-01 | fix wrong archiver when using clang with msvc-wine. | Redbeanw44602 | |
| 2025-01-01 | Fix cross compile with autotools on windows platform | star9029 | |
| 2024-12-28 | zig cc: fix wrapper in Git Bash | Chan Lee | |
