summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/cmake
AgeCommit message (Expand)Author
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-10refactor(cmakelists): define target_objectfiles library as INTERFACE when it ...ShrBox
2026-04-10fix(cmakelists): use target_link_libraries to link object librariesShrBox
2026-03-29fix const limit on lua5.5ruki
2025-10-29improve batchcmds:showruki
2025-10-06use rand64 firstruki
2025-10-01fix hash apiruki
2025-10-01update some uuid hashesruki
2025-09-06fix executable path for cmake #6768ruki
2025-07-10fix cmakelistsruki
2025-07-09add default cmake versionruki
2025-07-03rename copyrightruki
2025-06-29fix target utilsruki
2025-06-26feat(plugin/project): support gen compile_commands.json for specific targetfcying
2025-06-17fix progress path for cmake #6553ruki
2025-05-15renamed XMAKE_GLOBAL_COMPILER_ID to CURRENT_COMPILER_ID (advice from https://...PierreEVEN
2025-05-15Renamed remaining CMAKE_COMPILER_ID to XMAKE_GLOBAL_COMPILER_ID (was missing ...PierreEVEN
2025-05-14renamed CMAKE_COMPILER_ID property to XMAKE_GLOBAL_COMPILER_ID to avoid poten...PierreEVEN
2025-05-14Squashed commit of the following:PierreEVEN
2025-05-14Fixed cmake generator that was using 'CMAKE_COMPILER_ID' which doesn't exists...PierreEVEN
2025-05-09(cmake) fix fileset support version checkingArthur LAURENT
2025-05-09(C++ modules support) fix CMake generationArthur LAURENT
2025-05-03Merge pull request #6386 from PierreEVEN/fix-cmake_generator-compiler_namesruki
2025-05-03[fix] Use the new cmake syntax with a custom target add_library(... OBJECT IM...PierreEVEN
2025-05-03(generators) cmake : fix compiler detection if (Gcc) with a more standard syntaxPierreEVEN
2025-04-20(C++ modules) simplify names of module supportArthur LAURENT
2025-04-20(C++ modules) simplify module support directory treeArthur LAURENT
2025-04-09improve target_cmdsruki
2025-04-08prepare targets for more generatorsruki
2025-04-08prepare targets in cmakelists generatorruki
2024-12-19Update cmakelists.luaruki
2024-12-19[fix] error path escape for windows + android ndk --sysroot= c: path/to/ndk ...wps
2024-11-02fixed error when generating cmake (xmake project -k cmake) for a target that ...cmolocznik
2024-09-27fix obj hashsetstar9029
2024-09-27fix target_link_librariesstar9029
2024-09-27support object target for cmakelistsstar9029
2024-08-21fix compiler for cmakeruki
2024-08-20improve to get flagsruki
2024-08-20improve flags support for targetruki
2024-08-09fix cmake compilers #5448ruki
2024-07-11update cmakelistsruki
2024-06-03fix(plugins): convert set_languages() latest standard to cmakehuangmeng
2024-05-30improve exceptionsruki
2024-05-30improve mapflagsruki
2024-05-29add encodings for cmakelists #5149ruki
2024-05-271. use nf_encoding(self, encoding) in core.tools.cl and core.tools.gcc;huarkiou
2024-05-27add encoding flags when generate cmakelistshuarkiou