<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/modules/detect/tools, branch v2.2.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/modules/detect/tools?h=v2.2.7</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/modules/detect/tools?h=v2.2.7'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2019-06-18T14:50:04Z</updated>
<entry>
<title>modify code style</title>
<updated>2019-06-18T14:50:04Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-06-18T16:48:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d6d53fa5696b012d435506d3b88edb5851c269f8'/>
<id>urn:sha1:d6d53fa5696b012d435506d3b88edb5851c269f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix find_program &amp; find_file</title>
<updated>2019-06-18T10:10:48Z</updated>
<author>
<name>OpportunityLiu</name>
<email>opportunity@live.in</email>
</author>
<published>2019-06-18T10:10:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=026a8aa6a02bf9c12790404b9c551abf3dfd261b'/>
<id>urn:sha1:026a8aa6a02bf9c12790404b9c551abf3dfd261b</id>
<content type='text'>
add path.splitenv
</content>
</entry>
<entry>
<title>add find lex/flex and yacc/bison</title>
<updated>2019-06-15T01:06:27Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-06-15T01:06:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=42ddca8c330acd5928a553fbd562f3a3d2a4700b'/>
<id>urn:sha1:42ddca8c330acd5928a553fbd562f3a3d2a4700b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix find_curl</title>
<updated>2019-06-13T02:28:10Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-06-13T14:44:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=731e06180fc37f51da797bd58ce01700a4faa32a'/>
<id>urn:sha1:731e06180fc37f51da797bd58ce01700a4faa32a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>format codes</title>
<updated>2019-05-20T14:04:24Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-05-20T16:40:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=dfa26e72bc4d830c0ace72bdfba51142f1348bef'/>
<id>urn:sha1:dfa26e72bc4d830c0ace72bdfba51142f1348bef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support cudart flags</title>
<updated>2019-05-20T09:36:17Z</updated>
<author>
<name>Opportunity</name>
<email>Opportunity@live.in</email>
</author>
<published>2019-05-20T09:36:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c2c491ab4bedea3be7b1a6aca8bb4e65a9d763db'/>
<id>urn:sha1:c2c491ab4bedea3be7b1a6aca8bb4e65a9d763db</id>
<content type='text'>
Fix check failed of "-cudart none"
```
checking for the flags (-cudart none ) ... no
&gt; 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]:
```</content>
</entry>
<entry>
<title>improve nvcc/has_flags</title>
<updated>2019-05-17T13:50:38Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-05-17T16:38:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d0fc956fc21a92a39c7f56d62820ab78946617f0'/>
<id>urn:sha1:d0fc956fc21a92a39c7f56d62820ab78946617f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve cross compile for android</title>
<updated>2019-04-24T02:28:33Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-04-24T14:44:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=2898840b2fee9a838ca84e1c0df129b00d81aa45'/>
<id>urn:sha1:2898840b2fee9a838ca84e1c0df129b00d81aa45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add c preprocessor</title>
<updated>2019-04-23T02:36:15Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-04-23T14:46:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=6a430c2260ea9ba01cfd164bfe265157b15c235f'/>
<id>urn:sha1:6a430c2260ea9ba01cfd164bfe265157b15c235f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added find_clib.lua</title>
<updated>2019-04-15T09:35:10Z</updated>
<author>
<name>Adel Vilkov</name>
<email>vilkov.adel@gmail.com</email>
</author>
<published>2019-04-15T09:35:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=072f9bfe34c02a9f855497e4f2b15602d2c6d9a3'/>
<id>urn:sha1:072f9bfe34c02a9f855497e4f2b15602d2c6d9a3</id>
<content type='text'>
</content>
</entry>
</feed>
