summaryrefslogtreecommitdiff
path: root/xmake/plugins
AgeCommit message (Collapse)Author
2023-09-30Fix orderpairs with sourcebatchesA2va
2023-09-22remove logruki
2023-09-21sort policies for xmake showruki
2023-09-18support remote for xmake reporuki
2023-09-14disable remote for xmake luaruki
2023-09-14support remote build for project generatorruki
2023-09-14improve xmakeruki
2023-09-14remote run lua commandsruki
2023-09-13fix cmake shell strruki
2023-09-13fix #4196ruki
2023-09-12mark async.runjobs as public apiruki
2023-09-04fix logsruki
2023-09-01fix package configsruki
2023-09-01improve packageruki
2023-08-30fix: add `_escape_path` to cmd programLatias94
2023-08-29fix cmakelists generator #4130ruki
2023-08-24fix compdb #4115ruki
2023-08-23fix extrafiles #4110ruki
2023-08-21rename functionruki
2023-08-21improve include filterruki
2023-08-21add extrafiles for vs generatorruki
2023-08-21add extrafiles #2384ruki
2023-08-01remove more codesruki
2023-08-01remove some deprecated apisruki
2023-08-01Merge pull request #4029 from SirLynix/vsproject_filegroupsruki
vsproject generation: handle filegroups merging
2023-08-01Exit once filter is resolvedSirLynix
2023-08-01stop once a filter is foundSirLynix
2023-07-31vsproject generation: handle filegroups mergingSirLynix
2023-07-29improve compile_commandsstar9029
2023-07-29improve compile_commandsstar9029
2023-07-24Merge pull request #3989 from SirLynix/renderdoc_envsruki
Refactor runenvs so renderdoc can store envs
2023-07-23Fix vs project generationSirLynix
2023-07-22fix: none exception for cmakeRimuruChan
2023-07-21Update getinfo.luaSirLynix
2023-07-21Refactor runenvs so renderdoc can store envsSirLynix
2023-07-19Fix grammarwtz
2023-07-14fix vs generator for cudaxq114
2023-07-13CMake only accepts the INTERFACE access type for including directories in ↵Mohammed
header-only libraries CMake only allows the use of the INTERFACE access type to include directories in header-only libraries. However, Xmake generates a faulty CMakeLists.txt file when a header-only library has dependencies. This results in the following error message: "target_include_directories may only set INTERFACE properties on INTERFACE targets". The root cause of this issue is that the include directory function is using a PRIVATE access type instead of INTERFACE. To address this problem, the proposed change checks whether the target is a header-only library and adjusts the access type accordingly.
2023-07-12improve statsruki
2023-07-04add ln for makefile generator #3921ruki
2023-06-26Update build_ninja.luaxpxz
2023-06-26Update build_ninja.luaxpxz
2023-06-25remove colonxpxz
2023-06-25fix formatxpxz
2023-06-25fix generate ninja proj bugxpxz
2023-06-24fix cmake generator #3880ruki
2023-06-21add upgrade vs project stubruki
2023-06-21fix tailing spacesruki
2023-06-18improve compile_commands generator #3857ruki
2023-06-15Modify headerA2va