aboutsummaryrefslogtreecommitdiff
path: root/libraries/iconfix
AgeCommit message (Collapse)Author
2022-04-21fix: Build iconfix as static libraryflow
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-22Enable LTO/IPO on release buildsPhilipp David
2022-02-12refactor(build): link iconfix staticallySefa Eyeoglu
2021-12-12Changes required to support FreeBSDGraeme Geldenhuys
2021-10-21NOISSUE fix _ICONFIX_EXPORTPetr Mrázek
2021-10-21NOISSUE debranding for real, initial workPetr Mrázek
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
2018-01-27NOISSUE rearrange build systemPetr 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-05GH-1876 turn iconfix into a shared libraryPetr Mrázek
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek