util: #include "c99_compat.h" to fix Windows build
[mesa.git] / src / util / macros.h
2016-11-21 George Kyriazismesa: removed redundant #else
2016-11-16 Vinson Leeutil: Fix Clang trivial destructor check.
2016-11-09 Brian Paulutil: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation
2016-10-18 Dave Airlieutil: move min/max/clamp macros to util macros.h
2016-09-23 Timothy Arceriutil: remove Sun C Compiler support
2016-05-16 Matt Turnerutil: Add ATTRIBUTE_RETURNS_NONNULL.
2016-04-29 Nicolai Hähnlest/glsl_to_tgsi: reduce stack explosion in recursive...
2016-04-26 Jose Fonsecascons: Move fallback HAVE_* definitions to headers.
2016-04-25 Grazvydas Ignotasutil: add MAYBE_UNUSED for config dependent variables
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-02 Jose FonsecaRemove Sun CC specific code.
2015-11-24 Matt Turnerutil: Include assert.h in macros.h.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-09 Jose Fonsecautil: Rename PURE to ATTRIBUTE_PURE.
2015-07-17 Eric Anholtmesa: Detect and provide macros for function attributes...
2015-07-06 Kenneth Graunkemesa: Add a MUST_CHECK macro for __attribute__((warn_un...
2015-04-29 Axel Davyutil/macros: Move DIV_ROUND_UP to util/macros.h
2015-03-10 Vinson LeeAdd macro for unused function attribute.
2015-03-06 Emil Velikovutil: rework _MSC_VER >= 1200 checks
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-01-28 Jason EkstrandRevert "util: Move the alternate fpclassify implementat...
2015-01-28 Jason Ekstrandutil: Predicate the fpclassify fallback on !defined...
2015-01-28 Jason Ekstrandutil: Move the alternate fpclassify implementation...
2015-01-16 Carl Worthutil: Make unreachable at least be an assert
2014-11-24 Matt Turnerutil: Implement assume() for clang.
2014-11-05 Ian Romanickutil: Implement unreachable for MSVC using __assume
2014-10-23 Matt Turnerutil: Add assume() macro.
2014-09-25 Matt Turnerralloc: Mark ralloc functions with gcc's malloc attribute.
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc attributes...
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-08-04 Jason Ekstrandutil: Gather some common macros