aboutsummaryrefslogtreecommitdiffstats
path: root/compiler
AgeCommit message (Expand)AuthorFilesLines
2022-03-30Rename 'fallthrough' attribute to 'fio_fallthrough'Jens Axboe1-2/+2
2022-03-28Fix compile error of GCC 4Chung-Chiang Cheng1-0/+1
2021-01-06Change ARRAY_SIZE to FIO_ARRAY_SIZEJens Axboe1-2/+2
2020-08-28Use fallthrough attributeJens Axboe1-0/+10
2020-07-25configure: check for C11 atomics supportSitsofe Wheeler1-7/+0
2020-06-23Merge compiler/gcc4.h into compiler/compiler.hBart Van Assche2-21/+4
2020-06-23compiler/compiler.h: include clang 6.0 and aboveJens Axboe1-1/+1
2020-06-23compiler/compiler.h: minimum GCC version is 4.9Jens Axboe1-2/+2
2018-07-25replace typeof with __typeof__Kefu Chai1-2/+2
2018-03-22compiler: set minimum compiler version to GCC 4.1.0Sitsofe Wheeler2-14/+2
2018-03-21Add include-what-you-use pragmasSitsofe Wheeler1-0/+2
2018-03-21Refactor #includes and headersSitsofe Wheeler1-1/+0
2017-12-15parse: dump option type when using --debug=parseJens Axboe1-0/+5
2017-02-22configure: disable compile time asserts for !opt and !static_assertJens Axboe1-1/+7
2015-06-29Use _Static_assert() if availableAlireza Haghdoost1-0/+8
2014-10-21compiler: improve gcc 4.x compile time checkJens Axboe1-0/+9
2014-10-20Add some build assert macrosJens Axboe1-0/+22
2014-07-01Add a typecheck for the endianness conversionsJens Axboe1-0/+11
2014-02-26Branch and cache miss speedupsJens Axboe1-0/+2
2013-04-17Move unused and other attributes to the compiler sectionJens Axboe1-0/+7
2013-01-10Add configure scriptJens Axboe1-8/+0
2012-11-13Get rid of uninitialized_var()Jens Axboe1-2/+0
2011-07-10Take __weak out of the compiler namespaceBruce Cran1-3/+3
2011-01-08Various fixes/updatesBruce Cran2-4/+4
2011-01-02First snapshot of FIO for WindowsBruce Cran1-0/+4
2009-12-15Fix some issues with the OSX portJens Axboe1-0/+2
2009-11-23Add posix_* weak helpersJens Axboe1-0/+2
2008-06-13Add uninitialized_var() to silence bogus compiler warningsJens Axboe1-0/+2
2007-06-24Guard __must_check ifdefJens Axboe2-0/+4
2007-04-02Move os/arch/compiler headers into directoriesJens Axboe3-0/+30