summaryrefslogtreecommitdiffstats
path: root/libimagrt
AgeCommit message (Expand)Author
2016-11-05Merge pull request #826 from matthiasbeyer/clap-completionMatthias Beyer
2016-11-02Pass real app nameMatthias Beyer
2016-11-02Update clap to >=2.17Matthias Beyer
2016-11-02Clone App here so we can consume it elsewhereMatthias Beyer
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-28Bake in shell-compl generationMatthias Beyer
2016-10-24libimagutil/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24libimagrt/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./libimagrt/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-18Add meta-info in libimagrt/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-06Add StoreUnloadHook registering in runtimeMatthias Beyer
2016-10-01libimagrt: Add copyright notice to all filesMatthias Beyer
2016-09-18Fix git hook registration fail warn message.Matthias Beyer
2016-09-17DeleteHook should be executed after the delete actionMatthias Beyer
2016-09-17Remove hook initialization from runtime setupMatthias Beyer
2016-09-07Make git-hook-registration not only when debuggingMatthias Beyer
2016-09-07Pass store path to git hooks, so we can initialize properlyMatthias Beyer
2016-09-07Add git hooks in the runtime setup codeMatthias Beyer
2016-08-09Move edit code from libimagrtMatthias Beyer
2016-08-06Make arg names publicly availableMatthias Beyer
2016-08-06Merge pull request #633 from asuivelentine/imag/toml-dependencyMatthias Beyer
2016-08-06Upgrade clap dependency to 2.*Kai Sickeler
2016-08-06Upgrade toml dependency to 0.2Kai Sickeler
2016-08-02Configure coloring in logger setupMatthias Beyer
2016-08-02Make coloring optional via flag in ImagLoggerMatthias Beyer
2016-07-27Search for imagrc in RTP and not in RTP/storeMatthias Beyer
2016-07-24Add Runtime functionality to patch in-memory-configuration-file-contents on l...Matthias Beyer
2016-07-24Add default commandline argument for configuration overrideMatthias Beyer
2016-07-24Add config override functionalityMatthias Beyer
2016-07-24Add error kinds for config override errorsMatthias Beyer
2016-07-17Change default log level to WarnMatthias Beyer
2016-07-16Fix: hook registering should be hook-type agnosticMatthias Beyer
2016-07-12Update all version strings: 0.1.0 -> 0.2.0Matthias Beyer
2016-06-27Replace error boxing and wrapping by helper generated with libimagerrorMatthias Beyer
2016-06-07Fix: Re-writing content of String in edit_in_tmpfile()Matthias Beyer
2016-05-28Fix: Pass the confguration path as parameter for Configuration::new()Matthias Beyer
2016-05-28Fix: Test the RTP itself as wellMatthias Beyer
2016-05-27Use IntoError trait for less ugly codeMatthias Beyer
2016-05-27Replace configuration error code with macro generatorMatthias Beyer
2016-05-24Add env_logger as fallback if IMAG_LOG_ENV is presentMatthias Beyer
2016-05-24Add dep: env_logger = 0.3Matthias Beyer
2016-05-23Only warn if there is no config fileMatthias Beyer
2016-05-19libimagrt: Replace error module imports with macro helperMatthias Beyer
2016-05-18Add runtime setup helper functionMatthias Beyer
2016-05-18libimagrt: Change dependency from libimagutil -> libimagerrorMatthias Beyer
2016-05-17libimagrt: Replace error code with code generator macroMatthias Beyer
2016-05-17Merge pull request #412 from matthiasbeyer/libimagrt/color-log-outputMatthias Beyer