| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-28 | fix option.booleanv2.2.6 | ruki | |
| 2019-05-26 | update scripts | ruki | |
| 2019-05-26 | v2.2.6 released | ruki | |
| 2019-05-25 | improve confirm | ruki | |
| 2019-05-25 | add confirm option | ruki | |
| 2019-05-24 | fix loadfile | ruki | |
| 2019-05-24 | optimize loadfile again, decreate 98% startup time | ruki | |
| 2019-05-24 | improve to load builtin modules for sandbox and interpreter | ruki | |
| 2019-05-24 | modify changelog | ruki | |
| 2019-05-24 | modify comment | ruki | |
| 2019-05-24 | improve loadfile | ruki | |
| 2019-05-23 | fix show cl warnings | ruki | |
| 2019-05-23 | improve cl.lua | ruki | |
| 2019-05-23 | update changelogs | ruki | |
| 2019-05-23 | concat errors object | ruki | |
| 2019-05-23 | add ndk_cxxstl option for android ndk | ruki | |
| 2019-05-23 | fix set_config | ruki | |
| 2019-05-23 | translate path for gcc and cl | ruki | |
| 2019-05-22 | improve trycall | ruki | |
| 2019-05-22 | add ndk_stdcxx option for ndk | ruki | |
| 2019-05-22 | remove other extra warnings | ruki | |
| 2019-05-21 | remove extra warning level | ruki | |
| 2019-05-21 | improve nvcc/warning | ruki | |
| 2019-05-21 | Merge pull request #421 from OpportunityLiu/nvcc-warnings | ruki | |
| 修复Nvcc warnings对host compiler的支持 | |||
| 2019-05-21 | add flag mapping | OpportunityLiu | |
| 2019-05-21 | remove empty flags | OpportunityLiu | |
| 2019-05-21 | simplify | OpportunityLiu | |
| 2019-05-21 | reduce code | OpportunityLiu | |
| 2019-05-21 | remove compiler check on *nix | OpportunityLiu | |
| 2019-05-21 | return nil for no flags | OpportunityLiu | |
| 2019-05-21 | check corrcet warnig flags | OpportunityLiu | |
| 2019-05-21 | add some comments for nvcc warning flags | OpportunityLiu | |
| 2019-05-21 | Merge pull request #420 from OpportunityLiu/more-warnings | ruki | |
| support more warnings | |||
| 2019-05-21 | improve nvcc warning settings | OpportunityLiu | |
| 2019-05-21 | merge | OpportunityLiu | |
| 2019-05-21 | add more support | OpportunityLiu | |
| 2019-05-21 | nvcc warning map | OpportunityLiu | |
| 2019-05-21 | tool | OpportunityLiu | |
| 2019-05-21 | support more warnings | OpportunityLiu | |
| 2019-05-20 | improve nf_wanring for nvcc | ruki | |
| 2019-05-20 | format codes | ruki | |
| 2019-05-20 | nvcc warning map | OpportunityLiu | |
| 2019-05-20 | Merge branch 'more-warnings' of https://github.com/OpportunityLiu/xmake into ↵ | OpportunityLiu | |
| more-warnings | |||
| 2019-05-20 | tool | OpportunityLiu | |
| 2019-05-20 | support more warnings | OpportunityLiu | |
| 2019-05-20 | support more warnings | OpportunityLiu | |
| 2019-05-20 | Merge pull request #418 from OpportunityLiu/patch-1 | ruki | |
| Support cudart flags | |||
| 2019-05-20 | remove -mthumb for android/x86_64 | ruki | |
| 2019-05-20 | Support cudart flags | Opportunity | |
| 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-17 | improve nvcc/has_flags | ruki | |
