steven-omaha
82801e141c
reduce compile time
...
disabling LTO and optimizing for size cuts compile time almost in half,
but increases the binary size from 2.1 to 2.5 MB.
this tradeoff is worth it.
performance is unaffected
2023-01-14 18:19:53 +01:00
steven-omaha
5ab03b38d5
refactor todo_per_backend
2023-01-14 18:03:31 +01:00
steven-omaha
6d42fc2597
improve command running
2023-01-14 17:40:49 +01:00
steven-omaha
4b13a86a6d
add config (WIP)
2023-01-14 17:08:59 +01:00
steven-omaha
13e34983b9
add config (WIP)
2023-01-14 16:56:07 +01:00
steven-omaha
9d1b94dca4
add actions derive macro
2023-01-13 15:25:46 +01:00
steven-omaha
3124741efe
clean up backend
2023-01-13 14:18:18 +01:00
steven-omaha
d2e2b93c04
unpin dependencies
2023-01-12 23:31:12 +01:00
steven-omaha
e37e43c3d1
clean up procedural macro
2023-01-12 23:27:32 +01:00
steven-omaha
28f95a42c7
remove backend/types
2023-01-12 23:18:17 +01:00
steven-omaha
c8c6ceabc7
refactor backend module
2023-01-12 23:16:31 +01:00
steven-omaha
b5d58e6656
add derive Register macro
2023-01-12 23:07:27 +01:00
steven-omaha
0b4b45ed73
fix bug in show
2023-01-12 15:30:55 +01:00
steven-omaha
f725afb475
update cargo lock
2023-01-12 15:26:29 +01:00
steven-omaha
0cebb092c5
remove benchmarks
...
these were broken since implementing backends
2023-01-12 15:23:57 +01:00
steven-omaha
9c0be97cbb
add TODOs
2023-01-12 15:21:17 +01:00
steven-omaha
b8281d2d4d
remove unnecessary derives
2023-01-12 15:15:09 +01:00
steven-omaha
1b4a4d8117
half-finish backend macro
...
i cannot figure out how procedural macros work actually
2023-01-12 15:01:04 +01:00
steven-omaha
49aa2b67e2
add backend macro (WIP)
2023-01-12 13:49:42 +01:00
steven-omaha
17ee55da30
extract search module
2023-01-12 12:19:34 +01:00
steven-omaha
3e308633e5
refactor output of search
2023-01-12 12:09:39 +01:00
steven-omaha
ca0ecf6d69
improve printing of found packages
2023-01-12 12:04:51 +01:00
steven-omaha
707bf919d6
add package search
2023-01-12 11:52:13 +01:00
steven-omaha
3502e0a70b
add 'new --edit'
2023-01-12 11:32:35 +01:00
steven-omaha
f05be4cce0
add 'new' argument
2023-01-12 11:23:45 +01:00
steven-omaha
b5d6aa9ffb
strip release binary
2023-01-11 15:02:58 +01:00
steven-omaha
6caf6636bb
add remove
2023-01-11 15:02:37 +01:00
steven-omaha
686a5cefad
add import
2023-01-11 14:49:03 +01:00
steven-omaha
08b74ce919
add todos
2023-01-11 13:59:45 +01:00
steven-omaha
701eeab9c5
refactor
2023-01-11 13:50:39 +01:00
steven-omaha
af8172690a
extract group, section, package to grouping module
2023-01-11 13:22:27 +01:00
steven-omaha
dee855b605
add warnings for empty groups and sections
2023-01-11 13:10:05 +01:00
steven-omaha
8db8c6fd41
add showing group content
2023-01-11 12:45:31 +01:00
steven-omaha
42d318298c
add showing group content (WIP)
2023-01-10 18:50:17 +01:00
steven-omaha
d4c97679e2
refactor backend iterator
2023-01-10 18:33:51 +01:00
steven-omaha
6f2c6c4540
reorder some imports
2023-01-10 18:20:43 +01:00
steven-omaha
ae0907c261
rework backend internals
2023-01-10 18:17:12 +01:00
steven-omaha
122665a088
improve error handling
2023-01-10 18:00:02 +01:00
steven-omaha
99bdced2a1
add error handling per backend
2023-01-10 17:45:37 +01:00
steven-omaha
487848e5bc
make cargo backend use .crates2.json file
2023-01-10 17:22:57 +01:00
steven-omaha
c2072223c6
add infallible From<String> for Package
2023-01-10 15:37:50 +01:00
steven-omaha
2ad0d84794
add perf.data.old to gitignore
2023-01-10 15:37:14 +01:00
steven-omaha
09ff4f4bfb
fix some pedantic lints
2023-01-10 15:25:54 +01:00
steven-omaha
1bf19f4669
move todo_per_backend into separate module
2023-01-10 15:21:02 +01:00
steven-omaha
627f66ea35
clean up minor items
2023-01-10 15:00:21 +01:00
steven-omaha
160e4d0b4c
make some public functions private
2023-01-10 14:54:41 +01:00
steven-omaha
84832132f8
add error when editing a non-existant group file
2023-01-10 14:53:27 +01:00
steven-omaha
3e05261d08
implement clean_packages
2023-01-10 14:48:18 +01:00
steven-omaha
0e043ef6b5
fix show_groups
2023-01-10 14:37:02 +01:00
steven-omaha
55c484d839
refactor show_unmanaged_packages
2023-01-10 14:35:29 +01:00