index
:
github/PrismLauncher.git
develop
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
launcher
/
Version.cpp
Age
Commit message (
Expand
)
Author
2023-08-02
chore: reformat
Sefa Eyeoglu
2023-01-21
feat+fix(Version): make comparsion FlexVer-compatible
flow
2023-01-20
refactor: simplify Version operators
flow
2023-01-19
Version.cpp: Add new line
Edgars Cīrulis
2023-01-19
fix: proper null padded version comparison
Rachel Powers
2023-01-19
feat: add debug printing for Version
Rachel Powers
2023-01-17
Version.cpp: Remove unnecessary QStringList include
Edgars Cīrulis
2023-01-17
Version.cpp: Decompose version strings according to flexver
Edgars Cīrulis
2023-01-17
Version.cpp: Format parse function code using clang-format
Edgars Cīrulis
2023-01-17
Version.cpp: Simplify Version::parse by using const auto& current_char
Edgars Cīrulis
2023-01-17
Version.cpp: Use anonymous function to eliminate code duplication
Edgars Cīrulis
2023-01-17
Version.cpp: Add version string parser to split on '.' character
Edgars Cīrulis
2023-01-17
Version.cpp: Improve version parsing to handle mixed numeric and alphabetic c...
Edgars Cīrulis
2021-12-12
Changes required to support FreeBSD
Graeme Geldenhuys
2021-07-25
NOISSUE Flatten gui and logic libraries into MultiMC
Petr Mrázek