summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-27Added the multiplication assignment operatorHEADmasterOlivier Gayot
2017-11-26Improved to_uint32Olivier Gayot
2017-11-26Added the conversion from number to 64 bits integerOlivier Gayot
2017-11-25Added move assignment operatorOlivier Gayot
2017-11-25Added the right-shift computationOlivier Gayot
2017-11-20Allow left-shifts of more than 32 bitsOlivier Gayot
2017-11-19Added DoxyfileOlivier Gayot
2017-11-19Consistently document the methodsOlivier Gayot
2017-11-19Added bool operator and ! operatorOlivier Gayot
2017-11-19Replaced dumb multiplication algorithm by long multiplicationOlivier Gayot
2017-11-19Allowed construction of number from 64-bits-wide integerOlivier Gayot
2017-11-19Added the left-shift computationOlivier Gayot
2017-11-19Fixed addition with operands of different sizesOlivier Gayot
2017-11-19Allow conversion of number to 32 bits integerOlivier Gayot
2017-11-19Added multiplication of two numbersOlivier Gayot
2017-11-19Added pre-increment operator and += operatorOlivier Gayot
2017-11-19Added constructors to copy and create a number from an integerOlivier Gayot
2017-11-19Made use of 32bits integer instead of 64bitsOlivier Gayot
2017-11-19Allow a number to be used in an ostream objectOlivier Gayot
2017-11-19Added functions to print a number as hex or dec stringOlivier Gayot
2017-11-19Added the addition of two numbersOlivier Gayot
2017-11-19Added a class "number" with comparison operatorsOlivier Gayot
2017-11-19Initial commit, creation of the repository.Olivier Gayot