summaryrefslogtreecommitdiffstats
path: root/libimagrt
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias Beyer
2017-08-27Merge pull request #1024 from matthiasbeyer/libimagrt/config-loading-fixMatthias Beyer
2017-08-27Name the searchpath variable properlyMatthias Beyer
2017-08-27Fix error while loadingMatthias Beyer
2017-08-27Use cargo feature to specify both version and pathMatthias Beyer
2017-08-26Update version strings for next release: 0.3.0 -> 0.4.0Matthias Beyer
2017-07-13Use `file_abstraction` module instead of `store`Robert Ignat
2017-07-13Remove error types from runtime configuration fileRobert Ignat
2017-07-13Add debug output for pathsRobert Ignat
2017-07-13Use inmemory file system for imag-link testsRobert Ignat
2017-07-13Add private Runtime constructorRobert Ignat
2017-07-13Add new `Runtime` constructorRobert Ignat
2017-07-08Remove `enable_hooks` from `InternalConfiguration`Robert Ignat
2017-07-08Add documentation for `CliSpec`Robert Ignat
2017-07-08Make configuration traits methods non-staticRobert Ignat
2017-07-08Move `fetch_config` into `GetConfiguration` traitRobert Ignat
2017-07-08Add configuration traitsRobert Ignat
2017-07-08Add CliSpec trait for Runtime initialisationRobert Ignat
2017-06-21Minify map/filter_mapMatthias Beyer
2017-06-21Minify mapping with dependency: is-match = 0.1Matthias Beyer
2017-06-21Minify mappingMatthias Beyer
2017-06-21Minify mappingMatthias Beyer
2017-06-21Minify mappingMatthias Beyer
2017-06-21Try to remove annotationMatthias Beyer
2017-06-21Minify matchMatthias Beyer
2017-06-21Print error while panicingMatthias Beyer
2017-06-20Add Runtime::store_backend_to_stdout(), make _stdio() variant use stdin properlyMatthias Beyer
2017-06-20Propagate parsing errorsMatthias Beyer
2017-06-20Add output where paths is setMatthias Beyer
2017-06-18Add Runtime::store_backend_to_stdio() functionMatthias Beyer
2017-06-06Remove hook support from libimagrtMatthias Beyer
2017-05-03Merge pull request #930 from matthiasbeyer/update-tomlMatthias Beyer
2017-05-03Adapt libimagrt config parsing to toml 0.4Matthias Beyer
2017-05-03dependency: toml: 0.2.* -> 0.4.*Matthias Beyer
2017-05-03Version strings: 0.2.0 -> 0.3.0Matthias Beyer
2017-04-21Simplify FoldResult implementationMatthew Piziak
2017-02-21Add documentation for Runtime functionsMatthias Beyer
2017-02-21Add some documentation to logger backend of runtimeMatthias Beyer
2017-02-21Enhance documentation of configuration moduleMatthias Beyer
2017-02-04libimagrt: Remove unused importsMatthias Beyer
2017-01-22Merge pull request #857 from matthiasbeyer/libimagrt/config-types-pubMatthias Beyer
2017-01-22Make configuration module publicMatthias Beyer
2017-01-22Make error types publicMatthias Beyer
2017-01-22ImagLogger: Add option to not include file/line in dbg loggingMatthias Beyer
2017-01-21Make logger types publicMatthias Beyer
2017-01-19Move `[profile.dev] codegen-units = 2` to top-level Cargo.tomlmario
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