index
:
justify
master
Single purpose CLI program for block justification of monospace text
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
line_accumulator.cc
Age
Commit message (
Expand
)
Author
2016-04-30
Implement `--seed` argument
HEAD
master
Adrian Kummerlaender
2016-04-22
Handle input stream EOF
Adrian Kummerlaender
2016-04-08
Prevent negative result of substraction of unsigned lengths
Adrian Kummerlaender
2016-04-07
Implement proper CLI argument handling using `boost::program_options`
Adrian Kummerlaender
2016-04-03
Implement support for UTF8 multi-byte code points
Adrian Kummerlaender
2016-04-03
Implement deterministic justification
Adrian Kummerlaender
2016-04-02
Move `LineAccumulator` closure into `justify` project namespace
Adrian Kummerlaender
2016-04-02
Add post condition verification and some documentation
Adrian Kummerlaender
2016-04-02
Improve algorithm support for corner cases
Adrian Kummerlaender
2016-04-02
Implement special case for single missing spaces
Adrian Kummerlaender
2016-04-01
Improve distribution of remaining spaces after base addition
Adrian Kummerlaender
2016-04-01
Store spaces alongside tokens instead of as separate nodes
Adrian Kummerlaender
2016-03-29
Move `LineAccumulator` into separate compilation unit
Adrian Kummerlaender