summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-12-12format platform codesruki
2023-12-12improve find_packageruki
2023-12-12update commentsruki
2023-12-12support package.install_locallyruki
2023-12-10fix semver #4482ruki
2023-12-08remove debug logruki
2023-12-07fix #4428ruki
2023-12-05improve ping #4470ruki
2023-12-05update tboxruki
2023-12-04fix package.install_onlyruki
2023-12-04fix spacesruki
2023-12-03Merge pull request #4467 from A2va/meson-correct-toolchainruki
Fix meson for mingw
2023-12-03Move is_plat mingwA2va
2023-12-03Fix meson for mingwA2va
Fix elseif statement Avoid modify global opt
2023-12-03Merge pull request #4460 from A2va/meson-correct-toolchainruki
Add native file meson
2023-12-02Set binaries only if the user configured a toolchainA2va
2023-12-02Merge pull request #4459 from ShifftC/devruki
Fix visual studio startup project #4458
2023-12-02Update getinfo.luaruki
2023-12-02Update vs201x_solution.luaruki
2023-12-01Add native file mesonA2va
2023-12-01Fix visual studio startup projectShifftC
Binary targets would always override default targets.
2023-12-02fix #4453ruki
2023-12-02fix emar flags #4456ruki
2023-12-01improve to find dub packages #4455ruki
2023-12-01Merge pull request #4451 from A2va/toolchain-runenvruki
Add toolchain runenvs in run action
2023-12-01fix #4454ruki
2023-11-30insert only PATH valuesA2va