aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-04-07Implement proper CLI argument handling using `boost::program_options`Adrian Kummerlaender
Became necessary due to the introduction of custom line offset as an additional user-defined parameter.
2016-04-04Add installation targetAdrian Kummerlaender
2016-04-01Improve distribution of remaining spaces after base additionAdrian Kummerlaender
Removed random utility class as it was over-designed.
2016-03-29Move `LineAccumulator` into separate compilation unitAdrian Kummerlaender
2016-03-29Move random index generation into utility classAdrian Kummerlaender
2016-03-29Initial implementation of monospace justificationAdrian Kummerlaender