summaryrefslogtreecommitdiffstats
path: root/libimagtodo
AgeCommit message (Expand)Author
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
2016-07-21The Task type can have a unnamed memberMatthias Beyer
2016-07-21Remove the most ugly parts from the libMatthias Beyer
2016-06-30do vim ggVG=mario
2016-06-30reduce warnings libmario
2016-06-30code cleanupmario
2016-06-30changed task-hookrs dependency to github.com/mario-kr/task-hookrs git for add...mario
2016-06-28implemented list-featureomario
2016-06-28clean up of lib.rsmario
2016-06-28various fixes like indentation and function names.mario
2016-06-28fixed function namemario
2016-06-28implemented add-hookmario
2016-06-16Merge pull request #6 from rscheme/implement_readmario-kr