| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-31 | fix test | ruki | |
| 2023-10-31 | improve to test compile | ruki | |
| 2023-10-30 | Update find_package.lua | ruki | |
| 2023-10-30 | fix apt alias on specified dependency versions | xq114 | |
| 2023-10-29 | Merge pull request #4336 from mikezackles/test-compile-fail | ruki | |
| Support testing for expected compilation failure instead of expected compilation success | |||
| 2023-10-30 | opimize to search package | ruki | |
| 2023-10-29 | Tests: Build failure conditional error | Zachary Michaels | |
| 2023-10-29 | Tests: fix build failure early out | Zachary Michaels | |
| 2023-10-29 | Tests: build_only -> build_should_fail | Zachary Michaels | |
| Switch from testing for build success to testing for build failure. | |||
| 2023-10-29 | try to build target in test | ruki | |
| 2023-10-29 | improve to test build | ruki | |
| 2023-10-29 | remove debug logs | ruki | |
| 2023-10-29 | test compile | 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 | 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 | 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-24 | pass extras to tools | ruki | |
| 2023-10-24 | get extras from getter | ruki | |
| 2023-10-24 | fetch extras | ruki | |
