summaryrefslogtreecommitdiffstats
path: root/libimagrt
AgeCommit message (Expand)Author
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
2016-05-15Color log outputMatthias Beyer
2016-05-15Add dependency: ansi_term = 0.7Matthias Beyer
2016-05-15Remove unwrap() calling by matchingMatthias Beyer
2016-05-13more style adaptationsAndre Bogus
2016-05-11Merge pull request #390 from matthiasbeyer/update-logMatthias Beyer
2016-05-10Update log: 0.3.* -> 0.3Matthias Beyer
2016-05-09Add missing "return None" in file opening error caseMatthias Beyer
2016-04-20Make libimagrt::runtime::Runtime derive DebugMatthias Beyer
2016-04-20libimagrt: Replace .err().unwrap() with .unwrap_err()Matthias Beyer
2016-04-19Rename: kind() to err_type()Matthias Beyer
2016-04-17Merge pull request #361 from matthiasbeyer/libimagrt/zero-warningsMatthias Beyer
2016-04-17Enable lintsMatthias Beyer
2016-04-17Use unused resultsMatthias Beyer
2016-04-17Annotate function with allow(dead_code)Matthias Beyer
2016-04-17Remove unused enum variantMatthias Beyer
2016-04-17libimagrt: Update itertoolsMatthias Beyer
2016-04-06Merge pull request #322 from matthiasbeyer/libimagrt/debug-log-line-and-fileMatthias Beyer
2016-04-06Implement Edit for StringMatthias Beyer