summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-28fix option.booleanv2.2.6ruki
2019-05-26update scriptsruki
2019-05-26v2.2.6 releasedruki
2019-05-25improve confirmruki
2019-05-25add confirm optionruki
2019-05-24fix loadfileruki
2019-05-24optimize loadfile again, decreate 98% startup timeruki
2019-05-24improve to load builtin modules for sandbox and interpreterruki
2019-05-24modify changelogruki
2019-05-24modify commentruki
2019-05-24improve loadfileruki
2019-05-23fix show cl warningsruki
2019-05-23improve cl.luaruki
2019-05-23update changelogsruki
2019-05-23concat errors objectruki
2019-05-23add ndk_cxxstl option for android ndkruki
2019-05-23fix set_configruki
2019-05-23translate path for gcc and clruki
2019-05-22improve trycallruki
2019-05-22add ndk_stdcxx option for ndkruki
2019-05-22remove other extra warningsruki
2019-05-21remove extra warning levelruki
2019-05-21improve nvcc/warningruki
2019-05-21Merge pull request #421 from OpportunityLiu/nvcc-warningsruki
修复Nvcc warnings对host compiler的支持
2019-05-21add flag mappingOpportunityLiu
2019-05-21remove empty flagsOpportunityLiu
2019-05-21simplifyOpportunityLiu
2019-05-21reduce codeOpportunityLiu
2019-05-21remove compiler check on *nixOpportunityLiu
2019-05-21return nil for no flagsOpportunityLiu
2019-05-21check corrcet warnig flagsOpportunityLiu
2019-05-21add some comments for nvcc warning flagsOpportunityLiu
2019-05-21Merge pull request #420 from OpportunityLiu/more-warningsruki
support more warnings
2019-05-21improve nvcc warning settingsOpportunityLiu
2019-05-21mergeOpportunityLiu
2019-05-21add more supportOpportunityLiu
2019-05-21nvcc warning mapOpportunityLiu
2019-05-21toolOpportunityLiu
2019-05-21support more warningsOpportunityLiu
2019-05-20improve nf_wanring for nvccruki
2019-05-20format codesruki
2019-05-20nvcc warning mapOpportunityLiu
2019-05-20Merge branch 'more-warnings' of https://github.com/OpportunityLiu/xmake into ↵OpportunityLiu
more-warnings
2019-05-20toolOpportunityLiu
2019-05-20support more warningsOpportunityLiu
2019-05-20support more warningsOpportunityLiu
2019-05-20Merge pull request #418 from OpportunityLiu/patch-1ruki
Support cudart flags
2019-05-20remove -mthumb for android/x86_64ruki
2019-05-20Support cudart flagsOpportunity
Fix check failed of "-cudart none" ``` checking for the flags (-cudart none ) ... no > nvcc -cudart none -m64 -LC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\lib checkinfo: C:\Program Files (x86)\xmake/core/base/os.lua:715: nvcc_has_flags.cu tmpxft_00003f20_00000000-18_nvcc_has_flags.obj : error LNK2019: 无法解析的外部符号 __cudaRegisterFatBinary,该符号在函数 "void __cdecl __nv_cudaEntityRegisterCallback(void * *)" (?__nv_cudaEntityRegisterCallback@@YAXPEAPEAX@Z) 中被引用 tmpxft_00003f20_00000000-18_nvcc_has_flags.obj : error LNK2019: 无法解析的外部符号 __cudaRegisterFatBinaryEnd,该符号在函数 "void __cdecl __nv_cudaEntityRegisterCallback(void * *)" (?__nv_cudaEntityRegisterCallback@@YAXPEAPEAX@Z) 中被引用 tmpxft_00003f20_00000000-18_nvcc_has_flags.obj : error LNK2019: 无法解析的外部符号 __cudaUnregisterFatBinary,该符号在函数 "void __cdecl __cudaUnregisterBinaryUtil(void)" (?__cudaUnregisterBinaryUtil@@YAXXZ) 中被引用 C:\Users\lzy\AppData\Local\Temp\.xmake\190520\detect\nvcc_has_flags.cu.o : fatal error LNK1120: 3 个无法解析的外部命令 stack traceback: [C]: in function 'error' [C:\Program Files (x86)\xmake/core/base/os.lua:715]: in function 'raise' [C:\Program Files (x86)\xmake\core\sandbox\modules\os.lua:309]: in function 'runv' [...iles (x86)\xmake\modules\detect\tools\nvcc\has_flags.lua:44]: ```
2019-05-17improve nvcc/has_flagsruki