<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/PrismLauncher.git/libraries/pack200, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/'/>
<entry>
<title>Remove some old forge hacks</title>
<updated>2020-05-19T13:13:16+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2020-05-19T13:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=e7f79c90764e03b3ba41af8352bdd167cd1db2b2'/>
<id>e7f79c90764e03b3ba41af8352bdd167cd1db2b2</id>
<content type='text'>
Forge apparently removed all `.pack.xz` files without warning.
It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore.

This is removed:

- Support for 'forge-pack-xz' and the forge-specific file download compression.
- The pack200 library we no longer need.

This stays:

- The LZMA decompression library - we may still want to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forge apparently removed all `.pack.xz` files without warning.
It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore.

This is removed:

- Support for 'forge-pack-xz' and the forge-specific file download compression.
- The pack200 library we no longer need.

This stays:

- The LZMA decompression library - we may still want to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>iNOISSUE fix build issue with pack200 on rhel 7.6</title>
<updated>2018-11-01T21:08:15+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2018-11-01T21:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=9eb165bfee39578e6ce82dff05e08c701d0a9c0a'/>
<id>9eb165bfee39578e6ce82dff05e08c701d0a9c0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE tabs -&gt; spaces</title>
<updated>2018-07-15T12:51:05+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2018-07-15T12:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=bbb3b3e6f6e3c0f95873f22e6d0a4aaf350f49d9'/>
<id>bbb3b3e6f6e3c0f95873f22e6d0a4aaf350f49d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE fix some warnings so builds can go further</title>
<updated>2018-06-28T21:35:04+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2018-06-28T21:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=07f7ec8eefdcc27575a05319ef35662ac5b6993f'/>
<id>07f7ec8eefdcc27575a05319ef35662ac5b6993f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch C++ exceptions by const reference</title>
<updated>2018-05-19T23:18:26+00:00</updated>
<author>
<name>Charles Milette</name>
<email>me@charlesmilette.net</email>
</author>
<published>2018-05-19T23:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=72c0002b45215466e06cd901fe95d9493d659ab2'/>
<id>72c0002b45215466e06cd901fe95d9493d659ab2</id>
<content type='text'>
Fixes #2277
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2277
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE do not install .a files for shared libraries on Windows</title>
<updated>2018-01-27T01:42:27+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2018-01-27T01:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=cd55674b36384f70878746ef1c0f8adfbb06c89f'/>
<id>cd55674b36384f70878746ef1c0f8adfbb06c89f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE rearrange build system</title>
<updated>2018-01-27T01:00:20+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2018-01-22T03:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=166e5a03d63e0b522876bfc072f26f213d5a3a62'/>
<id>166e5a03d63e0b522876bfc072f26f213d5a3a62</id>
<content type='text'>
* Added install commands to the libraries instead of force installing files
* Most of the application cmake stuff moved to top level
* RPATH should now be set/cleared correctly
* Contains a fix for GH-1780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added install commands to the libraries instead of force installing files
* Most of the application cmake stuff moved to top level
* RPATH should now be set/cleared correctly
* Contains a fix for GH-1780
</pre>
</div>
</content>
</entry>
<entry>
<title>GH-1876 Fork and update quazip</title>
<updated>2017-05-06T15:36:57+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-05-06T15:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=15c829fd3ce0de04db938566a56e66531c320580'/>
<id>15c829fd3ce0de04db938566a56e66531c320580</id>
<content type='text'>
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1
* Its build system has been entirely replaced to remove the existing issues with it
* It now has working unit tests
* No more patches needed
* It has a static linking exception in its license now, but we use it shared anyway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1
* Its build system has been entirely replaced to remove the existing issues with it
* It now has working unit tests
* No more patches needed
* It has a static linking exception in its license now, but we use it shared anyway
</pre>
</div>
</content>
</entry>
<entry>
<title>GH-1876 turn pack200 into a shared library</title>
<updated>2017-05-04T23:34:01+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-05-04T23:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=e854894a3cf58936eb447e4476fb863cb05ea3f9'/>
<id>e854894a3cf58936eb447e4476fb863cb05ea3f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE fix benign issue in pack200 unpacker binary.</title>
<updated>2017-04-19T20:23:00+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-04-19T20:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=e9a61995077eb15027cf3d044aa15a8cb67c13ae'/>
<id>e9a61995077eb15027cf3d044aa15a8cb67c13ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
