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

(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.80 / (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.79: +53 -33 lines
Diff to previous 1.2.2.79 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.79 / (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.78: +4 -4 lines
Diff to previous 1.2.2.78 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.78 / (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.77: +80 -30 lines
Diff to previous 1.2.2.77 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.77 / (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.76: +76 -73 lines
Diff to previous 1.2.2.76 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.76 / (view) - annotate - [select for diffs] , Tue Nov 24 10:50:36 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.75: +9 -8 lines
Diff to previous 1.2.2.75 to branch point 1.2
PEP#:348
TITLE: SCMO - Change the way a CIMObjectPath is derived from a SCMOInstance

DESCRIPTION: SCMO - Change the way a CIMObjectPath is derived from a SCMOInstance

Revision 1.2.2.75 / (view) - annotate - [select for diffs] , Thu Nov 19 16:25:45 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.74: +10 -4 lines
Diff to previous 1.2.2.74 to branch point 1.2
PEP#:348
TITLE: Fix memory leak in CopyOnWrite()

DESCRIPTION:

Revision 1.2.2.74 / (view) - annotate - [select for diffs] , Wed Nov 18 11:30:13 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.73: +0 -12 lines
Diff to previous 1.2.2.73 to branch point 1.2
PEP#:348
TITLE: Further Windows compile warnings fixed

DESCRIPTION:

Revision 1.2.2.73 / (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.72: +2 -2 lines
Diff to previous 1.2.2.72 to branch point 1.2
PEP#:348
TITLE: SCMO - Adopt for z/OS build

DESCRIPTION:

Revision 1.2.2.72 / (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.71: +3 -3 lines
Diff to previous 1.2.2.71 to branch point 1.2
PEP#:348
TITLE: SCMO binary protocol optimization stage1

DESCRIPTION:

Revision 1.2.2.71 / (view) - annotate - [select for diffs] , Mon Nov 16 11:33:08 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.70: +1 -1 lines
Diff to previous 1.2.2.70 to branch point 1.2
PEP#: 348
TITLE: Fix initialize of len varialble in setNameSpace()

DESCRIPTION:  Fix initialize of len varialble in setNameSpace()

Revision 1.2.2.70 / (view) - annotate - [select for diffs] , Mon Nov 16 10:25:56 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.69: +128 -85 lines
Diff to previous 1.2.2.69 to branch point 1.2
PEP#: 348
TITLE: Add _copyOnWright()

DESCRIPTION:  Add _copyOnWright()

Revision 1.2.2.69 / (view) - annotate - [select for diffs] , Fri Nov 13 17:10:25 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.68: +37 -5 lines
Diff to previous 1.2.2.68 to branch point 1.2
PEP#: 348
TITLE: Bug fix setting key bindings from properties.

DESCRIPTION:  If a key binding of type string is copied form a property
              within the same instance,a reallocation can take place.
	      If this was the case, the read was done in freed memory.

Revision 1.2.2.68 / (view) - annotate - [select for diffs] , Fri Nov 13 16:34:11 2009 UTC (14 years, 7 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.67: +3 -2 lines
Diff to previous 1.2.2.67 to branch point 1.2
PEP#:348
TITLE: Prevent segmentation fault when reallocation of SCMOInstance fails

DESCRIPTION:

Revision 1.2.2.67 / (view) - annotate - [select for diffs] , Fri Nov 13 14:37:50 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.66: +21 -3 lines
Diff to previous 1.2.2.66 to branch point 1.2
PEP#: 348
TITLE: Direct management functions for external references added.

DESCRIPTION:  Add functions numberExtRef(), getExtRef(), putExtRef().

Revision 1.2.2.66 / (view) - annotate - [select for diffs] , Fri Nov 13 12:54:21 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.65: +16 -6 lines
Diff to previous 1.2.2.65 to branch point 1.2
PEP#: 348
TITLE: Bugfix for external reference index array.

DESCRIPTION:  Avoid double add of already indexed external references.

Revision 1.2.2.65 / (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.64: +154 -166 lines
Diff to previous 1.2.2.64 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.64 / (view) - annotate - [select for diffs] , Wed Nov 11 10:12:12 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.63: +36 -4 lines
Diff to previous 1.2.2.63 to branch point 1.2
PEP#:348
TITLE: Add InternalXml support in the binary encoder

DESCRIPTION:
The following operations do support InternalXml in OOP mode: gI, eI, associators and execQuery.

- updated CIMBinMsgSerializer and CIMBinMsgDeserializer to use encodeInternalXml() and setXml() functions from class CIMResponseData
- completed the two new classes CIMInternalXmlEncoder and SCMOInternalXmlEncoder
- fixed a Bug introduced into the SCMOInstance::getXXX_l function family (size of 0 was reported as 2^32-1)

Revision 1.2.2.63 / (view) - annotate - [select for diffs] , Tue Nov 10 12:42:16 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.62: +16 -17 lines
Diff to previous 1.2.2.62 to branch point 1.2
PEP#: 348
TITLE: Add OOP support + Connect Repositiory to SCMOClassCache

DESCRIPTION:  Add SCMOClassCache.clear() and SCMOClassCache.removeSCMOClass()
              Add a SCMOClassCache instance to the OOP Agent.

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

DESCRIPTION:  Fix ICU linkage error.

Revision 1.2.2.61 / (view) - annotate - [select for diffs] , Thu Nov 5 13:35:20 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.60: +13 -4 lines
Diff to previous 1.2.2.60 to branch point 1.2
PEP#: 348
TITLE: Sorting property filter to class property order.

DESCRIPTION:  Sorting property filter to class property order.

Revision 1.2.2.60 / (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.59: +35 -60 lines
Diff to previous 1.2.2.59 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.59 / (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.58: +242 -164 lines
Diff to previous 1.2.2.58 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.58 / (view) - annotate - [select for diffs] , Fri Oct 30 12:22:31 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.57: +26 -3 lines
Diff to previous 1.2.2.57 to branch point 1.2
PEP#: 348
TITLE: Add SCMOInstance::clearKeyBindings()

DESCRIPTION:  Add SCMOInstance::clearKeyBindings()

Revision 1.2.2.57 / (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.56: +46 -46 lines
Diff to previous 1.2.2.56 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.56 / (view) - annotate - [select for diffs] , Fri Oct 30 10:20:57 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.55: +7 -7 lines
Diff to previous 1.2.2.55 to branch point 1.2
PEP#:348
TITLE: SCMO

DESCRIPTION: Fix usage of length versus size for alternate namespace in _getSCMOClass

Revision 1.2.2.55 / (view) - annotate - [select for diffs] , Wed Oct 28 14:41:23 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.54: +2 -2 lines
Diff to previous 1.2.2.54 to branch point 1.2
PEP#:348
TITLE: SCMO CMPI Implementation

DESCRIPTION: BugFixes to get poststarttests going

Revision 1.2.2.54 / (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.53: +18 -43 lines
Diff to previous 1.2.2.53 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.53 / (view) - annotate - [select for diffs] , Tue Oct 27 10:45:06 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.52: +2 -2 lines
Diff to previous 1.2.2.52 to branch point 1.2
PEP#: 348
TITLE: Fix SCMOClassCache double free() + dynamic array allocation

DESCRIPTION:  Replace of keyIndex[noProps] with Array<Uint32> keyIndex(noProps)

Revision 1.2.2.52 / (view) - annotate - [select for diffs] , Mon Oct 26 12:47:32 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.51: +7 -1 lines
Diff to previous 1.2.2.51 to branch point 1.2
PEP#:348
TITLE: Fix a number of compile errors on Windows

DESCRIPTION:

Revision 1.2.2.51 / (view) - annotate - [select for diffs] , Mon Oct 26 10:04:01 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.50: +0 -49 lines
Diff to previous 1.2.2.50 to branch point 1.2
PEP#:348
TITLE: SCMOXmlWriter optimization and bug fixing

DESCRIPTION:
- fix property list handling (i.e. make use of the filter functionality in SCMO)
- inline _getPropertyAt()
- avoid memcpy() calls where possible by appending 1,2,3,4 chars directly

Revision 1.2.2.50 / (view) - annotate - [select for diffs] , Thu Oct 22 11:18:50 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.49: +1 -1 lines
Diff to previous 1.2.2.49 to branch point 1.2
PEP#: 348
TITLE: Fix strncasecmp()==0

DESCRIPTION:  Fix strncasecmp()==0

Revision 1.2.2.49 / (view) - annotate - [select for diffs] , Wed Oct 21 14:12:50 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.48: +1 -14 lines
Diff to previous 1.2.2.48 to branch point 1.2
PEP#:348
TITLE: add completeNamespace(SCMOInstance*) function in support of CMPI

DESCRIPTION:

Revision 1.2.2.48 / (view) - annotate - [select for diffs] , Wed Oct 21 11:35:25 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.47: +3 -3 lines
Diff to previous 1.2.2.47 to branch point 1.2
PEP#: 348
TITLE: *_l get functions of NameSpace, HostName, ClassName return strlen.

DESCRIPTION:  *_l get functions of NameSpace, HostName, ClassName return strlen.

Revision 1.2.2.47 / (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.46: +6 -58 lines
Diff to previous 1.2.2.46 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.46 / (view) - annotate - [select for diffs] , Wed Oct 21 09:37:29 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.45: +9 -23 lines
Diff to previous 1.2.2.45 to branch point 1.2
PEP#: 348
TITLE: Change buildKeyBindingsFromProperties()

DESCRIPTION: If a key property is not set, the key binding is not updated.

Revision 1.2.2.45 / (view) - annotate - [select for diffs] , Thu Oct 15 14:43:58 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.44: +12 -1 lines
Diff to previous 1.2.2.44 to branch point 1.2
PEP#: 348
TITLE: Fix _getCIMPropertyAtNodeIndex()

DESCRIPTION: Use class default value if not set on instance.

Revision 1.2.2.44 / (view) - annotate - [select for diffs] , Thu Oct 15 13:40:53 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.43: +14 -0 lines
Diff to previous 1.2.2.43 to branch point 1.2
PEP#: 348
TITLE: Add setHostName_l() and setNameSpace_L()

DESCRIPTION: Add setHostName_l() and setNameSpace_L()

Revision 1.2.2.43 / (view) - annotate - [select for diffs] , Thu Oct 15 05:47:09 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.42: +6 -8 lines
Diff to previous 1.2.2.42 to branch point 1.2
PEP#:348
TITLE: CMPI SCMO Implementation

DESCRIPTION: Tolerate invalid CMPIObjectPaths and bugfixes

Revision 1.2.2.42 / (view) - annotate - [select for diffs] , Wed Oct 14 12:44:52 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.41: +2 -6 lines
Diff to previous 1.2.2.41 to branch point 1.2
PEP#: 348
TITLE: Fix getKeyNamesAsString()

DESCRIPTION:  Fix getKeyNamesAsString()

Revision 1.2.2.41 / (view) - annotate - [select for diffs] , Wed Oct 14 12:26:01 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.40: +64 -41 lines
Diff to previous 1.2.2.40 to branch point 1.2
PEP#: 348
TITLE: Fix SCMOInstance.clone() & add SCMOClass.getSuperClassName()

DESCRIPTION:  Fix SCMOInstance.clone() & add SCMOClass.getSuperClassName()

Revision 1.2.2.40 / (view) - annotate - [select for diffs] , Wed Oct 14 08:11:09 2009 UTC (14 years, 8 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.39: +112 -43 lines
Diff to previous 1.2.2.39 to branch point 1.2
PEP#: 348
TITLE: Add verbose output of external references

DESCRIPTION:  Add verbose output of external references

Revision 1.2.2.39 / (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.38: +106 -20 lines
Diff to previous 1.2.2.38 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.38 / (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.37: +697 -129 lines
Diff to previous 1.2.2.37 to branch point 1.2
PEP#: 348
TITLE: Add user defined key bindings.

DESCRIPTION:  Add user defined key bindings.

Revision 1.2.2.37 / (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.36: +239 -97 lines
Diff to previous 1.2.2.36 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.36 / (view) - annotate - [select for diffs] , Mon Oct 5 15:06:35 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.35: +8 -1 lines
Diff to previous 1.2.2.35 to branch point 1.2
PEP#: 348
TITLE: Accept an property of type instance also for an CIMTYPE_OBJECT property.

DESCRIPTION: Accept an property of type instance also for an CIMTYPE_OBJECT property.

Revision 1.2.2.35 / (view) - annotate - [select for diffs] , Mon Oct 5 14:48:31 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.34: +99 -11 lines
Diff to previous 1.2.2.34 to branch point 1.2
PEP#: 348
TITLE: Fix cloning of SCMOInstance

DESCRIPTION: Copy external references at cloning a SCMOInstance.

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

DESCRIPTION: Temporarily define CIMArraies of SCMOInstances.

Revision 1.2.2.33 / (view) - annotate - [select for diffs] , Wed Sep 30 14:51:28 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.32: +4 -3 lines
Diff to previous 1.2.2.32 to branch point 1.2
PEP#: 348
TITLE:  Fix logic in _setKeyBindingFromString()

DESCRIPTION: Fix logic in _setKeyBindingFromString()

Revision 1.2.2.32 / (view) - annotate - [select for diffs] , Wed Sep 30 14:33:28 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.31: +41 -76 lines
Diff to previous 1.2.2.31 to branch point 1.2
PEP#: 348
TITLE:  Fix CString in _setCimKeyBindingStringToSCMOKeyBindigValue()

DESCRIPTION: Fix CString in _setCimKeyBindingStringToSCMOKeyBindigValue()

Revision 1.2.2.31 / (view) - annotate - [select for diffs] , Wed Sep 30 13:10:07 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.30: +2 -9 lines
Diff to previous 1.2.2.30 to branch point 1.2
PEP#: 348
TITLE:  Remove Name Space check at creating SCMOInstance from a CIMObjectPath.

DESCRIPTION: Remove Name Space check at creating SCMOInstance from a CIMObjectPath.

Revision 1.2.2.30 / (view) - annotate - [select for diffs] , Wed Sep 30 11:50:40 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.29: +329 -22 lines
Diff to previous 1.2.2.29 to branch point 1.2
PEP#: 348
TITLE:  Add implementaion for embedded Instances and Objects

DESCRIPTION: Now the CIMTYPE OBJECT and INSTANCES are supported for properties.

Revision 1.2.2.29 / (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.28: +581 -241 lines
Diff to previous 1.2.2.28 to branch point 1.2
PEP#: 348
TITLE:  Initial reference implementaion.

DESCRIPTION: Initial implementaion of references.

Revision 1.2.2.28 / (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.27: +112 -100 lines
Diff to previous 1.2.2.27 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.27 / (view) - annotate - [select for diffs] , Fri Sep 18 09:14:13 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.26: +6 -6 lines
Diff to previous 1.2.2.26 to branch point 1.2
PEP#: 348
TITLE:  Re-Add const at setter functions for key bindings and properties.

DESCRIPTION: Re-Add const at setter functions for key bindings and properties.

Revision 1.2.2.26 / (view) - annotate - [select for diffs] , Fri Sep 18 08:44:39 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.25: +0 -12 lines
Diff to previous 1.2.2.25 to branch point 1.2
PEP#: 348
TITLE:  Forget some clean ups.

DESCRIPTION: Forget some clean ups.

Revision 1.2.2.25 / (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.24: +580 -447 lines
Diff to previous 1.2.2.24 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.24 / (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.23: +472 -342 lines
Diff to previous 1.2.2.23 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.23 / (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.22: +159 -53 lines
Diff to previous 1.2.2.22 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.22 / (view) - annotate - [select for diffs] , Mon Aug 17 12:47:46 2009 UTC (14 years, 10 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.21: +84 -7 lines
Diff to previous 1.2.2.21 to branch point 1.2
PEP#:348
TITLE: Implementing CMPI_Instance and CMPI_ObjectPath through SCMO

DESCRIPTION: Initial implementation of CMPI for SCMO usage and scaffolding test code

Revision 1.2.2.21 / (view) - annotate - [select for diffs] , Thu Aug 13 09:41:21 2009 UTC (14 years, 10 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.20: +2 -2 lines
Diff to previous 1.2.2.20 to branch point 1.2
PEP#:348
TITLE:Lift method SCMOInstance::_getCIMObjectPath to public

DESCRIPTION:

Revision 1.2.2.20 / (view) - annotate - [select for diffs] , Wed Aug 12 10:07:36 2009 UTC (14 years, 10 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.19: +10 -0 lines
Diff to previous 1.2.2.19 to branch point 1.2
PEP#: 348
TITLE:  Add parameter check at setKeyBinding ans setKeyBindingAt.

DESCRIPTION: Add parameter check at setKeyBinding ans setKeyBindingAt.

Revision 1.2.2.19 / (view) - annotate - [select for diffs] , Wed Aug 12 05:45:39 2009 UTC (14 years, 10 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.18: +1 -0 lines
Diff to previous 1.2.2.18 to branch point 1.2
PEP#: 348
TITLE:  Bugfixing for z/OS

DESCRIPTION: Add missing include files.

Revision 1.2.2.18 / (view) - annotate - [select for diffs] , Tue Aug 11 13:31:55 2009 UTC (14 years, 10 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.17: +52 -28 lines
Diff to previous 1.2.2.17 to branch point 1.2
PEP#: 348
TITLE:  Bugfixing

DESCRIPTION: Fix for SCMO array value to CIM array; Fix buildKeyBindingsFromProperties()

Revision 1.2.2.17 / (view) - annotate - [select for diffs] , Tue Aug 11 12:06:15 2009 UTC (14 years, 10 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.16: +49 -1 lines
Diff to previous 1.2.2.16 to branch point 1.2
PEP#: 348
TITLE:  Add Instance qualifiers + setKeyBindingAt()

DESCRIPTION: Add instance qualifiers at coverting SCMOInstance to CIMInstance.

Revision 1.2.2.16 / (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.15: +84 -45 lines
Diff to previous 1.2.2.15 to branch point 1.2
PEP#: 348
TITLE:  Bugfixing.

DESCRIPTION: Bugfixing.

Revision 1.2.2.15 / (view) - annotate - [select for diffs] , Mon Aug 10 14:03:28 2009 UTC (14 years, 10 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.14: +429 -10 lines
Diff to previous 1.2.2.14 to branch point 1.2
PEP#: 348
TITLE:  Add SCMOInstance to CIMInstance

DESCRIPTION: Add SCMOInstance to CIMInstance

Revision 1.2.2.14 / (view) - annotate - [select for diffs] , Thu Aug 6 08:08:09 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.13: +37 -1 lines
Diff to previous 1.2.2.13 to branch point 1.2
PEP#: 348
TITLE:  Add object path only clone.

DESCRIPTION: Add object path only clone.

Revision 1.2.2.13 / (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.12: +796 -582 lines
Diff to previous 1.2.2.12 to branch point 1.2
PEP#: 348
TITLE:  Add new SCMOInstance() constructors.

DESCRIPTION: Constructor from CIMInstance and CIMObjectpath was added.

Revision 1.2.2.12 / (view) - annotate - [select for diffs] , Tue Aug 4 13:07:15 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.11: +13 -7 lines
Diff to previous 1.2.2.11 to branch point 1.2
PEP#: 348
TITLE: Bugfix  SCMOInstance::buildKeyBindingsFromProperties()

DESCRIPTION: Bugfix SCMOInstance::buildKeyBindingsFromProperties()

Revision 1.2.2.11 / (view) - annotate - [select for diffs] , Tue Aug 4 12:28:47 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.10: +174 -9 lines
Diff to previous 1.2.2.10 to branch point 1.2
PEP#: 348
TITLE: Optimize  SCMOInstance::buildKeyBindingsFromProperties()

DESCRIPTION: Optimize SCMOInstance::buildKeyBindingsFromProperties()

Revision 1.2.2.10 / (view) - annotate - [select for diffs] , Mon Aug 3 13:34:15 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.9: +161 -108 lines
Diff to previous 1.2.2.9 to branch point 1.2
PEP#: 348
TITLE: Add SCMOInstance::buildKeyBindingsFromProperties()

DESCRIPTION: Add SCMOInstance::buildKeyBindingsFromProperties()

Revision 1.2.2.9 / (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.8: +4 -1 lines
Diff to previous 1.2.2.8 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.8 / (view) - annotate - [select for diffs] , Fri Jul 31 11:41:02 2009 UTC (14 years, 11 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.2.2.7: +19 -12 lines
Diff to previous 1.2.2.7 to branch point 1.2
PEP#: 348
TITLE: Change Macro DUMPSTR to NULLSTR

DESCRIPTION: Change Macro DUMPSTR to NULLSTR

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

DESCRIPTION: Update on unit test cases for z/OS

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: +221 -132 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: +44 -25 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: +210 -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: +37 -31 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: +61 -61 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: +117 -3 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: +1414 -1357 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