coriolis/hurricane/src/isobar
Jean-Paul Chaput fbd9aba2f5 * 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.
  * ./hurricane/src/hurricane:
    - New: TextTranslator to allow translation to and from text & HTML.
    - Change: In Exception, make uses of TextTranslator to correctly display
        exception text when in graphic mode.
  * ./hurricane/src/isobar:
    - New: Script, small object to wrap around Python scripts.
2010-07-01 11:46:29 +00:00
..
hurricane/isobar * All tools: 2010-07-01 11:46:29 +00:00
CMakeLists.txt * All tools: 2010-07-01 11:46:29 +00:00
Makefile.am * ./hurricane/src : 2008-06-09 16:56:48 +00:00
ProxyProperty.cpp simplifications and improvments in Isobar 2008-10-12 13:37:33 +00:00
PyBox.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyCell.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyCellCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PyComponent.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyComponentCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PyContact.cpp ADDS 2009-11-26 12:18:12 +00:00
PyDataBase.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyDbU.cpp * All tools: 2010-05-17 14:40:36 +00:00
PyEntity.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyHorizontal.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyHurricane.cpp ADDS 2009-11-26 12:18:12 +00:00
PyHyperNet.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyInstance.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyInstanceCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PyLayer.cpp compile the X11 QApplication constructor only on X11 platforms 2009-01-22 11:37:42 +00:00
PyLibrary.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyNet.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyNetCollection.cpp collections still in progress 2008-10-17 17:51:31 +00:00
PyOccurrence.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyOccurrenceCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PyPad.cpp - comment correction in PyPad.cpp 2010-04-27 12:25:56 +00:00
PyPath.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyPin.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyPinCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PyPlug.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyPlugCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PyPoint.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyReference.cpp - comment correction in PyPad.cpp 2010-04-27 12:25:56 +00:00
PyReferenceCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PySegment.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PySegmentCollection.cpp PyCollections implementation 2008-10-19 22:07:32 +00:00
PyTechnology.cpp more cleaning in isobar : 2008-12-10 18:37:32 +00:00
PyTransformation.cpp I did suppress the constructor (new) system christophe build since it seemed bugged. 2009-09-30 15:11:49 +00:00
PyUpdateSession.cpp * ./hurricane/src : 2008-06-09 16:56:48 +00:00
PyVertical.cpp ADDS 2009-11-26 12:18:12 +00:00
Script.cpp * All tools: 2010-07-01 11:46:29 +00:00