<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libkeccak, branch 1.3.1.2</title>
<subtitle>[Basically feature complete] Keccak-family, including SHA-3, hashing library
</subtitle>
<id>https://git.maandree.se/libkeccak/atom?h=1.3.1.2</id>
<link rel='self' href='https://git.maandree.se/libkeccak/atom?h=1.3.1.2'/>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/'/>
<updated>2022-02-19T19:52:40Z</updated>
<entry>
<title>Fix use of install_name_tool: rewrote incorrect, non-existing file</title>
<updated>2022-02-19T19:52:40Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T19:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=31d88c68a51c27d0b40bf2333494783ef5b7b1d9'/>
<id>urn:sha1:31d88c68a51c27d0b40bf2333494783ef5b7b1d9</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Forgot to bump the year when I made a commit Feb 3</title>
<updated>2022-02-19T15:04:20Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T15:04:20Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=dd4b2ee291a59e14aaf1fd5c4aaec0e6cc813a87'/>
<id>urn:sha1:dd4b2ee291a59e14aaf1fd5c4aaec0e6cc813a87</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Move operand for install_name_tool from macro in macos.mk to usage in Makefile</title>
<updated>2022-02-19T14:53:13Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T14:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=4b2f90939c4fcae0bb24ca7e96bfa2ca6c82e5da'/>
<id>urn:sha1:4b2f90939c4fcae0bb24ca7e96bfa2ca6c82e5da</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Merge pull request #17 from carlocab/install-name</title>
<updated>2022-02-19T14:50:46Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T14:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=2f3ed0f9243cebe3543c704f4595bdbf8fd142f2'/>
<id>urn:sha1:2f3ed0f9243cebe3543c704f4595bdbf8fd142f2</id>
<content type='text'>
Set install name in `LIBFLAGS`</content>
</entry>
<entry>
<title>Set install name for installed library</title>
<updated>2022-02-19T14:46:57Z</updated>
<author>
<name>Carlo Cabrera</name>
<email>30379873+carlocab@users.noreply.github.com</email>
</author>
<published>2022-02-19T14:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=bda62bccc3f99a41c830a00114d255473e8da5a8'/>
<id>urn:sha1:bda62bccc3f99a41c830a00114d255473e8da5a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set install name in `LIBFLAGS`</title>
<updated>2022-02-19T14:03:16Z</updated>
<author>
<name>Carlo Cabrera</name>
<email>30379873+carlocab@users.noreply.github.com</email>
</author>
<published>2022-02-19T14:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=eacf1747c63848b8492f3201cc071095910c7289'/>
<id>urn:sha1:eacf1747c63848b8492f3201cc071095910c7289</id>
<content type='text'>
My previous PR (#16) deliberately set the install name at install time
instead of at build time, since this is the correct time to determine
the library's install name.

However, if you prefer to do this during build time instead, then there
is no need to call `install_name_tool`. We can pass the appropriate
flags to the linker instead.
</content>
</entry>
<entry>
<title>Update readme</title>
<updated>2022-02-19T10:26:11Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T10:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=2c96a2fd11de1fbf708fab7368055b9f5d7b1702'/>
<id>urn:sha1:2c96a2fd11de1fbf708fab7368055b9f5d7b1702</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Remove use of ifeq in Makefile and move use of install_name_tool from install-time to build-time</title>
<updated>2022-02-19T10:23:10Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T10:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=58101c1296e13cfd02bb08549d6d09e3e474a1d3'/>
<id>urn:sha1:58101c1296e13cfd02bb08549d6d09e3e474a1d3</id>
<content type='text'>
Signed-off-by: Mattias Andrée &lt;maandree@kth.se&gt;
</content>
</entry>
<entry>
<title>Merge pull request #16 from carlocab/macos-install-names</title>
<updated>2022-02-19T10:19:01Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T10:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=1a59f9ef848d7446e3e61344a61986332d53efba'/>
<id>urn:sha1:1a59f9ef848d7446e3e61344a61986332d53efba</id>
<content type='text'>
Fix library install name in `install` target on macOS</content>
</entry>
<entry>
<title>Merge pull request #15 from carlocab/macos-library-versioning</title>
<updated>2022-02-19T10:06:45Z</updated>
<author>
<name>Mattias Andrée</name>
<email>maandree@kth.se</email>
</author>
<published>2022-02-19T10:06:45Z</published>
<link rel='alternate' type='text/html' href='https://git.maandree.se/libkeccak/commit/?id=59abac21d39f7a49783fe37973a557f2f29d329f'/>
<id>urn:sha1:59abac21d39f7a49783fe37973a557f2f29d329f</id>
<content type='text'>
Implement library versioning for macOS</content>
</entry>
</feed>
