summaryrefslogtreecommitdiff
path: root/xmake/plugins/project
AgeCommit message (Collapse)Author
2026-07-18add batchcmds:call warningsruki
2026-07-07move code stylesruki
2026-07-07add vstudio support for nonetyperuki
2026-07-07vsxmake: custom source types in solution explorerusernameak
This allows seeing source files added by add_files but not directly supported by xmake (e.g. when support is provided by a custom rule)
2026-06-24Remove duplicate variable 'lsp'choyy
2026-06-24workaround only for clangdchooyy
2026-06-24updatechooyy
2026-06-24workaround for clangd drive letter casing issuechooyy
2026-06-18format menusruki
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
fixes: https://github.com/xmake-io/xmake/issues/7526
2026-04-16vsxmake: generate .csproj for C# targetsArthur Vasseur
Detect targets whose source kinds are entirely "cs" and emit a .csproj
2026-04-10refactor(cmakelists): define target_objectfiles library as INTERFACE when it ↵ShrBox
doesn't contain IMPORTED_OBJECTS property
2026-04-10fix(cmakelists): use target_link_libraries to link object librariesShrBox
2026-03-29improve const limit codesruki
2026-03-29fix const limit on lua5.5ruki
2026-01-31refactor compile_commands policy to use generator namespaceSaikari
2026-01-30enhance compile_commands support and add test casesSaikari
2026-01-16improve to project generatorruki
2025-12-29fix prepare targetsruki
2025-12-29prepare test targets in compile_commandsruki
2025-12-06compile_commands: prepare targetsShifftC
2025-12-06compile_flags: add missing importShifftC
2025-11-17Update xmake project help message for vs2026Jérôme Leclercq
2025-11-12fix reset_config_and_cachesruki
2025-11-12fix project default config in vsxmake #7014ruki
2025-10-29improve batchcmds:showruki
2025-10-21recheck target toolchains in vsruki
2025-10-21recheck target toolchains in vsxmakeruki
2025-10-06use rand64 firstruki
2025-10-01fix hash apiruki
2025-10-01update some uuid hashesruki
2025-09-10support for vs2026ruki
2025-09-09Merge pull request #6780 from xmake-io/optiruki
Add benchmarks and optimize config/build targets
2025-09-07optimize to save toolchain cacheruki
2025-09-06fix executable path for cmake #6768ruki
2025-09-04improve batchcmdsruki
2025-08-23fix vsxmake options #6739ruki
2025-08-20fix configruki
2025-08-17fix argruki
2025-08-15ignore pch flags #6710ruki
2025-07-30fix binary not found #6655ruki
2025-07-10fix cmakelistsruki
2025-07-09add default cmake versionruki
2025-07-03rename copyrightruki
2025-07-02rename xcode2 to xcoderuki
2025-07-02format coderuki
2025-07-02Merge pull request #6411 from JX-Master/xcode-generatorruki
New native Xcode project generator.