| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-29 | update tbox | 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 | fix changelog | ruki | |
| 2023-10-27 | add more default value | ruki | |
| 2023-10-27 | Merge pull request #4314 from xmake-io/package | ruki | |
| Support linkgroups and linkorders for package | |||
| 2023-10-27 | fix sort links | ruki | |
| 2023-10-27 | fix sort links | ruki | |
| 2023-10-27 | fix sort links | ruki | |
| 2023-10-27 | remove dump | ruki | |
| 2023-10-27 | improve package links | ruki | |
| 2023-10-27 | update configure | 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 table.unique | 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 | add add_linkorders for package | ruki | |
| 2023-10-26 | fix extra when sort links | ruki | |
| 2023-10-26 | improve builder extra | ruki | |
| 2023-10-26 | improve sort links | ruki | |
| 2023-10-26 | improve add_items_from_target | ruki | |
| 2023-10-26 | add extraconf_from | ruki | |
| 2023-10-26 | add tests | ruki | |
| 2023-10-26 | improve dep source | ruki | |
| 2023-10-26 | improve get_from_deps | ruki | |
| 2023-10-26 | improve target::get from xxx | ruki | |
| 2023-10-26 | improve target:opts | ruki | |
| 2023-10-26 | add target:get_from | 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 | |||
| 2023-10-25 | Merge pull request #4317 from xmake-io/armel | ruki | |
| add atomic link for linux/arm | |||
| 2023-10-26 | improve to detect arm | ruki | |
| 2023-10-26 | improve to find tbox | ruki | |
| 2023-10-25 | add atomic link for linux/arm | ruki | |
| 2023-10-24 | pass extras to tools | ruki | |
| 2023-10-24 | get extras from getter | ruki | |
| 2023-10-24 | fetch extras | ruki | |
| 2023-10-24 | save extra info for package | ruki | |
| 2023-10-23 | add linkgroups for package | ruki | |
| 2023-10-23 | improve links | ruki | |
| 2023-10-22 | improve link group and whole #4308 | ruki | |
| 2023-10-21 | Merge pull request #4310 from xqyjlj/makefile-dev | ruki | |
| 🐞 fix(project/cmake/makefile): fix get_program | |||
