Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-19 | Add note about lack of maintenance | Matti Niemenmaa | |
2023-05-19 | Switch to GitHub mirror, bitbucket repo deleted | Matti Niemenmaa | |
2021-12-12 | Add more conflicts/provides | Matti Niemenmaa | |
2021-12-12 | Drop "Maintainer" comment | Matti Niemenmaa | |
2021-12-12 | Update url to match source | Matti Niemenmaa | |
2018-08-28 | Update URLs to point to bitbucket.org/losnoco | Matti Niemenmaa | |
gitlab.kode54.net now redirects there. | |||
2018-03-16 | Link with -Bsymbolic to reduce symbol leak issues | Matti Niemenmaa | |
Plenty of internal symbols are exported, with rather generic names that can (and do) conflict with other libraries. So link with -Bsymbolic, which prevents overriding them with LD_PRELOAD but also prevents such conflicts from causing problems with functions here accidentally calling some other library's functions. | |||
2017-05-03 | Link to zlib, it's required | Matti Niemenmaa | |
2017-04-28 | Switch from qtchooser to qt5-base | Matti Niemenmaa | |
qtchooser has been demoted to the AUR, qt5-base provides qmake. | |||
2017-04-28 | Update URLs to point to gitlab.kode54.net again | Matti Niemenmaa | |
It's accessible again. | |||
2015-10-04 | Revert "Update URLs to point to gitlab.kode54.net" | Matti Niemenmaa | |
This reverts commit 6f3c6a9db25dfe86313e9b9d8ccccbedf58734d8. It's no longer openly accessible. | |||
2015-09-05 | Update URLs to point to gitlab.kode54.net | Matti Niemenmaa | |
Seems to get updates sooner. | |||
2015-09-05 | Link new version with --allow-multiple-definition | Matti Niemenmaa | |
Since the Data_Reader.cpp from File_Extractor is still required, but now blargg_common.cpp defines some conflicting UTF-8 functions. | |||
2015-07-14 | Mess with the .pro file in prepare(), not build() | Matti Niemenmaa | |
2015-07-14 | Get rid of the double build, just do the default | Matti Niemenmaa | |
Which seems to produce only a dynamic library at least in my environment. | |||
2015-07-14 | Initial commit: seems okay, though inefficient | Matti Niemenmaa | |
We build both the standard and the dynamic library from scratch. Notably, since people often have !staticlibs in options, half of that work is often wasted. |