summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools
AgeCommit message (Expand)Author
2021-06-03Disable -fsanitize=address for MSVC linkerJérôme Leclercq
2021-05-26remove more ifelse againruki
2021-05-26remove some ifelseruki
2021-05-21set binary as default target kindruki
2021-05-15improve nvccruki
2021-05-08improve nvcc/linkruki
2021-05-08improve nvccruki
2021-04-27fix mlruki
2021-04-09support asan for msvcruki
2021-03-19fix vs generatorruki
2021-02-22add manifest ruleruki
2021-02-19improve export allruki
2021-02-18update tools/gccruki
2021-02-09improve core/tools and remove os.argsruki
2021-01-28add tty.has_color256ruki
2021-01-28add tty.has_color8ruki
2021-01-27fix winos.cmdargv for arruki
2021-01-27improve zigruki
2021-01-27improve zigruki
2021-01-27improve zig toolchainruki
2021-01-26improve zigccruki
2021-01-25support zig cc/c++ruki
2021-01-18checks -fdiagnostics-color=always before -fcolor-diagnostics (supported by cl...Jonathan Poelen
2020-12-30fix debugging flags for ldc2BarrOff
2020-12-25rewrite extractorruki
2020-12-24add vs_runtime config and set_runtimes apiruki
2020-12-19update copyright dateruki
2020-12-12set subsystem to zigruki
2020-11-26improve to check sourceDependencies for clruki
2020-11-19improve set_symbols for msvcruki
2020-11-18show full file path in vscoderuki
2020-11-14-W4 implies -Wall and -Wextra with gcc and clangJonathan Poelen
2020-11-11Merge pull request #1025 from SirLynix/fix-warningsruki
2020-11-11Add missing allextra mappingJérôme Leclercq
2020-11-11add temp workaround to fix zig lld on windowsruki
2020-11-11-W4 corresponds to both -Wall -Wextra in ClangJérôme Leclercq
2020-11-11Replace extra warning by allextraJérôme Leclercq
2020-11-10improve zig support for 0.7.0ruki
2020-11-10Add support for "extra" warning levelJérôme Leclercq
2020-11-10Revert "GCC/Clang: Add -Wextra when enabling all warnings"Jérôme Leclercq
2020-11-10Revert "MSVC: Use /W4 when enabling all warnings"Jérôme Leclercq
2020-11-10GCC/Clang: Add -Wextra when enabling all warningsJérôme Leclercq
2020-11-10MSVC: Use /W4 when enabling all warningsJérôme Leclercq
2020-11-10impl nd_sysincludedirruki
2020-11-10add nf_includedirruki
2020-10-28fix clruki
2020-10-28remove some unused codesruki
2020-10-28add global build_warning optionruki
2020-10-17add c17 for gccruki
2020-10-08support c11 and c17 for msvcruki