| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-20 | fix config | ruki | |
| 2025-08-17 | fix arg | ruki | |
| 2025-08-15 | ignore pch flags #6710 | ruki | |
| 2025-08-10 | improve to install targets | ruki | |
| 2025-07-30 | fix binary not found #6655 | ruki | |
| 2025-07-26 | add resolve_hint_paths | ruki | |
| 2025-07-26 | improve deplibs | ruki | |
| 2025-07-10 | fix cmakelists | ruki | |
| 2025-07-09 | add default cmake version | ruki | |
| 2025-07-03 | rename copyright | ruki | |
| 2025-07-02 | rename xcode2 to xcode | ruki | |
| 2025-07-02 | format code | ruki | |
| 2025-07-02 | Merge pull request #6411 from JX-Master/xcode-generator | ruki | |
| New native Xcode project generator. | |||
| 2025-07-02 | Update pbxproj.lua | ruki | |
| 2025-07-02 | Update get_xcode_info.lua | ruki | |
| 2025-06-29 | fix target utils | ruki | |
| 2025-06-27 | Fix product name issue. | JX-Master | |
| Add SDKROOT build settings. | |||
| 2025-06-26 | Merge pull request #6572 from fcying/dev | ruki | |
| feat(plugin/project): support gen compile_commands.json for specific target | |||
| 2025-06-26 | feat(plugin/project): support gen compile_commands.json for specific target | fcying | |
| 2025-06-24 | Use pairs iterator for project.options instead of ipairs | A2va | |
| 2025-06-17 | fix progress path for cmake #6553 | ruki | |
| 2025-06-11 | use # instead of _ | ruki | |
| 2025-06-11 | -a | ruki | |
| 2025-06-11 | update target name | ruki | |
| 2025-06-10 | fix cp props | ruki | |
| 2025-06-10 | fix imports | ruki | |
| 2025-06-10 | translate file path for vsxmake | ruki | |
| 2025-06-06 | Update targets.lua | ruki | |
| 2025-06-06 | dec pattern | lonless9 | |
| 2025-06-05 | fix pattern | lonless9 | |
| 2025-06-04 | adds target group filtering to `show targets` | lonless9 | |
| 2025-06-03 | fix path | ruki | |
| 2025-06-03 | improve path | ruki | |
| 2025-06-03 | modify policy | ruki | |
| 2025-06-03 | add multiversion vsxmake policy #6519 | ruki | |
| 2025-05-21 | fix vs201x #6476 | ruki | |
| 2025-05-15 | renamed XMAKE_GLOBAL_COMPILER_ID to CURRENT_COMPILER_ID (advice from ↵ | PierreEVEN | |
| https://github.com/xmake-io/xmake/pull/6439\#discussion_r2090681624) | |||
| 2025-05-15 | Renamed remaining CMAKE_COMPILER_ID to XMAKE_GLOBAL_COMPILER_ID (was missing ↵ | PierreEVEN | |
| in previous commit) | |||
| 2025-05-14 | renamed CMAKE_COMPILER_ID property to XMAKE_GLOBAL_COMPILER_ID to avoid ↵ | PierreEVEN | |
| potential conflicts | |||
| 2025-05-14 | Squashed commit of the following: | PierreEVEN | |
| commit ab0a145e1e51100a0ec789d3a403ca5281d72e61 Author: PierreEVEN <[email protected]> Date: Wed May 14 11:16:49 2025 +0200 fixed CMAKE_COMPILER_ID value that was set to CMAKE_<LANG>_COMPILER_ID instead of real value commit edf7b7fe1956d922010260ef102838b90c9eda11 Author: PierreEVEN <[email protected]> Date: Wed May 14 11:06:42 2025 +0200 Use project language to detect compiler ID | |||
| 2025-05-14 | Fixed cmake generator that was using 'CMAKE_COMPILER_ID' which doesn't ↵ | PierreEVEN | |
| exists, instead of CMAKE_CXX_COMPILER_ID | |||
| 2025-05-13 | added support for headeronly targets in ninja generator (headeronly targets ↵ | PierreEVEN | |
| appears as phony target) | |||
| 2025-05-13 | Made headeronly targets appears as phony targets (so it doesn't ask for a ↵ | PierreEVEN | |
| linker it doesn't requires) | |||
| 2025-05-09 | (cmake) fix fileset support version checking | Arthur LAURENT | |
| 2025-05-09 | (C++ modules support) fix CMake generation | Arthur LAURENT | |
| 2025-05-09 | (C++ module support) improve jobgraph support | Arthur LAURENT | |
| 2025-05-08 | Add macOS application bundle (.app) generation support. | JX-Master | |
| 2025-05-06 | plugin: handle custom git url syntax | ShifftC | |
| 2025-05-03 | Merge pull request #6386 from PierreEVEN/fix-cmake_generator-compiler_names | ruki | |
| (generators) cmake : fix compiler detection if (Gcc) with a more stan… | |||
| 2025-05-03 | [fix] Use the new cmake syntax with a custom target add_library(... OBJECT ↵ | PierreEVEN | |
| IMPORTED ...) instead of just using the target_link_library to linnk prebuilt obj files | |||
