coriolis/hurricane
Jean-Paul Chaput 9bdf529dc2 * ./hurricane/src :
- Complete include re-organisation.
       include/hurricane/*.h            : kernel.
       include/hurricane/viewer/*.h     : hviewer.
       include/hurricane/inspector/*.h  : hinspector.
     Includes have been moved into subdirectories of .cpp files (as in
       crlcore).
   - Now you must include files like this :
       #include  <hurricane/Layer.h>
       #include  <hurricane/viewer/CellViewer.h>
       #include  <hurricane/inspector/HInspector.h>  
   - Suppressed viewer specific include path in FindHURRICANE.cmake.

 * ./crlcore/src/crlcore :
   - Adapted to new Hurricane include scheme. Corrected bugs in it's own
       include files (noticeably "Utilities.h").
2008-05-21 22:42:11 +00:00
..
cmake_modules * ./hurricane/src : 2008-05-21 22:42:11 +00:00
doc Cleaning in progress in Hurricane 2008-03-14 16:31:18 +00:00
src * ./hurricane/src/hurricane/BasicLayer.{h,cpp} 2008-05-19 22:24:23 +00:00
CMakeLists.txt first version of the Python extension 2008-03-06 16:46:43 +00:00