| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-20 | fix requirekey #4991 | ruki | |
| 2024-04-19 | fix toolchains for package | ruki | |
| 2024-04-10 | fix archive | ruki | |
| 2024-04-10 | improve archive | ruki | |
| 2024-04-01 | fix patches checksum not being checked | Jérôme Leclercq | |
| 2024-03-31 | enable longpaths for submodule/reset #4905 | ruki | |
| 2024-03-26 | improve envs | ruki | |
| 2024-03-22 | revert check package toolchains | ruki | |
| 2024-03-22 | fix check package toolchains | ruki | |
| 2024-03-08 | if package is debug, reserve sourcedir | ruki | |
| 2024-03-06 | add should fetch package | ruki | |
| 2024-03-01 | apply reversed patches for package | ruki | |
| 2024-02-29 | improve add_patches to support archive file | ruki | |
| 2024-01-28 | invalid package configs #4477 | ruki | |
| 2024-01-28 | fix runtimes MT | ruki | |
| 2024-01-27 | fix runtime configs #4477 | ruki | |
| 2024-01-26 | select runtimes for buildhash | ruki | |
| 2024-01-25 | add warning | ruki | |
| 2024-01-25 | fix vs_runtime readonly | ruki | |
| 2024-01-25 | add vs_runtime config | ruki | |
| 2024-01-25 | improve package runtime type | ruki | |
| 2024-01-25 | improve to check runtimes | ruki | |
| 2024-01-25 | rename vs_runtime to runtimes in package configs | ruki | |
| 2024-01-24 | Try to fix crlf to lf on other platforms too | SirLynix | |
| Other platforms may be using a repository cloned from Windows | |||
| 2024-01-24 | Disable git core.autocrl on repositories and force pull | SirLynix | |
| 2024-01-10 | improve require lock #4591 | ruki | |
| 2024-01-03 | fix package deps #4522 | ruki | |
| 2023-12-23 | support local resource #4528 | ruki | |
| 2023-11-21 | Fix buildhash check with transient deps | Jérôme Leclercq | |
| 2023-11-21 | add defines to pc #4405 | ruki | |
| 2023-11-15 | Merge pull request #4373 from xmake-io/xpack | ruki | |
| Support `xmake pack` | |||
| 2023-11-14 | improve basename | ruki | |
| 2023-11-09 | add network.mode policy | ruki | |
| 2023-11-04 | revert git apply | ruki | |
| 2023-11-03 | fix skipped patch if source package no git index | allen | |
| 2023-10-31 | Check share/pkgconfig/*.pc when patching pkgconfig | SuperSodaSea | |
| 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 default config value | 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 | fetch extras | ruki | |
| 2023-09-25 | improve to search packages | ruki | |
| 2023-09-21 | add asan support for package and policy | ruki | |
| 2023-09-19 | fix package rules directory | ruki | |
| 2023-09-19 | improve rules directory for base package | ruki | |
| 2023-09-13 | remove logs | ruki | |
| 2023-09-13 | Merge pull request #4193 from zjyhjqs/master | ruki | |
| Fix the behaviour caused by system package being disabled during cross-compilation | |||
