index
:
number.git
master
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-27
Added the multiplication assignment operator
HEAD
master
Olivier Gayot
2017-11-26
Improved to_uint32
Olivier Gayot
2017-11-26
Added the conversion from number to 64 bits integer
Olivier Gayot
2017-11-25
Added move assignment operator
Olivier Gayot
2017-11-25
Added the right-shift computation
Olivier Gayot
2017-11-20
Allow left-shifts of more than 32 bits
Olivier Gayot
2017-11-19
Added Doxyfile
Olivier Gayot
2017-11-19
Consistently document the methods
Olivier Gayot
2017-11-19
Added bool operator and ! operator
Olivier Gayot
2017-11-19
Replaced dumb multiplication algorithm by long multiplication
Olivier Gayot
2017-11-19
Allowed construction of number from 64-bits-wide integer
Olivier Gayot
2017-11-19
Added the left-shift computation
Olivier Gayot
2017-11-19
Fixed addition with operands of different sizes
Olivier Gayot
2017-11-19
Allow conversion of number to 32 bits integer
Olivier Gayot
2017-11-19
Added multiplication of two numbers
Olivier Gayot
2017-11-19
Added pre-increment operator and += operator
Olivier Gayot
2017-11-19
Added constructors to copy and create a number from an integer
Olivier Gayot
2017-11-19
Made use of 32bits integer instead of 64bits
Olivier Gayot
2017-11-19
Allow a number to be used in an ostream object
Olivier Gayot
2017-11-19
Added functions to print a number as hex or dec string
Olivier Gayot
2017-11-19
Added the addition of two numbers
Olivier Gayot
2017-11-19
Added a class "number" with comparison operators
Olivier Gayot
2017-11-19
Initial commit, creation of the repository.
Olivier Gayot