Michael Brown
|
af23ff8a24
|
Assertions are now handled via the POSIX-like <assert.h>.
|
18 gadus atpakaļ |
Michael Brown
|
a96759f9c8
|
Use "#var" rather than "@c var" for doxygen.
|
19 gadus atpakaļ |
Michael Brown
|
a9fabe7546
|
Doxygenation
|
19 gadus atpakaļ |
Michael Brown
|
484d6e7d24
|
__attribute__ does not need to be treated as a variadic macro, since
it is always used as __attribute__((...)). Since variadic macros seem
to confuse poor doxygen, change it to a single-valued macro.
|
19 gadus atpakaļ |
Michael Brown
|
75a90cb143
|
Hide __attribute__ from doxygen
|
19 gadus atpakaļ |
Michael Brown
|
3bbf5f28a3
|
Use __unused instead of __used for static data structures.
Remove compiler.h defines from osdep.h
|
19 gadus atpakaļ |
Michael Brown
|
f0d048bf91
|
Added ASSERT() macro
|
19 gadus atpakaļ |
Michael Brown
|
68e90c75b6
|
Removed spurious semicolon
|
19 gadus atpakaļ |
Michael Brown
|
60b82eb5cd
|
Moved definition of __shared into compiler.h
|
19 gadus atpakaļ |
Michael Brown
|
1ddcdb0524
|
Added PREFIX_OBJECT() function to be able to easily prepend any string
to the object name in order to generate e.g. per-file variables.
|
19 gadus atpakaļ |
Michael Brown
|
f972f256e6
|
Allow for multiple debug levels
|
19 gadus atpakaļ |
Michael Brown
|
4e3ebba8e6
|
Revert debug message prefix back to none, since we sometimes want to use
DBG() several times to build up a line.
|
19 gadus atpakaļ |
Michael Brown
|
905ca1f21d
|
Force a standard format upon debug messages.
|
19 gadus atpakaļ |
Michael Brown
|
063140864e
|
Automatically drag in console.h if DBG() is being defined as printf().
|
19 gadus atpakaļ |
Michael Brown
|
dcd573afcb
|
Automatically create DBG() macro based on debug_<object> macro.
|
19 gadus atpakaļ |
Michael Brown
|
0ff80b477d
|
Merged mcb30-realmode-redesign back to HEAD
|
19 gadus atpakaļ |