/[svn]/libgig/trunk/src/Serialization.cpp
ViewVC logotype

Log of /libgig/trunk/src/Serialization.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3392 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 3 17:49:22 2017 UTC (6 years, 3 months ago) by schoenebeck
File length: 91759 byte(s)
Diff to previous 3333
* src/Serialization.cpp, src/Serialization.h:
  Hide pure internal declarations from header file to avoid numerous
  compiler warnings when building and linking against the public API.
* Bumped version (4.1.0.svn1).


Revision 3333 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 29 09:57:08 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 91560 byte(s)
Diff to previous 3198
* Serialization::DataType fix: Retain backward compatiblity to older
  versions of native C++ classes/strcts.
* Bumped version (4.0.0.svn30).


Revision 3198 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 21 12:46:05 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 91242 byte(s)
Diff to previous 3186
* RIFF/DLS/gig/Serialization: Exception classes now have a variadic
  constructor which allows to add textual format specifiers like
  with printf().
* gig.cpp: On unknown leverage controller exception: show precise unknown
  leverage controller number found.


Revision 3186 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 17 15:55:18 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 90734 byte(s)
Diff to previous 3185
- Fixed compile error.


Revision 3185 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 17 15:42:58 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 90735 byte(s)
Diff to previous 3183
* Serialization: Handle human readable boolean text representations like
  "yes", "no", "true", "false" in Archive::setAutoValue() as expected.
* Bumped version (4.0.0.svn24).


Revision 3183 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 15 18:44:32 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 90294 byte(s)
Diff to previous 3182
* Wrote API documentation for entire new Serialization
  framework.
* Hide some of the method implementation of the Serialization
  framework.


Revision 3182 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 14 20:40:02 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 41083 byte(s)
Diff to previous 3173
* Serialization framework: moved methods setVersion() and
  setMinVersion() from class Object to class Archive, and
  hide enum type operation_t from the public API.
* Bumped version (4.0.0.svn23).


Revision 3173 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 10 23:07:28 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 40623 byte(s)
Diff to previous 3169
* Print compiler warning if no RTTI available.
* Serialization::DataType class: Implemented demangling C++ type
  names (for methods asLongDescr() and
  customTypeName(bool demangle=false)).
* gig.h: When there is no RTTI, only hide API functions which
  really require RTTI.
* Bumped version (4.0.0.svn21).


Revision 3169 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 10 21:17:10 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 40353 byte(s)
Diff to previous 3168
* src/gig.h: Added enum reflection API functions for
  retrieving enum declaration type information at
  runtime (countEnum(), enumKey(), enumKeys(),
  enumValue()).
* Archive: Added methods valueAsInt(), valueAsReal()
  and valueAsBool().
* Bumped version (4.0.0.svn20).


Revision 3168 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 9 19:12:32 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 36749 byte(s)
Diff to previous 3159
- More ancient compiler backward compatibility fixes.


Revision 3159 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 8 21:15:16 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 36636 byte(s)
Diff to previous 3156
* Fix: Archive creation and modification time were
  not encoded correctly.
* Bumped version (4.0.0.svn19).


Revision 3156 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 8 17:18:07 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 36636 byte(s)
Diff to previous 3153
* class Archive: Added methods name() and setName().
* class Archive: Added methods comment() and setComment().
* class Archive: Added methods timeStampCreated(),
  timeStampModified(), dateTimeCreated() and
  dateTimeModified().
* Bumped version (4.0.0.svn18).


Revision 3153 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 6 13:43:43 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 34194 byte(s)
Diff to previous 3150
* Serialization.cpp/.h: class Object: Added method
  memberByUID(), and method remove() is now protected,
  class Archive: Added method removeMember().
* Bumped version (4.0.0.svn17).


Revision 3150 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 5 18:42:06 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 33702 byte(s)
Diff to previous 3146
* Serialization.cpp/.h: Added new methods isModified(),
  setAutoValue(), setIntValue(), setRealValue(),
  setBoolValue(), setEnumValue(), valueAsString() to
  class Archive.
* Serialization.cpp/.h: Archive::rawData(): Automatically
  re-encode new raw data stream if archive had been
  modified (i.e. by remove(), setAutoValue(), etc.).
* Bumped version (4.0.0.svn16).


Revision 3146 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 3 19:54:08 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 27837 byte(s)
Diff to previous 3139
- Serialization.h/.cpp: trivial corrections.


Revision 3139 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 3 15:15:10 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 27814 byte(s)
Diff to previous 3138
- Serialization.cpp: fixed misused atof_l().


Revision 3138 - (view) (download) (annotate) - [select for diffs]
Added Wed May 3 14:41:58 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 27977 byte(s)
* Added new "Serialization" framework (and equally named namespace)
  which allows to serialize and deserialize native C++ objects
  in a portable, easy and flexible way.
* gig.cpp/gig.h: Added support for serializing & deserializing
  DimensionRegion objects (and crossfade_t and leverage_ctrl_t
  objects).
* Bumped version (4.0.0.svn15).


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC