summaryrefslogtreecommitdiff
path: root/c_check
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Fix c_check misinterpreting arm64 in uname output to mean armv7 Martin Kroeker1-1/+1
2020-07-18Add a check for C11 atomics and stdatomic.hMartin Kroeker1-0/+24
2020-06-25Fix handling of uname output on AIXMartin Kroeker1-0/+1
2020-05-17Ignore spurious all-numeric library names derived from mishandled jobserver f...Martin Kroeker1-0/+1
2020-02-16Pass CFLAGS from env to Makefile.prebuild and remove iOS hackIsuru Fernando1-20/+8
2020-02-10Avoid printing the following information on mips and mips64 when check msa:gxw1-1/+1
2020-02-07Remove OpenMP libraries from link listMartin Kroeker1-0/+1
2020-02-07Set SUFFIX in tempfile commands, fix bad architecture option for PGI compiler...Martin Kroeker1-4/+7
2019-10-08Simplify OSX/IOS cross-compilation and add a CI test for it (#2279)Martin Kroeker1-0/+13
2019-06-05c_check: Unlink correct fileMichael Lass1-1/+1
2019-02-25Fix missing -c option in AVX512 testMartin Kroeker1-1/+1
2019-02-05Make c_check robust against old or incomplete perl installationsMartin Kroeker1-29/+56
2018-10-04Check availability of immintrin.h in the AVX512 compatibility testMartin Kroeker1-1/+1
2018-08-30Merge pull request #1746 from martin-frbg/issue1674Martin Kroeker1-1/+2
2018-08-30Assume cross-compilation if host and target os differMartin Kroeker1-1/+2
2018-08-02Haiku supporting patchesZoltán Mizsei1-0/+1
2018-06-30Add compiler option to avx512 test and hide test outputMartin Kroeker1-2/+2
2018-06-06Improve AVX512 testcaseMartin Kroeker1-2/+2
2018-06-04Disable AVX512 (Skylake X) support if the build system is too oldMartin Kroeker1-0/+16
2018-04-03Add support for DragonFly BSDAlex Arslan1-0/+1
2018-04-02Allow building on OpenBSDAlex Arslan1-0/+1
2017-01-09Merge branch 'z13' into developZhang Xianyi1-0/+8
2016-11-22Convert --exclude-libs argument to linker flagMartin Kroeker1-0/+5
2016-09-14Updated CROSS_SUFFIX regex to work with CC containing argumentsPaul MUSTIÈRE1-1/+1
2016-08-10MIPS n32 ABI and build time mips simd support checkShivraj Patil1-18/+16
2016-08-08MIPS n32 ABI support, MSA support detection and rename ARCH, ARCHFLAGSShivraj Patil1-4/+34
2016-07-22P6600/I6400 Build fix. Reverted the changes which was done to support for MIP...Shivraj Patil1-9/+4
2016-07-14Complete support for MIPS n32 ABIVicente Olivert Riera1-2/+7
2016-04-29Merge pull request #847 from sva-img/developZhang Xianyi1-4/+4
2016-04-27Use CROSS_SUFFIX only if CROSS is setbuffer511-1/+1
2016-04-27Fixed cross-suffix detection for path that contains dashes when the compiler ...buffer511-8/+8
2016-04-22MIPS P5600(32 bit) and I6400(64 bit) cores support added.Shivraj Patil1-4/+4
2016-04-15Init IBM z system (s390x) porting.Zhang Xianyi1-0/+8
2015-11-09Fix detection of POWER architecture in c_check.Sébastien Villemot1-0/+1
2015-10-05Fix cross compilation suffix detectionKeno Fischer1-1/+1
2015-05-20Support Android NDK armeabi-v7a-hard ABI. (-mfloat-abi=hard)Zhang Xianyi1-0/+1
2015-04-29Fix detection of ARM architectures in c_check.Sébastien Villemot1-0/+2
2015-03-24Fix compiling bug for ARM with setting BINARY.Zhang Xianyi1-0/+4
2014-12-02c_check: set $hostarch to x86_64 instead of amd64Mike Nolta1-0/+1
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu1-9/+9
2013-12-01modified c_checkwernsaar1-0/+4
2013-07-10Refs #248. Support LAPACK and LAPACKE with lsbcc.Zhang Xianyi1-1/+2
2013-06-06Refs #227. Detected LLVM/Clang compiler.Zhang Xianyi1-0/+5
2013-04-27Refs #210. Disable checking /lib/libpthread.so*.Zhang Xianyi1-5/+5
2012-05-23Fix typo: OS_CYGWIN -> OS_CYGWIN_NT, OS_INERIX -> OS_INTERIXZaheer Chothia1-1/+1
2012-05-23Fix inconsistent case for OS_* macros (Refs pull request #111)Zaheer Chothia1-4/+4
2012-04-27Refs #99. c_check/f_check: strip quotes from detected flagsZaheer Chothia1-0/+2
2011-05-27Fixed a bug about detecting underscore prefix in c_check.Xianyi Zhang1-1/+1
2011-01-24Import GotoBLAS2 1.13 BSD version codes.Xianyi Zhang1-0/+254