| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-01 | remove some get_from_pkgs | ruki | |
| 2023-10-21 | 🐞 fix(project/cmake/makefile): fix get_program | xqyjlj | |
| 2023-10-20 | Merge pull request #4306 from SirLynix/patch-14 | ruki | |
| cmakelists: restore system headers | |||
| 2023-10-20 | cmakelists: restore system headers | Jérôme Leclercq | |
| It's been three years since #1050 and msvc has stable external header support now, I think we can now re-enable system headers for cmakelists | |||
| 2023-10-19 | 🐞 fix(project/cmake/cmakelists): fix when generate map file | xqyjlj | |
| 2023-10-11 | improve flags for vsxmake #4268 | ruki | |
| 2023-10-08 | fix vsxmake for modules #4256 | ruki | |
| 2023-10-01 | Merge pull request #4253 from A2va/orderkeys-sort-function | ruki | |
| Sort keys by callback function | |||
| 2023-09-30 | Remove unnecessary underscore | A2va | |
| 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 | |
