summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2025-09-21nix: rewrite of package detectionzzbaron
2025-09-21fix find gcc/clangruki
2025-09-21feat(clang-tidy): Improve clang-tidy support24bit-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-21improve clang toolchainruki
2025-09-20Merge pull request #6835 from xmake-io/packageruki
fix package extension
2025-09-20improve extension againruki
2025-09-20fix package extensionruki
2025-09-20fix enter projectruki
2025-09-20improve envsruki
2025-09-20improve clang.tidyruki
2025-09-19Merge pull request #6832 from xmake-io/signruki
optimize codesign
2025-09-20improve depslibruki
2025-09-20fix mobile_provision errorruki
2025-09-20optimize codesignruki
2025-09-19improve find_toolruki
2025-09-18fix cl.has_flagsruki
2025-09-18improve has_flagsruki
2025-09-18improve cl has_flagsruki
2025-09-18revert osruki
2025-09-18improve known flagsruki
2025-09-18improve to check clruki
2025-09-18improve has_flagsruki
2025-09-18fix(C++ modules) fix cullingArthur LAURENT
2025-09-18fix(C++ modules) fix stdmodule detection when multiple runtimes are usedArthur LAURENT
2025-09-18Merge pull request #6818 from ZZBaron/nix/devshell-supportruki
Fix Nix Package Detection in nix-shell Environment
2025-09-17adjustments pointed out by rukizzbaron
2025-09-17Prioritize envs over repo cacheShifftC
2025-09-17clean undefined vsverschooyy
2025-09-17Merge pull request #6817 from xmake-io/optiruki
Improve build targets
2025-09-16code cleanupzzbaron
2025-09-16added nixos nix path to find_packagezzbaron
2025-09-16show: fix linker info for non-linkable targetsShifftC
2025-09-16added nix devshell support with package validationzzbaron
2025-09-16show: don't print nil targetfileShifftC
2025-09-17fix profiler clockruki
2025-09-16Refactor clang check to use startswith methodruki
2025-09-17improve to find clruki
2025-09-17improve to find gcc/clangruki
2025-09-17improve to find programruki
2025-09-17improve xcoderuki
2025-09-17improve find_programruki
2025-09-16fix subsystem #6807ruki
2025-09-16Merge pull request #6801 from bugsnotabunny/bugsnotabunny/fix-compilers-priorityruki
Change compilers priority for gcc and clang
2025-09-15Change clang check to use startswith methodruki
2025-09-15Merge pull request #6810 from xmake-io/cmakeruki
improve the default flags for cmake #6781
2025-09-15improve the default flags for cmake #6781ruki
2025-09-15format coderuki
2025-09-15revert cmake default flags #6781ruki
2025-09-15Merge pull request #6811 from xmake-io/tidyruki
improve clang-tidy
2025-09-15improve tipsruki