Commit Graph

8 Commits

Author SHA1 Message Date
Jean-Paul Chaput c1f56ae631 * All tools:
- Bug: target_link_libraries() must be put back for OSX Snow Leopard
        (doesn't seems to affect Leopard). As I do not have an OSX under
        my hand it's untested and is likely to fail at that point.
2010-07-12 15:18:34 +00:00
Jean-Paul Chaput 4e0e1326b5 * All tools:
- Library linking: there must not be "target_link_library()" for libraries,
        only when building binaries. Avoid clashes between static module
        or class variables, and strange reinitialisation of those variables.
    - Change: Boost is now always linked staticly.
2010-07-01 12:03:26 +00:00
Jean-Paul Chaput 8bca37c2fa * ./nimbus:
- Bug: In Grid::rectangularShape(), bad computation of the shape.
2010-06-22 14:08:43 +00:00
Jean-Paul Chaput 912023ffac * ./nimbus,
./metis,
    ./mauka,
    ./katabatic,
    ./kite :
    - Change: switch toward the XML configuration system. Suppress the need
        of a default static configuration (now built on demand from the XML
        database).
          In Mauka and Kite, suppress the ConfigurationWidget, wich are
        obsoleted by the generic XML configuration widget.
2010-06-18 14:14:16 +00:00
Jean-Paul Chaput e5533ad76f * ./nimbus:
- New: Now options are handleds by the standard "Configuration". Especially
        suppress the need to specify a Library when creating the tool. Now the
        Configuration directly supplies the CellGauge & RoutingGauge.
2010-06-13 21:02:20 +00:00
Jean-Paul Chaput 08c7e5ce9e Forgotten files. 2010-06-11 13:03:41 +00:00
Jean-Paul Chaput 294867edc0 * ./nimbus:
- New: Adds a standard Configuration mechanism.
    - New: Allow the user to specify the aspect ratio in addition to the
        margin.
2010-06-08 12:12:01 +00:00
Jean-Paul Chaput f5d64704ca * ./nimbus:
- New: And rising from the dead, here comes Nimbus.
2010-06-03 14:17:57 +00:00