summaryrefslogtreecommitdiff
path: root/xmake/plugins
AgeCommit message (Collapse)Author
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
2023-06-15Display policies list in show pluginA2va
2023-06-07fix cflags sep for vsxmakeruki
2023-06-06fix key nameruki
2023-06-06fix AditionalOptions for vsxmakeruki
2023-06-05add cxflags for vsxmake generator #3807ruki
2023-05-07add c language for vsxmake #3707ruki
2023-04-27add vv to command programruki
2023-04-27improve cd cmdruki
2023-04-27improve echo cmdruki
2023-04-27improve makefile to support cmdsruki
2023-04-27improve cmakelistsruki
2023-04-27add target cmds utilruki
2023-04-27add custom commands for generatorsruki
2023-04-24support tool flags #3669ruki
2023-04-22improve commentsruki
2023-04-22improve cmakelists for rule orderruki
2023-04-22improve cmakelists generatorruki
2023-04-14fix rc file for cmake generator #3626ruki
2023-04-09load targets to fix qt/env #3614ruki
2023-04-09rename project.check to project.check_optionsruki
2023-04-07fix plain group #3598ruki
2023-04-06improve filegroup #3598ruki
2023-03-21cmakelists support `set_exceptions`Latias94
2023-03-17improve profilerruki
2023-03-12fix msvc_deps_prefix for ninja generatorruki