Menu

Code Commit Log


Commit Date  
[r276] by aaronjacobs

Added missing includes for std::istream.

Thanks to Quentin Fiard for the report.

2014-01-29 00:13:38 Tree
[r275] by blep

Fixed broken build on VS 2012

2013-09-23 14:10:39 Tree
[r274] by aaronjacobs

Fixed some snprintf-related build breakages in Visual Studio.

2013-08-08 23:08:28 Tree
[r273] by aaronjacobs

Updated two calls to sprintf that I missed in r269.

2013-08-08 00:39:32 Tree
[r272] by aaronjacobs

Replaced the complex implementation of valueToString(double).

The previous one was confusing and prone to buffer overflows, and didn't
work correctly with 16-decimal-digit numbers. The new one simply uses
snprintf with a standard format string.

The major change is that we don't always print a decimal point now.
Fortunately, JSON doesn't distinguish between integers and reals.

2013-08-08 00:39:12 Tree
[r271] by aaronjacobs

Added more floating point tests.

The first demonstrates a bug that I will soon fix.

2013-08-08 00:37:39 Tree
[r270] by aaronjacobs

Added further floating point tests.

2013-08-08 00:13:10 Tree
[r269] by aaronjacobs

Switched away from sprintf, which is prone to buffer overflows.

Most reasonable platforms have this function. If you're here because
this broke the build for you, consider adding an ifdef for your platform
and using sprintf there (but not on other platforms).

2013-08-06 23:12:56 Tree
[r268] by blep

- CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC.
- Fixed some warnings

2013-05-09 18:42:33 Tree
[r267] by blep

- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)
- added batchbuild config for XP VM

2013-05-09 16:24:13 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.