| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-21 | nix: rewrite of package detection | zzbaron | |
| 2025-09-21 | fix find gcc/clang | ruki | |
| 2025-09-21 | feat(clang-tidy): Improve clang-tidy support | 24bit-xjkp | |
| 1. Improve "compdb" option, supporting the directory containing the json db file. This will shorten the command line since "compile_commands.json" is a long name. 2. Use `opt.compdb` instead of `option.get("compdb")` because `option.get` doesn't work and returns a nil in this scope. I don't know the reason. 3. Motivated by the python script `run-clang-tidy` in llvm project, each clang-tidy subprocess new only processes a source file and use multi-process to implement parallel analysis based on `async.runjobs` 4. Use `os.execv` instead of `os.vrunv` since diagnoses are always wanted in static analysis. 5. Add a timer for check action. | |||
| 2025-09-21 | improve clang toolchain | ruki | |
| 2025-09-20 | Merge pull request #6835 from xmake-io/package | ruki | |
| fix package extension | |||
| 2025-09-20 | improve extension again | ruki | |
| 2025-09-20 | fix package extension | ruki | |
| 2025-09-20 | fix enter project | ruki | |
| 2025-09-20 | improve envs | ruki | |
| 2025-09-20 | improve clang.tidy | ruki | |
| 2025-09-19 | Merge pull request #6832 from xmake-io/sign | ruki | |
| optimize codesign | |||
| 2025-09-20 | improve depslib | ruki | |
| 2025-09-20 | fix mobile_provision error | ruki | |
| 2025-09-20 | optimize codesign | ruki | |
| 2025-09-19 | improve find_tool | ruki | |
| 2025-09-18 | fix cl.has_flags | ruki | |
| 2025-09-18 | improve has_flags | ruki | |
| 2025-09-18 | improve cl has_flags | ruki | |
| 2025-09-18 | revert os | ruki | |
| 2025-09-18 | improve known flags | ruki | |
| 2025-09-18 | improve to check cl | ruki | |
| 2025-09-18 | improve has_flags | ruki | |
| 2025-09-18 | fix(C++ modules) fix culling | Arthur LAURENT | |
| 2025-09-18 | fix(C++ modules) fix stdmodule detection when multiple runtimes are used | Arthur LAURENT | |
| 2025-09-18 | Merge pull request #6818 from ZZBaron/nix/devshell-support | ruki | |
| Fix Nix Package Detection in nix-shell Environment | |||
| 2025-09-17 | adjustments pointed out by ruki | zzbaron | |
| 2025-09-17 | Prioritize envs over repo cache | ShifftC | |
| 2025-09-17 | clean undefined vsvers | chooyy | |
| 2025-09-17 | Merge pull request #6817 from xmake-io/opti | ruki | |
| Improve build targets | |||
| 2025-09-16 | code cleanup | zzbaron | |
| 2025-09-16 | added nixos nix path to find_package | zzbaron | |
| 2025-09-16 | show: fix linker info for non-linkable targets | ShifftC | |
| 2025-09-16 | added nix devshell support with package validation | zzbaron | |
| 2025-09-16 | show: don't print nil targetfile | ShifftC | |
| 2025-09-17 | fix profiler clock | ruki | |
| 2025-09-16 | Refactor clang check to use startswith method | ruki | |
| 2025-09-17 | improve to find cl | ruki | |
| 2025-09-17 | improve to find gcc/clang | ruki | |
| 2025-09-17 | improve to find program | ruki | |
| 2025-09-17 | improve xcode | ruki | |
| 2025-09-17 | improve find_program | ruki | |
| 2025-09-16 | fix subsystem #6807 | ruki | |
| 2025-09-16 | Merge pull request #6801 from bugsnotabunny/bugsnotabunny/fix-compilers-priority | ruki | |
| Change compilers priority for gcc and clang | |||
| 2025-09-15 | Change clang check to use startswith method | ruki | |
| 2025-09-15 | Merge pull request #6810 from xmake-io/cmake | ruki | |
| improve the default flags for cmake #6781 | |||
| 2025-09-15 | improve the default flags for cmake #6781 | ruki | |
| 2025-09-15 | format code | ruki | |
| 2025-09-15 | revert cmake default flags #6781 | ruki | |
| 2025-09-15 | Merge pull request #6811 from xmake-io/tidy | ruki | |
| improve clang-tidy | |||
| 2025-09-15 | improve tips | ruki | |
