summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2024-08-14fix lock reporuki
2024-08-14reset bisectruki
2024-08-13fix commandsruki
2024-08-13add gitdirruki
2024-08-13update helpruki
2024-08-13add cli.bisectruki
2024-08-12Update main.luaruki
2024-08-12Update compile_commands.luaruki
2024-08-12Update main.luaruki
2024-08-12fix(plugin/project): Generate compile_commands for tests小鸡快跑
1. Implement the get_tests_table as a function 2. Generate compile_commands for tests
2024-08-09Merge pull request #5449 from xmake-io/cmakeruki
fix cmake compilers #5448
2024-08-09add clang-20c8ef
2024-08-09add clang-19c8ef
2024-08-09fix cmake compilers #5448ruki
2024-08-07Merge pull request #5446 from xmake-io/libfilesruki
find libfiles for pacman
2024-08-07improve libfiles for pacmanruki
2024-08-07improve libfiles for aptruki
2024-08-07find libfiles from pkg-configruki
2024-08-07get libfiles for pacmanruki
2024-08-07Revert e26ea1c31f9fd0733590c36db4b6f9003fae8547Jérôme Leclercq
2024-08-07Merge pull request #5416 from jinke18/dev-jk240730-2ruki
add /sdl, /Zc:inline and ExceptionHandling flag support for `xmake project -k vs`
2024-08-07format coderuki
2024-08-07Update vs201x_vcxproj.luaruki
2024-08-07Update vs201x_vcxproj.luaruki
2024-08-06Don't treat x86_64 as cross on arm64 macOSJérôme Leclercq
2024-08-06fix protobuf objectfiles #5426ruki
2024-08-05improve pch filename for msvc #5413ruki
2024-08-05skip rpath for windowsruki
2024-08-05Merge pull request #5414 from jinke18/dev-jk240730-1ruki
fixbug:nsis pack only support ascii path without blank space
2024-08-05Update main.luaruki
2024-08-04improve check packageruki
2024-07-31Merge pull request #5411 from jinke18/dev-jk4ruki
fixbug: for cases when WindowsSDKVersion variable is not available
2024-07-31change coding stylejinke18
2024-07-30make pattern more strictjinke18
2024-07-30add ExceptionHandling flag support for `xmake project -k vs`jinke18
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