]> git.mxchange.org Git - simgear.git/commit
Avoid a data copy decoding base64 data.
authorJames Turner <zakalawe@mac.com>
Sun, 6 Oct 2013 16:43:36 +0000 (18:43 +0200)
committerJames Turner <zakalawe@mac.com>
Wed, 9 Oct 2013 08:03:30 +0000 (10:03 +0200)
commit23140e3bf71ddde1d207ccb201b2d133a140fb5e
treeef31c2f9c725ed1fa9a3fde29351d6749376ee4b
parent2f023803e7f0ffec378686f6dd65a40cea99359f
Avoid a data copy decoding base64 data.

Use an out parameter to avoid a buffer alloc/copy/free cycle
when returning base64-decoded data.
simgear/io/SVNReportParser.cxx
simgear/misc/strutils.cxx
simgear/misc/strutils.hxx