<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/external/mit/xorg/lib/libGLU/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>introduce new GCC 12 warning disables and use them in a few places<br/><br/>this introduces 4 new warning disable flags:<br/><br/>   CC_WNO_MISSING_TEMPLATE_KEYWORD<br/>   CC_WNO_REGISTER<br/>   CC_WNO_STRINGOP_OVERREAD<br/>   CC_WNO_ARRAY_BOUNDS<br/><br/>and documents them in README.warnings.  of these, the string op<br/>and array bounds are both problematic (real bugs) and also spurious<br/>(not real bugs), and the other 2 are mostly temporary for older<br/>3rd party code.<br/><br/>add some new uses of CC_WNO_STRINGOP_OVERFLOW.<br/><br/>fix m68k build for gallium and GCC 12.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.23</description>
    <pubDate>Tue Aug 08 06:27:31 UTC 2023</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>don't install glu_mangle.h</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.22</description>
    <pubDate>Tue Aug 24 03:10:11 UTC 2021</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>xorg/lib stuff to enable mesa.old, prepare for new mesa<br/><br/>- rename OLD_PREFIX to OLD_SUFFIX, since it is<br/>- include mesa-which.mk and use ${OLD_SUFFIX} in several places<br/>- remove mesa &lt; 18 support</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.21</description>
    <pubDate>Sun Jul 11 20:52:06 UTC 2021</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Remove workaround for internal compiler error.<br/><br/>GCC 7 and 6 work fine without this for both m68k and m68010.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.20</description>
    <pubDate>Sun Mar 24 00:47:16 UTC 2019</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>move mesa10 build into .old scheme:<br/><br/>- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an<br/>  alias for either the former or the non old.  this allows many of<br/>  the makefiles to simply use ${X11SRCDIR.Mesa} (but does not really<br/>  enable much sharing of makefiles, but reduces their diffs.)<br/><br/>- use mesa-which.mk to define ${OLD_PREFIX} to either "" or ".old",<br/>  and to know if to build 'dri7' (.old only.)  ${OLD_PREFIX} is used<br/>  by other code (eg, LIBDPLIBS) to pick the right subdir.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.19</description>
    <pubDate>Sun Mar 10 02:29:53 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Fix libGLU build with Clang/LLVM<br/><br/>The register keyword is deprecated in newer C++ standards.<br/>Add a compiler flag to disable a warning that is turned into a fatal error.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.18</description>
    <pubDate>Fri Aug 03 02:20:20 UTC 2018</pubDate>
    <dc:creator>kamil</dc:creator>
</item>

<item>
    <title>branches:  1.17.14;  1.17.16;<br/>remove lint hack.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.17</description>
    <pubDate>Wed Jul 01 15:38:56 UTC 2015</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>switch over to the separate glu sources.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.16</description>
    <pubDate>Tue Dec 16 06:10:12 UTC 2014</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.15.2;<br/>clang doesn't like -Wno-tautological-undefined-compare, use<br/>-Wno-tautological-compare instead.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.15</description>
    <pubDate>Mon Jul 14 00:22:46 UTC 2014</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>Disable more warnings for clang build to deal with xsrc changes.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.14</description>
    <pubDate>Sun Jul 13 16:35:49 UTC 2014</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>remove remaining makefile support for GCC &lt; 45 that i found.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.13</description>
    <pubDate>Sat Jun 14 20:49:37 UTC 2014</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.12.2;<br/>Handle dependency on libstdc++ / libc++ in bsd.lib.mk.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.12</description>
    <pubDate>Thu Sep 12 17:14:20 UTC 2013</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>workaround for internal compiler error</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.11</description>
    <pubDate>Fri May 24 17:18:12 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.10.2;  1.10.8;<br/>Various warning adjustments for clang</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.10</description>
    <pubDate>Thu Aug 11 23:15:38 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>XXX: apply -Wno-error/friends to a few files</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.9</description>
    <pubDate>Fri Jul 01 01:25:52 UTC 2011</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>install dri.pc.<br/>put the Mesa version into it's own makefile, and share it.  there<br/>are now 4 references to it.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.8</description>
    <pubDate>Mon Nov 22 21:05:29 UTC 2010</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>updates for Mesa 7.8.2:<br/>- build glsl as a host tool<br/>- add the glsl objects to libmesa<br/>- add/remove new/deleted sources for various components<br/>- adjust the libmesa/libGL builds to pull in the new glsl objects<br/>- re-apply the BUILDSYMLINK hack for eval.c/pixel.c/pixelstore.c<br/>- use glsl to build the slang headers on the fly</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.7</description>
    <pubDate>Mon Jul 19 05:34:26 UTC 2010</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>we're now at mesa 7.7.1.<br/><br/>XXX: really really really need to make this in one place...</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.6</description>
    <pubDate>Fri May 28 06:22:05 UTC 2010</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>we have Mesa 7.4.4.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.5</description>
    <pubDate>Sun May 23 01:19:34 UTC 2010</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>fix up the Mesa version for the gl*.pc files.</title>
    <description>/src/external/mit/xorg/lib/libGLU/Makefile - 1.4</description>
    <pubDate>Thu Jun 11 05:10:49 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>
</channel></rss>

