<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/thess/tools/zstd, branch master</title>
<subtitle>Ted Hess staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/thess/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/thess/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/'/>
<updated>2021-09-05T19:26:32Z</updated>
<entry>
<title>tools/zstd: update to 1.5.0</title>
<updated>2021-09-05T19:26:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-02T03:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=c5953d5f308f20d8b7e46ee1d68ba8866f5e4bad'/>
<id>urn:sha1:c5953d5f308f20d8b7e46ee1d68ba8866f5e4bad</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove BUILD_PARALLEL from CMake packages</title>
<updated>2021-06-20T06:44:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-19T03:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=2e745e9be653626d37248c4f0a88ce9a5f90d183'/>
<id>urn:sha1:2e745e9be653626d37248c4f0a88ce9a5f90d183</id>
<content type='text'>
It's already default. The only exception is mt76 which has Ninja
disabled.

Found with:

git grep BUILD_PARALLEL | cut -d ':' -f 1 | sort -u &gt; par
git grep cmake.mk | cut -d ':' -f 1 &gt; cmake
comm -1 -2 par cmake

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/zstd: compile with cmake</title>
<updated>2021-01-31T04:14:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-21T04:54:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=ec0c6c11436d233c3e1f3c1b4461a46348a1a0c7'/>
<id>urn:sha1:ec0c6c11436d233c3e1f3c1b4461a46348a1a0c7</id>
<content type='text'>
It's faster and more reliable.

Removed ccache cmake build dependency as it's now implicit.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/zstd: update to 1.4.8</title>
<updated>2021-01-31T04:14:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-21T04:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=7534c8a2e1050e480c5b8636deaaf00b7adcb650'/>
<id>urn:sha1:7534c8a2e1050e480c5b8636deaaf00b7adcb650</id>
<content type='text'>
Switch to the normal tarball instead of the codeload generated one. The
latter has the potential to change hashes based on changes in the repo.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>zstd: fix package source</title>
<updated>2021-01-14T00:05:48Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2020-12-07T03:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=af49ae7d233666c294353a3cfc3bdf6fec7419fc'/>
<id>urn:sha1:af49ae7d233666c294353a3cfc3bdf6fec7419fc</id>
<content type='text'>
It looks like GitHub changed the URL path for release tarballs, thus the
download for the zstd package was always falling back to the OpenWrt
sources mirror.

Fix the GitHub URL for one which works. The file hash remains unchanged.

Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>ccache: update to 4.1</title>
<updated>2020-12-31T09:03:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-23T09:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=31554e50d2c3d0707a40f9ed08b0d6999f584ba2'/>
<id>urn:sha1:31554e50d2c3d0707a40f9ed08b0d6999f584ba2</id>
<content type='text'>
Upstream switched to building with CMake. Adjust accordingly.

Reapplied patch as upstream changed the file format.

Added HOST_BUILD_PARALLEL for faster compilation.

Added cmake tool dependency and removed circular dependencies as a
result.

Adjusted dependent tools to use NOCACHE as they are needed to build
ccache.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: add zstd</title>
<updated>2020-05-31T09:03:30Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2020-05-13T18:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/thess/commit/?id=258dc0d0fd3aae47add9b7dca40848a92d03a4ea'/>
<id>urn:sha1:258dc0d0fd3aae47add9b7dca40848a92d03a4ea</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
</feed>
