summaryrefslogtreecommitdiff
path: root/xmake/modules/private
AgeCommit message (Collapse)Author
2025-09-28Merge pull request #6843 from 24bit-xjkp/devruki
feat(clang-tidy): Improve clang-tidy support
2025-09-28refactor(clang-tidy): Use `sourcefiles` directly24bit-xjkp
1. Remove `verbose` option 2. Use `sourcefiles` directly
2025-09-26fix check cxxflagsruki
2025-09-26improve to has_toolruki
2025-09-26improve to check cxxflagsruki
2025-09-26improve to check target flagsruki
2025-09-22update.Redbeanw44602
2025-09-22fix version in auto-generated .pc.Redbeanw44602
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-20optimize codesignruki
2025-09-17clean undefined vsverschooyy
2025-09-15Merge pull request #6811 from xmake-io/tidyruki
improve clang-tidy
2025-09-15improve tipsruki
2025-09-15improve clang-tidyruki
2025-09-15fix xrepo env #6806ruki
2025-09-13Support nushell for xrepo envstar9029
2025-09-10improve vs versionruki
2025-09-10support for vs2026ruki
2025-09-04improve batchcmds:luaruki
2025-09-04improve bin2cruki
2025-08-26update tipsruki
2025-08-26improve download tipsruki
2025-08-26improve to download packages #6654ruki
2025-08-20fix configruki
2025-08-20continue to improve comaxruki
2025-08-20revert comaxruki
2025-08-19add dep_fenceruki
2025-08-19remove debug coderuki
2025-08-19enable build.fence for configruki
2025-08-19improve comax for configruki
2025-08-17fix path #6720ruki
2025-08-16revert comaxruki
2025-08-15fix comaxruki
2025-08-06Merge pull request #6676 from xmake-io/configruki
Merge pull request #6667 from xmake-io/config
2025-08-06fix config targetsruki
2025-08-06use custom filename for package urlruki
2025-08-06Merge pull request #6667 from xmake-io/configruki
improve to config targets
2025-08-06Revert "improve to config targets"ruki
2025-08-06Merge pull request #6667 from xmake-io/configruki
improve to config targets
2025-08-02improve cached filename #6654ruki
2025-08-02add commentsruki
2025-08-02fix on_config orderruki
2025-08-01improve resourcedir #6666ruki
2025-07-31fix builtin scriptruki