summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-06improve to_arrayruki
2024-10-06add clone and eq to hashsetruki
2024-10-06improve hashsetruki
2024-10-04fix protobuf ruleruki
2024-10-04fix module batchruki
2024-10-02fix cmake configsruki
2024-09-30Merge pull request #5677 from 24bit-xjkp/devruki
feat(rules/iverilog): Improve the iverilog build rules
2024-09-30Merge pull request #5680 from xmake-io/toolchainruki
fix check toolchain
2024-10-01fix check toolchainruki
2024-09-30shrink cmake argumentsruki
2024-09-30Update xmake.luaruki
2024-09-30Update xmake.luaruki
2024-09-30refactor(rules/iverilog): Use target:get_from to get defines小鸡快跑
2024-09-30Merge pull request #5678 from xmake-io/cmakeruki
shrink cmake arguments
2024-09-30fix match patternruki
2024-09-29feat(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-28disable find pkgconfig on windows #5595ruki
2024-09-27Merge pull request #5671 from xmake-io/autoconfruki
improve host
2024-09-28improve hostruki
2024-09-27Merge pull request #5667 from star-hengxing/generator-object-kindruki
Improve object target for generator
2024-09-27fix obj hashsetstar9029
2024-09-27update commentsruki
2024-09-27improve check_fcsnippetsruki
2024-09-27fix target_link_librariesstar9029
2024-09-27support object target for vsxamkestar9029
2024-09-27support object target for cmakelistsstar9029
2024-09-26Merge pull request #5666 from xmake-io/librarydepruki
use librarydep
2024-09-26use librarydepruki
2024-09-26Merge pull request #5661 from xmake-io/clangclruki
fix clang-cl toolchain #5658
2024-09-26fix clang-cl toolchain #5658ruki
2024-09-25Merge pull request #5643 from xmake-io/toolchainruki
improve host toolchain #5639
2024-09-25Merge pull request #5656 from xmake-io/cliruki
rename demo to cli
2024-09-24rename demo to cliruki
2024-09-24Merge pull request #5655 from rennsax/fix-configureruki
Fix platform compatibility for _os_find and _os_date functions
2024-09-24Fix platform compatibility for _os_find and _os_date functionsBojun Ren
- Removed macOS-specific conditional checks in _os_find. Now using universal GNU find flag -maxdepth and -mindepth to simplify code. Note that -maxdepth and -mindepth are also available for macOS's find. - Updated _os_date to handle multiple platforms more gracefully by attempting GNU date options first, falling back to BSD date options, and finally reverting to the current date and time if none of the preceding options are available. These changes ensure broader compatibility across different operating systems and utilities.
2024-09-24Merge pull request #5652 from xmake-io/testbuildruki
fix testbuild for v3.0
2024-09-24fix testbuildruki
2024-09-24test hostruki
2024-09-23fix testbuild for v3.0ruki
2024-09-23remove private tag in require keyruki
2024-09-23all package deps inherit hostruki
2024-09-23update changelogruki
2024-09-23Merge pull request #5650 from xmake-io/vsxmakeruki
improve program file for vsxmake #5642
2024-09-23fix pathruki
2024-09-23fix programfileruki
2024-09-23fix envsruki
2024-09-23fix xml tagruki
2024-09-23improve program file for vsxmake #5642ruki
2024-09-23update changelogruki
2024-09-23Merge pull request #5649 from xmake-io/fortranruki
add package:check_fcsnippets