1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New set of project files for Visual Studio 2008, by Mario CarriĆ³n. More... over 15 years ago
Added serialization support for Collaboration. More... almost 16 years ago
Fixed implementations of ContainedEdge and ContainedNode in ActivityPartition More... almost 16 years ago
Bug fixes regarding CallBehaviorAction, InvocationAction. More... almost 16 years ago
UML: the serializer is now able to load documents produced by Papyrus UML. There are some remaining problems, which will be fixed as they get reported. The attribute Package::packagedElement is recognized, even though it's a feature defined in UML 2.1, in order to be able to load documents written by Papyrus UML. More... over 16 years ago
src/Uml2/Serialization/Serializer.cs (Deserialize_PrimitiveType): call MoveToFirstChild so xmi metadata gets parsed. More... over 16 years ago
Release notes for 0.5 More... over 16 years ago
configure.in: next version is 0.5 More... over 16 years ago
ChangeLog: tagged release 0.5 2007-12-09 More... over 16 years ago
extras/toXMI1_2.xslt: translation of type names, support for constraints, bug fixes. src/Uml2/Stereotyping/ModelDatabase.cs: implemented RemoveStereotypeInstance. More... over 16 years ago
extras/toXMI1_2.xslt: properties present in the navigableOwnedEnd collection are navigable. More... over 16 years ago
src/Mof2/Collections/DerivedCollection.cs: new hooks - OnCount, OnContains, OnItemGet, OnItemSet, OnRemove, OnRemoveAt. src/Uml2/__ImplAssociation.cs: implements new hooks from DerivedCollection. More... over 16 years ago
UML Associations: navigableOwnedEnd is now properly implemented. __ImplProperty.cs implements constraint 'owningAssociation subsets association.' More... over 16 years ago
extras/toXMI1_2.xslt: Using xsl:key elements for improving performance. create-owned-elements is called when processing classes and stereotypes. Bug fix: when creating UML:TagDefinition, the tag type could be encoded as an element. More... over 16 years ago
extras/toXMI1_2.xslt: further performance improvements, attacking the problem at its root - now we use xsl:key elements in order to avoid processing the whole model over and over again. More... over 16 years ago
extras/toXMI1_2.xslt: Added some support for nestedClassifier. More... over 16 years ago
src/Uml2/Stereotyping: added property CreateExtensionInstances to IModelDatabase; implemented it in ModelDatabase and evaluated in StereotypeInstance. More... over 16 years ago
extras/toXMI1_2.xslt: apply stereotypes to attributes. Some attempts at improving performance. More... over 16 years ago
New files added to .csproj project files. More... over 16 years ago
Xmi2: new class EmbeddedXmiBasedDomain, for creating model domains based on an XMI file embedded in the domain provider DLL. Uml2: new namespace Uml2.Stereotyping provides helper classes for handling UML stereotype and profile applications. More... over 16 years ago
src/Uml2/UnlimitedNatural.cs and src/Mof2/Cmof/UnlimitedNatural.cs implement IComparable. More... over 16 years ago
extras: support for enumerations. samples/id_fixing: processes only elements from the default model domain. src/Xmi2: if the file is not present in current directory, try looking for it in the default model domain's directory. More... over 16 years ago
Improvements in implementation of ProfileApplication. ToString implemented in __ImplPackageImport.cs and __ImplProfileApplication.cs. xmi-merger now accepts model domain providers from assemblies. xmi-split creates extension elements for model domains provided by assemblies. More... over 16 years ago
Improvements in XSLTs: Dependency, Usage, Permission (elementImport, packageImport, clientDependency, appliedProfile). Better handling of Stereotypes. More... over 16 years ago
New projects xmi-merge, xmi-split, uml2-wrap and uml2-unwrap. ChangeLog entries More... over 16 years ago
New projects xmi-merge, xmi-split, uml2-wrap and uml2-unwrap. More... over 16 years ago
samples/id_fixing/IdFixer.cs: bug fix. Elements with null qualified name are handled properly. More... over 16 years ago
Uml2: added support for Usage elements. Xmi2: bug fix - collections serialized as elements now accept the xmi:href attribute. More... over 16 years ago
Partial merge of XSLT files from branch model_io. Original modifications by Derrick Oswald. More... over 16 years ago
Added pidb files to svn:ignore in src/Mof2/Cmof and src/Mof2/Collections. More... over 16 years ago