search for: check_type_exist

Displaying 4 results from an estimated 4 matches for "check_type_exist".

Did you mean: check_type_exists
2009 Aug 27
2
[LLVMdev] A patch for refine the cmake system and also configure
...anics. So I just add these two file and doesn't delete the old history files Because I doesn't get configure working (I am not using Unix or Linux), so i doesn't testing configure yet. But cmake is working file on win32. Also I add an module CheckSymbols It's a module support for check_type_exists and check_include_exists and so on. But I doesn't delete iterator.in and iterator.cmake and DataTypes.h.cmake DataTypes.h.in Indeed, because those two new file is based on these files. So we can using the svnr rename function to trace these files. By the way iterator.h is places at llvm/...
2009 Aug 27
0
[LLVMdev] A patch for refine the cmake system and also configure
...ile and doesn't delete the old history files > > Because I doesn't get configure working (I am not using Unix or > Linux), so i doesn't testing configure yet. > But cmake is working file on win32. > > Also I add an module CheckSymbols > It's a module support for check_type_exists and check_include_exists and so on. > > But I doesn't delete > iterator.in > and > iterator.cmake > and > DataTypes.h.cmake > DataTypes.h.in > > Indeed, because those two new file is based on these files. > So we can using the svnr rename function to trace thes...
2009 Aug 27
1
[LLVMdev] A patch for refine the cmake system and also configure
...+/* Define to 1 if the system has the type `uint64_t'. */ +#cmakedefine HAVE_UINT64_T ${HAVE_UINT64_T} + +/* Define to 1 if the system has the type `u_int64_t'. */ +#cmakedefine HAVE_U_INT64_T ${HAVE_U_INT64_T} And because I add Index: cmake/modules/CheckSymbols.cmake so that we can using check_type_exists in cmake to identify HAVE_U_INT64_T and HAVE_UINT64_T and also +#cmakedefine HAVE_BI_ITERATOR ${HAVE_BI_ITERATOR} + +/* Define to 1 if you have the standard `iterator' struct */ +#cmakedefine HAVE_STD_ITERATOR ${HAVE_STD_ITERATOR} + +/* Define to 1 if you have the `forward_iterator' struct...
2009 Aug 30
0
[LLVMdev] Remove depending on DataTypes.h.cmake and DataTypes.h.in
Now we just need DataTypes.h. And I create a cmake function check_type_exists That ever lacked in cmake system. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- A non-text attachment was scrubbed... Name: remove-depend-on-DataTypes_h_cmake.patch Type: application/octet-stream Size: 11647 bytes Desc: not available URL: <ht...