summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Fixed_Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize ACE tests with using instead of typedefJohnny Willemsen2020-12-081-4/+4
* Rewrote normalize to fix off-by-one error. Fixed bug in division and added t...Justin Wilson2015-06-261-0/+3
* Revert "Rewrote normalize to fix off-by-one error. Fixed bug in division and...revert-96-masterPhil Mesnier2015-06-251-3/+0
* Rewrote normalize to fix off-by-one error. Fixed bug in division and added t...Justin Wilson2015-06-111-0/+3
* ACE_CDR::Fixed corrected bugs in floating point conversions:Adam Mitz2015-04-281-0/+3
* ACE_CDR::Fixed corrected warnings and errors, fixed bugs.Adam Mitz2015-04-241-4/+11
* Fixed ambiguous overload error on HP aCC in CDR_Fixed_Test.Adam Mitz2015-04-231-1/+1
* Implemented division of ACE_CDR::Fixed numbers.Adam Mitz2015-04-201-3/+17
* Fuzz fixesAdam Mitz2015-04-171-1/+1
* Build with Visual C++.Adam Mitz2015-04-161-29/+36
* Arithmetic operations + - * on Fixed numbers.Adam Mitz2015-04-091-29/+120
* Conversion and comparison operations on Fixed objects.Adam Mitz2015-04-071-43/+70
* Continued developing ACE_CDR::Fixed and tao_idl fixed parsing.Adam Mitz2015-04-011-0/+80