|
190da895f9
|
Do not use Store::retrieve_for_module() anymore here
|
2018-04-24 13:40:42 +02:00 |
|
|
007c02c2f1
|
Rewrite all_category_names() for removed Store::retrieve_for_module()
|
2018-04-24 13:40:42 +02:00 |
|
|
91a72709f8
|
Add wrapping functionality to StdoutViewer
|
2018-04-19 21:54:39 +02:00 |
|
|
d2dceb6640
|
Update version numbers: 0.7.0 -> 0.8.0
|
2018-04-19 10:05:53 +02:00 |
|
|
4568b1f625
|
Merge pull request #1380 from matthiasbeyer/minor
Minor patches
|
2018-04-18 16:46:41 +02:00 |
|
|
98f8366e4c
|
Fix documentation in crate metadata
|
2018-04-17 15:55:08 +02:00 |
|
|
40b85f13b5
|
Add lints
|
2018-04-14 00:41:31 +02:00 |
|
|
76c8443e50
|
Merge pull request #1395 from matthiasbeyer/clap-text-wrap
Clap text wrap
|
2018-04-13 22:46:09 +02:00 |
|
|
3819dabff1
|
Remove attribute
This fixes a crash with the (beta) compiler rustc 1.26.
|
2018-04-13 16:41:42 +02:00 |
|
|
aeec10bf76
|
Use clap with wrap_help feature
|
2018-04-13 16:19:10 +02:00 |
|
|
b59c234588
|
Use clap "^2.29" instead of ">=2.29"
|
2018-04-13 16:17:43 +02:00 |
|
|
731b97cccb
|
Fix: Pass the right path variable here
The ref library passed the wrong variable as path which caused the
setting in the entries to be wrong.
This patch fixes this.
|
2018-04-13 14:06:15 +02:00 |
|
|
e61ccc9561
|
Fix: Entry::to_str() should return Result<_>
Because serializing might fail.
Also fixes all usages of the API.
|
2018-03-26 14:24:42 +02:00 |
|
|
7429754665
|
Rewrite edit_in_tmpfile() for new Runtime::editor() signature
|
2018-03-23 23:55:11 +01:00 |
|
|
13af364b76
|
Add header editing support
|
2018-03-23 17:16:40 +01:00 |
|
|
6f33e4e322
|
Add debug output
|
2018-03-23 10:05:58 +01:00 |
|
|
3d7be3a1e0
|
Merge pull request #1349 from matthiasbeyer/libimagentryref/fixes
Fix: Allocating of buffer does not work as expected with Vec::with_ca…
|
2018-03-21 18:04:37 +01:00 |
|
|
d2eb4936b1
|
Fix: Allocating of buffer does not work as expected with Vec::with_capacity()
|
2018-03-20 16:51:19 +01:00 |
|
|
5ceeacd6c8
|
Provide Ref::make_ref() for making a ref out of an existing entry
|
2018-03-19 14:18:02 +01:00 |
|
|
6055520519
|
Provide unlink() to remove all links
|
2018-02-25 18:59:02 +01:00 |
|
|
5773e8a6c8
|
Remove libimagentrylist
|
2018-02-20 15:02:46 +01:00 |
|
|
027c4b3287
|
Remove usage of libimagentrylist
|
2018-02-20 15:02:46 +01:00 |
|
|
c36250e42f
|
Adapt to new libimagentryref API
|
2018-02-19 12:15:31 +01:00 |
|
|
1153fb180b
|
Add function to delete a reference header entry
|
2018-02-19 12:14:32 +01:00 |
|
|
fd6a7f877a
|
Remove private macro
|
2018-02-19 12:14:32 +01:00 |
|
|
a1a85f40d0
|
Add default generators
|
2018-02-19 12:14:32 +01:00 |
|
|
2328c8b2b0
|
Take AsRef<str> rather than &String
|
2018-02-19 12:14:32 +01:00 |
|
|
cbb47cffcb
|
Implement Ref functions
|
2018-02-19 12:14:32 +01:00 |
|
|
ed69fd4b35
|
Enrich error types
|
2018-02-19 12:14:32 +01:00 |
|
|
81a8826740
|
Add impl for RefStore::{get,create,retrieve}_ref()
|
2018-02-19 12:14:32 +01:00 |
|
|
1014f58cfc
|
Rewrite interface
|
2018-02-19 12:14:32 +01:00 |
|
|
73af121882
|
Remove old concepts
|
2018-02-19 12:14:32 +01:00 |
|
|
30d2c28a22
|
Update version string: 0.6.0 -> 0.7.0
|
2018-02-11 14:22:24 +01:00 |
|
|
8656a38c50
|
Update dependency: clap: 2.17 -> 2.29
|
2018-02-10 16:40:34 +01:00 |
|
|
9d2900a7dc
|
Compile clap with suggestions and color support
|
2018-02-10 16:40:34 +01:00 |
|
|
3b710e082d
|
Add missing Cargo.toml metadata
|
2018-02-10 14:11:46 +01:00 |
|
|
d5a9e4930d
|
Update dates in license header
And add missing header in one file
|
2018-02-07 02:48:53 +01:00 |
|
|
de613c9ebd
|
Merge pull request #1227 from matthiasbeyer/libimagentryutil/filtered-iterators
libimagentryutil: filtered iterators
|
2018-02-01 20:22:12 +01:00 |
|
|
3aa2e6edec
|
Add iterator helper for filtering
|
2018-02-01 16:46:57 +01:00 |
|
|
eb6ab8f029
|
Add IsInCollection helper type
|
2018-02-01 16:46:57 +01:00 |
|
|
3c1a0a51c9
|
Transform iterator to forget Store reference here
|
2018-02-01 16:46:38 +01:00 |
|
|
8e931cd79f
|
Change calls to into_get_iter() to not take argument
|
2018-02-01 16:46:38 +01:00 |
|
|
7ecaad830c
|
Refactor to use Iterator::fold()
|
2018-01-29 09:38:32 +01:00 |
|
|
4bd156fdb3
|
Remove unecessary String instantiation
|
2018-01-29 09:38:32 +01:00 |
|
|
fcfc397fc8
|
env_logger: 0.5.0-rc.2 -> 0.5
|
2018-01-18 14:15:40 +01:00 |
|
|
8d9c7dce4f
|
env_logger: 0.5.0-rc.1 -> 0.5.0-rc.2
|
2018-01-15 11:22:09 +01:00 |
|
|
635d000344
|
log: 0.4.0-rc.1 -> 0.4.0
|
2018-01-15 11:21:52 +01:00 |
|
|
c45130ddd0
|
env_logger: 0.4.* -> 0.5.0-rc.1
|
2018-01-15 11:20:27 +01:00 |
|
|
f209e12410
|
Update dependency: log: 0.3.* -> 0.4.0-rc.1
|
2018-01-15 11:20:07 +01:00 |
|
|
68fedfb13a
|
libimagentryutil: Replace read with typed read
|
2018-01-13 01:14:03 +01:00 |
|