Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Kornel Benko
Am Freitag, 4. Januar 2013 um 14:59:23, schrieb Mateusz Loskot > On 4 January 2013 14:46, Bill Hoffman wrote: > > On 1/4/2013 9:24 AM, Mateusz Loskot wrote: > >> > >> It tests if C compiler supports C99 restrict keyword, > >> perhaps also implementation-specific form, e.g. __restrict, etc. > >>

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Mateusz Loskot
On 4 January 2013 14:46, Bill Hoffman wrote: > On 1/4/2013 9:24 AM, Mateusz Loskot wrote: >> >> It tests if C compiler supports C99 restrict keyword, >> perhaps also implementation-specific form, e.g. __restrict, etc. >> >> [1]http://en.wikipedia.org/wiki/Restrict > > Should be able to do it with

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Bill Hoffman
On 1/4/2013 9:24 AM, Mateusz Loskot wrote: Bill, It tests if C compiler supports C99 restrict keyword, perhaps also implementation-specific form, e.g. __restrict, etc. [1]http://en.wikipedia.org/wiki/Restrict Should be able to do it with a CheckCSourceCompiles: http://www.cmake.org/cmake/hel

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Mateusz Loskot
On 4 January 2013 14:12, Bill Hoffman wrote: > On 1/4/2013 6:50 AM, Kornel Benko wrote: >> >> Hi, I am searching for something appropriate to the >> >> autoconf AC_C_RESTRICT macro. >> >> Kornel >> > What does it do? Bill, It tests if C compiler supports C99 restrict keyword, perhaps also implem

Re: [CMake] AC_C_RESTRICT

2013-01-04 Thread Bill Hoffman
On 1/4/2013 6:50 AM, Kornel Benko wrote: Hi, I am searching for something appropriate to the autoconf AC_C_RESTRICT macro. Kornel What does it do? -Bill -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please ke

[CMake] AC_C_RESTRICT

2013-01-04 Thread Kornel Benko
Hi, I am searching for something appropriate to the autoconf AC_C_RESTRICT macro. Kornel signature.asc Description: This is a digitally signed message part. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Plea