summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2023-03-12update commentsruki
2023-03-12improve ninja generator for msvcruki
2023-03-11improve cmake::find_package, use debug flagsRichardYCJ
2023-03-11fix cmake::find_package, remove auto debug detectionRichardYCJ
2023-03-11fix cmake::find_package, rename flags to include_directoriesRichardYCJ
2023-03-11fix cmake::find_package, use format string instead of gsubRichardYCJ
2023-03-11Revert "fix cmake::find_package envs set to nil"RichardYCJ
This reverts commit 000dc3a8df6d3316b16f03f32611597d9c30a2d4.
2023-03-11improve cmake::find_package, remove debug flags and use opt.modeRichardYCJ
2023-03-11fix cmake::find_package envs set to nilRichardYCJ
2023-03-11improve cmake::find_package use include_dirs instead of find_nameRichardYCJ
use `include_dirs` and `link_libraries` to customize cmake detection.
2023-03-11improve run #3495ruki
2023-03-11fix pathruki
2023-03-11fix makefile for nmakeruki
2023-03-11add verboseruki
2023-03-11rewrite makefile generatorruki
2023-03-10improve cmake::find_package, add debug flags to configsRichardYCJ
2023-03-10improve cmake::find_packageRichardYCJ
add extra `find_name` to configurations.
2023-03-10Merge pull request #3490 from star-hengxing/ninjaruki
fix ninja opt
2023-03-10improve optstar-hengxing
2023-03-10translate flags for ninjaruki
2023-03-10rename apiruki
2023-03-10improve build.ninja to support other output pathruki
2023-03-10strip components from dependent packages #3486ruki
2023-03-10fix ninja optstar-hengxing
2023-03-10support makedeps for dlang #3455ruki
2023-03-09improve to find qmake from qt5baseruki
2023-03-09improve qtruki
2023-03-09improve path and moc rule #3457ruki
2023-03-09improve find_fileruki
2023-03-08improve has_flagsruki
2023-03-08fix cxxmodules cache #3463ruki
2023-03-08improve vcpkgruki
2023-03-07Merge pull request #3473 from guijiyang/doxygenruki
fix xmake doxygen bug,add doxygen to function _generate_doxyfile()
2023-03-07improve export embed binary packageruki
2023-03-07fix the error of 'xmake doxygen': add parameter 'doxygen' to function ↵guijiyang
'_generate_doxyfile'
2023-03-07Merge pull request #3465 from 45degree/masterruki
update find_vulkansdk.lua
2023-03-07improve config for base #3468ruki
2023-03-06improve has_flagsruki
2023-03-06Update find_vulkansdk.lua45degree
2023-03-06Update find_vulkansdk.lua45degree
2023-03-06update find_vulkansdk.lua45degree
linux will not generate the two environment variables($VK_SDK_PATH, $VULKAN_SDK) when you install Vulkan from the system package manager(e.g. archlinux), so you should find the Vulkan path from /usr and /usr/local
2023-03-06Update find_package.luaJérôme Leclercq
2023-03-06Fix cargo::find_package for WindowsJérôme Leclercq
2023-03-06improve to get rust libname #3452ruki
2023-03-06fix sysflagsruki
2023-03-06Merge pull request #3435 from xmake-io/flagsruki
improve has_flags
2023-03-05fix load toolruki
2023-03-05fix sysflagsruki
2023-03-05improve has_flagsruki
2023-03-05Set ANDROID_PLATFORM with CMakeJérôme Leclercq