index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
units.hh
Age
Commit message (
Expand
)
Author
2014-05-17
set Coords/Counts methods as always_inline
Maxime Coste
2013-11-14
indent cleanup, correct erroneous 3 spaces indent
Maxime Coste
2013-11-11
Fix StronglyTypedInteger::operator%=
Maxime Coste
2013-11-06
Add modulo operators to StronglyTypedNumber
Maxime Coste
2013-07-26
StronglyTypedNumber: take parameters by value
Maxime Coste
2013-03-27
use only one constructor with a default parameter for units
Maxime Coste
2013-03-26
add default zero construction to units
Maxime Coste
2013-01-14
rename StronglyTypedInteger to more accurate StronglyTypedNumber
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2012-10-11
Add a ByteCount unit
Maxime Coste
2012-10-02
fix postfix StronglyTypedInteger::operator{++,--}
Maxime Coste
2012-10-02
do not use our broken safe bool, c++11 explicit bool conversion is better
Maxime Coste
2012-09-04
use more constexpr
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-22
use a strongly typed int LineCount for line counts
Maxime Coste