summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-23improve table.emptyruki
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-21fix find gcc/clangruki
2025-09-21fix hookruki
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-21update versionruki
2025-09-21update versionv3.0.3ruki
2025-09-20Merge pull request #6835 from xmake-io/packageruki
fix package extension
2025-09-20improve extension againruki
2025-09-20Merge pull request #6834 from xmake-io/envruki
improve envs
2025-09-20fix package extensionruki
2025-09-20fix enter projectruki
2025-09-20improve envsruki
2025-09-20update changelogruki
2025-09-20update changelogruki
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-19Merge pull request #6824 from xmake-io/optiruki
Improve has_flags
2025-09-19improve testruki
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-18nfc(C++ modules) improve multiple_runtimes testArthur LAURENT
2025-09-18fix(C++ modules) fix cullingArthur LAURENT
2025-09-18fix(C++ modules) fix outdata check in modules testsArthur LAURENT
2025-09-18nfx(C++ modules) improve stdmodule related testsArthur LAURENT
2025-09-18fix(C++ modules) fix stdmodule detection when multiple runtimes are usedArthur LAURENT
2025-09-18nfc(C++ modules) add a test for multiple c++ runtimesArthur 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-17Merge pull request #6822 from Shiffted/fix_repo_cacheruki
Prioritize envs over repo cache