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

Diff of /libgig/trunk/ChangeLog

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

revision 3771 by schoenebeck, Sun May 17 17:14:31 2020 UTC revision 3776 by schoenebeck, Sat May 23 19:26:07 2020 UTC
# Line 45  Version SVN trunk (?) Line 45  Version SVN trunk (?)
45        Exception.        Exception.
46      - Added built-in support for C++ String objects (a.k.a. std::string      - Added built-in support for C++ String objects (a.k.a. std::string
47        from the STL) and bumped Srx format version to 1.1 for that reason.        from the STL) and bumped Srx format version to 1.1 for that reason.
48        - Fixed assertion fault on some systems if a member variable defined was
49          serialized which was declared as size_t or ssize_t data type.
50        - Added new method Archive::operation() which allows applications to
51          distinguish between serialization vs. deserialization in their
52          serialize() method implementations.
53        - Added built-in support for C++ Array<> objects (a.k.a. std::vector from
54          the STL).
55        - Member offsets are now signed and for (newly added support of) member
56          variables on the heap -1 is always used as offset instead.
57        - Added built-in support for C++ Set<> objects (a.k.a. std::set from the
58          STL).
59    
60    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
61      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,

Legend:
Removed from v.3771  
changed lines
  Added in v.3776

  ViewVC Help
Powered by ViewVC