summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Expand)Author
2025-04-23Add `byproduct` API to targetSineStriker
2025-04-23Remove implib APISineStriker
2025-04-23Make `set_targetdir` similar to `set_prefixdir`SineStriker
2025-04-23Fix test errorSineStriker
2025-04-23Add `set_implibdir` to target APIsSineStriker
2025-04-23Fix wrong link cmdSineStriker
2025-04-23Fix implibdir in linkerSineStriker
2025-04-23Fix nil value exception in link proc when target type is package during packa...SineStriker
2025-04-23Support customizing `implib` path of MinGW/MSVCSineStriker
2025-04-23Merge pull request #6347 from Arthapz/cleanup-modules-xmake-luaruki
2025-04-22(C++ modules) cleanup module rulesArthur LAURENT
2025-04-22Merge pull request #6301 from lakor64/devruki
2025-04-22Update xmake.luaruki
2025-04-22Update idl.luaruki
2025-04-22Use jobgraphsChristian Rendina
2025-04-22Merge branch 'dev' of https://github.com/xmake-io/xmake into devChristian Rendina
2025-04-22fix action testhsz
2025-04-21add --config to cmake build install commandcarl
2025-04-21Merge pull request #6342 from xmake-io/headerunitsruki
2025-04-21fix detect -fmodule-header for gccheaderunitsruki
2025-04-21Merge pull request #6337 from Arthapz/fix-link-runtimesruki
2025-04-21Update xmake.luaruki
2025-04-21Update xmake.luaruki
2025-04-21Update xmake.luaruki
2025-04-21Update xmake.luaruki
2025-04-21Update xmake.luaruki
2025-04-20(C++ modules) simplify names of module supportArthur LAURENT
2025-04-20(runtimes) runtimes flags should be first to avoid -L/usr/lib make linker cho...Arthur LAURENT
2025-04-20(C++ modules) simplify module support directory treeArthur LAURENT
2025-04-17Merge pull request #6326 from choyy/devruki
2025-04-17do windeployqt for qt.shared deps, fix windeployqt bindir bugchooyy
2025-04-16Use jobgraph rather than batchcmdChristian Rendina
2025-04-16Merge branch 'dev' of https://github.com/xmake-io/xmake into devChristian Rendina
2025-04-16Optimize CodeSineStriker
2025-04-16Add support for automatically using windows system proxySineStriker
2025-04-15Address formattingChristian Rendina
2025-04-15do windeployqt for qt.sharedchooyy
2025-04-15strip logo spacesruki
2025-04-15Use jobgraph rather than batchcmdsChristian Rendina
2025-04-15Merge branch 'dev' of https://github.com/xmake-io/xmake into devChristian Rendina
2025-04-14Merge pull request #6320 from xmake-io/headerunitruki
2025-04-14package(autoconf): remove duplicate `LDFLAGS`Doekin
2025-04-14fix package and headerunit for gccruki
2025-04-12fix import toolchain modules #6317ruki
2025-04-12fix pch and modules for gccruki
2025-04-12normalize jobnameruki
2025-04-12improve vs201xruki
2025-04-12improve modules with pchruki
2025-04-11Format filesChristian Rendina
2025-04-11Merge pull request #6312 from xmake-io/extractruki