summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-04improve README documentationclaude/sharp-boseruki
- Fix typos: "LLM-10" -> "LLVM-10", "it's community" -> "its community" - Fix grammar: "speed on is par" -> "speed is on par" - Fix heading level for "Single task compilation" section - Update package count from "nearly 500+" to "800+" - Add missing "Create a project" CLI example - Add missing project types: C++20 modules, Keil MDK/C51, Verilog simulation - Add missing Zypper package repository to Chinese README Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-03-04revert languages for templateruki
2026-03-04Merge pull request #7368 from xmake-io/templatesruki
move templates to repository
2026-03-04improve language listruki
2026-03-04improve tip inforuki
2026-03-04move templates to repositoryruki
2026-03-03Merge pull request #7367 from xmake-io/createruki
add xmake create --list and remote template distribution
2026-03-03improve repositories apiruki
2026-03-03fix xmake create -hruki
2026-03-03get templates from xmake-reporuki
2026-03-03add xmake create --listruki
2026-03-03Merge pull request #7366 from xmake-io/gzruki
Improve targz and add tarxz pack format
2026-03-03add tarxz pack format supportruki
2026-03-03use 7z to archive .xzruki
2026-03-03improve to detect -k for gzipruki
2026-03-03improve gzipruki
2026-03-03use 7z to archive .tarruki
2026-03-03improve to archive tar.gzruki
2026-03-02Merge pull request #7360 from xmake-io/templateruki
Supports custom templates
2026-03-03improve create help menutemplateruki
2026-03-02improve template dirsruki
2026-03-01check lang and template idruki
2026-03-01revert importfilesruki
2026-02-28improve to get language from template idruki
2026-02-28fix review issuesruki
2026-02-28rename TARGETNAME to TARGET_NAMEruki
2026-02-28improve filterruki
2026-02-28improve commentsruki
2026-02-28improve templateruki
2026-02-28remove tbox templatesruki
2026-02-28rewrite templatesruki
2026-02-27Merge pull request #7352 from binLep/devruki
do not fix the JDK version in the swig rules
2026-02-27Enhance Java compilation with release optionruki
2026-02-26Merge pull request #7356 from luadebug/binruki
Try fixing issue #7354
2026-02-26Update target.luaruki
2026-02-26Try fixing issue #7354Saikari
2026-02-26do not fix the JDK version in the swig rulesbinLep
2026-02-26Merge pull request #7349 from Arthapz/add-embeddir-modulesruki
(modules) strip embed-dir on clang / gcc
2026-02-26Merge pull request #7345 from xmake-io/llvmruki
fix check clang info
2026-02-25(modules) strip embed-dir on clang / gccArthur LAURENT
2026-02-25Merge pull request #7341 from luadebug/emruki
Fix WASM QT 6.9
2026-02-25Merge pull request #7346 from Arthapz/add-nnd-debuggerruki
(debuggers) add support of nnd
2026-02-25Update run.luaruki
2026-02-25Refactor Emscripten JS issue fixes into a dedicated function for improved ↵Saikari
clarity and maintainability
2026-02-25Merge pull request #7348 from KaruroChori/key-msgruki
Added notice of missing keystore for signing android app.
2026-02-24Added notice of missing keystore for signing android app.Karuro Chari
2026-02-25Refactor WASM app build logic into a separate Lua file for improved ↵Saikari
maintainability
2026-02-25Refactor WASM app build logic into a separate function and enhance ↵Saikari
Emscripten JS handling
2026-02-25Implement static plugin import file generation and refactor related logicSaikari
2026-02-25Optimize import file handling by using a temporary file for content writing ↵Saikari
and copying only if different