summaryrefslogtreecommitdiffstats
path: root/libimagutil/src
AgeCommit message (Expand)Author
2016-11-03Don't re-open temporary file.Steven Allen
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-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-04-22Remove "caused by" markerMatthias Beyer
2016-04-21Make trace() output a bit nicerMatthias Beyer
2016-04-16Enable lintsMatthias Beyer
2016-04-16Use unused results by calling write!() with .ok()Matthias 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-21Add ismatch!() macroMatthias Beyer
2016-02-20use lazy_static so we do not compile regex multiple timesMatthias Beyer
2016-02-11Add documentation of functionsMatthias Beyer
2016-02-11Add error tracing utilityMatthias Beyer
2016-02-11Add dependency: log = 0.3.5Matthias Beyer
2016-01-29tests: Allow quotes in keysMatthias Beyer
2016-01-29Adapt test: single quotedMatthias Beyer
2016-01-29Reimplement IntoKeyValue for StringMatthias Beyer
2016-01-20Add getter for key/valueMatthias Beyer
2016-01-20Adapt testsMatthias Beyer
2016-01-20Split String->key-value with typesMatthias Beyer
2016-01-20Add key-value-splitter helperMatthias Beyer
2016-01-20Use regexMatthias Beyer
2016-01-18util: Add variant-testsMatthias Beyer
2016-01-18util: Add variant-generator utilityMatthias Beyer