| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2024-07-22 | fix module handling for batchcmds and some cleanups | Arthur LAURENT | |
| 2024-07-22 | remove print | Arthur LAURENT | |
| 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 | strip -fmodule-mapper for GCC module reusage flag compatibility detection | Arthur LAURENT | |
| 2024-07-21 | add a warning when a module is getting culled | Arthur LAURENT | |
| 2024-07-21 | add a fileconfig entry to disable module culling | Arthur LAURENT | |
| 2024-07-21 | add a policy to disable module culling | Arthur LAURENT | |
| 2024-07-19 | fix os.rm and uninstall modules | ruki | |
| 2024-07-16 | add build.rpath and install.rpath policies | ruki | |
| 2024-07-15 | User's qt.deploy.flags have priority over defaults | yh-sb | |
| 2024-07-13 | fix framework for mac qt #5336 | ruki | |
| 2024-07-13 | Merge pull request #5340 from ↵ | ruki | |
| Arthapz/improve-clang-scan-deps-warning-for-modules add a proper warning when falling back to fallback module scanner for… | |||
| 2024-07-13 | Merge pull request #5341 from ↵ | ruki | |
| Arthapz/add-proper-warning-for-std-module-detection add proper warning for std module detection | |||
| 2024-07-13 | Merge pull request #5339 from Arthapz/fix-gnuxx-flag-for-modules | ruki | |
| fix c++ language detection for modules when gnuxxXY or gnu++XY is used | |||
| 2024-07-12 | improve std module warning for clang | Arthur LAURENT | |
| 2024-07-12 | add proper warning for std module detection | Arthur LAURENT | |
| 2024-07-12 | add a proper warning when falling back to fallback module scanner for gcc ↵ | Arthur LAURENT | |
| and clang | |||
| 2024-07-12 | fix c++ language detection for modules when gnuxxXY or gnu++XY is used | Arthur LAURENT | |
| 2024-07-12 | fix inherit links #5331 | ruki | |
| 2024-07-06 | make qt.ts prefixdir option supports absolute path | jingkaimori | |
| 2024-07-05 | Update xmake.lua | ruki | |
| 2024-07-05 | Rename build variable and add per file progress message | al1-ce | |
| 2024-07-04 | Fix variable names, arg order and compile config | al1-ce | |
| 2024-07-04 | Refactor vala buildcmd | al1-ce | |
| 2024-07-03 | Improve Vala support | al1-ce | |
| When compiling multiple files valac fails to find symbols (i.e SomeClass from a.vala using in b.vala), changed build to process all source files at once | |||
| 2024-07-03 | Update xmake.lua | ruki | |
| 2024-07-03 | add prefixdir configuration for ts file | HapiFive | |
