<?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/server/drivers/xf86-video-sis/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>bsd.own.mk: rename GCC_NO_* to CC_WNO_*<br/><br/>Rename compiler-warning-disable variables from<br/>	GCC_NO_warning<br/>to<br/>	CC_WNO_warning<br/>where warning is the full warning name as used by the compiler.<br/><br/>GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH<br/><br/>Using the convention CC_compilerflag, where compilerflag<br/>is based on the full compiler flag name.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.19</description>
    <pubDate>Sat Jun 03 09:09:08 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>introduce some common variables for use in GCC warning disables:<br/><br/>GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)<br/>GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)<br/>GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)<br/>GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)<br/><br/>use these to turn off warnings for most GCC-8 complaints.  many<br/>of these are false positives, most of the real bugs are already<br/>commited, or are yet to come.<br/><br/><br/>we plan to introduce versions of (some?) of these that use the<br/>"-Wno-error=" form, which still displays the warnings but does<br/>not make it an error, and all of the above will be re-considered<br/>as either being "fix me" (warning still displayed) or "warning<br/>is wrong."</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.18</description>
    <pubDate>Sun Oct 13 07:28:09 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>-Wno-error for newly deprecated things.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.17</description>
    <pubDate>Mon Dec 31 00:13:50 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.16.2;  1.16.4;<br/>convert HAVE_GCC handling to modern GCC release numbering:<br/>- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for<br/>  GCC 5.4 and GCC 5.5.)<br/>- remove some more GCC 4.8 code.  we don't support GCC 4 here.<br/>- adjust set lists to gcc=5 from gcc=53.<br/><br/>add some basic HAVE_GCC=6 handling (totally unused so far.)</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.16</description>
    <pubDate>Fri Feb 02 01:02:40 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>More clang -Werror avoidance</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.15</description>
    <pubDate>Fri Sep 02 04:49:48 UTC 2016</pubDate>
    <dc:creator>jakllsch</dc:creator>
</item>

<item>
    <title>HAVE_GCC may be undefined.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.14</description>
    <pubDate>Sun Aug 21 18:23:58 UTC 2016</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>apply -Wno-error=discarded-qualifiers only with GCC &gt; 4.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.13</description>
    <pubDate>Sat Aug 20 20:22:54 UTC 2016</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>revert part of previous</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.12</description>
    <pubDate>Tue Aug 16 08:37:47 UTC 2016</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>apply -Wno-error more liberally for xorg-server 1.18 builds.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.11</description>
    <pubDate>Tue Aug 16 07:10:01 UTC 2016</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Various warning adjustments for clang</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.10</description>
    <pubDate>Thu Aug 11 23:15:40 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>don't need to supply __myservername__ and __myxconfigfile__ as they<br/>are generated internally from __xservername__ and __xconfigfile__</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.9</description>
    <pubDate>Tue Mar 15 19:54:14 UTC 2011</pubDate>
    <dc:creator>plunky</dc:creator>
</item>

<item>
    <title>find libdrm files in their new place.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.8</description>
    <pubDate>Sat May 22 23:04:02 UTC 2010</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Move libdrm headers up one level (out of the X11 directory) to match<br/>the rest of the world and fix the inconsistency with libdrm.pc.<br/>Fixes PR xsrc/42126.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.7</description>
    <pubDate>Thu Oct 08 19:06:51 UTC 2009</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>add the driver src dir to the include path.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.6</description>
    <pubDate>Wed Jun 10 02:01:14 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.5.2;  1.5.4;  1.5.10;<br/>- Adapt to changes on bsd.x11.mk<br/>- Remove unnecessary targets that handled .man.pre files<br/>- Add transformations for package-specific patterns in man page templates.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.5</description>
    <pubDate>Tue Oct 14 23:37:19 UTC 2008</pubDate>
    <dc:creator>cube</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>make this actually build</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.4</description>
    <pubDate>Mon Sep 01 05:34:19 UTC 2008</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>* traverse into xf86-video-* directories that compile<br/>* make most drivers build with the SRCS they do specify though it is likely<br/>  most would explode when loaded by the server</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.3</description>
    <pubDate>Sun Aug 03 09:24:14 UTC 2008</pubDate>
    <dc:creator>rtr</dc:creator>
</item>

<item>
    <title>oops these drivers are video not input</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.2</description>
    <pubDate>Sun Aug 03 07:32:04 UTC 2008</pubDate>
    <dc:creator>rtr</dc:creator>
</item>

<item>
    <title>add the bulk of xf86-video-* driver reachovers<br/>  - there are still a few more to come<br/>  - most of these have incomplete SRCS at the moment</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.1</description>
    <pubDate>Sun Aug 03 07:21:00 UTC 2008</pubDate>
    <dc:creator>rtr</dc:creator>
</item>

<item>
    <title>Sync with wrstuden-revivesa-base-2.</title>
    <description>/src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile - 1.4.2.2</description>
    <pubDate>Thu Sep 18 05:18:43 UTC 2008</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>
</channel></rss>

