5 Commits

Author SHA1 Message Date
4cac35d25c Update copyright
All checks were successful
Build ptprnt / build (push) Successful in 3m58s
2025-10-13 21:17:45 +02:00
8d85e77a6d Cleanup of strange includes, moving files around
Some checks failed
Build ptprnt / build (push) Has been cancelled
2025-10-13 21:15:10 +02:00
f8a008a105 Reorganize folders, interface for both cli parser and core module
Some checks failed
Build ptprnt / build (push) Failing after 41s
2025-10-13 21:00:16 +02:00
81b0f25f32 Fix multiple lines and printer selection 2025-10-13 20:35:58 +02:00
69810e1c5c Refactor cli setup and printer selection logic into separate classes
All checks were successful
Build ptprnt / build (push) Successful in 3m49s
2025-10-13 20:29:14 +02:00
3 changed files with 15 additions and 17 deletions

View File

@@ -88,7 +88,6 @@
}, },
"clangd.onConfigChanged": "restart", "clangd.onConfigChanged": "restart",
"cSpell.words": [ "cSpell.words": [
"fakelabel",
"fontsize", "fontsize",
"halign", "halign",
"libusb", "libusb",

View File

@@ -1,10 +1,9 @@
[wrap-file] [wrap-file]
directory = CLI11-2.5.0 directory = CLI11-2.3.2
source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.5.0.tar.gz source_url = https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.3.2.tar.gz
source_filename = CLI11-2.5.0.tar.gz source_filename = CLI11-2.3.2.tar.gz
source_hash = 17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55 source_hash = aac0ab42108131ac5d3344a9db0fdf25c4db652296641955720a4fbe52334e22
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cli11_2.5.0-2/CLI11-2.5.0.tar.gz wrapdb_version = 2.3.2-1
wrapdb_version = 2.5.0-2
[provide] [provide]
dependency_names = CLI11 cli11 = CLI11_dep

View File

@@ -1,13 +1,13 @@
[wrap-file] [wrap-file]
directory = googletest-1.17.0 directory = googletest-1.14.0
source_url = https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz source_url = https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz
source_filename = googletest-1.17.0.tar.gz source_filename = gtest-1.14.0.tar.gz
source_hash = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c source_hash = 8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7
patch_filename = gtest_1.17.0-4_patch.zip patch_filename = gtest_1.14.0-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.17.0-4/get_patch patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.14.0-1/get_patch
patch_hash = 3abf7662d09db706453a5b064a1e914678c74b9d9b0b19382747ca561d0d8750 patch_hash = 2e693c7d3f9370a7aa6dac802bada0874d3198ad4cfdf75647b818f691182b50
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.17.0-4/googletest-1.17.0.tar.gz source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.14.0-1/gtest-1.14.0.tar.gz
wrapdb_version = 1.17.0-4 wrapdb_version = 1.14.0-1
[provide] [provide]
gtest = gtest_dep gtest = gtest_dep