<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/CMakeLists.txt, branch 2.1.16</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.1.16</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.1.16'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2021-01-08T21:18:01Z</updated>
<entry>
<title>Release 2.1.16 - "Happy build-essential freeeze" release</title>
<updated>2021-01-08T21:18:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T20:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3f9e5bedf1c9b15db8960d2daa32f703c3cc2346'/>
<id>urn:sha1:3f9e5bedf1c9b15db8960d2daa32f703c3cc2346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.1.15</title>
<updated>2020-12-27T08:58:19Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-27T08:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4215b6b2ce64f7bd0988c63c8d7d3e34833ec813'/>
<id>urn:sha1:4215b6b2ce64f7bd0988c63c8d7d3e34833ec813</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.1.14</title>
<updated>2020-12-15T13:07:59Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-15T13:07:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5afd3ff6834430bb252ce5a37686bf1481f7c590'/>
<id>urn:sha1:5afd3ff6834430bb252ce5a37686bf1481f7c590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use XXH3 for cache, hash table hashing</title>
<updated>2020-12-15T12:47:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-13T20:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1460eebf2abe913df964e031eff081a57f043697'/>
<id>urn:sha1:1460eebf2abe913df964e031eff081a57f043697</id>
<content type='text'>
XXH3 is faster than both our CRC32c implementation as well
as DJB hash for hash table hashing, so meh, let's switch to
it.
</content>
</entry>
<entry>
<title>Release 2.1.13</title>
<updated>2020-12-10T14:42:56Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-10T14:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e480b1b6f400ae0e2a0ecfcba1d4f51b769cad1d'/>
<id>urn:sha1:e480b1b6f400ae0e2a0ecfcba1d4f51b769cad1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.1.12</title>
<updated>2020-11-23T16:53:10Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2020-11-23T16:53:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1077af2e635df738f351d5ea3515804a4de367ea'/>
<id>urn:sha1:1077af2e635df738f351d5ea3515804a4de367ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename CMake find_package helpers to avoid developer warnings</title>
<updated>2020-11-05T08:40:50Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2020-11-04T23:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=287912d6fc7ab0ab0b5f69a4a5260b5bf53121ba'/>
<id>urn:sha1:287912d6fc7ab0ab0b5f69a4a5260b5bf53121ba</id>
<content type='text'>
| CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
|   The package name passed to `find_package_handle_standard_args` (Berkeley)
|   does not match the name of the calling package (BerkeleyDB).  This can lead
|   to problems in calling code that expects `find_package` result variables
|   (e.g., `_FOUND`) to follow a certain pattern.
| Call Stack (most recent call first):
|   CMake/FindBerkeleyDB.cmake:57 (find_package_handle_standard_args)
|   CMakeLists.txt:83 (find_package)
| This warning is for project developers.  Use -Wno-dev to suppress it.

And indeed, we checked for BERKLEY_DB_FOUND which was not defined so our
HAVE_BDB was not set – just that it is never used, so it wasn't noticed.
</content>
</entry>
<entry>
<title>Release 2.1.11</title>
<updated>2020-10-21T10:01:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-10-21T10:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5d4a9e4b595ec145cdbe30b4f43d6bcdf9f26b2e'/>
<id>urn:sha1:5d4a9e4b595ec145cdbe30b4f43d6bcdf9f26b2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.1.10</title>
<updated>2020-08-11T12:34:13Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-08-11T12:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6b3fbe9d5e661a3f371eb26631b3f8b502c390a6'/>
<id>urn:sha1:6b3fbe9d5e661a3f371eb26631b3f8b502c390a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.1.9</title>
<updated>2020-08-10T12:16:47Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-08-10T12:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f21440f5af98e1b5987e040a8f25bc3c2d6b7831'/>
<id>urn:sha1:f21440f5af98e1b5987e040a8f25bc3c2d6b7831</id>
<content type='text'>
</content>
</entry>
</feed>
