| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-30 | add /sdl and /Zc:inline flag support for `xmake project -k vs` | jinke18 | |
| 2024-07-30 | fixbug:nsis pack only support ascii path without blank space | jinke18 | |
| 2024-07-29 | fixbug: for cases when WindowsSDKVersion variable is not available | jinke18 | |
| 2024-07-29 | Merge pull request #5407 from xiaobfly/dev | ruki | |
| fix Qt static compilation issue | |||
| 2024-07-29 | fix vcpkg android armeabi-v7a | shuax | |
| 2024-07-29 | fix 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-29 | fix: | 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-29 | Fix missing braces ignoring sourcekind in batchcmds | Christian Kurz | |
| 2024-07-27 | fix fetch sysincludedirs | ruki | |
| 2024-07-27 | improve to patch pkgconfig pc file | ruki | |
| 2024-07-27 | add rpath warnings | ruki | |
| 2024-07-27 | use patchelf | ruki | |
| 2024-07-27 | improve rpath | ruki | |
| 2024-07-26 | set vs_toolset for msbuild | 白喵 | |
| 2024-07-25 | fix conan find_package again | ruki | |
| 2024-07-25 | update policy | 白喵 | |
| 2024-07-25 | improve conan:find_package #5358 | ruki | |
| 2024-07-25 | Merge pull request #5376 from Arthapz/fix-module-objectfiles-handling | ruki | |
| Improve module objectfiles handling and moduleonly package | |||
| 2024-07-25 | add bindirs for pacakge | ruki | |
| 2024-07-24 | Merge pull request #5391 from jinke18/dev-jk3 | ruki | |
| fixbug: crush when using non-scroll output theme like ninja | |||
| 2024-07-24 | fixbug: crush when using non-scroll output theme like ninja | jinke18 | |
| 2024-07-24 | fixbug: invalid project group when generate a vs project | jinke18 | |
| 2024-07-24 | Merge pull request #5387 from xmake-io/tests | ruki | |
| Improve test output | |||
| 2024-07-24 | fix log file path | ruki | |
| 2024-07-24 | improve test output | ruki | |
| 2024-07-24 | add tool jom | 白喵 | |
| 2024-07-24 | improve warning when modules get culled | Arthur LAURENT | |
| 2024-07-24 | fix objectfiles culling | Arthur LAURENT | |
| 2024-07-24 | fix objectfiles culling | Arthur LAURENT | |
| 2024-07-23 | prompt an error when multiple module with the same names are detected | Arthur LAURENT | |
| 2024-07-23 | remove unnecessary code | Arthur LAURENT | |
| culling is already done by dependency scanner | |||
| 2024-07-23 | fix qt install for mingw | ruki | |
| 2024-07-23 | Merge pull request #5382 from xmake-io/pack | ruki | |
| fix pack io.gsub | |||
| 2024-07-23 | fix pack io.gsub | ruki | |
| 2024-07-23 | simplify settings | jingkaimori | |
| assume that strings contains one option only. | |||
| 2024-07-23 | fix error when qt.deploy.flags policy is a table | jingkaimori | |
| 2024-07-23 | Merge pull request #5335 from xmake-io/install | ruki | |
| Improve installation | |||
| 2024-07-22 | simplify objectfile handling | Arthur LAURENT | |
| 2024-07-22 | fix module handling for batchcmds and some cleanups | Arthur LAURENT | |
| 2024-07-22 | remove print | Arthur LAURENT | |
| 2024-07-23 | improve to get deplibs | ruki | |
| 2024-07-22 | improve compilation of modules based on if it is from a package, an other ↵ | Arthur LAURENT | |
| target or an internal module | |||
| 2024-07-22 | improve moduleonly support | Arthur LAURENT | |
| 2024-07-22 | improve to find dll | ruki | |
| 2024-07-22 | strip -fmodule-mapper for GCC module reusage flag compatibility detection | Arthur LAURENT | |
| 2024-07-22 | Merge pull request #5373 from ChrisCatCP/msbuild | ruki | |
| update msbuild.lua | |||
| 2024-07-22 | update msbuild.lua | 白喵 | |
| 2024-07-22 | Merge pull request #5367 from ChrisCatCP/msbuild | ruki | |
| add policy msbuild.multi_tool_task | |||
| 2024-07-22 | remove unuse _get_vsarch | 白喵 | |
| 2024-07-22 | Merge pull request #5372 from SirLynix/patch-17 | ruki | |
| Apple tvOS: Fix typo in flag | |||
