coriolis/hurricane
Jean-Paul Chaput f88a38af51 * ./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.
   - Re-enabled documentation, with dot disabled as it seems to slow down
      doxygen.

 * ./crlcore/src/crlcore :
   - Adapted to new Hurricane include scheme. Corrected bugs in it's own
       include files (noticeably "Utilities.h").
2008-05-21 22:32:40 +00:00
..
cmake_modules * ./hurricane/src : 2008-05-21 22:42:11 +00:00
doc * ./hurricane/src : 2008-05-21 22:43:52 +00:00
src * ./hurricane/src : 2008-05-21 22:32:40 +00:00
CMakeLists.txt * ./hurricane/src : 2008-05-21 22:44:35 +00:00