summaryrefslogtreecommitdiffstats
path: root/libimagtodo
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias Beyer
2017-08-27Use cargo feature to specify both version and pathMatthias Beyer
2017-08-26Cleanup codebase to be more readableMatthias Beyer
2017-08-26Update version strings for next release: 0.3.0 -> 0.4.0Matthias Beyer
2017-07-13Update toml-query: 0.2.0 -> 0.3.0Matthias Beyer
2017-06-07dependency: toml-query: 0.1.0 -> 0.2.0Matthias Beyer
2017-05-30Update version strings: 0.2.0 -> 0.3.0Matthias Beyer
2017-05-30Fix libimagtodo for new toml-query interfaceMatthias Beyer
2017-05-30Update TOML dependency string in Cargo.tomlMatthias Beyer
2017-05-30Revert "Remove stuff for the focus-shift"Matthias Beyer
2017-01-21Remove stuff for the focus-shiftMatthias Beyer
2017-01-19Move `[profile.dev] codegen-units = 2` to top-level Cargo.tomlmario
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-25Update task-hookrs dependency to 0.2.2Matthias Beyer
2016-10-24libimagtodo/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./libimagtodo/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-18Add meta-info in libimagtodo/Cargo.tomlMatthias Beyer
2016-10-01libimagtodo: Add copyright notice to all filesMatthias Beyer
2016-09-06Print errors (dbg) when import_task() failedMatthias Beyer
2016-09-05Refactor long line for more readabilityMatthias Beyer
2016-08-30Remove version argument from module_entry_path_mod!() macroMatthias Beyer
2016-08-28Fix libimagtodo::{error, task}::* for new StoreId interfaceMatthias Beyer
2016-08-07Merge pull request #640 from impo/libimagtodo/deny-warningsMatthias Beyer
2016-08-07libimagtodo: Crate version 0.1.0 -> 0.2.0Gavin Thomas Claugus
2016-08-07libimagtodo: Deny warningsGavin Thomas Claugus
2016-08-06Upgrade toml dependency to 0.2Kai Sickeler
2016-08-06Move deletion logic into libMatthias Beyer
2016-08-06Add dependency: serde_jsonMatthias Beyer
2016-08-06Add dependency: logMatthias Beyer
2016-08-06change to task_hookrs 0.2.0mario
2016-08-06Remove outdated comment partMatthias Beyer
2016-08-06Return the imported string as wellMatthias Beyer
2016-07-21Impl Task::retrieve_from_import()Matthias Beyer
2016-07-21Impl Task::retrieve_from_stringMatthias Beyer
2016-07-21Impl Task::get_from_uuid()Matthias Beyer
2016-07-21Impl Task::get_from_string()Matthias Beyer
2016-07-21Impl Task::get_from_import()Matthias Beyer
2016-07-21Fix return types of getter functionsMatthias Beyer
2016-07-21Remove the Task::update...() foo, as we do only store UUIDs which do not changeMatthias Beyer
2016-07-21We can't actually retrieve() from a UUID, as we cannot implicitely create a t...Matthias Beyer
2016-07-21Add more required functionality, not implemented yetMatthias Beyer
2016-07-21Add Task::import()Matthias Beyer
2016-07-21Add dependency: libimagerrorMatthias Beyer
2016-07-21Rewrite error moduleMatthias Beyer
2016-07-21Fix misleading function nameMatthias Beyer
2016-07-21Provide more detailed access to the ids and tasksMatthias Beyer
2016-07-21Move read::* code to the place where it belongsMatthias Beyer
2016-07-21Move delete functionality to the place where it belongsMatthias Beyer
2016-07-21Impl {Deref, DerefMut} for TaskMatthias Beyer