| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-08 | fix module dependency flags update | Arthur LAURENT | |
| 2024-10-08 | fix missing defines in compflags for dependency scanners | Arthur LAURENT | |
| 2024-10-08 | fix msvc dependency scanner | Arthur LAURENT | |
| 2024-10-08 | improve dependency scanner for clang | Arthur LAURENT | |
| 2024-10-08 | fix gcc module scanning when buildflags are updated | Arthur LAURENT | |
| 2024-10-08 | fix msvc module scanning when buildflags are updated | Arthur LAURENT | |
| 2024-10-08 | fix clang module scanning when buildflags are updated | Arthur LAURENT | |
| 2024-10-08 | cleanup unused variables | Arthur LAURENT | |
| 2024-10-08 | fix clang module scanning when buildflags are updated | Arthur LAURENT | |
| 2024-10-04 | fix protobuf rule | ruki | |
| 2024-10-04 | fix module batch | ruki | |
| 2024-09-30 | Update xmake.lua | ruki | |
| 2024-09-30 | Update xmake.lua | ruki | |
| 2024-09-30 | refactor(rules/iverilog): Use target:get_from to get defines | 小鸡快跑 | |
| 2024-09-29 | feat(rules/iverilog): Improve the iverilog build rules | 小鸡快跑 | |
| 1. Add System Verilog support 2. Support add_defines by add_options 3. Use vcd format instead of lxt2 to support WaveTrace plugin | |||
| 2024-09-18 | add NDEBUG for cuflags | Yuxi Chi | |
| 2024-09-16 | fix runtime | ruki | |
| 2024-09-16 | switch to MT runtime | ruki | |
| 2024-09-12 | optimize get sourcefile for export all | ruki | |
| 2024-09-12 | get sourcefile for export all | ruki | |
| 2024-09-12 | improve export all #5601 | ruki | |
| 2024-09-10 | fix protobuf | ruki | |
| 2024-09-06 | Merge pull request #5536 from ririyeye/swig_jar | ruki | |
| add jar generate in swig mode | |||
| 2024-09-06 | format code | ririyeye | |
| 2024-09-06 | format code | ririyeye | |
| 2024-09-06 | format code | ririyeye | |
| 2024-09-03 | add client param to rule `utils.glsl2spv` | milkiq | |
| 2024-09-02 | fix error delete | ririyeye | |
| 2024-09-02 | swig fix include err , fix par err | ririyeye | |
| 2024-09-02 | add swig find_user_outdir | ririyeye | |
| 2024-09-02 | add swig_build_cmd swig_build_file | ririyeye | |
| 2024-08-30 | fix input par | ririyeye | |
| 2024-08-30 | add swig depend file | ririyeye | |
| 2024-08-29 | if gen dir is specified by "-outdir" , replace autogendir | ririyeye | |
| 2024-08-29 | build jar in swig mode | ririyeye | |
| 2024-08-28 | fix install dylib for macos app #5515 | ruki | |
| 2024-08-27 | fix export_all when use export_filter on arch x86 | 白喵 | |
| 2024-08-06 | fix protobuf objectfiles #5426 | ruki | |
| 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-25 | Merge pull request #5376 from Arthapz/fix-module-objectfiles-handling | ruki | |
| Improve module objectfiles handling and moduleonly package | |||
| 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 | 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 | |
