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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3178 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 11 23:06:40 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 30290 byte(s)
Diff to previous 3173 , to selected 3138
* Fixed compile errors with some compilers.


Revision 3173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 10 23:07:28 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 29682 byte(s)
Diff to previous 3169 , to selected 3138
* 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) (as text) (annotate) - [select for diffs]
Modified Wed May 10 21:17:10 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 29689 byte(s)
Diff to previous 3168 , to selected 3138
* 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) (as text) (annotate) - [select for diffs]
Modified Tue May 9 19:12:32 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 29345 byte(s)
Diff to previous 3167 , to selected 3138
- More ancient compiler backward compatibility fixes.


Revision 3167 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 9 16:32:07 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 29173 byte(s)
Diff to previous 3166 , to selected 3138
* More old compiler backward compatibility fixes.


Revision 3166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 9 16:10:36 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 28976 byte(s)
Diff to previous 3165 , to selected 3138
- And yet another attempt to fix type traits issue.


Revision 3165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 9 15:24:45 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 28854 byte(s)
Diff to previous 3164 , to selected 3138
- Yet another attempt to fix type traits issue.


Revision 3164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 9 15:09:33 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 28839 byte(s)
Diff to previous 3163 , to selected 3138
- Another attempt to fix type traits issue.


Revision 3163 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 9 14:52:02 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 28531 byte(s)
Diff to previous 3156 , to selected 3138
* Attempt to fix type traits issue with older compilers.


Revision 3156 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 8 17:18:07 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 28470 byte(s)
Diff to previous 3153 , to selected 3138
* 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) (as text) (annotate) - [select for diffs]
Modified Sat May 6 13:43:43 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 27923 byte(s)
Diff to previous 3150 , to selected 3138
* 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) (as text) (annotate) - [select for diffs]
Modified Fri May 5 18:42:06 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 27792 byte(s)
Diff to previous 3146 , to selected 3138
* 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) (as text) (annotate) - [select for diffs]
Modified Wed May 3 19:54:08 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 27098 byte(s)
Diff to previous 3142 , to selected 3138
- Serialization.h/.cpp: trivial corrections.


Revision 3142 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 3 17:37:33 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 26645 byte(s)
Diff to previous 3138
- Serialization.h: Just Doxygen fixes.


Revision 3138 - (view) (download) (as text) (annotate) - [selected]
Added Wed May 3 14:41:58 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 26641 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