summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-09-23add package:check_fcsnippetsruki
2024-09-23improve package configs strruki
2024-09-23improve tipsruki
2024-09-23fix package tipsruki
2024-09-23fix host argumentsruki
2024-09-23fix host toolchainruki
2024-09-23improve host toolchain #5639ruki
2024-09-22update tboxruki
2024-09-21Merge pull request #5644 from xmake-io/ldflagsruki
add special language linker flags for package
2024-09-21update changelogruki
2024-09-21add special language linker flags for packageruki
2024-09-21Merge pull request #5634 from A2va/install-optruki
Allows installdir, bindir and libdir to be configured via opt arguments
2024-09-20Remove true_bindir argumentA2va
2024-09-20Avoid calling set installdirA2va