summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-26fix extra when sort linksruki
2023-10-26improve builder extraruki
2023-10-26improve sort linksruki
2023-10-26improve add_items_from_targetruki
2023-10-26add extraconf_fromruki
2023-10-26add testsruki
2023-10-26improve dep sourceruki
2023-10-26improve get_from_depsruki
2023-10-26improve target::get from xxxruki
2023-10-26improve target:optsruki
2023-10-26add target:get_fromruki
2023-10-26Update package.luaJérôme Leclercq
2023-10-26Update package.luaJérôme Leclercq
2023-10-26Update package.luaJérôme Leclercq
2023-10-26Fix asan and lto config handlingJérôme Leclercq
This fixes two things: 1) when `project.policy("build.sanitizer.address")` is true, there is no way to disable asan on a package, `add_requires("xx", { configs { asan = false } })` won't work because of the `or` (it should check for nil) 2) When asan is set to false, it won't match installed packages with asan key set to nil even though they are identical. So when asan/lto key is set to false, it will remove the asan/lto key from config
2023-10-25Merge pull request #4317 from xmake-io/armelruki
add atomic link for linux/arm
2023-10-26improve to detect armruki
2023-10-26improve to find tboxruki
2023-10-25add atomic link for linux/armruki
2023-10-24pass extras to toolsruki
2023-10-24get extras from getterruki
2023-10-24fetch extrasruki
2023-10-24save extra info for packageruki
2023-10-23add linkgroups for packageruki
2023-10-23improve linksruki
2023-10-22improve link group and whole #4308ruki
2023-10-21Merge pull request #4310 from xqyjlj/makefile-devruki
🐞 fix(project/cmake/makefile): fix get_program
2023-10-21🐞 fix(project/cmake/makefile): fix get_programxqyjlj
2023-10-20Merge pull request #4306 from SirLynix/patch-14ruki
cmakelists: restore system headers
2023-10-20cmakelists: restore system headersJérôme Leclercq
It's been three years since #1050 and msvc has stable external header support now, I think we can now re-enable system headers for cmakelists
2023-10-19Merge pull request #4302 from xqyjlj/cmake-devruki
🐞 fix(project/cmake/cmakelists): fix when generate map file
2023-10-19🐞 fix(project/cmake/cmakelists): fix when generate map filexqyjlj
2023-10-18Merge pull request #4298 from xmake-io/pkgconfigruki
fix parse links from pkgconfig #4292
2023-10-18Merge pull request #4300 from linqigang888/fix_sed_on_forward_slashruki
Fix sed on forward slashes
2023-10-18Merge pull request #4301 from linqigang888/fix_typos_in_manpagesruki
Fix typos in manpages
2023-10-18Fix typos in manpagesLance Lin
2023-10-18Fix sed on forward slashesLance Lin
2023-10-17Merge pull request #4299 from xmake-io/qtruki
bind qt bin path #4297
2023-10-18fix envsruki
2023-10-18bind qt bin path #4297ruki
2023-10-18fix parse links from pkgconfig #4292ruki
2023-10-16fix verilator with asan #4280ruki
2023-10-16improve conan testsruki
2023-10-13Merge pull request #4285 from A2va/fix-grpcruki
Fix proto grpc build on windows
2023-10-13Merge pull request #4286 from xmake-io/xrosruki
Add apple xros support
2023-10-13update changelogruki
2023-10-13add simulatorruki
2023-10-13fix strip for xrosruki
2023-10-13fix applexros flagsruki
2023-10-13add apple xros supportruki