summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-annotate
AgeCommit message (Expand)Author
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-21Replace len() != 0 with is_empty() callMatthias Beyer
2019-10-26Add id reporting in imag-annotateMatthias Beyer
2019-10-26Refactor to not call exit() anywhereMatthias Beyer
2019-10-26imag-annotate: implement ImagApplicationLeon Schuermann
2019-10-07Update dependency: url: 1.7.2 -> 2Matthias Beyer
2019-08-28[No-auto] bin/core/annotate: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/annotate: Fix Clippy warningsflip1995
2019-06-30Update all dependenciesMatthias Beyer
2019-06-21Rename module: linker -> linkableMatthias Beyer
2019-06-21Rename interfaceMatthias Beyer
2019-05-31Split "internal" module into several submodulesMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-22Remove buildscriptsMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-15Fix for new all_annotations() interfaceMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-10Rewrite iterationMatthias Beyer
2019-02-10Remove iterator typesMatthias Beyer
2019-02-10Add flag to not print name of annotationMatthias Beyer
2019-02-10Rewrite "add annotation" commandMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-09Update dependencies from git versions to proper versions.Matthias Beyer
2018-11-06Move imag-annotate to ID provider infrastructureMatthias Beyer
2018-10-30imag-annotate: Move from error-chain to failureMatthias Beyer
2018-09-27Update dependency: toml-query: 0.6 -> 0.7Matthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-14Fix: Use qualificationMatthias Beyer
2018-04-13Use clap with wrap_help featureMatthias Beyer
2018-04-13Use clap "^2.29" instead of ">=2.29"Matthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Fix broken pipe panicMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-11Merge pull request #1275 from matthiasbeyer/clap-featuresMatthias Beyer
2018-02-10Do not print "Ok" after successful executionMatthias Beyer
2018-02-10Update dependency: clap: 2.17 -> 2.29Matthias Beyer
2018-02-10Compile clap with suggestions and color supportMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-29Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()Matthias Beyer
2018-01-15log: 0.4.0-rc.1 -> 0.4.0Matthias Beyer
2018-01-15Update dependency: log: 0.3.* -> 0.4.0-rc.1Matthias Beyer