| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-23 | fix protobuf for target deps #6701 | ruki | |
| 2025-08-22 | Add python stub file extension to cython rule | Wu, Zhenyu | |
| *.pyi also use python syntax so it can be translated to c/c++ files by cython | |||
| 2025-08-22 | fix qmltyperegistrar path #6733 | ruki | |
| 2025-08-21 | format code | ruki | |
| 2025-08-21 | fix(qt.qmltyperegistrar): Get rid of redundant packing into tables | Serhii Olendarenko | |
| 2025-08-20 | fix(qt.qmltyperegistrar): Extend dependencies for rebuild | GooRoo | |
| - Add values (import name, import version) to dependencies. - Add corresponding headers to dependencies as we need to re-generate `plugin.qmltypes`. | |||
| 2025-08-19 | fix mode and module config order | ruki | |
| 2025-08-19 | Merge pull request #6712 from Arthapz/fix-moduleonly-installation | ruki | |
| fix(c++ modules) fix disabled target getting configured for module compilation | |||
| 2025-08-18 | fix(c++ modules) fix sourcebatch caching (previously cached in localcache ↵ | Arthur LAURENT | |
| but was never used) | |||
| 2025-08-15 | Merge pull request #6713 from Arthapz/fix-sourcebatch-stealing | ruki | |
| fix(c++ modules) fix non .cpp file stealed from c++.build sourcebatch | |||
| 2025-08-14 | fix(c++ modules) fix disabled target getting configured for module compilation | Arthur LAURENT | |
| 2025-08-14 | fix(c++ modules) fix public culled module incorrectly emiting a warning | Arthur LAURENT | |
| 2025-08-14 | fix(c++ modules) fix non .cpp file stealed from c++.build sourcebatch | Arthur LAURENT | |
| 2025-08-14 | Merge pull request #6695 from std-microblock/patch-3 | ruki | |
| add /uselocaltime to inf2cat args | |||
| 2025-08-13 | Update xmake.lua | MicroBlock | |
| 2025-08-13 | Update xmake.lua | MicroBlock | |
| 2025-08-12 | Merge pull request #6699 from Arthapz/fix-module-support2 | ruki | |
| fix(c++ modules) fix xmake not updating module mapper when module file is removed | |||
| 2025-08-12 | fix(c++ modules) fix xmake not updating module mapper when module file is ↵ | Arthur LAURENT | |
| removed | |||
| 2025-08-12 | fix(c++ modules) handle empty modules | Arthur LAURENT | |
| 2025-08-12 | Update xmake.lua | MicroBlock | |
| 2025-08-06 | Merge pull request #6667 from xmake-io/config | ruki | |
| improve to config targets | |||
| 2025-08-06 | Revert "improve to config targets" | ruki | |
| 2025-08-06 | Merge pull request #6667 from xmake-io/config | ruki | |
| improve to config targets | |||
| 2025-08-01 | disable build.ccache for coverage #6664 | ruki | |
| 2025-07-31 | sort qt rules #6659 | ruki | |
| 2025-07-23 | fix: Ensure proper paths | GooRoo | |
| 2025-07-22 | fix(qt.qmltyperegistrar): Collect metatypes info | GooRoo | |
| Instead of passing all JSON-files generated by MOC directly into `qmltyperegistrar`, combine them into a single JSON-file first using MOC. Resolves #6647. | |||
| 2025-07-21 | Support .def file with clang | star9029 | |
| 2025-07-12 | revert qt/moc | ruki | |
| 2025-07-10 | fix replace gcc/ld | ruki | |
| 2025-07-10 | Merge pull request #6606 from IMXEren/rust-fix | ruki | |
| fix: rust static and shared library failing to find extern crate in windows-msvc | |||
| 2025-07-10 | fix ld #6613 | ruki | |
| 2025-07-09 | fix: rust libstd not found in non-windows | IMXEren | |
| - In non-windows, it's located at <sysroot>/lib | |||
| 2025-07-07 | fix qt rule #6570 | ruki | |
| 2025-07-07 | refactor: add extern crate using frameworks instead of rcflags | IMXEren | |
| 2025-07-07 | refactor: use on_config to add runenvs instead of before_run | IMXEren | |
| 2025-07-06 | refactor: simplify rust shared lib template and use rule to add libstd in env | IMXEren | |
| 2025-07-06 | refactor: use rustc.nf_framework instead of directly creating extern flags | IMXEren | |
| 2025-07-06 | fix: rust static and shared library failing to find extern crate in windows-msvc | IMXEren | |
| 1. rustc requires lib*.rlib, *.dll but produces *.rlib, *.dll. 2. shared library are `foo.dll`, `foo.dll.lib` and it links for `foo.dll`. | |||
| 2025-07-05 | fix project generator for c++modules | ruki | |
| 2025-07-05 | format code | ruki | |
| 2025-07-03 | rename copyright | ruki | |
| 2025-07-03 | remove tboox.org | ruki | |
| 2025-06-25 | Update Qt ts rule | RC1844 | |
| Replace the ts file update method to avoid the lupdate.exe command triggering the windows command line string limit | |||
| 2025-06-20 | fix: Do not add -fsanitize flags to msvc linker | DownerCase | |
| msvc's link.exe does not have an `fsanitize` flag. It was not causing build failures by was creating warning messages like: LINK : warning LNK4044: unrecognized option '/fsanitize=address'; ignored | |||
| 2025-06-17 | fix progress path for cmake #6553 | ruki | |
| 2025-06-17 | fix progress path for cmake | ruki | |
| 2025-06-17 | fix releasedbg for clang #6554 | ruki | |
| 2025-06-12 | Merge pull request #6542 from Doekin/mingw-gcc15-module | ruki | |
| rule(c++.modules): fix `get_gcc_version` for MinGW GCC 15 when toolname is 'gxx' | |||
| 2025-06-12 | rule(c++.modules): fix `get_gcc_version` for MinGW GCC 15 when toolname is 'gxx' | Chan Lee | |
