Go to file
Jean-Paul Chaput 0fab6087fa Start of Alliance/Python encapsulation layer.
* New: In Cumulus, new Alliance.py module (*not* a plugin) providing
    an encapsulation for Alliance command line tools. The other main
    feature is that it provides a "Makefile like" behavior. Based on
    the command dependencies a DAG is contructed, then a static
    ordering of the commands. Commands are then executed to rebuild
    outdated target.
      The Alliance environment supplied to the commands is read from
    the Coriolis configuration file <alliance.conf>.
      For this first evaluation version, only <boom>, <boog> and
    <loon> support are provided.
      It still not clear how to encapsulate the Coriolis tools in
    the same way.
* Change: In CRL Core, in helpers/__init__.py, change the way the static
    initialization (module) is done. All the commands are put inside
    a "staticInitialization()" function, which is then explicitly
    called by others. This is a better solution agains *no* or *twice*
    initialization. Modificate <coriolisInit.py> accordingly (as
    <Alliance.py> from Cumulus.
2014-07-27 16:23:27 +02:00
bootstrap Support for Windows/Cygwin, part 2. 2014-07-23 00:55:50 +02:00
crlcore Start of Alliance/Python encapsulation layer. 2014-07-27 16:23:27 +02:00
cumulus Start of Alliance/Python encapsulation layer. 2014-07-27 16:23:27 +02:00
documentation Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
equinox Restore support for both Qt4 & Qt5. 2014-07-22 11:06:26 +02:00
etesian Support for Windows/Cygwin, part 2. 2014-07-23 00:55:50 +02:00
hurricane Support for Windows/Cygwin, part 3. 2014-07-23 16:53:43 +02:00
ispd Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
katabatic Restore support for both Qt4 & Qt5. 2014-07-22 11:06:26 +02:00
kite Support for Windows/Cygwin, part 2. 2014-07-23 00:55:50 +02:00
knik Support for Windows/Cygwin, part 2. 2014-07-23 00:55:50 +02:00
mauka Restore support for both Qt4 & Qt5. 2014-07-22 11:06:26 +02:00
metis Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
nimbus Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
solstice Restore support for both Qt4 & Qt5. 2014-07-22 11:06:26 +02:00
stratus1 Starting to implement support for Windows/Cygwin. 2014-07-13 13:14:49 +02:00
unicorn Support for Windows/Cygwin, part 3. 2014-07-23 16:53:43 +02:00
vlsisapd Support for Windows/Cygwin, part 3. 2014-07-23 16:53:43 +02:00
.gitignore Make the Python interface closely mirroring the C++ one. 2014-06-29 14:26:59 +02:00