| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-14 | fix lock repo | ruki | |
| 2024-08-14 | reset bisect | ruki | |
| 2024-08-13 | fix commands | ruki | |
| 2024-08-13 | add gitdir | ruki | |
| 2024-08-13 | update help | ruki | |
| 2024-08-13 | add cli.bisect | ruki | |
| 2024-08-12 | Update main.lua | ruki | |
| 2024-08-12 | Update compile_commands.lua | ruki | |
| 2024-08-12 | Update main.lua | ruki | |
| 2024-08-12 | fix(plugin/project): Generate compile_commands for tests | 小鸡快跑 | |
| 1. Implement the get_tests_table as a function 2. Generate compile_commands for tests | |||
| 2024-08-09 | Merge pull request #5449 from xmake-io/cmake | ruki | |
| fix cmake compilers #5448 | |||
| 2024-08-09 | add clang-20 | c8ef | |
| 2024-08-09 | add clang-19 | c8ef | |
| 2024-08-09 | fix cmake compilers #5448 | ruki | |
| 2024-08-07 | Merge pull request #5446 from xmake-io/libfiles | ruki | |
| find libfiles for pacman | |||
| 2024-08-07 | improve libfiles for pacman | ruki | |
| 2024-08-07 | improve libfiles for apt | ruki | |
| 2024-08-07 | find libfiles from pkg-config | ruki | |
| 2024-08-07 | get libfiles for pacman | ruki | |
| 2024-08-07 | Revert e26ea1c31f9fd0733590c36db4b6f9003fae8547 | Jérôme Leclercq | |
| 2024-08-07 | Merge pull request #5416 from jinke18/dev-jk240730-2 | ruki | |
| add /sdl, /Zc:inline and ExceptionHandling flag support for `xmake project -k vs` | |||
| 2024-08-07 | format code | ruki | |
| 2024-08-07 | Update vs201x_vcxproj.lua | ruki | |
| 2024-08-07 | Update vs201x_vcxproj.lua | ruki | |
| 2024-08-06 | Don't treat x86_64 as cross on arm64 macOS | Jérôme Leclercq | |
| 2024-08-06 | fix protobuf objectfiles #5426 | ruki | |
| 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-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 | |
