summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/cl.lua
AgeCommit message (Expand)Author
2021-12-12msvc: add support of external headers without experimentalJérôme Leclercq
2021-12-02Fix _is_in_vstudio cachingJérôme Leclercq
2021-12-02Don't copy table everytimeJérôme Leclercq
2021-12-02Cache XMAKE_IN_VSTUDIOJérôme Leclercq
2021-12-02Add -FC after depends check (fix #1824)Jérôme Leclercq
2021-12-02Update cl.luaruki
2021-11-16improve compile errorsruki
2021-10-30Update cl.luaruki
2021-10-28MSVC: Add flag conversion for Wswitch and Wswitch-enumJérôme Leclercq
2021-10-10fix languagesruki
2021-10-10fix languagesruki
2021-10-09move private.utils.progress to utils.progressruki
2021-09-27improve languagesruki
2021-09-26add c++latestruki
2021-05-26remove some ifelseruki
2021-04-09support asan for msvcruki
2021-03-19fix vs generatorruki
2021-02-09improve core/tools and remove os.argsruki
2020-12-24add vs_runtime config and set_runtimes apiruki
2020-12-19update copyright dateruki
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-11Merge pull request #1025 from SirLynix/fix-warningsruki
2020-11-11Replace extra warning by allextraJérôme Leclercq
2020-11-10Add support for "extra" warning levelJérôme Leclercq
2020-11-10Revert "MSVC: Use /W4 when enabling all warnings"Jé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-28add global build_warning optionruki
2020-10-08support c11 and c17 for msvcruki
2020-10-06add set_fpmodelsruki
2020-09-25fix trailing white-spaceruki
2020-07-31strip codes for msvcruki
2020-07-27support /sourceDependencies for clruki
2020-06-20add runenvs for cl/linkruki
2020-06-17improve cl to support 8192 limitruki
2020-06-11improve optimize for cl.exeruki
2020-05-31add ninja themeruki
2020-04-29fix os.argsruki
2020-03-25improve os.argsruki
2020-03-21improve clang-clruki
2020-03-21add clang-clruki
2020-03-18improve path.directoryruki
2020-03-16fix link errors outputruki
2020-03-01improve to save depfiles for clruki
2020-03-01fix code styleruki
2020-01-23fix testsruki