| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-04 | support wdk 10.0.22621.0 on windows | xiaobfly | |
| example: xmake f --wdk_winver=win10_ni -v configure { ccache = true wdk_sdkver = 10.0.22621.0 wdk = C:\Program Files (x86)\Windows Kits\10\ plat = windows vs = 2022 host = windows ndk_stdcxx = true mode = debug buildir = build arch = x64 kind = static wdk_winver = win10_ni } | |||
| 2024-02-04 | Merge pull request #4688 from TOMO-CAT/xmake_dev | ruki | |
| fix cuda linkdirs | |||
| 2024-02-04 | Merge pull request #4677 from Arthapz/optimise-dag | ruki | |
| improve module circular dependency detection | |||
| 2024-02-04 | fix cuda linkdirs | zifeng.yang | |
| 2024-02-04 | fix changelog | ruki | |
| 2024-02-04 | Update dependency_scanner.lua | ruki | |
| 2024-02-04 | Update test.lua | ruki | |
| 2024-02-04 | Update test_base.lua | ruki | |
| 2024-02-04 | Merge pull request #4681 from Arthapz/fix-libcppruntime-windows | ruki | |
| fix libc++ support on windows | |||
| 2024-02-03 | fix unnecessary recompilation of modules | Arthur LAURENT | |
| 2024-02-03 | fix batchcmds | Arthur LAURENT | |
| 2024-02-03 | fix recompilation for gcc | Arthur LAURENT | |
| 2024-02-03 | fix recompilation of .cpp files | Arthur LAURENT | |
| 2024-02-03 | fix dependency_scanner hashset values | Arthur LAURENT | |
| 2024-02-03 | fix tests | Arthur LAURENT | |
| 2024-02-04 | Merge pull request #4685 from localcc/rust_local_path_fix | ruki | |
| fix rust local path resolution on windows | |||
| 2024-02-03 | use raise instead of os.raise | Arthur LAURENT | |
| 2024-02-04 | Update clang.lua | ruki | |
| 2024-02-04 | Update clang.lua | ruki | |
| 2024-02-04 | Update clang.lua | ruki | |
| 2024-02-03 | apply PR suggestion | Arthur LAURENT | |
| 2024-02-03 | improve tests | Arthur LAURENT | |
| 2024-02-03 | use hashset to improve speed | Arthur LAURENT | |
| 2024-02-03 | fix: fix rust local path resolution on windows | localcc | |
| This commit fixes local path resolution for rust Cargo.toml crates on windows | |||
| 2024-02-02 | fix libc++ support on windows | Arthur LAURENT | |
| 2024-02-02 | improve circular_dependency test | Arthur LAURENT | |
| 2024-02-02 | Merge branch 'optimise-dag' of github.com:Arthapz/xmake into optimise-dag | Arthur LAURENT | |
| 2024-02-02 | cleanup | Arthur LAURENT | |
| 2024-02-02 | Merge branch 'modules' into optimise-dag | Arthur Laurent | |
| 2024-02-02 | use core.base.graph instead of rolling out a custom DAG | Arthur LAURENT | |
| 2024-02-02 | add a test for circular dependency detection | Arthur LAURENT | |
| 2024-02-03 | Merge pull request #4679 from Arthapz/support-clang-stdmodule | ruki | |
| support libc++ std module | |||
| 2024-02-02 | add some comments | Arthur LAURENT | |
| 2024-02-02 | cleanup | Arthur LAURENT | |
| 2024-02-02 | remove unnecessary path.normalize | Arthur LAURENT | |
| 2024-02-02 | use find_file instead of os.files | Arthur LAURENT | |
| 2024-02-02 | Merge pull request #4676 from Arthapz/compinst-msvc | ruki | |
| use compinst for msvc when possible | |||
| 2024-02-02 | Merge pull request #4678 from Arthapz/parallelise-dependency-scanning | ruki | |
| parallelise dependency scanning | |||
| 2024-02-02 | improve _is_duplicated_headerunit | ruki | |
| 2024-02-02 | format more codes | ruki | |
| 2024-02-02 | rename apis | ruki | |
| 2024-02-02 | format some codes | ruki | |
| 2024-02-02 | use compinst for msvc when possible | Arthur LAURENT | |
| 2024-02-02 | support libc++ std module | Arthur LAURENT | |
| 2024-02-02 | parallelise dependency scanning | Arthur LAURENT | |
| 2024-02-02 | improve module circular dependency detection | Arthur LAURENT | |
| we're already doing a DFS to sort modules and it already check for circular imports, so instead of rolling a custom detection afterward just signal the circular dependency when detected in the DFS | |||
| 2024-02-02 | Merge pull request #4321 from Arthapz/improve-modules-support | ruki | |
| Refactor modules support | |||
| 2024-02-01 | use compinst:compile when possible | Arthur LAURENT | |
| 2024-02-01 | fix assert in gcc module dependency mapper | Arthur LAURENT | |
| 2024-01-31 | optimise header duplication detection | Arthur LAURENT | |
