Menu

/trunk/src/SerializeUtils.cpp Commit Log


Commit Date  
[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
[r461] (5.4 kB) by steveking

(Fixes issue #200) : CommitMonitor fails to store repository information when a large amount of log information is retrieved
* drop the limit of 100kB for strings when serializing
* use a wchar_t static buffer for smaller wide char strings

2009-09-18 19:06:09 View
Download
[r209] (6.0 kB) by steveking

Add methods to serialize a byte buffer.
This is required to solve issue #5.

2007-12-02 13:47:32 View
Download
[r191] (5.2 kB) by steveking

Indicate the GPL license.

2007-11-16 19:46:43 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.