<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://uap-core.de/hg/ucx/</link>
    <language>en-us</language>

    <title>ucx: Makefile history</title>
    <description>Makefile revision history</description>
    <item>
    <title>make clean and distclean are now independent from config.mk</title>
    <link>https://uap-core.de/hg/ucx/log/fd948e5af26e/Makefile</link>
    <description><![CDATA[make clean and distclean are now independent from config.mk<br/>
<br/>
fixes #769]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 04 Dec 2025 18:57:54 +0100</pubDate>
</item>
<item>
    <title>replace dist-clean target with a proper distclean target</title>
    <link>https://uap-core.de/hg/ucx/log/77cb6540d9d8/Makefile</link>
    <description><![CDATA[replace dist-clean target with a proper distclean target]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sun, 30 Nov 2025 15:05:21 +0100</pubDate>
</item>
<item>
    <title>start overhauling the entire web documentation</title>
    <link>https://uap-core.de/hg/ucx/log/88a9ee79c102/Makefile</link>
    <description><![CDATA[start overhauling the entire web documentation<br/>
<br/>
relates to #451]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 23 Jan 2025 01:15:52 +0100</pubDate>
</item>
<item>
    <title>make ucx C++ compatible again (and add tests for it) - fixes #486</title>
    <link>https://uap-core.de/hg/ucx/log/15b3ca7ee33f/Makefile</link>
    <description><![CDATA[make ucx C++ compatible again (and add tests for it) - fixes #486]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 18 Nov 2024 22:05:42 +0100</pubDate>
</item>
<item>
    <title>generate (release) config.mk if none exists - fixes #350</title>
    <link>https://uap-core.de/hg/ucx/log/945ee9bf2dd1/Makefile</link>
    <description><![CDATA[generate (release) config.mk if none exists - fixes #350]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 02 Jan 2024 23:31:00 +0100</pubDate>
</item>
<item>
    <title>add command to remove outdated coverage data</title>
    <link>https://uap-core.de/hg/ucx/log/7ca8cf155489/Makefile</link>
    <description><![CDATA[add command to remove outdated coverage data]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sat, 30 Dec 2023 14:58:06 +0100</pubDate>
</item>
<item>
    <title>revert the insanely stupid idea to automatically run the test program on default build</title>
    <link>https://uap-core.de/hg/ucx/log/e9611e4d0213/Makefile</link>
    <description><![CDATA[revert the insanely stupid idea to automatically run the test program on default build]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 29 Dec 2023 17:17:43 +0100</pubDate>
</item>
<item>
    <title>add make target to automatically gather coverage info</title>
    <link>https://uap-core.de/hg/ucx/log/4fd4e0c6107a/Makefile</link>
    <description><![CDATA[add make target to automatically gather coverage info]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 27 Dec 2023 17:19:54 +0100</pubDate>
</item>
<item>
    <title>change default make target from 'compile test-compile' to 'check'</title>
    <link>https://uap-core.de/hg/ucx/log/b53e0e003d7e/Makefile</link>
    <description><![CDATA[change default make target from 'compile test-compile' to 'check']]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 27 Dec 2023 14:54:04 +0100</pubDate>
</item>
<item>
    <title>bring back UCX test - fixes #341</title>
    <link>https://uap-core.de/hg/ucx/log/e59b76889f00/Makefile</link>
    <description><![CDATA[bring back UCX test - fixes #341]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 20 Dec 2023 16:46:14 +0100</pubDate>
</item>
<item>
    <title>add update-rules script</title>
    <link>https://uap-core.de/hg/ucx/log/255ee4abf2ec/Makefile</link>
    <description><![CDATA[add update-rules script]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 23 Nov 2023 23:33:09 +0100</pubDate>
</item>
<item>
    <title>add an uwproj based install target</title>
    <link>https://uap-core.de/hg/ucx/log/4bc7d966c9db/Makefile</link>
    <description><![CDATA[add an uwproj based install target]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 18 Oct 2023 21:07:02 +0200</pubDate>
</item>
<item>
    <title>replace most of the build system with uwproj</title>
    <link>https://uap-core.de/hg/ucx/log/24dc84788dee/Makefile</link>
    <description><![CDATA[replace most of the build system with uwproj]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 12 Oct 2023 00:00:35 +0200</pubDate>
</item>
<item>
    <title>changes source directory structure in preperation for autotools rollout</title>
    <link>https://uap-core.de/hg/ucx/log/fae240d633fc/Makefile</link>
    <description><![CDATA[changes source directory structure in preperation for autotools rollout]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 17 Oct 2017 16:15:41 +0200</pubDate>
</item>
<item>
    <title>updates license</title>
    <link>https://uap-core.de/hg/ucx/log/b7d1317b138e/Makefile</link>
    <description><![CDATA[updates license]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 17 Oct 2017 15:15:54 +0200</pubDate>
</item>
<item>
    <title>adds cppcheck make target</title>
    <link>https://uap-core.de/hg/ucx/log/21bb9849a765/Makefile</link>
    <description><![CDATA[adds cppcheck make target]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Tue, 19 Sep 2017 14:13:40 +0200</pubDate>
</item>
<item>
    <title>adds missing stdint.h include for int32_t + fixes possible implicit const cast overflow + adds support for DESTDIR variable in Makefile</title>
    <link>https://uap-core.de/hg/ucx/log/4044131874f9/Makefile</link>
    <description><![CDATA[adds missing stdint.h include for int32_t + fixes possible implicit const cast overflow + adds support for DESTDIR variable in Makefile]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 16 Dec 2016 23:22:18 +0100</pubDate>
</item>
<item>
    <title>adds ucx_list_append_once() and ucx_list_prepend_once()</title>
    <link>https://uap-core.de/hg/ucx/log/9f385abc72fb/Makefile</link>
    <description><![CDATA[adds ucx_list_append_once() and ucx_list_prepend_once()]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 18 Nov 2016 15:17:04 +0100</pubDate>
</item>
<item>
    <title>updates documenting comments</title>
    <link>https://uap-core.de/hg/ucx/log/a1a068c2c4ef/Makefile</link>
    <description><![CDATA[updates documenting comments]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 08 Sep 2016 15:12:56 +0200</pubDate>
</item>
<item>
    <title>added important test case to sstrsplit and fixed bug with consecutively occurring delimiters + fixed build system not linking test binary with newest library build</title>
    <link>https://uap-core.de/hg/ucx/log/fa8b745be7b5/Makefile</link>
    <description><![CDATA[added important test case to sstrsplit and fixed bug with consecutively occurring delimiters + fixed build system not linking test binary with newest library build]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 26 Oct 2015 14:09:45 +0100</pubDate>
</item>
<item>
    <title>updated copyright notice + added files for upcoming AVL tree implementation</title>
    <link>https://uap-core.de/hg/ucx/log/1e51558b9d09/Makefile</link>
    <description><![CDATA[updated copyright notice + added files for upcoming AVL tree implementation]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Sun, 17 May 2015 17:31:32 +0200</pubDate>
</item>
<item>
    <title>go ahead, nothing to see here</title>
    <link>https://uap-core.de/hg/ucx/log/11ad03783baf/Makefile</link>
    <description><![CDATA[go ahead, nothing to see here]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 07 Jul 2014 11:18:13 +0200</pubDate>
</item>
<item>
    <title>added new mingw config</title>
    <link>https://uap-core.de/hg/ucx/log/ae7cc5716f38/Makefile</link>
    <description><![CDATA[added new mingw config]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 09 Sep 2013 14:26:12 +0200</pubDate>
</item>
<item>
    <title>removed unnecessary configurations + added build command for shared lib</title>
    <link>https://uap-core.de/hg/ucx/log/6a4bd1f4c57e/Makefile</link>
    <description><![CDATA[removed unnecessary configurations + added build command for shared lib]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 09 Sep 2013 11:54:32 +0200</pubDate>
</item>
<item>
    <title>further improved build system (debug is now a target instead of a configuration)</title>
    <link>https://uap-core.de/hg/ucx/log/45395ba5ed30/Makefile</link>
    <description><![CDATA[further improved build system (debug is now a target instead of a configuration)]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Mon, 09 Sep 2013 10:48:08 +0200</pubDate>
</item>
<item>
    <title>fixed makefiles</title>
    <link>https://uap-core.de/hg/ucx/log/8346aebfbb7b/Makefile</link>
    <description><![CDATA[fixed makefiles]]></description>
    <author>&#79;&#108;&#97;&#102;&#32;&#87;&#105;&#110;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#111;&#108;&#97;&#102;&#46;&#119;&#105;&#110;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 06 Sep 2013 17:01:53 +0200</pubDate>
</item>
<item>
    <title>minor code fixes + added clang support + improved build system</title>
    <link>https://uap-core.de/hg/ucx/log/3238f65db163/Makefile</link>
    <description><![CDATA[minor code fixes + added clang support + improved build system]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 06 Sep 2013 13:20:20 +0200</pubDate>
</item>
<item>
    <title>added license and copyright notice to all files</title>
    <link>https://uap-core.de/hg/ucx/log/08018864fb91/Makefile</link>
    <description><![CDATA[added license and copyright notice to all files]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Thu, 28 Feb 2013 08:50:24 +0100</pubDate>
</item>
<item>
    <title>renamed comparator to utils module and added copy functions</title>
    <link>https://uap-core.de/hg/ucx/log/57ea041df22f/Makefile</link>
    <description><![CDATA[renamed comparator to utils module and added copy functions]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 27 Feb 2013 11:48:29 +0100</pubDate>
</item>
<item>
    <title>changed make clean + added dlist_clone with copy test + added va_end statements to string.c</title>
    <link>https://uap-core.de/hg/ucx/log/e04822101291/Makefile</link>
    <description><![CDATA[changed make clean + added dlist_clone with copy test + added va_end statements to string.c]]></description>
    <author>&#77;&#105;&#107;&#101;&#32;&#66;&#101;&#99;&#107;&#101;&#114;&#32;&#60;&#117;&#110;&#105;&#118;&#101;&#114;&#115;&#101;&#64;&#117;&#97;&#112;&#45;&#99;&#111;&#114;&#101;&#46;&#100;&#101;&#62;</author>
    <pubDate>Wed, 08 Feb 2012 23:43:02 +0100</pubDate>
</item>
<item>
    <title>Moved object files to build/</title>
    <link>https://uap-core.de/hg/ucx/log/20c788d1e278/Makefile</link>
    <description><![CDATA[Moved object files to build/]]></description>
    <author>&#79;&#108;&#97;&#102;&#32;&#87;&#105;&#110;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#111;&#108;&#97;&#102;&#46;&#119;&#105;&#110;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 31 Dec 2011 15:54:08 +0100</pubDate>
</item>
<item>
    <title>Added makefiles</title>
    <link>https://uap-core.de/hg/ucx/log/1e4522fddff0/Makefile</link>
    <description><![CDATA[Added makefiles]]></description>
    <author>&#79;&#108;&#97;&#102;&#32;&#87;&#105;&#110;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#32;&#60;&#111;&#108;&#97;&#102;&#46;&#119;&#105;&#110;&#116;&#101;&#114;&#109;&#97;&#110;&#110;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 31 Dec 2011 14:04:40 +0100</pubDate>
</item>

  </channel>
</rss>
