| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inhibit compiler warnings on DBG() when building a non-debug object, | Michael Brown | 2006-09-27 | 1 | -2/+12 |
| | | | | | while retaining the format string checking. | ||||
| * | update DBG_DISCARD macro to allow the compiler to see the argument for ↵ | Marty Connor | 2006-09-14 | 1 | -1/+3 |
| | | | | | compile-time checking, while still having it optimized away during compilation | ||||
| * | Make DBG_DISCARD correct | Michael Brown | 2006-06-01 | 1 | -1/+1 |
| | | |||||
| * | Assertions are now handled via the POSIX-like <assert.h>. | Michael Brown | 2006-03-23 | 1 | -20/+3![]() |
| | | |||||
| * | Use "#var" rather than "@c var" for doxygen. | Michael Brown | 2005-05-20 | 1 | -3/+3 |
| | | |||||
| * | Doxygenation | Michael Brown | 2005-05-19 | 1 | -18/+101 |
| | | |||||
| * | __attribute__ does not need to be treated as a variadic macro, since | Michael Brown | 2005-05-18 | 1 | -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 doxygen | Michael Brown | 2005-05-18 | 1 | -1/+11 |
| | | |||||
| * | Use __unused instead of __used for static data structures. | Michael Brown | 2005-05-17 | 1 | -3/+12 |
| | | | | | Remove compiler.h defines from osdep.h | ||||
| * | Added ASSERT() macro | Michael Brown | 2005-05-13 | 1 | -0/+17 |
| | | |||||
| * | Removed spurious semicolon | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| | | |||||
| * | Moved definition of __shared into compiler.h | Michael Brown | 2005-05-02 | 1 | -0/+17 |
| | | |||||
| * | Added PREFIX_OBJECT() function to be able to easily prepend any string | Michael Brown | 2005-04-27 | 1 | -2/+3 |
| | | | | | to the object name in order to generate e.g. per-file variables. | ||||
| * | Allow for multiple debug levels | Michael Brown | 2005-04-25 | 1 | -5/+18 |
| | | |||||
| * | Revert debug message prefix back to none, since we sometimes want to use | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| | | | | | DBG() several times to build up a line. | ||||
| * | Force a standard format upon debug messages. | Michael Brown | 2005-04-21 | 1 | -1/+1 |
| | | |||||
| * | Automatically drag in console.h if DBG() is being defined as printf(). | Michael Brown | 2005-04-17 | 1 | -0/+1 |
| | | |||||
| * | Automatically create DBG() macro based on debug_<object> macro. | Michael Brown | 2005-04-14 | 1 | -0/+20 |
| | | |||||
| * | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 1 | -0/+41 |

