| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-17 | Merge branch 'dev' into unitybuildunitybuild | ruki | |
| 2025-05-17 | Merge pull request #6458 from xmake-io/includes | ruki | |
| fix includes #6441 | |||
| 2025-05-17 | fix includes #6441 | ruki | |
| 2025-05-17 | improve c++modules exts | ruki | |
| 2025-05-16 | Merge pull request #6454 from Arthapz/unitybuild | ruki | |
| (C++ modules support) fix unitybuild, pch and c++ modules objectfiles… | |||
| 2025-05-16 | Merge pull request #6457 from binLep/dev | ruki | |
| update: find qt by qt_sdkver option | |||
| 2025-05-16 | (C++ modules support) fix unitybuild, pch and c++ modules objectfiles conflicts | Arthur LAURENT | |
| 2025-05-16 | update: find qt by qt_sdkver option | binLep | |
| 2025-05-16 | Merge pull request #6445 from Doekin/pkgconfig | ruki | |
| package(install): use relative paths in generated .pc files to improve relocatability | |||
| 2025-05-16 | Merge pull request #6061 from Freed-Wu/cython | ruki | |
| Add rule python.cython | |||
| 2025-05-16 | Merge pull request #6439 from ↵ | ruki | |
| PierreEVEN/fix-cmake_generator-wrong_cmake_var_compiler Fixed cmake generator that was using 'CMAKE_COMPILER_ID' | |||
| 2025-05-16 | Merge pull request #6452 from Redbeanw44602/improve-msvc-wine | ruki | |
| Improve msvc-wine support. | |||
| 2025-05-16 | Merge pull request #6448 from RimuruChan/dev | ruki | |
| Wrap opt.paths in a table for find tools | |||
| 2025-05-15 | fix link objectfiles conflicts | ruki | |
| 2025-05-15 | add some vcvars for custom msvc sdk. | Redbeanw44602 | |
| 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 | Wrap opt.paths in a table for find tools | RimuruChan | |
| 2025-05-15 | Renamed remaining CMAKE_COMPILER_ID to XMAKE_GLOBAL_COMPILER_ID (was missing ↵ | PierreEVEN | |
| in previous commit) | |||
| 2025-05-15 | add missing linkdirs. | Redbeanw44602 | |
| 2025-05-15 | fix typo. | Redbeanw44602 | |
| 2025-05-15 | Merge pull request #6437 from Arthapz/profile-module-support | ruki | |
| (C++ modules support) profile module support | |||
| 2025-05-15 | Change python.module soabi's default value to true | Wu, Zhenyu | |
| 2025-05-15 | Rename python.library to python.module | Wu, Zhenyu | |
| 2025-05-15 | Add rule python.cython | Wu, Zhenyu | |
| Add test python/cython/example Move test pybind to python/pybind | |||
| 2025-05-14 | package(install): attempt to patch existing .pc files with relative paths | Chan Lee | |
| 2025-05-14 | package(install): use relative paths in generated .pc files to improve ↵ | Chan Lee | |
| relocatability | |||
| 2025-05-14 | package(install): prepend comment to generated .pc files to better distinguish | Chan Lee | |
| 2025-05-14 | renamed CMAKE_COMPILER_ID property to XMAKE_GLOBAL_COMPILER_ID to avoid ↵ | PierreEVEN | |
| potential conflicts | |||
| 2025-05-14 | Merge branch 'fix-cmake_generator-wrong_cmake_var_compiler' of ↵ | PierreEVEN | |
| github.com:PierreEVEN/xmake into fix-cmake_generator-wrong_cmake_var_compiler | |||
| 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_COMPILER_ID value that was set to CMAKE_<LANG>_COMPILER_ID ↵ | PierreEVEN | |
| instead of real value | |||
| 2025-05-14 | Use project language to detect compiler ID | PierreEVEN | |
| 2025-05-14 | Merge pull request #6435 from Arthapz/fix-namespaced-module-dep | ruki | |
| (C++ modules support) fix _patch_sourcebatch when target and deps is in the same namespace | |||
| 2025-05-14 | Update scanner.lua | ruki | |
| 2025-05-14 | Merge pull request #6425 from Arthapz/fix-ld-autotools | ruki | |
| (autotools) fix ld override when ld binary is not in the same directo… | |||
| 2025-05-14 | Update autoconf.lua | ruki | |
| 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 | (profiler) change profiler perf log file name | Arthur LAURENT | |
| 2025-05-13 | (C++ modules support) profile scanner and builder | Arthur LAURENT | |
| 2025-05-13 | (profiler) save full report into a file | Arthur LAURENT | |
| 2025-05-13 | (autotools) fix ld override when ld binary is not in the same directory as ↵ | Arthur LAURENT | |
| compiler | |||
| 2025-05-13 | (C++ modules support) add tests | Arthur LAURENT | |
| 2025-05-13 | (C++ modules support) fix _patch_sourcebatch when a dep have a namespace | Arthur LAURENT | |
| 2025-05-13 | Merge pull request #6429 from PierreEVEN/fix-make_ninja_gen-headeronly_target | ruki | |
| Fix make ninja gen headeronly target | |||
| 2025-05-13 | Merge pull request #6433 from binLep/dev | ruki | |
| fix upper in xmake.lua | |||
| 2025-05-13 | Update xmake.lua | ruki | |
| 2025-05-13 | fix upper in xmake.lua | binLep | |
| 2025-05-13 | Merge pull request #6431 from SirLynix/patch-18 | ruki | |
| target_triple: remove cross | |||
| 2025-05-13 | Merge pull request #6432 from SirLynix/patch-19 | ruki | |
| Fix xmake failing to find PING.EXE | |||
| 2025-05-13 | Update target_triple.lua | Jérôme Leclercq | |
