CVS log for pegasus/src/Pegasus/Common/SCMO.h

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Common

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: TASK-PEP348_SCMO-branch

Revision 1.2.2.34 / (view) - annotate - [select for diffs] , Thu Dec 10 11:32:44 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.33: +7 -9 lines
Diff to previous 1.2.2.33 to branch point 1.2 to next main 1.3
PEP#: 348
TITLE: Fix Windows loss of data warnings + TestSCMO

DESCRIPTION:  Fix Windows loss of data warnings + TestSCMO

Revision 1.2.2.33 / (view) - annotate - [select for diffs] , Tue Dec 8 18:13:21 2009 UTC (14 years, 6 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.32: +6 -5 lines
Diff to previous 1.2.2.32 to branch point 1.2
PEP#:348
TITLE: Fix Windows compile with unresolvable function _destroyExternalReferencesInternal()

DESCRIPTION:
- Need to make this function external as it is included in an inline function in the header

- also removing a few trailing spaces

Revision 1.2.2.32 / (view) - annotate - [select for diffs] , Tue Dec 8 13:59:36 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.31: +1 -0 lines
Diff to previous 1.2.2.31 to branch point 1.2
PEP#: 348
TITLE: Fix conversion from SCMO to CIM including all properties.

DESCRIPTION: Add exportSetOnly flag on SCMOInstance. Bug fix setting NameSpace length at using CMPI thread context. Bug fix resetting isNULL flag at setting property at SCMOInstance.

Revision 1.2.2.31 / (view) - annotate - [select for diffs] , Mon Dec 7 11:03:08 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.30: +9 -2 lines
Diff to previous 1.2.2.30 to branch point 1.2
PEP#: 348
TITLE: Clean up binary exchange of SCMOInstances between 32 and 64 bit processes.

DESCRIPTION: Clean up binary exchange of SCMOInstances between 32 and 64 bit processes.

Revision 1.2.2.30 / (view) - annotate - [select for diffs] , Fri Dec 4 16:14:27 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.29: +6 -1 lines
Diff to previous 1.2.2.29 to branch point 1.2
PEP#:348
TITLE: Enable binary exchange of SCMOInstances between 32 and 64 bit processes.

DESCRIPTION: Enable binary exchange of SCMOInstances between 32 and 64 bit processes.

Revision 1.2.2.29 / (view) - annotate - [select for diffs] , Mon Nov 30 17:00:38 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.2.2.28: +1 -1 lines
Diff to previous 1.2.2.28 to branch point 1.2
PEP#:348
TITLE: SCMO - Adding new access functions for retrieving keys and properties

DESCRIPTION: Adding new access functions for retrieving keys and properties

Revision 1.2.2.28 / (view) - annotate - [select for diffs] , Tue Nov 17 11:33:12 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.27: +3 -3 lines
Diff to previous 1.2.2.27 to branch point 1.2
PEP#: 348
TITLE: Fix some typos.

DESCRIPTION:  Fix some typos.

Revision 1.2.2.27 / (view) - annotate - [select for diffs] , Mon Nov 16 20:43:29 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.26: +2 -2 lines
Diff to previous 1.2.2.26 to branch point 1.2
PEP#:348
TITLE: SCMO - Adopt for z/OS build

DESCRIPTION:

Revision 1.2.2.26 / (view) - annotate - [select for diffs] , Mon Nov 16 17:07:31 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.25: +2 -2 lines
Diff to previous 1.2.2.25 to branch point 1.2
PEP#:348
TITLE: SCMO binary protocol optimization stage1

DESCRIPTION:

Revision 1.2.2.25 / (view) - annotate - [select for diffs] , Thu Nov 12 16:18:04 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.24: +10 -1 lines
Diff to previous 1.2.2.24 to branch point 1.2
PEP#: 348
TITLE: Introducing the external reference index array.

DESCRIPTION:  An array was introduced to track all external references with in an SCMO object.

Revision 1.2.2.24 / (view) - annotate - [select for diffs] , Fri Nov 6 09:21:02 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.23: +1 -7 lines
Diff to previous 1.2.2.23 to branch point 1.2
PEP#: 348
TITLE: Fix ICU linkage error

DESCRIPTION:  Fix ICU linkage error.

Revision 1.2.2.23 / (view) - annotate - [select for diffs] , Thu Nov 5 11:15:09 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.22: +1 -2 lines
Diff to previous 1.2.2.22 to branch point 1.2
PEP#: 348
TITLE: Add new implementaion for SCMOClassCache.

DESCRIPTION:  Add new implementaion for SCMOClassCache Stage 1; only in process , change class is not supported.
              New assigment operators for SCMOClass & SCMOInstance with reference counting.
              All memory allocations with in SCMO chunk are now initialized with 0.

Revision 1.2.2.22 / (view) - annotate - [select for diffs] , Tue Nov 3 13:11:51 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.21: +5 -0 lines
Diff to previous 1.2.2.21 to branch point 1.2
PEP#: 348
TITLE: Add new constructors for SCMOInstances

DESCRIPTION:  Add constructor from CIMInstance, CIMObjectPath and CIMObject. All constructors are using the SCMOClassCache to resolve SCMOClasses.
              A empty SCMOClass is defined. A SCMOClass is empty if it does not contain any propertie information.

Revision 1.2.2.21 / (view) - annotate - [select for diffs] , Fri Oct 30 11:29:47 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.20: +6 -6 lines
Diff to previous 1.2.2.20 to branch point 1.2
PEP#: 348
TITLE: Rename SCMBDataPtr.length into SCMBDataPtr.size

DESCRIPTION:  The SCMBDataPtr.lenght parameter was renamed to SCMBDatePtr.size to reflect the common sense that a size gives the total number of bytes ofa memory object. This is even more important if you handle with strings: the lenght is without trailing '\0' ( strlen("Hello") == 5 ), the size is including the trailing '\0' ( sizeof("Hello") == 6 ).

Revision 1.2.2.20 / (view) - annotate - [select for diffs] , Tue Oct 27 17:38:08 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.19: +26 -0 lines
Diff to previous 1.2.2.19 to branch point 1.2
PEP#:348
TITLE: Several optimizations (saving 16% overall path length)

DESCRIPTION:
CMPI optimized to use strncasecmp() and avoid strlen() calls
speed up XmlGenerator.appendSpecial() by another 30-40%
writing CIMDateTime to String now eigth times faster
optimized _equalNoCaseUTF8() by 30%

Revision 1.2.2.19 / (view) - annotate - [select for diffs] , Wed Oct 21 11:26:02 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.18: +3 -9 lines
Diff to previous 1.2.2.18 to branch point 1.2
PEP#: 348
TITLE: Compares case insensitive. Bugfix testcase for buildKeyBindingsFromProperties()

DESCRIPTION: Make all compares now case insensitive.

Revision 1.2.2.18 / (view) - annotate - [select for diffs] , Tue Oct 13 14:12:24 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.17: +1 -1 lines
Diff to previous 1.2.2.17 to branch point 1.2
PEP#: 348
TITLE: Add user defined key bindings to SCMPDump.

DESCRIPTION:  Add user defined key bindings.

Revision 1.2.2.17 / (view) - annotate - [select for diffs] , Tue Oct 13 08:36:35 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.16: +30 -13 lines
Diff to previous 1.2.2.16 to branch point 1.2
PEP#: 348
TITLE: Add user defined key bindings.

DESCRIPTION:  Add user defined key bindings.

Revision 1.2.2.16 / (view) - annotate - [select for diffs] , Tue Oct 6 13:50:46 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.15: +8 -3 lines
Diff to previous 1.2.2.15 to branch point 1.2
PEP#: 348
TITLE: Add set NS and set CN at SCMOInstance & CIMTYPE_OBJECT fix for CMPI_INSTANCE

DESCRIPTION: Add set NS and set CN at SCMOInstance & CIMTYPE_OBJECT fix for CMPI_INSTANCE

Revision 1.2.2.15 / (view) - annotate - [select for diffs] , Thu Oct 1 12:10:59 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.14: +6 -3 lines
Diff to previous 1.2.2.14 to branch point 1.2
PEP#: 348
TITLE: Temporarily define CIMArraies of SCMOInstances.

DESCRIPTION: Temporarily define CIMArraies of SCMOInstances.

Revision 1.2.2.14 / (view) - annotate - [select for diffs] , Tue Sep 29 14:11:51 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.13: +2 -0 lines
Diff to previous 1.2.2.13 to branch point 1.2
PEP#: 348
TITLE:  Initial reference implementaion.

DESCRIPTION: Initial implementaion of references.

Revision 1.2.2.13 / (view) - annotate - [select for diffs] , Wed Sep 23 08:27:42 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.12: +4 -4 lines
Diff to previous 1.2.2.12 to branch point 1.2
PEP#: 348
TITLE:  Introduction of a global SCMOClassCache

DESCRIPTION: For now the SCMOClassCache is only available at running in process.

Revision 1.2.2.12 / (view) - annotate - [select for diffs] , Fri Sep 18 08:11:11 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.11: +38 -19 lines
Diff to previous 1.2.2.11 to branch point 1.2
PEP#: 348
TITLE:  Design change! The valus for properties and keybindings are migrated from void* to SCMBUnion*.

DESCRIPTION: The methods for getting/setting properties and keybindings on SCMBInstance has been changed to use SCMBUnion* instead of void*.
The SCMBUnion inself has changed to reflect NULL values for simple data types like Uint32 and for strings an external representaion has been introduced
including the string lenght ( not including '\0').

Revision 1.2.2.11 / (view) - annotate - [select for diffs] , Wed Sep 9 12:16:14 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.10: +7 -7 lines
Diff to previous 1.2.2.10 to branch point 1.2
PEP#: 348
TITLE:  Design change! Key bindigs are stored in binary instead of strings

DESCRIPTION: Key bindings in SCMOInstances are stored as binary and the types are CIMTypes.

Revision 1.2.2.10 / (view) - annotate - [select for diffs] , Thu Sep 3 12:54:05 2009 UTC (14 years, 10 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.9: +33 -15 lines
Diff to previous 1.2.2.9 to branch point 1.2
PEP#:348
TITLE: Prototype implementation for writing SCMO objects as CIM-Xml

DESCRIPTION:
Updates contain linear path through the CIM Server from a CMPI provider to the SCMOXmlWriter. Only function implemented currently is the enumeration, no support for Arrays, ReferenceProperties and Instances yet.

Revision 1.2.2.9 / (view) - annotate - [select for diffs] , Tue Aug 11 10:20:41 2009 UTC (14 years, 10 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.8: +9 -0 lines
Diff to previous 1.2.2.8 to branch point 1.2
PEP#: 348
TITLE:  Bugfixing.

DESCRIPTION: Bugfixing.

Revision 1.2.2.8 / (view) - annotate - [select for diffs] , Wed Aug 5 13:08:34 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.7: +7 -0 lines
Diff to previous 1.2.2.7 to branch point 1.2
PEP#: 348
TITLE:  Add new SCMOInstance() constructors.

DESCRIPTION: Constructor from CIMInstance and CIMObjectpath was added.

Revision 1.2.2.7 / (view) - annotate - [select for diffs] , Mon Aug 3 10:10:08 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.6: +3 -683 lines
Diff to previous 1.2.2.6 to branch point 1.2
PEP#: 348
TITLE: Split SCMO.h

DESCRIPTION: Split SCMO.h in SCMOClass.h, SCMOInstance.h, and SCMODump.h

Revision 1.2.2.6 / (view) - annotate - [select for diffs] , Tue Jul 28 07:31:36 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.5: +22 -4 lines
Diff to previous 1.2.2.5 to branch point 1.2
PEP#: 348
TITLE: Update on unit test cases.

DESCRIPTION: Update on unit test cases.

Revision 1.2.2.5 / (view) - annotate - [select for diffs] , Mon Jul 27 07:39:25 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.4: +6 -2 lines
Diff to previous 1.2.2.4 to branch point 1.2
PEP#: 348
TITLE: Minor bugfixes.

DESCRIPTION: Several small bugfixes.

Revision 1.2.2.4 / (view) - annotate - [select for diffs] , Thu Jul 23 12:54:32 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.3: +10 -1 lines
Diff to previous 1.2.2.3 to branch point 1.2
PEP#: 348
TITLE: Add dumpSCMOInstance() funktion.

DESCRIPTION: Add dumpSCMOInstance() function.

Revision 1.2.2.3 / (view) - annotate - [select for diffs] , Thu Jul 23 07:23:39 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.2: +43 -20 lines
Diff to previous 1.2.2.2 to branch point 1.2
PEP#: 348
TITLE: Fix setting string array properties.

DESCRIPTION: Fix setting string array properties.

Revision 1.2.2.2 / (view) - annotate - [select for diffs] , Tue Jul 21 13:25:21 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.1: +28 -28 lines
Diff to previous 1.2.2.1 to branch point 1.2
PEP#: 348
TITLE: Change unsigned char to char.

DESCRIPTION: Change the usage of unsigned char to char usage in SCMO.

Revision 1.2.2.1 / (view) - annotate - [select for diffs] , Tue Jul 21 10:49:09 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2: +52 -5 lines
Diff to previous 1.2
PEP#: 348
TITLE: Add new functions to SCMOInstance.

DESCRIPTION: isSame(); getClassName(); getNameSpace(); getHostName(); setHostName();

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Jul 20 09:41:43 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.1: +241 -208 lines
Diff to previous 1.1
PEP#: 348
TITLE: Add Class SCMODump

DESCRIPTION: Add class for dumping/printing SCMOClass.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2