index
:
xmake.git
ascend
bundle
cl
clang
claude/sharp-bose
comments
copilot/fix-6807
copyright
debug
dev
elf
emcc
env
errs
go
headerunits
jobgraph
linkdeps
linkgroups
links
lua55
master
mergelib
mimalloc
missdll
ndk
nim
ohos
option
pack
package
packagever
pairs
path
pch
ping
requireslock
rust
string
template
test
tests
unitybuild
vcpkg
verilator
vs
xpack
zig
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmake
/
plugins
/
project
/
cmake
/
cmakelists.lua
Age
Commit message (
Expand
)
Author
2025-05-15
renamed XMAKE_GLOBAL_COMPILER_ID to CURRENT_COMPILER_ID (advice from https://...
PierreEVEN
2025-05-15
Renamed remaining CMAKE_COMPILER_ID to XMAKE_GLOBAL_COMPILER_ID (was missing ...
PierreEVEN
2025-05-14
renamed CMAKE_COMPILER_ID property to XMAKE_GLOBAL_COMPILER_ID to avoid poten...
PierreEVEN
2025-05-14
Squashed commit of the following:
PierreEVEN
2025-05-14
Fixed cmake generator that was using 'CMAKE_COMPILER_ID' which doesn't exists...
PierreEVEN
2025-05-09
(cmake) fix fileset support version checking
Arthur LAURENT
2025-05-09
(C++ modules support) fix CMake generation
Arthur LAURENT
2025-05-03
Merge pull request #6386 from PierreEVEN/fix-cmake_generator-compiler_names
ruki
2025-05-03
[fix] Use the new cmake syntax with a custom target add_library(... OBJECT IM...
PierreEVEN
2025-05-03
(generators) cmake : fix compiler detection if (Gcc) with a more standard syntax
PierreEVEN
2025-04-20
(C++ modules) simplify names of module support
Arthur LAURENT
2025-04-20
(C++ modules) simplify module support directory tree
Arthur LAURENT
2025-04-09
improve target_cmds
ruki
2025-04-08
prepare targets for more generators
ruki
2025-04-08
prepare targets in cmakelists generator
ruki
2024-12-19
Update cmakelists.lua
ruki
2024-12-19
[fix] error path escape for windows + android ndk --sysroot= c: path/to/ndk ...
wps
2024-11-02
fixed error when generating cmake (xmake project -k cmake) for a target that ...
cmolocznik
2024-09-27
fix obj hashset
star9029
2024-09-27
fix target_link_libraries
star9029
2024-09-27
support object target for cmakelists
star9029
2024-08-21
fix compiler for cmake
ruki
2024-08-20
improve to get flags
ruki
2024-08-20
improve flags support for target
ruki
2024-08-09
fix cmake compilers #5448
ruki
2024-07-11
update cmakelists
ruki
2024-06-03
fix(plugins): convert set_languages() latest standard to cmake
huangmeng
2024-05-30
improve exceptions
ruki
2024-05-30
improve mapflags
ruki
2024-05-29
add encodings for cmakelists #5149
ruki
2024-05-27
1. use nf_encoding(self, encoding) in core.tools.cl and core.tools.gcc;
huarkiou
2024-05-27
add encoding flags when generate cmakelists
huarkiou
2024-03-22
fix cmake generator #4865
ruki
2024-03-14
improve cmakelists
ruki
2024-03-10
fix cmakelist #4816
ruki
2024-02-19
improve cmake minver
ruki
2024-02-19
fix link objects for cmake/modules
ruki
2024-02-19
scan modules
ruki
2024-02-19
fix detect cmake version
ruki
2024-02-19
remove logs
ruki
2024-02-19
add native c++ module support for cmake
ruki
2024-02-19
ignore c++ modules rules
ruki
2024-02-19
improve target_buildcmd
ruki
2024-02-18
use path.unix
ruki
2024-02-11
Update cmakelists.lua
ruki
2024-02-08
fix CMake moduleonly support
Arthur LAURENT
2024-02-08
fix module compilation for CMake
Arthur LAURENT
2024-02-07
implement basic cmake support for moduleonly
Arthur LAURENT
2024-02-06
implement target kind moduleonly
Arthur LAURENT
2024-01-25
rename vs_runtime to runtimes in package configs
ruki
[next]