Commit Graph

74 Commits

Author SHA1 Message Date
Matthias Beyer 398332fcb2 Update toml-query: 0.2.0 -> 0.3.0 2017-07-13 19:40:13 +02:00
Matthias Beyer 820037bba6 dependency: toml-query: 0.1.0 -> 0.2.0 2017-06-07 12:29:57 +02:00
Matthias Beyer 4ca6f4c386 Update version strings: 0.2.0 -> 0.3.0 2017-05-30 21:23:33 +02:00
Matthias Beyer eacc6777b8 Fix libimagtodo for new toml-query interface 2017-05-30 21:00:29 +02:00
Matthias Beyer 5817109279 Update TOML dependency string in Cargo.toml 2017-05-30 20:32:59 +02:00
Matthias Beyer 80fb6cc2bd Revert "Remove stuff for the focus-shift"
This reverts commit 63a7f0d8a9.
2017-05-30 20:25:00 +02:00
Matthias Beyer 63a7f0d8a9 Remove stuff for the focus-shift 2017-01-21 13:05:50 +01:00
mario 8df5519f34 Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
Matthias Beyer 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
2016-10-31 23:39:38 +01:00
Matthias Beyer 99e0b2ea8c Update task-hookrs dependency to 0.2.2 2016-10-25 13:40:02 +02:00
Matthias Beyer 6a26e26651 libimagtodo/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
Matthias Beyer 7d87fb6321 Add codegen-units = 2 in ./libimagtodo/Cargo.toml 2016-10-24 13:56:14 +02:00
Matthias Beyer b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
Matthias Beyer 67dd706d79 Add meta-info in libimagtodo/Cargo.toml 2016-10-18 10:56:12 +02:00
Matthias Beyer f3373cde7e libimagtodo: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 5ed60f48cd Print errors (dbg) when import_task() failed 2016-09-06 12:03:27 +02:00
Matthias Beyer 07d4c45b3f Refactor long line for more readability 2016-09-05 09:21:06 +02:00
Matthias Beyer 82f08c6021 Remove version argument from module_entry_path_mod!() macro 2016-08-30 11:40:56 +02:00
Matthias Beyer fea24726c8 Fix libimagtodo::{error, task}::* for new StoreId interface 2016-08-28 18:41:57 +02:00
Matthias Beyer 2f94488cb4 Merge pull request #640 from impo/libimagtodo/deny-warnings
libimagtodo: Deny warnings
2016-08-07 19:32:07 +02:00
Gavin Thomas Claugus b881c3c243 libimagtodo: Crate version 0.1.0 -> 0.2.0
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-08-07 10:29:30 -04:00
Gavin Thomas Claugus bc84d12650 libimagtodo: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-08-07 10:23:27 -04:00
Kai Sickeler 36546ca388 Upgrade toml dependency to 0.2 2016-08-06 17:28:58 +02:00
Matthias Beyer 0fd8b3b286 Move deletion logic into lib 2016-08-06 11:39:31 +02:00
Matthias Beyer 6222aac837 Add dependency: serde_json 2016-08-06 11:35:02 +02:00
Matthias Beyer 6d14212042 Add dependency: log 2016-08-06 11:35:02 +02:00
mario 71bce41e0f change to task_hookrs 0.2.0 2016-08-06 11:23:52 +02:00
Matthias Beyer 57c4089d80 Remove outdated comment part 2016-08-06 10:51:16 +02:00
Matthias Beyer d0592d0029 Return the imported string as well 2016-08-06 10:11:22 +02:00
Matthias Beyer 8e4471cc07 Impl Task::retrieve_from_import() 2016-07-21 17:14:12 +02:00
Matthias Beyer 077471f3da Impl Task::retrieve_from_string 2016-07-21 17:14:12 +02:00
Matthias Beyer 58162d8d90 Impl Task::get_from_uuid() 2016-07-21 17:14:12 +02:00
Matthias Beyer 302b46be5f Impl Task::get_from_string() 2016-07-21 17:14:12 +02:00
Matthias Beyer 475a73ee5c Impl Task::get_from_import() 2016-07-21 17:14:12 +02:00
Matthias Beyer ab613426c6 Fix return types of getter functions 2016-07-21 17:14:12 +02:00
Matthias Beyer 9ff26360e4 Remove the Task::update...() foo, as we do only store UUIDs which do not change 2016-07-21 17:14:12 +02:00
Matthias Beyer 1ec11749f2 We can't actually retrieve() from a UUID, as we cannot implicitely create a task from a UUID 2016-07-21 17:14:12 +02:00
Matthias Beyer f3639d34eb Add more required functionality, not implemented yet 2016-07-21 17:14:12 +02:00
Matthias Beyer 0041a648c3 Add Task::import() 2016-07-21 17:14:12 +02:00
Matthias Beyer e63f17d51e Add dependency: libimagerror 2016-07-21 17:14:12 +02:00
Matthias Beyer f55f1e627e Rewrite error module 2016-07-21 17:14:12 +02:00
Matthias Beyer a8bb444f1d Fix misleading function name 2016-07-21 17:14:11 +02:00
Matthias Beyer 879fa3fb48 Provide more detailed access to the ids and tasks 2016-07-21 17:14:11 +02:00
Matthias Beyer c9be7a7483 Move read::* code to the place where it belongs 2016-07-21 17:14:11 +02:00
Matthias Beyer df5abef447 Move delete functionality to the place where it belongs 2016-07-21 17:14:11 +02:00
Matthias Beyer 07ab966d37 Impl {Deref, DerefMut} for Task 2016-07-21 17:14:11 +02:00
Matthias Beyer f3dc1e90af The Task type can have a unnamed member 2016-07-21 17:14:11 +02:00
Matthias Beyer b12974043d Remove the most ugly parts from the lib 2016-07-21 17:14:11 +02:00
mario a91ec5c3ab do vim ggVG= 2016-06-30 19:09:14 +02:00
mario bbb4866fa0 reduce warnings lib 2016-06-30 19:06:26 +02:00