summaryrefslogtreecommitdiffstats
path: root/libimaginteraction
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias 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-05-03Merge pull request #930 from matthiasbeyer/update-tomlMatthias Beyer
2017-05-03dependency: toml: 0.2.* -> 0.4.*Matthias Beyer
2017-05-03Version strings: 0.2.0 -> 0.3.0Matthias Beyer
2017-02-23This function does not need to be publicMatthias Beyer
2017-02-04Remove unused imports from libimaginteractionMatthias Beyer
2017-01-30Update regex to 0.2.*Matthias 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-02Update clap to >=2.17Matthias Beyer
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-24libimaginteraction/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./libimaginteraction/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-18Add meta-info in libimaginteraction/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-13Increment header levels in the README.md files of the librariesMatthias Beyer
2016-10-06Create history file if it does not existMatthias Beyer
2016-10-06Add initial readline backend implementationMatthias Beyer
2016-10-06Add error kinds for readline errorsMatthias Beyer
2016-10-06Add dependenciesMatthias Beyer
2016-10-01libimaginteraction: Add copyright notice to all filesMatthias Beyer
2016-09-17Move code from libimagentryselect to libimaginteractionMatthias Beyer
2016-08-24Add README.md for libimaginteractionMatthias Beyer
2016-07-26libimaginteraction: Deny warningsGavin Thomas Claugus
2016-07-12Update all version strings: 0.1.0 -> 0.2.0Matthias Beyer
2016-07-07Fix bug when newline is in the inputMatthias Beyer
2016-05-19libimaginteraction: use generate_error_module!() macro and reexport generated...Matthias Beyer
2016-05-19libimaginteraction: Replace error module imports with macro helperMatthias Beyer
2016-05-17libimaginteraction: Replace error code with code generator macroMatthias Beyer
2016-05-13more style adaptationsAndre Bogus
2016-05-10Update log: 0.3.* -> 0.3Matthias Beyer
2016-04-17libimaginteraction Update regex 0.1.x -> 0.1.*Matthias Beyer
2016-04-12Implement ask_select_from_list()Matthias Beyer
2016-04-12Add result typeMatthias Beyer
2016-04-12Add error moduleMatthias Beyer
2016-04-09Remove ask_enum()Matthias Beyer
2016-04-06Add implementation for ask_string()Matthias Beyer
2016-04-06Implement ask_uint() including testsMatthias Beyer
2016-04-06Move real implementation to helper, so we can test.Matthias Beyer
2016-04-06Add initial codebase for ask_() functionsMatthias Beyer
2016-04-06Initial importMatthias Beyer