Changes for 3.0.0:
Note: This version introduces breaking changes. The public API has changed. See notes about automatic identifiers and deprecated method getFilename()
.
- New feature: Using RapidAssist version 0.10.2
- New feature: Modified how automatic identifier are generated. New identifiers now includes the file extension. Existing code that uses bin2cpp generated files may not compile anymore.
- New feature: Deprecated method
getFilename()
in favor togetFileName()
. This is to be more inline withgetFilePath()
. - New feature: Calls to
FileManager::saveFiles()
is now saving all files as the original input directories. - Fixed issue #51: Support getfilePath api and handle same function identifier.
- Fixed issue #52: Generate only c++ code.
- Fixed issue #54: Output the encoded string in plain format to stdout.
- Fixed issue #56: Problem with certain filenames.
- Fixed issue #58: Mandatory options
--identifier
and--headerfile
should be calculated automatically if not specified. - Fixed issue #59: Silence warning C4996 about deprecated 'std::tr1' namespace - Windows only.