| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-06 | Don't treat x86_64 as cross on arm64 macOS | Jérôme Leclercq | |
| 2024-08-06 | Merge pull request #5437 from xmake-io/protobuf | ruki | |
| fix protobuf objectfiles #5426 | |||
| 2024-08-06 | fix protobuf objectfiles #5426 | ruki | |
| 2024-08-05 | Merge pull request #5435 from xmake-io/pch | ruki | |
| improve pch filename for msvc #5413 | |||
| 2024-08-05 | improve pch filename for msvc #5413 | ruki | |
| 2024-08-05 | skip rpath for windows | ruki | |
| 2024-08-05 | Merge pull request #5414 from jinke18/dev-jk240730-1 | ruki | |
| fixbug:nsis pack only support ascii path without blank space | |||
| 2024-08-05 | Update main.lua | ruki | |
| 2024-08-04 | improve check package | ruki | |
| 2024-07-31 | Merge pull request #5411 from jinke18/dev-jk4 | ruki | |
| fixbug: for cases when WindowsSDKVersion variable is not available | |||
| 2024-07-31 | change coding style | jinke18 | |
| 2024-07-30 | make pattern more strict | jinke18 | |
| 2024-07-30 | add ExceptionHandling flag support for `xmake project -k vs` | jinke18 | |
| 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-30 | update ps1 | ruki | |
| 2024-07-30 | update spec | ruki | |
| 2024-07-30 | update versionv2.9.4 | ruki | |
| 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 | Merge pull request #5408 from shuax/dev | ruki | |
| fix vcpkg android armeabi-v7a | |||
| 2024-07-29 | fix vcpkg android armeabi-v7a | shuax | |
| 2024-07-29 | Merge pull request #5406 from chriku/patch-1 | ruki | |
| Fix missing braces ignoring sourcekind in batchcmds | |||
| 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-28 | update changelog | ruki | |
| 2024-07-27 | Merge pull request #5404 from xmake-io/fetch | ruki | |
| fix fetch sysincludedirs | |||
| 2024-07-27 | fix fetch sysincludedirs | ruki | |
| 2024-07-27 | improve to patch pkgconfig pc file | ruki | |
| 2024-07-27 | Merge pull request #5400 from xmake-io/rpath | ruki | |
| improve rpath | |||
| 2024-07-27 | add rpath warnings | ruki | |
| 2024-07-27 | use patchelf | ruki | |
| 2024-07-27 | improve rpath | ruki | |
| 2024-07-26 | Merge pull request #5398 from ChrisCatCP/msbuild | ruki | |
| set vs_toolset for msbuild | |||
| 2024-07-26 | set vs_toolset for msbuild | 白喵 | |
| 2024-07-25 | fix conan find_package again | ruki | |
| 2024-07-25 | Merge pull request #5395 from ChrisCatCP/policy | ruki | |
| update policy | |||
| 2024-07-25 | improve conan:find_package #5358 | ruki | |
| 2024-07-25 | update changelog | ruki | |
| 2024-07-25 | update policy | 白喵 | |
| 2024-07-25 | Merge pull request #5376 from Arthapz/fix-module-objectfiles-handling | ruki | |
| Improve module objectfiles handling and moduleonly package | |||
| 2024-07-25 | update changelog | ruki | |
| 2024-07-25 | Merge pull request #5392 from xmake-io/bindirs | ruki | |
| add bindirs for pacakge | |||
| 2024-07-25 | add bindirs for pacakge | ruki | |
| 2024-07-25 | fix cjson test | ruki | |
| 2024-07-25 | move autogen tests | ruki | |
| 2024-07-24 | Update test.lua | ruki | |
| 2024-07-24 | Update test.lua | ruki | |
| 2024-07-24 | update changelog | ruki | |
