Menu

/trunk/src/SerializeUtils.cpp Commit Log


Commit Date  
[r984] (6.6 kB) by steveking

Revert r983, use a cast to get rid of the compiler warning:
A string is serialized as [int, chars...] with the int specifying the number of chars that follow. We must not change the int to something else! At least not without also adjusting the string read serialization and providing a way to read the old format as well.

2014-07-04 13:23:46 View
Download
[r983] (6.6 kB) by XhmikosR

Switch to the proper variable size.

This fixes a Win32 compiler warning.

2014-07-04 06:56:34 View
Download
[r816] (6.6 kB) by steveking

(Fixes issue #419) : Some expression always TRUE/FALSE. Unsigned type value is always >= 0

2013-01-07 19:49:18 View
Download
[r746] (6.6 kB) by steveking

Remove the "using namespace std" statements and explicitly refer to the std namespace where needed.

2012-06-03 14:15:11 View
Download
[r742] (6.5 kB) by XhmikosR

use consistently an empty line between functions

2012-06-02 08:43:42 View
Download
[r735] (6.5 kB) by steveking

Make the serializer use only fixed types which are the same for 32-bit and 64-bit versions.
(Closes issue #387) : use the same data files for 32- and 64-bit versions

2012-05-15 08:29:43 View
Download
[r714] (6.5 kB) by steveking

Use smart pointers for allocating memory and fix a few memory leaks while doing so.
Also replace our custom auto_buffer with std::unique_ptr<>.

2012-05-08 20:03:07 View
Download
[r713] (6.5 kB) by steveking

Fix compiler warnings for the x64 build.

2012-05-08 19:20:44 View
Download
[r685] (6.5 kB) by XhmikosR

* add an empty line after the license header
* remove unneeded empty lines at the end of files
* use the right case for the includes
* always use <> for system headers
* update ext/Versions.txt

2012-05-02 09:37:14 View
Download
[r517] (6.5 kB) by steveking

convert tabs to spaces.

2010-04-25 07:42:32 View
Download
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.