]> pd.if.org Git - pdclib/history - internals/_PDCLIB_aux.h
Static assert macro, config sanity checks
[pdclib] / internals / _PDCLIB_aux.h
2016-03-07 Martin BauteStatic assert macro, config sanity checks
2016-03-03 Martin BautePatch suggested by darkinsanity, http://forum.osdev...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-30 Owen ShepherdAdd _PDCLIB_UNREACHABLE (defines block of code as unrea...
2012-12-26 Owen Shepherd_PDCLIB_aux.h: Better detection of Clang and GCC features
2012-12-11 Owen ShepherdPDCLIB-19: Remove gets() when >=C11. Deprecated it...
2012-12-05 Owen ShepherdPDCLIB-8: First phase of intergation of new I/O backend...
2012-11-08 Owen ShepherdPDCLIB-15 PDCLIB-16:
2012-08-16 Owen Shepherd<float.h> is now implemented in the platform independen...
2012-08-14 Owen ShepherdAdd nothrow annotations where appropriate
2012-08-14 Owen Shepherd(merge)
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2012-08-12 Owen Shepherd * New feature check macro system. See _PDCLIB_aux...
2012-08-03 Owen ShepherdImport dlmalloc (public domain) as a malloc implementat...
2012-08-02 Owen Shepherd* Change the style of inclusion of the internal/ header...
2010-07-19 solarMade printf() testcases 32/64 bit agnostic.
2008-05-28 solarIntermediate work, checked in for safekeeping as I...
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-01-30 solarMoved internal struct definitions to _PDCLIB_int.h...
2006-01-30 solarMoved struct definition to internal header.
2005-12-04 solarRemoved #warning lines (only #error is defined by the...
2005-12-02 solarAdded _PDCLIB_inline mapped to inline for C99 only.
2005-11-20 solarAdded Makefile and moved internal headers into seperate...