aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-05Merge pull request #294 from piperswe/add-snapcraft-ymlSefa Eyeoglu
2022-11-05fix: add missing newlineSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-05fix: fix icon install pathSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04Merge pull request #366 from TheLastRar/MSVC-BuildSefa Eyeoglu
2022-11-04fix: use KDEInstallDirs for manpageSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04fix: separate types of std::string in Packwizflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04feat: add more separation between types of std::string in StringUtilsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04refactor: move FS's toStdString to StringUtilsflow
This is so that anyone can use it :) Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04refactor: move MMCStrings -> StringUtilsflow
General utilities can go in here >:) Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04fix: use unicode variant for marking '.index' hiddenflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-11-04Workflow: Add MSVC Builds to release workflowTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Fix: Resolve ambiguous overload errorsTheLastRar
Clang-cl fails to select the correct function and instead errors Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Fix: Conflicting types for hoedown functionsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Add VC variables before packaging on WindowsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Build MSVC Legacy as 32bitTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Link to release libraries even in debugTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Use msbuild generator for msvc buildsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Support multi-configuration generatorsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Add MSVC BuildsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Build flags for MSVCTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Add fallback to bundled ECMTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04Libraries: Add ECMTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Exclude zlib testsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Force bundled zlib to take our IPO settingsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CMake: Add zlibTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04feat: spooky cat for halloweenleozamboni
Signed-off-by: leozamboni <leonardonunes169@gmail.com>
2022-11-04Merge branch 'develop' into macos-drag-n-dropSefa Eyeoglu
2022-11-04refactor(cmake): use KDEInstallDirs for Linux install pathsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-04Merge pull request #374 from flowln/fix_ltotxtsd
2022-11-03Libraries: Add zlibTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-03CMake: Remove CMP0020 OLDTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-03Fix: Correct exclusions for debug QT pluginsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-03Fix: Using uint8_t in std::uniform_int_distribution is undefinedTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-03Fix: Explicitly specify Version.h pathTheLastRar
MSVC uses a different search mechanism that ends up picking the mete Version.h Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-03Merge pull request #389 from ↵Sefa Eyeoglu
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x
2022-11-03chore(deps): update hendrikmuhs/ccache-action action to v1.2.5renovate[bot]
2022-11-03Merge pull request #379 from TheLastRar/win-stacksizetxtsd
2022-11-03clang_format for PR filesTayou
I'm getting a rendezvous... I thought I did this already Signed-off-by: Tayou <tayou@gmx.net>
2022-11-03added requested changesTayou
Signed-off-by: Tayou <tayou@gmx.net>
2022-11-02Merge pull request #382 from ↵flow
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x
2022-11-02add an option to lock the toolbarsleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
2022-11-02chore(deps): update hendrikmuhs/ccache-action action to v1.2.4renovate[bot]
2022-11-02Fix: Increase stack size on Windows to 8MiBTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-02Remove unnecessary blockTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2022-11-02experimental: install mime info in CMakeRyan Cao
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2022-11-02Merge pull request #372 from santiagocezar/rorySefa Eyeoglu
2022-11-02remove logcatSantiago Cézar
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com>
2022-11-02Even more fixesTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2022-11-02Another fixTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2022-11-02A good use of autoTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>