aboutsummaryrefslogtreecommitdiff
path: root/launcher/launch/steps/CheckJava.cpp
AgeCommit message (Collapse)Author
2023-06-26Generate special signature :sparkles: composed of multiple elements instead ↵TheKodeToad
of relying on timestamp for Java version cache invalidation Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
This turns issues like creating two shared ptrs from a single raw ptr from popping up at runtime, instead making them a compile error. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-09-20refactor: drop 64-bit checkSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-03feat: resolve JARs dynamicallySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-11feat: track real CPU architecture for instancesSefa Eyeoglu
2022-04-04fix: properly detect arm64Victor
2022-03-27chore: add license headerSefa Eyeoglu
chore: add license header
2022-03-27fix: remove "PolyMC" from stringsSefa Eyeoglu
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek