| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | feat(template): add rust shared library template | IMXEren | |
| - built using -C prefer-dynamic hence, requires libstd-*.[so|dll|dylib] add DYLD_LIBRARY_PATH to search libstd | |||
| 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-06 | update changelog | ruki | |
| 2025-07-06 | Merge pull request #6605 from xmake-io/compdb | ruki | |
| fix project generator for c++modules | |||
| 2025-07-05 | fix project generator for c++modules | ruki | |
| 2025-07-05 | format code | ruki | |
| 2025-07-03 | Merge pull request #6602 from xmake-io/copyright | ruki | |
| rename copyright | |||
| 2025-07-03 | update morecopyright | ruki | |
| 2025-07-03 | rename copyright | ruki | |
| 2025-07-03 | remove tboox.org | ruki | |
| 2025-07-02 | update changelog | ruki | |
| 2025-07-02 | rename xcode2 to xcode | ruki | |
| 2025-07-02 | format code | ruki | |
| 2025-07-02 | Merge pull request #6411 from JX-Master/xcode-generator | ruki | |
| New native Xcode project generator. | |||
| 2025-07-02 | Update pbxproj.lua | ruki | |
| 2025-07-02 | Update get_xcode_info.lua | ruki | |
| 2025-06-30 | Merge pull request #6597 from Doekin/pc-file | ruki | |
| package(install): refine relative path generation in .pc files | |||
| 2025-06-30 | update changelog | ruki | |
| 2025-06-30 | package(install): refine relative path generation in .pc files | Chan Lee | |
| 2025-06-29 | fix test for clang modules | ruki | |
| 2025-06-29 | fix build.fence #6586 | ruki | |
| 2025-06-29 | improve rust target #6574 | ruki | |
| 2025-06-29 | fix target utils | ruki | |
| 2025-06-28 | fix check tips | ruki | |
| 2025-06-28 | update changelog | ruki | |
| 2025-06-27 | Merge pull request #6592 from xmake-io/objectonly | ruki | |
| Fix objectonly targets | |||
| 2025-06-27 | improve object only test | ruki | |
| 2025-06-27 | fix link object only binary | ruki | |
| 2025-06-27 | Fix product name issue. | JX-Master | |
| Add SDKROOT build settings. | |||
| 2025-06-27 | add object only test | ruki | |
| 2025-06-26 | Merge pull request #6585 from xmake-io/ping | ruki | |
| improve ping #6579 | |||
| 2025-06-26 | Merge pull request #6572 from fcying/dev | ruki | |
| feat(plugin/project): support gen compile_commands.json for specific target | |||
| 2025-06-26 | Merge pull request #6588 from romeoxbm/feat-test-should-fail | ruki | |
| feat(test): Support expected-failure tests via should_fail option | |||
| 2025-06-26 | feat(plugin/project): support gen compile_commands.json for specific target | fcying | |
| 2025-06-25 | Minor change | Francesco Guastella | |
| 2025-06-25 | Move test summary to the last line of the report | Francesco Guastella | |
| 2025-06-25 | improve pingping | ruki | |
| 2025-06-25 | fix ping | ruki | |
| 2025-06-25 | add logs | ruki | |
| 2025-06-25 | improve ping #6579 | ruki | |
| 2025-06-25 | Merge pull request #6587 from star-hengxing/cmake | ruki | |
| Fix attempt to index a nil value | |||
| 2025-06-25 | feat(test): Support expected-failure tests via should_fail option | Francesco Guastella | |
| This patch adds support for marking test cases as expected to fail using the should_fail option in add_tests(). This is useful for validating crash handling, incomplete features, or contract-breaking behavior in a controlled manner. The test report has also been slightly modified to: - Distinguish expected failures and unexpected passes. - Print a detailed summary of failed tests, unexpected passes, and expected failures at the end. | |||
| 2025-06-25 | Fix attempt to index a nil value | star9029 | |
| 2025-06-25 | Merge pull request #6581 from A2va/patch-1 | ruki | |
| Use pairs iterator for project.options instead of ipairs | |||
| 2025-06-25 | Merge pull request #6582 from RC1844/patch-2 | ruki | |
| Update Qt ts rule | |||
| 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 | |||
