summaryrefslogtreecommitdiff
path: root/xmake/modules
AgeCommit message (Collapse)Author
2025-09-23nix: added store path cachezzbaron
2025-09-24improve jobgraphruki
2025-09-23Merge pull request #6844 from Redbeanw44602/fix-pkgconfig-autogen-vruki
Fix version in auto-generated .pc.
2025-09-22nix: various changeszzbaron
2025-09-22nix: fix false positiveszzbaron
2025-09-22nix: fixed pkgconfig finding/dependencieszzbaron
2025-09-23improve cmake default flags #6845ruki
2025-09-22nix: simplifying package detectionzzbaron
2025-09-22update.Redbeanw44602
2025-09-22fix version in auto-generated .pc.Redbeanw44602
2025-09-21nix: improve package filtering and search accuracyzzbaron
2025-09-21nix: adjusted pkg config logic and include dirs.zzbaron
2025-09-21fixed nix prefix removalzzbaron
2025-09-21nix: rewrite of package detectionzzbaron
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-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-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-18improve known flagsruki
2025-09-18improve has_flagsruki
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-17clean undefined vsverschooyy
2025-09-16code cleanupzzbaron
2025-09-16added nixos nix path to find_packagezzbaron
2025-09-16added nix devshell support with package validationzzbaron
2025-09-16Refactor clang check to use startswith methodruki
2025-09-17improve to find clruki
2025-09-17improve to find gcc/clangruki
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
2025-09-15improve clang-tidyruki
2025-09-15Merge pull request #6808 from xmake-io/envruki
fix xrepo env #6806
2025-09-15fix xrepo env #6806ruki