summaryrefslogtreecommitdiff
path: root/src/cli/Main.cpp
AgeCommit message (Collapse)Author
2015-02-16Fixed writing to file not working properlyAndreas Stöckel
2015-02-16AutoformatAndreas Stöckel
2015-02-16Using logger for printing output pathAndreas Stöckel
2015-02-15Determine mimetype automaticallyAndreas Stöckel
2015-02-15Added (completely untested) osxml parserAndreas Stöckel
2015-02-15Fixed compilation of main applicationAndreas Stöckel
2015-02-14added first version of XML output.Benjamin Paassen
2015-01-29further attempts on making the main program work. Had to add a method for ↵Benjamin Paassen
handling absolute paths in FileLocator for that.
2015-01-29Autoformat, small error message changeAndreas Stöckel
2015-01-28Fixed error messages showing the context in which they occuredAndreas Stöckel
2015-01-28fixed commentAndreas Stöckel
2015-01-28first attempt on actually implementing programming logic. This is not ↵Benjamin Paassen
finished yet.
2015-01-28Added my Senf to Main.cppAndreas Stöckel
2015-01-27added input as positional argument.Benjamin Paassen
2015-01-27wrote initialization section for program logic, which is probably not ↵Benjamin Paassen
complete yet. also improved output path handling.
2015-01-27first attempt on command line interface (only wrapper and boost program ↵Benjamin Paassen
options).