summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2024-07-30add /sdl and /Zc:inline flag support for `xmake project -k vs`jinke18
2024-07-30fixbug:nsis pack only support ascii path without blank spacejinke18
2024-07-29fixbug: for cases when WindowsSDKVersion variable is not availablejinke18
2024-07-29Merge pull request #5407 from xiaobfly/devruki
fix Qt static compilation issue
2024-07-29fix vcpkg android armeabi-v7ashuax
2024-07-29fix static qt link macro.xiaobfly
for example: before: $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/PrintSupport_resources_1/.rcc/qrc_qprintdialog.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/PrintSupport_resources_2/.rcc/qrc_qprintdialog1.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Widgets_resources_1/.rcc/qrc_qstyle.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Widgets_resources_2/.rcc/qrc_qstyle1.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Widgets_resources_3/.rcc/qrc_qmessagebox.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Gui_resources_1/.rcc/qrc_qpdf.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Gui_resources_2/.rcc/qrc_gui_shaders.cpp.obj after: "D:/Qt/Qt6.5.3/lib/objects-Debug/Widgets_resources_1/.rcc/qrc_qstyle.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Widgets_resources_2/.rcc/qrc_qstyle1.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Widgets_resources_3/.rcc/qrc_qmessagebox.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Gui_resources_1/.rcc/qrc_qpdf.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Gui_resources_2/.rcc/qrc_gui_shaders.cpp.obj",
2024-07-29fix:xiaobfly
not append .lib when link .obj file. for example: static qt will link these files: $$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_1/.rcc/qrc_qstyle.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_2/.rcc/qrc_qstyle1.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_3/.rcc/qrc_qmessagebox.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-Debug/Gui_resources_1/.rcc/qrc_qpdf.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-Debug/Gui_resources_2/.rcc/qrc_gui_shaders.cpp.obj have a link error: error: LINK fatal error LNK1104: can't open file "$$[QT_INSTALLPREFIX]\Lib\objects-Debug\widgets_resources1\.rcc\qrc_qstyle.cpp.obj.lib"
2024-07-29Fix missing braces ignoring sourcekind in batchcmdsChristian Kurz
2024-07-27fix fetch sysincludedirsruki
2024-07-27improve to patch pkgconfig pc fileruki
2024-07-27add rpath warningsruki
2024-07-27use patchelfruki
2024-07-27improve rpathruki
2024-07-26set vs_toolset for msbuild白喵
2024-07-25fix conan find_package againruki
2024-07-25update policy白喵
2024-07-25improve conan:find_package #5358ruki
2024-07-25Merge pull request #5376 from Arthapz/fix-module-objectfiles-handlingruki
Improve module objectfiles handling and moduleonly package
2024-07-25add bindirs for pacakgeruki
2024-07-24Merge pull request #5391 from jinke18/dev-jk3ruki
fixbug: crush when using non-scroll output theme like ninja
2024-07-24fixbug: crush when using non-scroll output theme like ninjajinke18
2024-07-24fixbug: invalid project group when generate a vs projectjinke18
2024-07-24Merge pull request #5387 from xmake-io/testsruki
Improve test output
2024-07-24fix log file pathruki
2024-07-24improve test outputruki
2024-07-24add tool jom白喵
2024-07-24improve warning when modules get culledArthur LAURENT
2024-07-24fix objectfiles cullingArthur LAURENT
2024-07-24fix objectfiles cullingArthur LAURENT
2024-07-23prompt an error when multiple module with the same names are detectedArthur LAURENT
2024-07-23remove unnecessary codeArthur LAURENT
culling is already done by dependency scanner
2024-07-23fix qt install for mingwruki
2024-07-23Merge pull request #5382 from xmake-io/packruki
fix pack io.gsub
2024-07-23fix pack io.gsubruki
2024-07-23simplify settingsjingkaimori
assume that strings contains one option only.
2024-07-23fix error when qt.deploy.flags policy is a tablejingkaimori
2024-07-23Merge pull request #5335 from xmake-io/installruki
Improve installation
2024-07-22simplify objectfile handlingArthur LAURENT
2024-07-22fix module handling for batchcmds and some cleanupsArthur LAURENT
2024-07-22remove printArthur LAURENT
2024-07-23improve to get deplibsruki
2024-07-22improve compilation of modules based on if it is from a package, an other ↵Arthur LAURENT
target or an internal module
2024-07-22improve moduleonly supportArthur LAURENT
2024-07-22improve to find dllruki
2024-07-22strip -fmodule-mapper for GCC module reusage flag compatibility detectionArthur LAURENT
2024-07-22Merge pull request #5373 from ChrisCatCP/msbuildruki
update msbuild.lua
2024-07-22update msbuild.lua白喵
2024-07-22Merge pull request #5367 from ChrisCatCP/msbuildruki
add policy msbuild.multi_tool_task
2024-07-22remove unuse _get_vsarch白喵
2024-07-22Merge pull request #5372 from SirLynix/patch-17ruki
Apple tvOS: Fix typo in flag