Menu

Code Commit Log


Commit Date  
[r239] by christopherdunn

Simple changes to Reader initialization, from Chromium folks. (I do not think this was submitted as a bug.)

2011-06-21 21:56:54 Tree
[r238] by christopherdunn

More eol changes.

2011-06-21 21:53:02 Tree
[r237] by christopherdunn

Switched CRLF to LF in repo, and added svn:eol-style native. I might have missed a few files though. Just committing what I have so far.

2011-06-21 21:18:49 Tree
[r236] by christopherdunn

Just testing whether I can still commit changes. I cannot tell my access-level from the sf project page.

2011-06-21 20:34:40 Tree
[r235] by blep

Fixed unit tests execution on MSVC 6 by removing usage of std::numeric_limits. It was returning 0 value in some max cases. Fixed Value::asFloat() to use integerToDouble().

2011-05-27 08:12:41 Tree
[r234] by blep

Fixed compilation issues with MSVC 6: replace usage of ostringstream with valueToString to support 64 bits integer and high precision floating point conversion to string. Replace usage of ULL and LL literal with UInt64(expr) and Int64(expr). Introduced helper function uint64ToDouble() to work-around missing conversion. Unit tests do not pass yet.

2011-05-26 22:55:24 Tree
[r233] by blep

Fixed MSVS 2003, 2005 and 2008 tests execution by normalizing floating-point string representation using helper normalizeFloatingPointStr().

2011-05-26 20:14:32 Tree
[r232] by blep

Fixed unit test failure on IBM AIX xlC by hard-coding the maxUInt64AsDouble as double constant instead of relying on double(Value::maxUInt64) which produces an incorrect value.

2011-05-26 17:14:26 Tree
[r231] by blep

- Fixed unit test compilation on MSVS 2003, 2005 and 2008.
- Worked-around unit test failure with MSVS* by "forcing" all floating-point numbers to be loaded from memory instead of FPU registers.

2011-05-26 07:32:36 Tree
[r230] by aaronjacobs

Fixed some test bugs that show up when 64-bit mode is disabled.

2011-05-26 06:58:52 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.