summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Fixed_Test.cpp
Commit message (Collapse)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 ↵Justin Wilson2015-06-261-0/+3
| | | | test.
* Revert "Rewrote normalize to fix off-by-one error. Fixed bug in division ↵revert-96-masterPhil Mesnier2015-06-251-3/+0
| | | | and added test."
* Rewrote normalize to fix off-by-one error. Fixed bug in division and added ↵Justin Wilson2015-06-111-0/+3
| | | | test.
* ACE_CDR::Fixed corrected bugs in floating point conversions:Adam Mitz2015-04-281-0/+3
| | | | | - an index out-of-range problem - a bug in emulated LongDouble conversion of 0 values
* 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
| | | | Other misc bug fixes found along the way.
* 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
| | | | Also added Fixed-type expression handling to TAO_IDL_FE.
* 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