summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2023-07-23Fix vs project generationSirLynix
2023-07-22Fix runenvs.join replacing addenvs instead of adding themSirLynix
2023-07-22use path.joinenvSirLynix
2023-07-22rename addrunenvs/setrunenvs to addenvs/setenvsSirLynix
2023-07-22Merge pull request #3991 from tgsong/masterruki
Set cppstd for msvc in conan 2.0
2023-07-22Update install_package.luaruki
2023-07-22fix: none exception for cmakeRimuruChan
2023-07-21Set cppstd for msvc in conan 2.0Tiangang Song
2023-07-21FixesSirLynix
2023-07-21Update getinfo.luaSirLynix
2023-07-21Refactor runenvs so renderdoc can store envsSirLynix
2023-07-20fix nvcc debug flagsxq114
2023-07-19Remove gn symbol levelCaleb Kiage
2023-07-19Fix grammarwtz
2023-07-19fix mxxflags for packageruki
2023-07-17improve logsruki
2023-07-17fix set_pmheaderruki
2023-07-15Use pattern paramterA2va
2023-07-14fix vs generator for cudaxq114
2023-07-14Merge pull request #3965 from calebkiage/fix-msys-windows-package-lookupruki
Fix pacman package lookup on msys Windows
2023-07-14Update find_package.luaruki
2023-07-14MinGW64 has no environment suffixCaleb Kiage
2023-07-14Merge pull request #3964 from calebkiage/fix-mingw-extraction-on-windowsruki
Fix tar extraction in mingw windows
2023-07-14Update os.luaCaleb Kiage
2023-07-14use tmpfile on msysCaleb Kiage
2023-07-13Remove msys checks for tar due to incompatibilitiesCaleb Kiage
2023-07-13Use MSYSTEM to compute an alt package name in MSYSCaleb Kiage
2023-07-13CMake 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-13Try to get the mingw package prefix from the environment firstCaleb Kiage
2023-07-13Keep --force-local handlingCaleb Kiage
2023-07-13Fix tar extraction in mingw windowsCaleb Kiage
2023-07-13improve tools.cmakeruki
2023-07-13format coderuki
2023-07-13Update upgrade_vsproj.luaruki
2023-07-13fix packagedepsruki
2023-07-13remove debug logsruki
2023-07-12improve statsruki
2023-07-12revert cmake toolsruki
2023-07-12fix cmake envsruki
2023-07-10Merge pull request #3945 from xmake-io/swiftruki
Improve to build swift program
2023-07-10support multiple modulesruki
2023-07-10remove links for swift-frontendruki
2023-07-10switch to swift-frontendruki
2023-07-10add swift-frontend toolruki
2023-07-10add has_flags for swift-frontendruki
2023-07-10find swift-frontendruki
2023-07-10Merge pull request #3944 from leesum1/verilator_fixruki
Add systemverilog support,Fix verilator build error
2023-07-10Add systemverilog support,Fix verilator build errorzilong
1. Add extension .sv to enable systemverilog support 2. Remove unnecessary flags in test 3. Add libz dependance when enable TRACE_FST
2023-07-09improve checkruki
2023-07-09fix find windres #3942ruki