Difference between revisions of "Project history"

From XCDL (eXtensible Component Definition Language) Wiki
Jump to: navigation, search
(Created page with "TBD")
 
m
Line 1: Line 1:
TBD
+
== Prehistory ==
 +
 
 +
The first contact with configuration definitions languages happened in the early 2000, when I used eCos in an embedded project. Since the GUI based eCos configuration tools were mainly Windows tools, and at that time I was a hard core command line Unix user, the configuration framework was more of a nuisance than a useful technology.
 +
 
 +
The situation changed when I started work on the µOS++, a C++ embedded OS. Although the design was influenced by eCos, the eCos CDL was considered too specific to eCos to be useful in other projects, not to mention that the Tcl was already a bit too rusty, even then.
 +
 
 +
However, after using µOS++ for several years, it became clear that managing large collections of sources without an automated tool is more and more difficult.
 +
 
 +
== December 11th, 2012 ==
 +
 
 +
After several studies the idea of a Python implementation of a CDL proved feasible, and a rapid prototyping version in Python was implemented.
 +
 
 +
To give this new project a new home, a SourceForge forge project was created, basically a Git repository and two ticketing systems, one for bugs and one for feature requests, complemented by a Wiki.
 +
 
 +
== January 13th, 2013 ==
 +
 
 +
After the successful rapid prototyping phase, the SRS wiki page was written, followed by the XCDL Definition Reference for all objects and properties.
 +
 
 +
This was followed by a more or less exhaustive implementation, and on January 13th the XCDL framework produced the first functional run of a build generated with the configMakefile tool, the conversions test for the Debug class.

Revision as of 15:28, 16 January 2013

Prehistory

The first contact with configuration definitions languages happened in the early 2000, when I used eCos in an embedded project. Since the GUI based eCos configuration tools were mainly Windows tools, and at that time I was a hard core command line Unix user, the configuration framework was more of a nuisance than a useful technology.

The situation changed when I started work on the µOS++, a C++ embedded OS. Although the design was influenced by eCos, the eCos CDL was considered too specific to eCos to be useful in other projects, not to mention that the Tcl was already a bit too rusty, even then.

However, after using µOS++ for several years, it became clear that managing large collections of sources without an automated tool is more and more difficult.

December 11th, 2012

After several studies the idea of a Python implementation of a CDL proved feasible, and a rapid prototyping version in Python was implemented.

To give this new project a new home, a SourceForge forge project was created, basically a Git repository and two ticketing systems, one for bugs and one for feature requests, complemented by a Wiki.

January 13th, 2013

After the successful rapid prototyping phase, the SRS wiki page was written, followed by the XCDL Definition Reference for all objects and properties.

This was followed by a more or less exhaustive implementation, and on January 13th the XCDL framework produced the first functional run of a build generated with the configMakefile tool, the conversions test for the Debug class.