index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cli
/
Main.cpp
Age
Commit message (
Collapse
)
Author
2016-04-25
Set default format to "xml"
Andreas Stöckel
2016-04-25
added flat option to command line interface.
Benjamin Paassen
2016-04-25
Remove unneeded constant
Andreas Stöckel
2016-04-25
Removed diagnostic code
Andreas Stöckel
2015-03-04
massively reworked demo html output.
Benjamin Paassen
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-19
Nice error messages in case the input file does not exist or is not a file
Andreas Stöckel
2015-02-17
Implement possiblility of Graphviz export when in debug mode (for demo purposes)
Andreas Stöckel
2015-02-17
added domain as XML namespace and corrected toString handling.
Benjamin Paassen
2015-02-16
Cosmetic change: Colorful error messages even if STDOUT is not a tty
Andreas Stöckel
2015-02-16
Fixed writing to file not working properly
Andreas Stöckel
2015-02-16
Autoformat
Andreas Stöckel
2015-02-16
Using logger for printing output path
Andreas Stöckel
2015-02-15
Determine mimetype automatically
Andreas Stöckel
2015-02-15
Added (completely untested) osxml parser
Andreas Stöckel
2015-02-15
Fixed compilation of main application
Andreas Stöckel
2015-02-14
added first version of XML output.
Benjamin Paassen
2015-01-29
further attempts on making the main program work. Had to add a method for ↵
Benjamin Paassen
handling absolute paths in FileLocator for that.
2015-01-29
Autoformat, small error message change
Andreas Stöckel
2015-01-28
Fixed error messages showing the context in which they occured
Andreas Stöckel
2015-01-28
fixed comment
Andreas Stöckel
2015-01-28
first attempt on actually implementing programming logic. This is not ↵
Benjamin Paassen
finished yet.
2015-01-28
Added my Senf to Main.cpp
Andreas Stöckel
2015-01-27
added input as positional argument.
Benjamin Paassen
2015-01-27
wrote initialization section for program logic, which is probably not ↵
Benjamin Paassen
complete yet. also improved output path handling.
2015-01-27
first attempt on command line interface (only wrapper and boost program ↵
Benjamin Paassen
options).