| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-30 | Fix orderpairs with sourcebatches | A2va | |
| 2023-09-22 | remove log | ruki | |
| 2023-09-21 | sort policies for xmake show | ruki | |
| 2023-09-18 | support remote for xmake repo | ruki | |
| 2023-09-14 | disable remote for xmake lua | ruki | |
| 2023-09-14 | support remote build for project generator | ruki | |
| 2023-09-14 | improve xmake | ruki | |
| 2023-09-14 | remote run lua commands | ruki | |
| 2023-09-13 | fix cmake shell str | ruki | |
| 2023-09-13 | fix #4196 | ruki | |
| 2023-09-12 | mark async.runjobs as public api | ruki | |
| 2023-09-04 | fix logs | ruki | |
| 2023-09-01 | fix package configs | ruki | |
| 2023-09-01 | improve package | ruki | |
| 2023-08-30 | fix: add `_escape_path` to cmd program | Latias94 | |
| 2023-08-29 | fix cmakelists generator #4130 | ruki | |
| 2023-08-24 | fix compdb #4115 | ruki | |
| 2023-08-23 | fix extrafiles #4110 | ruki | |
| 2023-08-21 | rename function | ruki | |
| 2023-08-21 | improve include filter | ruki | |
| 2023-08-21 | add extrafiles for vs generator | ruki | |
| 2023-08-21 | add extrafiles #2384 | ruki | |
| 2023-08-01 | remove more codes | ruki | |
| 2023-08-01 | remove some deprecated apis | ruki | |
| 2023-08-01 | Merge pull request #4029 from SirLynix/vsproject_filegroups | ruki | |
| vsproject generation: handle filegroups merging | |||
| 2023-08-01 | Exit once filter is resolved | SirLynix | |
| 2023-08-01 | stop once a filter is found | SirLynix | |
| 2023-07-31 | vsproject generation: handle filegroups merging | SirLynix | |
| 2023-07-29 | improve compile_commands | star9029 | |
| 2023-07-29 | improve compile_commands | star9029 | |
| 2023-07-24 | Merge pull request #3989 from SirLynix/renderdoc_envs | ruki | |
| Refactor runenvs so renderdoc can store envs | |||
| 2023-07-23 | Fix vs project generation | SirLynix | |
| 2023-07-22 | fix: none exception for cmake | RimuruChan | |
| 2023-07-21 | Update getinfo.lua | SirLynix | |
| 2023-07-21 | Refactor runenvs so renderdoc can store envs | SirLynix | |
| 2023-07-19 | Fix grammar | wtz | |
| 2023-07-14 | fix vs generator for cuda | xq114 | |
| 2023-07-13 | CMake only accepts the INTERFACE access type for including directories in ↵ | Mohammed | |
| header-only libraries CMake only allows the use of the INTERFACE access type to include directories in header-only libraries. However, Xmake generates a faulty CMakeLists.txt file when a header-only library has dependencies. This results in the following error message: "target_include_directories may only set INTERFACE properties on INTERFACE targets". The root cause of this issue is that the include directory function is using a PRIVATE access type instead of INTERFACE. To address this problem, the proposed change checks whether the target is a header-only library and adjusts the access type accordingly. | |||
| 2023-07-12 | improve stats | ruki | |
| 2023-07-04 | add ln for makefile generator #3921 | ruki | |
| 2023-06-26 | Update build_ninja.lua | xpxz | |
| 2023-06-26 | Update build_ninja.lua | xpxz | |
| 2023-06-25 | remove colon | xpxz | |
| 2023-06-25 | fix format | xpxz | |
| 2023-06-25 | fix generate ninja proj bug | xpxz | |
| 2023-06-24 | fix cmake generator #3880 | ruki | |
| 2023-06-21 | add upgrade vs project stub | ruki | |
| 2023-06-21 | fix tailing spaces | ruki | |
| 2023-06-18 | improve compile_commands generator #3857 | ruki | |
| 2023-06-15 | Modify header | A2va | |
