cmo-devel Mailing List for CMO - Concurrent Modules for GNU Octave
Status: Alpha
Brought to you by:
ghaddab
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Driss G. <dri...@fr...> - 2005-05-19 05:36:52
|
Hi, While the development is done using GNU Arch as the revision control system, I created a CVS repository on SourceForge for users' convenience. The CVS repository is not guaranteed to be updated as often as the GNU Arch archive. See CMO home page for more info on the public GNU Arch archive. Cheers. -- Driss GHADDAB |
|
From: Driss G. <dri...@fr...> - 2005-05-19 05:29:41
|
Hi, CMO 0.0.5 has been released. NEWS for 0.0.5: --------------- Default and Factory properties are now implemented as documented in MATLAB(tm) online documentation. CMO Object implementors can now register "Factory" properties to the root object, allowing each descendent object to automatically support a related "Default" property. The Octave user will be able to get or modify "Default" properties. "Default" properties of an object can be reset to the "factory" value defined in the root object, or to the "default" value found in the closest ancestor of the object. "Default" properties can also be "remove"d. When a "Default" property is requested from an object that does not define it, the value of the same property of the closest ancestor is returned if it exists, else the related "Factory" value from the root object is returned. TODO for 0.0.6: --------------- The property API will be simplified. Objects from module A will be usable from module (and thread) B. After that point, API will be considered in beta stage and the Octave GUI Module (OGM) will receive most of the development effort. Cheers. |
|
From: Driss G. <dri...@fr...> - 2005-03-24 09:27:31
|
Hi, CMO 0.0.4 has been released. CMO could be compiled and run on GNU Linux, Cygwin and Mac OS X. New features: - cmo_set(), cmo_get() Octave dynamically loaded functions (.oct files) to set and get object properties; - cmo_get_object_id(), cmo_get_object() Octave dynamically loaded functions (.oct files) to get the id number of an object and to get the object associated to an id number. Library changes: - cmo_set_root_object_id(), cmo_get_root_object_id(): New functions to set and get the "root" object (identified in Octave with the id number zero); - CMO objects are now also real scalars and real 1x1 matrixes; - Fixed bug where first CMO object had the invalid id number. TODO: - Implement retrieval and setting of default properties values (feature request 1169741); - Implement retrieval of factory properties values (feature request 1169743); - Implement searching for an object: cmo_findall, cmo_allchild (feature requests 1169720 and 1169716). - Mac OS X port: use autoconf to take into account Mac OS X differences. (Support request 1169736, patch downloadable from tracker). |
|
From: Driss G. <dri...@fr...> - 2005-03-03 08:28:22
|
Just a test. |