/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3731 by schoenebeck, Sat Feb 1 15:35:07 2020 UTC revision 3799 by schoenebeck, Sat Jul 25 09:28:56 2020 UTC
# Line 39  Version SVN trunk (?) Line 39  Version SVN trunk (?)
39        GetScriptPatchVariable(), SetScriptPatchVariable(),        GetScriptPatchVariable(), SetScriptPatchVariable(),
40        UnsetScriptPatchVariable(); stored persistently as new 'SCPV' RIFF chunk        UnsetScriptPatchVariable(); stored persistently as new 'SCPV' RIFF chunk
41        as child of our '3LS ' list chunk on Instrument level.        as child of our '3LS ' list chunk on Instrument level.
42        - Fixed undefined behaviour when modifying script slots on an instrument
43          that had been cloned and not been saved yet (e.g. unintended modification
44          of original instrument's script slots, and crash on Instrument destruction
45          due to double free of pScriptRefs).
46    
47      * src/Serialization.cpp, src/Serialization.h:
48        - Fixed broken Archive(RawData) constructor which always threw an
49          Exception.
50        - Added built-in support for C++ String objects (a.k.a. std::string
51          from the STL) and bumped Srx format version to 1.1 for that reason.
52        - Fixed assertion fault on some systems if a member variable defined was
53          serialized which was declared as size_t or ssize_t data type.
54        - Added new method Archive::operation() which allows applications to
55          distinguish between serialization vs. deserialization in their
56          serialize() method implementations.
57        - Added built-in support for C++ Array<> objects (a.k.a. std::vector from
58          the STL).
59        - Member offsets are now signed and for (newly added support of) member
60          variables on the heap -1 is always used as offset instead.
61        - Added built-in support for C++ Set<> objects (a.k.a. std::set from the
62          STL).
63        - DataType: Added optional 2nd custom type name.
64        - Added built-in support for C++ Map<> objects (a.k.a. std::map from the
65          STL).
66    
67    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
68      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,

Legend:
Removed from v.3731  
changed lines
  Added in v.3799

  ViewVC Help
Powered by ViewVC