Add some macros to document more code.
[bertos.git] / compiler.h
2004-12-08 bernieTypo in macro name.
2004-11-28 bernieUse mtime_t instead of overloading ANSI time_t with...
2004-11-16 berniesize_t: Add 64bit definitions; time_t: Add 16bit hack...
2004-11-16 bernieDoxygen fixes.
2004-11-16 bernieIPTR: Remove obsolete definition.
2004-11-16 bernieDeclare fixed-size types before other types.
2004-11-16 bernieUNUSED_VAR, USED_VAR, USED_FUNC: New macros; UNUSED_ARG...
2004-10-21 bernieTypo.
2004-10-21 bernieRemove spurious token in preprocessor directive.
2004-10-19 bernieUNUSED_FUNC: New function attribute.
2004-10-19 bernieAdd macros to test for specific compiler features.
2004-10-03 berniePoison C++ keywords in C programs for better portability.
2004-09-20 bernieRemove vsprintf_P() proto, no longer needed with avr...
2004-09-14 berniePURE_FUNC, CONST_FUNC, MUST_CHECK: New function attribu...
2004-09-06 bernieMisc documentation and style fixes.
2004-08-29 bernieMove back STATIC_ASSERT() to compiler.h as it's needed...
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-24 bernieDocument custom types.
2004-08-24 berniePP_CAT(), PP_STRINGIZE(): Move back to compiler.h to...
2004-08-14 raskyMerge da SC: macros.h, pool.h, BIT_CHANGE, nome dei...
2004-08-13 bernieAdjust a few MSVC tweaks from older projects.
2004-08-10 bernieRESTRICT: New C99-like macro; STATIC_ASSERT: Fix warnin...
2004-08-02 alephMerge from kseries
2004-08-01 bernieLIKELY(), UNLIKELY(): New compiler-specific macros.
2004-07-30 raskyVari fix per documentazione e commenti
2004-07-30 raskyNuovo supporto unificato per detect della CPU
2004-07-29 bernievsprintf(): Remove prototype for backwards compatibilit...
2004-07-20 bernieUse attribute((always_inline)) to force inlining. ...
2004-07-20 bernieFix two errors introduced by previous commit.
2004-07-20 bernieReverse the logic to provide defaults for undefined...
2004-07-20 bernieCleanup documentation
2004-06-27 alephChange UNUSED() macro to accept two arguments: type...
2004-06-06 berniePP_CAT(): New macro.
2004-06-03 bernieAdd dual-license information.
2004-05-23 bernieAdd top-level files.