summaryrefslogtreecommitdiffstats
path: root/src/include/compiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Inhibit compiler warnings on DBG() when building a non-debug object,Michael Brown2006-09-271-2/+12
| | | | while retaining the format string checking.
* update DBG_DISCARD macro to allow the compiler to see the argument for ↵Marty Connor2006-09-141-1/+3
| | | | compile-time checking, while still having it optimized away during compilation
* Make DBG_DISCARD correctMichael Brown2006-06-011-1/+1
|
* Assertions are now handled via the POSIX-like <assert.h>.Michael Brown2006-03-231-20/+3Star
|
* Use "#var" rather than "@c var" for doxygen.Michael Brown2005-05-201-3/+3
|
* DoxygenationMichael Brown2005-05-191-18/+101
|
* __attribute__ does not need to be treated as a variadic macro, sinceMichael Brown2005-05-181-1/+1
| | | | | it is always used as __attribute__((...)). Since variadic macros seem to confuse poor doxygen, change it to a single-valued macro.
* Hide __attribute__ from doxygenMichael Brown2005-05-181-1/+11
|
* Use __unused instead of __used for static data structures.Michael Brown2005-05-171-3/+12
| | | | Remove compiler.h defines from osdep.h
* Added ASSERT() macroMichael Brown2005-05-131-0/+17
|
* Removed spurious semicolonMichael Brown2005-05-031-1/+1
|
* Moved definition of __shared into compiler.hMichael Brown2005-05-021-0/+17
|
* Added PREFIX_OBJECT() function to be able to easily prepend any stringMichael Brown2005-04-271-2/+3
| | | | to the object name in order to generate e.g. per-file variables.
* Allow for multiple debug levelsMichael Brown2005-04-251-5/+18
|
* Revert debug message prefix back to none, since we sometimes want to useMichael Brown2005-04-221-1/+1
| | | | DBG() several times to build up a line.
* Force a standard format upon debug messages.Michael Brown2005-04-211-1/+1
|
* Automatically drag in console.h if DBG() is being defined as printf().Michael Brown2005-04-171-0/+1
|
* Automatically create DBG() macro based on debug_<object> macro.Michael Brown2005-04-141-0/+20
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+41