summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-07refactor: add extern crate using frameworks instead of rcflagsIMXEren
2025-07-07refactor: use on_config to add runenvs instead of before_runIMXEren
2025-07-06refactor: simplify rust shared lib template and use rule to add libstd in envIMXEren
2025-07-06refactor: use rustc.nf_framework instead of directly creating extern flagsIMXEren
2025-07-06feat(template): add rust shared library templateIMXEren
- built using -C prefer-dynamic hence, requires libstd-*.[so|dll|dylib] add DYLD_LIBRARY_PATH to search libstd
2025-07-06fix: rust static and shared library failing to find extern crate in windows-msvcIMXEren
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-06update changelogruki
2025-07-06Merge pull request #6605 from xmake-io/compdbruki
fix project generator for c++modules
2025-07-05fix project generator for c++modulesruki
2025-07-05format coderuki
2025-07-03Merge pull request #6602 from xmake-io/copyrightruki
rename copyright
2025-07-03update morecopyrightruki
2025-07-03rename copyrightruki
2025-07-03remove tboox.orgruki
2025-07-02update changelogruki
2025-07-02rename xcode2 to xcoderuki
2025-07-02format coderuki
2025-07-02Merge pull request #6411 from JX-Master/xcode-generatorruki
New native Xcode project generator.
2025-07-02Update pbxproj.luaruki
2025-07-02Update get_xcode_info.luaruki
2025-06-30Merge pull request #6597 from Doekin/pc-fileruki
package(install): refine relative path generation in .pc files
2025-06-30update changelogruki
2025-06-30package(install): refine relative path generation in .pc filesChan Lee
2025-06-29fix test for clang modulesruki
2025-06-29fix build.fence #6586ruki
2025-06-29improve rust target #6574ruki
2025-06-29fix target utilsruki
2025-06-28fix check tipsruki
2025-06-28update changelogruki
2025-06-27Merge pull request #6592 from xmake-io/objectonlyruki
Fix objectonly targets
2025-06-27improve object only testruki
2025-06-27fix link object only binaryruki
2025-06-27Fix product name issue.JX-Master
Add SDKROOT build settings.
2025-06-27add object only testruki
2025-06-26Merge pull request #6585 from xmake-io/pingruki
improve ping #6579
2025-06-26Merge pull request #6572 from fcying/devruki
feat(plugin/project): support gen compile_commands.json for specific target
2025-06-26Merge pull request #6588 from romeoxbm/feat-test-should-failruki
feat(test): Support expected-failure tests via should_fail option
2025-06-26feat(plugin/project): support gen compile_commands.json for specific targetfcying
2025-06-25Minor changeFrancesco Guastella
2025-06-25Move test summary to the last line of the reportFrancesco Guastella
2025-06-25improve pingpingruki
2025-06-25fix pingruki
2025-06-25add logsruki
2025-06-25improve ping #6579ruki
2025-06-25Merge pull request #6587 from star-hengxing/cmakeruki
Fix attempt to index a nil value
2025-06-25feat(test): Support expected-failure tests via should_fail optionFrancesco 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-25Fix attempt to index a nil valuestar9029
2025-06-25Merge pull request #6581 from A2va/patch-1ruki
Use pairs iterator for project.options instead of ipairs
2025-06-25Merge pull request #6582 from RC1844/patch-2ruki
Update Qt ts rule
2025-06-25Update Qt ts ruleRC1844
Replace the ts file update method to avoid the lupdate.exe command triggering the windows command line string limit