summaryrefslogtreecommitdiff
path: root/xmake
AgeCommit message (Collapse)Author
2023-01-29Fix mixup between DYLD_LIBRARY_PATH and LD_LIBRARY_PATHJérôme Leclercq
2023-01-29Update config.luaruki
2023-01-29improve armasmruki
2023-01-29add lto for ldc2ruki
2023-01-29improve strip for macosxruki
2023-01-29improve moderuki
2023-01-29improve ldflags for dmd/ldcruki
2023-01-29revert dmdruki
2023-01-29improve strip for dmd/ldcruki
2023-01-28Merge pull request #3317 from xaizek/fix-cxx-ver-in-qtruki
Fix detection of target language for qt projects
2023-01-28fix languages for qtruki
2023-01-28update readmeruki
2023-01-28improve dlang toolchainsruki
2023-01-27Fix detection of target language for qt projectsxaizek
Stray change in 02fb7ef69e78a5d6a8e0066f8866684533836ac3 broke it such that language set via `set_languages()` wasn't detected and `-std=c++11` was appended after `-std` flag that came from `set_languages()` in `xmake.lua`. To reproduce: 1. `xmake create -tqt.quickapp` 2. `vim xmake.lua` and add `set_languages("c++17")` 3. `xmake --verbose` and look at `-std=` options
2023-01-26improve link for gccruki
2023-01-26improve link for gccruki
2023-01-25format coderuki
2023-01-24Merge pull request #3310 from Arthapz/improve-module-compilationruki
Improve module compilation
2023-01-24fix unsafe table removeArthur LAURENT
2023-01-23cleanupArthur LAURENT
2023-01-23support clang++ in toolchain_includedirsArthur LAURENT
2023-01-23simplify fallback dependency parserArthur LAURENT
2023-01-23disable cache for circleruki
2023-01-23clang missing flagArthur LAURENT
2023-01-23revert wrong changeArthur LAURENT
2023-01-23formatArthur LAURENT
2023-01-23use uuid instead of sha1 for module cache directoriesArthur LAURENT
2023-01-22revert wrong changeArthur LAURENT
2023-01-22improve module compilation on clangArthur LAURENT
2023-01-22improve module compilation on gccArthur LAURENT
2023-01-22improve module compilation on msvcArthur LAURENT
2023-01-21improve xrepo completeruki
2023-01-21improve compile_commands #3286ruki
2023-01-21improve language for verilogruki
2023-01-20add cuflags for packageruki
2023-01-20add asflags for toolchain #3307ruki
2023-01-19enable cjsonruki
2023-01-19format coderuki
2023-01-19remove some commentsruki
2023-01-19improve json.nullruki
2023-01-19mark as arrayruki
2023-01-19add pure jsonruki
2023-01-19disable cjsonruki
2023-01-19wrap jsonruki
2023-01-18fix verilator for windowsruki
2023-01-18improve groupruki
2023-01-17fix tipsruki
2023-01-17fix tipsruki
2023-01-17fix tipsruki
2023-01-16Merge pull request #3298 from Arthapz/clang-modules-support-fmodule-outputruki
Add support of -fmodule-output on llvm >= 16