summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/compiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Modularize the libdimension codebase.Tavian Barnes2015-10-251-135/+0
|
* Fix some warnings found by clang.Tavian Barnes2014-06-241-13/+73
|
* Add a C89 compliance test for the headers.Tavian Barnes2014-06-121-5/+28
| | | | | Technically we still require a couple things from C99 like "bool", but it works with -std=c89 under gcc.
* Add a C99 conformance test for the headers.Tavian Barnes2014-06-121-5/+5
|
* compiler.h: Fix extra semicolon in macro.Tavian Barnes2014-04-231-2/+2
|
* Add a dmnsn_unreachable() macro.Tavian Barnes2011-11-161-0/+52
Also rename inline.h to compiler.h.