aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-05-17fix: ignore deprecation againSefa Eyeoglu
2022-05-17chore!: drop support for Qt <5.12Sefa Eyeoglu
BREAKING CHANGE: If there are references to stuff that's deprecated as of Qt 5.12, the compilation will fail. This means that support for versions below 5.12 is hereby dropped
2022-05-12CurseForge API Key update to PolyMC keyEzekiel Smith
Use the key CurseForge provided me to use for PolyMC *pr done on mobile if someone could test that would be great*
2022-05-08Merge pull request #533 from DioEgizio/patch-5Sefa Eyeoglu
2022-05-08bump to 1.2.2DioEgizio
2022-05-08adopt changes from #497 remappedRyan Cao
2022-04-19bump to 1.2.1DioEgizio
2022-04-18Fix formatting of version string on macOSKenneth Chew
2022-04-17Merge pull request #437 from DioEgizio/bump-1.2.0Sefa Eyeoglu
2022-04-17Merge pull request #436 from flowln/bundled_libsEzekiel Smith
Don't force bundled libraries by default
2022-04-16bump to 1.2.0DioEgizio
2022-04-16fix: drop BUNDLE_DEST_DIRSefa Eyeoglu
2022-04-16fix: don't allow portable builds on macOSSefa Eyeoglu
2022-04-16refactor: combine portable and system buildsSefa Eyeoglu
Portable builds now have the same layout as system builds. If you want to build a portable bundle, you now need to additionally install the `portable` component. For example: $ cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install ... $ cmake --build build $ cmake --install build $ cmake --install build --component portable
2022-04-16fix: Don't error when not finding valid system quazipflow
2022-04-16libs: Don't force bundled libsflow
Now that QuaZip 1.3 is released, packages from package managers can include the patch needed for PolyMC, so we can use the users system libraries if available.
2022-04-16Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dirEzekiel Smith
CHANGE: switch the help pages to their own dir
2022-04-15Merge pull request #333 from oynqr/build/ltoSefa Eyeoglu
2022-04-15CHANGE: switch the help pages to their own dirDioEgizio
also renames modrinth-platform/curseforge-platform to just Mod-platform since they have the pages are basically the same
2022-04-10feat: install manpageSefa Eyeoglu
2022-04-03Update CMakeLists.txtEzekiel Smith
2022-03-29Merge pull request #344 from oynqr/build/allow-disabling-testsSefa Eyeoglu
2022-03-23Allow disabling building of testsPhilipp David
2022-03-23Put LTO behind an optional flagPhilipp David
2022-03-22Enable LTO/IPO on release buildsPhilipp David
2022-03-20chore: bump versionSefa Eyeoglu
2022-03-18fix: make Launcher_PORTABLE work on all platformsSefa Eyeoglu
Fixes #261
2022-03-14Merge pull request #265 from Scrumplex/fix-javacheck-appimageSefa Eyeoglu
Define JARs path relative to application root
2022-03-14Merge pull request #273 from DioEgizio/extra-rebranding-macosSefa Eyeoglu
extra rebranding for macos
2022-03-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-13[macos] update copyright and info stringDioEgizio
2022-03-13fix: define jars path relative to application rootSefa Eyeoglu
Fixes #117
2022-03-12Merge pull request #235 from Scrumplex/chore-bump-1.1.0LennyMcLennington
Bump to 1.1.0
2022-03-08add matrix buttondada513
2022-03-06chore: bump to 1.1.0Sefa Eyeoglu
2022-03-06fix: update news links to point to polymc.orgSefa Eyeoglu
2022-03-06refactor: move help URL into buildconfigSefa Eyeoglu
2022-02-27Apply suggestions from code reviewtxtsd
Co-authored-by: LennyMcLennington <lenny@sneed.church>
2022-02-23Implement PR suggestionstxtsd
2022-02-23Replace layouts with LAUNCH_PORTABLEtxtsd
2022-02-22Merge pull request #172 from Scrumplex/fix-update-client-idSefa Eyeoglu
Switch to new MSA Client ID
2022-02-20remove notificationsswirl
2022-02-16Merge pull request #171 from DioEgizio/fix-org.polymc-macostimoreo22
Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc (fixes org.multimc.PolyMC)
2022-02-16refactor: switch to new MSA Client IDSefa Eyeoglu
2022-02-16Change: set MACOSX_BUNDLE_GUI_IDENTIFIER to org.polymc instead of org.multimcDioEgizio
2022-02-11refactor(build): link nbt++ staticallySefa Eyeoglu
2022-02-11Merge pull request #145 from dada513/metainfixtimoreo22
Update metadata
2022-02-11Merge pull request #151 from dada513/rss_not_begoneLennyMcLennington
Re-add RSS feed with the new PolyMC website
2022-02-10fix: update link to translations platformSefa Eyeoglu
2022-02-10Initial RSS re-add and removed hardcoded stringsdada513