aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-09-25Prefer the system tomlplusplusTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2022-09-24Replaced tomlc99 with tomlplusplusTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2022-09-11refactor: restructure testsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-08-20Merge pull request #992 from Scrumplex/refactor-versionSefa Eyeoglu
2022-08-12refactor: switch to new versioning schemeSefa Eyeoglu
The new versioning system is based on the versioning system used by the GNOME Foundation for the GNOME desktop. We are dropping the "major version" as defined by SemVer and move to a version number with a most and least significant number. The most significant number must be incremented, if there are new features or significant changes since last major release. Otherwise, the least significant number must be incremented, if there are only minor changes since the last release. New features or significant changes mustn't be introduced by a bump of the least significant number. If a minor change would introduce small user-facing changes (like a message-box or slight UI changes), it could still be classified as a minor change. At the end of the day, a human shall decide, if a change is minor or significant, as there is no clear line that would separate a "minor" and a "significant" change in a GUI-application. Definitions: feature: New user-facing functionality significant change: Something that changes user-facing behavior minor change: Something that fixes unexpected behavior Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-30use c11 insteadLennyMcLennington
c17 dont work properly with lgtm's build system and c11 is already almost identical to c17 at least in gcc
2022-07-20refactor!: bump to C++17 and C17Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-17libs: add murmur2 libraryflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-12Merge pull request #810 from Scrumplex/refactor-launcher-versionflow
Hide channel from version for tagged commits
2022-07-11Merge pull request #678 from Scrumplex/improvements-around-proprietary-servicesSefa Eyeoglu
2022-07-11Merge pull request #847 from EliteTK/switch-to-scdocSefa Eyeoglu
2022-07-10Switch to production Sparkle appcastKenneth Chew
DCO Remediation Commit for Kenneth Chew <kenneth.c0@protonmail.com> I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: 92b913ca3740ea1aa799a69d65dc13d0c3612b87 I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: 7eb61a28be3b66c1016eab434ae93b5d94eb11af I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: ea4ef1655bdadf04c36768f0f641ca7579f754cf I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: b5bdfa6c2e9a0eb62e476dd399b82bfa972e0320 I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: f9f46609ee288d8df80dd978f8c619a7e02e4787 I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: 34adcec6165662d6245a55ee0a75c36753061df2 I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: 05cd30ac06b67ebc594773fc7e7ccf110fc336a3 I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: f3c72f4f0888aa16793354890055e17df07084fc I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: b1f486518e3db19cca8ea9f33eb1d8d1afa247e7 I, Kenneth Chew <kenneth.c0@protonmail.com>, hereby add my Signed-off-by to this commit: 3bc02b9662b84c2ab86b5de1b08b4537177fde90 Signed-off-by: Kenneth Chew <kenneth.c0@protonmail.com>
2022-07-10Merge branch 'develop' into feature/sparkle-macSefa Eyeoglu
# Conflicts: # .github/workflows/build.yml
2022-07-10refactor: query Qt variables using ECMSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10fix: set UNICODE and _UNICODE for Qt 5 buildsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10Revert "fix: ignore deprecation again"Sefa Eyeoglu
We want to see deprecation warnings now This reverts commit 47d0da2d96bc375410f5d494ac9371d47adf33d5. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10feat: add Qt 6 support to CMakeSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor: fix deprecation up to Qt 5.15Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-09Rewrite polymc.6 in scdoc, build, and install itTomasz Kramkowski
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tomasz Kramkowski <tomasz@kramkow.ski>
2022-07-08refactor: rename references to CurseForge to FlameSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-06Merge pull request #794 from Scrumplex/resolve-jars-dynamicallySefa Eyeoglu
2022-07-06Merge pull request #707 from Jan200101/PR/gamemodeSefa Eyeoglu
Add Performance related settings
2022-07-06Add Performance related settingsJan200101
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com>
2022-07-03feat: resolve JARs dynamicallySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-03feat: store git tag in buildconfigSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-14fix(cmake): allow disabling testsSefa Eyeoglu
2022-06-14refactor: move away from UnitTest.cmakeSefa Eyeoglu
2022-06-13Merge pull request #782 from Scrumplex/chore-bump-1.4.0Sefa Eyeoglu
2022-06-11chore: bump versionSefa Eyeoglu
2022-06-08fix: remove debug CXX flagsSefa Eyeoglu
2022-05-29Merge pull request #662 from Scrumplex/chore-bump-1.3.1Sefa Eyeoglu
2022-05-29Merge pull request #659 from Scrumplex/fix-apikey-tostxtsd
Clarify terms and conditions for API keys
2022-05-29fix: set version for Windows binariesSefa Eyeoglu
2022-05-28chore: bump versionSefa Eyeoglu
2022-05-28fix: clarify terms and conditions for API keysSefa Eyeoglu
2022-05-23Silence CMake QuaZip not found warningsKenneth Chew
These are expected most of the time, and thus just noise.
2022-05-22chore: bump versionSefa Eyeoglu
2022-05-22fix: more generous optimizations for debug buildsSefa Eyeoglu
2022-05-22Revert "fix: temporarily ignore stringop-overflow warning"Sefa Eyeoglu
This reverts commit 90007e2d9d4f63cfc9dc73888af34a17657b5102.
2022-05-22refactor: use -O2 for release and -O1 for debug buildsSefa Eyeoglu
2022-05-22fix: temporarily ignore stringop-overflow warningSefa Eyeoglu
2022-05-19Use my public key and appcast URL for testing purposesKenneth Chew
This is for testing the PR only. If merged, this must be removed.
2022-05-19Add build options for Sparkle updaterKenneth Chew
Two new build options are added: `MAC_SPARKLE_PUB_KEY`: the public key used to verify the signatures of the appcast `MAC_SPARKLE_APPCAST_URL`: the URL where the `appcast.xml` is located If the updater should be disabled on macOS, set either of these to an empty string.
2022-05-19Add Sparkle Updater framework to macOS buildKenneth Chew
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