First quarter 2003 Archives by subject
Starting: Fri Jan 3 11:37:00 EDT 2003
Ending: Mon Mar 31 19:15:00 EDT 2003
Messages: 99
- E&S CVS Commit: PEAK - 4X speedup for peak.model attribute reads. Unfortunately, they still can
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added "dynamic method templates" to MethodExporter. This greatly cleans up
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added '_onLink()' and '_onUnlink()' hooks for validation, etc. Added
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added 'config.instancePerApp()' shortcut to define singleton-ish utility
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added 'relativePath' parameter to 'lazyModule()' to support relative
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added 'StorableDM' base class, for DM's that are themselves persistent
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added ability to generate code for primitive types like strings, integers,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added code to allow MOF packages to generate Python source; moved 'mof2py'
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added docstring for QueryLink, based on my answer to Ulrich's question on
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added enough support for 'XMI.CorbaTypeCode' and 'XMI.any' that we can load
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added first draft 'RLock' and 'ResourceManager' classes that implement the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added first draft of 'IStreamFactory' interface, intended to be used with
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added more "inlining" of functions when they don't do anything but call
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added notes on XMI implementation goals; restructure CORBA type-kind enums
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added support for 'mdl_isAbstract' and 'isComposite' flags: abstract
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added support for 'singularName' to control method names for collection
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added support for passing keyword options through to a code generator, and
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added support for Python modules to be binding components whose parent
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added support for XMI DM's to look up metamodels via properties. The
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Added/updated misc. docstrings, and noted deprecation of 'model.Model',
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Began work on support for reading 'XMI.CorbaTypeCode' and 'XMI.any' tags,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Change to binding.Once: if the object's dict contains 'NOT_FOUND' as the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Changed internalize/externalize functions to work off of a configuration
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Changed to export 'peak.model.datatypes' as part of the 'peak.model' API,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Changed XMI DM class to support metamodels with nested packages for XMI
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Consolidated interfaces to match implementation; misc. cleanups. It's
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Consolidated structural feature class hierarchy; all methods are now
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Continued work on implementing the MOF metamodel; 16 classes down and
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Deprecated 'model.DataType'; renamed to 'model.Struct'. This is more
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Deprecated 'model.Reference' and the manual setting of 'isReference' for
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Deprecated the use of 'model.Field' and 'model.DerivedAssociation'; they
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Ensure that features are initialized in monotonic definition order. (Also,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Finally replaced the old 'peak.metamodels.uml' package, with the new
pje at eby-sarna.com
- E&S CVS Commit: PEAK - First draft of code generation from MOF models! We can now generate
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed 'HashAndCompare' mixin to determine truth/falsehood based on the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed 'model.Immutable' check for changeable features so it actually calls
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a couple of problems reported by Ulrich Eck: a missing import of
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a performance problem with binding.Once introduced by my correctness
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a problem processing structure fields in XMI files where we were
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a problem reported by Holger Bru"ckner, that prevented the unit tests
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a problem where 'binding.Base' derivatives never "provided" anything.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a problem with 'set()' of single-element attributes not unsetting
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a problem with missing typecode setups for some datatypes.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed a problem with setting collection features. If you tried to set
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed certain setup.py operations failing if HappyDoc isn't installed;
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed docstring formatting problem.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed errors in example code.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed MethodExporter flakiness with subclasses and method redefinition, and
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed missing 'referencedType' declaration (found while testing prototype
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed missing import
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed misspelling.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed model.Immutables to disallow features that require maintenance of
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed module inheritance not working with 'lazyModule()' objects as bases.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed MOF code generator not generating 'isComposite = True' for the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed problem with 'getParentComponent()' of a module potentially
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed problem with PostgreSQL reported by Radek Kanovsky; PEAK was assuming
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed refactoring typo found by Ulrich.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed some of the relative naming and package interdependency issues with
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed some problems with name validity checking for namespace contents;
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed syntax errors.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed typos/other errors found by Radek Kanovsky and Vladimir Bormotov. I
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Fixed XML indentation error (found while testing prototype XMI-write code)
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Flattened out the MOF131 implementation so that it's not in nested classes,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Got rid of _getList() from features, removed all remaining usages. It
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Implemented 'NOT_GIVEN' -> 'AttributeError' semantics for default values.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Implemented all the structural and behavioral features of the MOF 1.3.1
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Implemented the first three items of the 'peak.model' refactoring plan;
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Implemented the Global/Local -> System/App renaming of configuration APIs,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Improved support for slots and initialization of unchangeable features at
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Made all intramodel imports relative in generated code, so that package
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Made all PEAK API imports lazy as well; misc. cosmetic improvements to
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Made DM private implementation method names start with '_'. Also, fixed
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Made Once attributes thread-safe, to a point. While a "once" attribute is
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Major refactoring of 'peak.model'. Changes include:
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Minor code simplification for binding.Component, inspired by recent
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Minor doc/API fixes for enumerations
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Misc. enhancements to UML "namespace" objects for easier access to
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Misc. improvements to code generation, such as the ability to write to
pje at eby-sarna.com
- E&S CVS Commit: PEAK - More steps towards the magical "all-in-one" structural feature class. It
pje at eby-sarna.com
- E&S CVS Commit: PEAK - More TypeCode bootstrapping. Enumeration and DataType can now generate
pje at eby-sarna.com
- E&S CVS Commit: PEAK - More work on TypeCode implementation.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Moved 'HashAndCompare' mixin class to 'peak.util.hashcmp', since it's not
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Proof of concept for refactoring 'model.Enumeration'. It's *very* hacky
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Re-added 'binding.Singleton', this time with proper component and metaclass
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Re-organized setup script to allow leaving out tests, metamodels, or both.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Recompiled remaining Pyrex-generated modules.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Refactored bidirectional association protocol, and data manipulation SPI.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Refactoring to support uniform internal data structure for features. All
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Regenerated UML model based on an actual OMG "convenience document", rather
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Removed direct imports of 'peak.model.datatypes' or its contents from any
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Removed misc. completed, outdated, or redundant TODO items.
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Removed outdated TransWarp 'mof' package, since 'MOF131' works great so
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Renamed 'fromString' and 'fromFields' in model.Classifier to use 'mdl_'
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Replaced cursor 'joinTxn' flag with 'outsideTxn' flag, as per the
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Retrieving an already-computed Once binding is now only 15% slower than
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Semi-final renamings/refactorings for 'peak.model' API. Hopefully,
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Split 'peak.model.structural' into 'features' and 'elements' modules, and
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Started work on CORBA typecode support, for XMI 1.0/1.1 and general utility
pje at eby-sarna.com
- E&S CVS Commit: PEAK - Updated to use Pyrex version 0.6.1, which now handles descriptor methods
pje at eby-sarna.com
Last message date:
Mon Mar 31 19:15:00 EDT 2003
Archived on: Fri Jan 2 21:34:23 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).