summaryrefslogtreecommitdiff
path: root/xmake/plugins
AgeCommit message (Expand)Author
2026-06-03plugin/format: xmake format plugin: skip path.join when headerfile path is al...Arthur Vasseur
2026-05-13Merge pull request #7527 from Northn/fix-cmake-clangcl-generatorruki
2026-05-12fix: show -l targets now lists all targets regardless of set_defaultbakabaka9405
2026-05-10cmakelists generator: remove unused variableNorthn
2026-05-10cmakelists generator: minor code refactorNorthn
2026-05-10add a fallback to compiler/linker frontend detection when cmake version is <3.26Northn
2026-05-10handle compiler/linkers arguments based on their frontend variantNorthn
2026-04-24fix xpack/deb/srpmruki
2026-04-20add --formatruki
2026-04-20improve show outputruki
2026-04-20improve show testruki
2026-04-20add --dot outputruki
2026-04-20improve xmake show --inforuki
2026-04-20fix(depgraph): wrap deps in table to avoid json string literal on single depAkaps316
2026-04-20refactor: simplify target deps retrieval per PR reviewAkaps316
2026-04-20fix(depgraph): use direct deps and align print output with JSONAkaps316
2026-04-20Refactor to use test project fixture and ordered dependenciesAkaps316
2026-04-20Address code review feedback by waruqi: refactor parameter parsing, remove lo...Akaps316
2026-04-20feat(show): export target dependency graph as JSONAkaps316
2026-04-16vsxmake: generate .csproj for C# targetsArthur Vasseur
2026-04-10refactor(cmakelists): define target_objectfiles library as INTERFACE when it ...ShrBox
2026-04-10fix(cmakelists): use target_link_libraries to link object librariesShrBox
2026-04-07improve run checkerruki
2026-04-07add utils.checkerruki
2026-03-29improve const limit codesruki
2026-03-29fix const limit on lua5.5ruki
2026-03-29fix xpack appimage package nameShiffted
2026-03-13extend formatting to C++ modulesArtyom Gavrilov
2026-03-03improve repositories apiruki
2026-03-03add tarxz pack format supportruki
2026-02-03Refactor script content handling in main.luaruki
2026-02-02refactor: simplify script content handling in _get_script_from_stdin functionSaikari
2026-02-02refactor: enhance stdin script handling by improving string trimming logicSaikari
2026-02-02try formatSaikari
2026-02-02Refactor BOM removal in script input handlingSaikari
2026-02-02refactor: extract stdin script handling into a separate function for improved...Saikari
2026-02-02refactor: streamline utf8 BOM removal process in script content handlingSaikari
2026-02-02refactor: replace hardcoded utf8 BOM check with utf8.bom constant for improve...Saikari
2026-02-02refactor: streamline stdin script handling for Windows compatibilitySaikari
2026-02-01refactor: simplify stdin handling by removing redundant checks and streamlini...Saikari
2026-02-01refactor: enhance stdin handling by adding utf8 BOM removal and main function...Saikari
2026-02-01refactor: wrap script content in a main function for better execution contextSaikari
2026-02-01refactor: improve stdin handling and shell command execution across platformsSaikari
2026-02-01Merge branch 'xmake-io:dev' into stdinSaikari
2026-02-01refactor: enhance script handling to support inline Lua content executionSaikari
2026-02-01refactor: fix stdin script reading method for improved compatibilitySaikari
2026-02-01refactor: enhance temporary file naming for stdin script handlingSaikari
2026-01-31refactor: update stdin command usage example for consistencySaikari
2026-01-31refactor: improve stdin command handling with detailed usage examplesSaikari
2026-01-31refactor compile_commands policy to use generator namespaceSaikari