summaryrefslogtreecommitdiffstats
path: root/libimagutil
AgeCommit message (Expand)Author
2016-11-03Don't re-open temporary file.Steven Allen
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-24libimagutil/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./libimagutil/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-18Add meta-info in libimagutil/Cargo.tomlMatthias Beyer
2016-10-13Create symlinks to documentation files in libimag*/README.mdMatthias Beyer
2016-10-13Move all libimag*/README.md to doc/src/05100-*Matthias Beyer
2016-10-07Merge pull request #771 from matthiasbeyer/clap-validatorsMatthias Beyer
2016-10-01libimagutil: Add copyright notice to all filesMatthias Beyer
2016-09-30Add cli validator: is_existing_path()Matthias Beyer
2016-09-30Add is_tag clap validator helperMatthias Beyer
2016-09-28Add implementation for validatorsMatthias Beyer
2016-09-28Add depsMatthias Beyer
2016-09-28Add module: cli_validatorsMatthias Beyer
2016-09-28Add dependenciesMatthias Beyer
2016-09-09Move edit_entry_with_cmd() to libimagutilMatthias Beyer
2016-09-05Merge pull request #695 from matthiasbeyer/libimagutil/warn-exitMatthias Beyer
2016-09-05Add warn_exit() convenience helperMatthias Beyer
2016-09-05Add comment for warn_result codeMatthias Beyer
2016-09-05Add comment for info_result codeMatthias Beyer
2016-09-05Add comment for debug_result codeMatthias Beyer
2016-09-05Add documentation for the code-generator macroMatthias Beyer
2016-08-28Add libimagutil::warn_result::*Matthias Beyer
2016-07-30Refactor, generate code with macroMatthias Beyer
2016-07-30Add info_resultMatthias Beyer
2016-07-29Add utility to print debugging information while mappingMatthias Beyer
2016-07-14Move from a helper function to a typeclass.John Sirois
2016-07-13Add a `fold_ok` utility.John Sirois
2016-07-12Update all version strings: 0.1.0 -> 0.2.0Matthias Beyer
2016-05-17Move trace_error() functionality from libimagutil to libimagerrorMatthias Beyer
2016-05-15Make trace() output redMatthias Beyer
2016-05-15Add dependency: ansi_term = 0.7Matthias Beyer
2016-05-15Merge pull request #401 from matthiasbeyer/libimagutil/code-cleanupMatthias Beyer
2016-05-14Remove unneeded scopesMatthias Beyer
2016-05-13more style adaptationsAndre Bogus
2016-05-10Update log: 0.3.* -> 0.3Matthias Beyer
2016-04-22Remove "caused by" markerMatthias Beyer
2016-04-21Make trace() output a bit nicerMatthias Beyer
2016-04-17libimagutil Update regex 0.1.x -> 0.1.*Matthias Beyer
2016-04-16Enable lintsMatthias Beyer
2016-04-16Use unused results by calling write!() with .ok()Matthias Beyer
2016-03-26Merge pull request #270 from matthiasbeyer/libimagutil/trace-newlineMatthias Beyer
2016-03-25Add README for libimagutilMatthias Beyer
2016-03-25Add another missing newline characterMatthias Beyer
2016-03-12trace: Add missing newlineMatthias Beyer
2016-03-07Merge pull request #203 from matthiasbeyer/libimagutil/ismatch-utilMatthias Beyer
2016-02-23util: Update regex = 0.1.54Matthias Beyer
2016-02-21Add ismatch!() macroMatthias Beyer
2016-02-20use lazy_static so we do not compile regex multiple timesMatthias Beyer