summaryrefslogtreecommitdiff
path: root/core/src/xmake/engine.c
AgeCommit message (Collapse)Author
2025-11-22add solaris platformruki
2025-11-10format engine.cruki
2025-11-09format coreruki
2025-11-09remove unused commentsruki
2025-11-09format coderuki
2025-11-08fix programfile in native threadruki
2025-10-15fix main file sizeruki
2025-10-15fix load unicode main script path on windowsruki
2025-10-01improve random hashruki
2025-09-21fix hookruki
2025-09-09Merge pull request #6780 from xmake-io/optiruki
Add benchmarks and optimize config/build targets
2025-09-09skip embed binaryruki
2025-09-08update engineruki
2025-08-29add thread sharedataruki
2025-08-28add thread queueruki
2025-08-28add thread semaphoreruki
2025-08-28add thread eventruki
2025-08-28add mutex refnruki
2025-08-28add mutex to threadruki
2025-08-28add mutex apisruki
2025-08-28improve thread contextruki
2025-08-28remove global eventsruki
2025-08-28bind lua to pollerruki
2025-08-28bind poller to engine and luaruki
2025-08-28bind native thread apisruki
2025-08-28add native thread stubruki
2025-07-03rename copyrightruki
2025-02-07improve embed files for lniruki
2024-10-25add native bin2cruki
2024-09-13fix build errorruki
2024-08-22detect host and arch for windows/cosmoccruki
2024-08-22fix engineruki
2024-08-22support for windowsruki
2024-08-22extract program filesruki
2024-08-22add bin2c xmake.xmzruki
2024-08-22embed xmake.xmzruki
2024-08-22add bin2c xmake.xmzruki
2024-07-10always use arm64ruki
2024-04-03improve loadxmiruki
2024-04-03add xmake.archruki
2024-03-28add os.signal #4889ruki
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-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-10-29add kill socketruki
2023-07-13Fix mingw detection in ucrt64 environmentCaleb Kiage
2023-06-28fix engine for armruki
2023-05-05format coderuki
2023-05-05update reallocruki
2023-05-05improve lua allocruki
2023-05-05remove some commentsruki