summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-22update changelogruki
2023-12-22Merge pull request #4534 from star-hengxing/compile_commandsruki
improve compile_commands
2023-12-22set remote sessionruki
2023-12-22remove openbsd ciruki
2023-12-22improve compile_commandsstar9029
2023-12-22Merge pull request #4529 from xmake-io/srpmruki
pack xmake install to srpm
2023-12-22pack rpmruki
2023-12-22translate pathruki
2023-12-22pack xmake install to srpmruki
2023-12-21add srpmruki
2023-12-21Merge pull request #4515 from xmake-io/rpmruki
Support to pack srpm package
2023-12-21add buildrequiresruki
2023-12-21add build requiresruki
2023-12-21Merge pull request #4523 from ImperatorS79/devruki
Fix package detection and install on msys2 for ucrt64 and clang64 platforms
2023-12-20add buildcmds for srpmruki
2023-12-20Fix package detection and install on msys2 for ucrt64 and clang64 platformsImperatorS79
2023-12-19Merge pull request #4517 from dragonflylee/detect/vstudioruki
Fix vstudio arm64 dectect under Developer Command Prompt
2023-12-18auto get files in rpmruki
2023-12-18add debug inforuki
2023-12-18fix files pathruki
2023-12-18fix prepruki
2023-12-18translate pathruki
2023-12-18fix prepruki
2023-12-18update installcmdsruki
2023-12-18update changelog for rpmspecruki
2023-12-18archive src fileruki
2023-12-18call rpmbuildruki
2023-12-18add srpm.specruki
2023-12-18Fix vstudio arm64 dectect under Developer Command Promptdragonflylee
2023-12-17update changelogruki
2023-12-17update changelogruki
2023-12-17Merge pull request #4513 from cmeerw/skip-root-check-on-haikuruki
Skip root user check on Haiku OS
2023-12-17Update main.luaruki
2023-12-17Merge pull request #4485 from xmake-io/localruki
Support package.install_locally
2023-12-17Merge pull request #4512 from cmeerw/get-program-file-for-haikuruki
Implement xm_engine_get_program_file for Haiku OS
2023-12-16Haiku OS doesn't have any non-root users, so it doesn't make sense to warnChristof Meerwald
about running as the root user
2023-12-16Haiku OS has it's own way of getting the current program name (and theChristof Meerwald
current fallback options didn't work for Haiku, as there is no /usr/bin or /usr/local/bin)
2023-12-16fix #4509ruki
2023-12-16Merge pull request #4508 from cmeerw/fix-netbsd-get-program-fileruki
Fix xm_engine_get_program_file for NetBSD
2023-12-15add srpm to pack testruki
2023-12-15add srpmruki
2023-12-15NetBSD defines KERN_PROC_PATHNAME, but the sysctl (that should only be usedChristof Meerwald
for FreeBSD and OpenBSD) doesn't work with NetBSD. Using /proc/curproc/exe works and is the preferred option.
2023-12-15fix qt for macos #4499ruki
2023-12-14fix version argument #4495ruki
2023-12-13Merge pull request #4492 from xmake-io/checkruki
improve to check snippets in target #4491
2023-12-13improve to check snippets in target #4491ruki
2023-12-12update changelogruki
2023-12-12Merge pull request #4484 from tokomine/swig_includedirsruki
add includedirs for swig
2023-12-12fix mesonruki
2023-12-12add includedirs for swigtokomine