| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-23 | improve to translate flags for meson #4407 | ruki | |
| 2023-11-22 | fix spaces | ruki | |
| 2023-11-22 | Merge pull request #4406 from xmake-io/xpack | ruki | |
| Support xpack components | |||
| 2023-11-22 | fix meson flags #4407 | ruki | |
| 2023-11-21 | Fix buildhash check with transient deps | Jérôme Leclercq | |
| 2023-11-22 | add rawcmd | ruki | |
| 2023-11-21 | add defines to pc #4405 | ruki | |
| 2023-11-17 | improve to remove dirs | ruki | |
| 2023-11-17 | improve os.rm to support remove emptydirs | ruki | |
| 2023-11-17 | fix batchcmds | ruki | |
| 2023-11-15 | Merge pull request #4373 from xmake-io/xpack | ruki | |
| Support `xmake pack` | |||
| 2023-11-15 | add tryrm for nsis | ruki | |
| 2023-11-14 | add icon file | ruki | |
| 2023-11-14 | improve basename | ruki | |
| 2023-11-09 | add network.mode policy | ruki | |
| 2023-11-07 | use cl flags | ruki | |
| 2023-11-07 | improve clang_cl language | ruki | |
| 2023-11-07 | improve clang-cl has_flags | ruki | |
| 2023-11-07 | improve to find clang-cl | ruki | |
| 2023-11-07 | improve to find clang-cl | ruki | |
| 2023-11-04 | revert git apply | ruki | |
| 2023-11-03 | fix skipped patch if source package no git index | allen | |
| 2023-11-03 | add check_sizeof for target | ruki | |
| 2023-11-03 | improve binary match | ruki | |
| 2023-11-01 | Update check_cxsnippets.lua | ruki | |
| 2023-11-01 | fix: binaryfind use match pattern | zeromake | |
| 2023-11-01 | fix: code clear and add commit | zeromake | |
| 2023-11-01 | feat: add check_sizeof | zeromake | |
| 2023-10-31 | Check share/pkgconfig/*.pc when patching pkgconfig | SuperSodaSea | |
| 2023-10-30 | Update find_package.lua | ruki | |
| 2023-10-30 | fix apt alias on specified dependency versions | xq114 | |
| 2023-10-30 | opimize to search package | ruki | |
| 2023-10-29 | add kill socket | ruki | |
| 2023-10-29 | kill all waited objects in group | ruki | |
| 2023-10-29 | fix catch build fails | ruki | |
| 2023-10-27 | Merge pull request #4327 from wsw0108/soname-rpath | ruki | |
| add @rpath to link flags when soname enabled | |||
| 2023-10-27 | Merge pull request #4326 from xmake-io/asan | ruki | |
| improve default config for asan | |||
| 2023-10-27 | add more default value | ruki | |
| 2023-10-27 | improve package links | ruki | |
| 2023-10-27 | use simple api table.contains | wsw0108 | |
| 2023-10-27 | add @rpath to link flags when soname enabled | wsw0108 | |
| 2023-10-27 | prepare to sort package links | ruki | |
| 2023-10-27 | improve default config value | ruki | |
| 2023-10-26 | fix sort and extra | ruki | |
| 2023-10-26 | pass linkorders for packages | ruki | |
| 2023-10-26 | improve builder extra | ruki | |
| 2023-10-26 | Update package.lua | Jérôme Leclercq | |
| 2023-10-26 | Update package.lua | Jérôme Leclercq | |
| 2023-10-26 | Update package.lua | Jérôme Leclercq | |
| 2023-10-26 | Fix asan and lto config handling | Jé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 | |||
