Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-21 | fix: Build iconfix as static library | flow | |
On CI we build using the bundled Quazip, and automatically set -DBUILD_STATIC_LIBS to true, so it build iconfix statically as well. However, since we recently added support for using the system quazip, this flag is not set anymore, and PolyMC fails to run because iconfix neither is statically linked, nor it creates a .so file for dynamic linking. Since most other libs are built statically, we should make this one static as well. Maybe we should consider allowing for dynamic linking of libs now that quazip is not much of an issue anymore. :^) | |||
2022-03-22 | Enable LTO/IPO on release builds | Philipp David | |
2022-02-12 | refactor(build): link iconfix statically | Sefa Eyeoglu | |
2021-12-12 | Changes required to support FreeBSD | Graeme Geldenhuys | |
2021-10-21 | NOISSUE fix _ICONFIX_EXPORT | Petr Mrázek | |
2021-10-21 | NOISSUE debranding for real, initial work | Petr Mrázek | |
This is probably very broken on macOS and Windows and will need a lot of work to complete fully. | |||
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-06-28 | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | |
2018-06-02 | GH-2291 Fix build with Qt 5.11+ | Sergey Shatunov | |
2018-01-27 | NOISSUE do not install .a files for shared libraries on Windows | Petr Mrázek | |
2018-01-27 | NOISSUE rearrange build system | Petr Mrázek | |
* 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 | |||
2017-05-05 | GH-1876 turn iconfix into a shared library | Petr Mrázek | |
2016-05-01 | NOISSUE reorganize and document libraries | Petr Mrázek | |