Commit Graph

11 Commits

Author SHA1 Message Date
Laurent Rineau 1e696a6907 - Move up the "set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)", to avoid errors.
- At the same time, I add the comment to the endif() of if(COMMAND
  cmake_policy).
2008-11-13 10:06:16 +00:00
Laurent Rineau fa912f218c Add NOTICE: where needed, so that the test results scripts can generate a "r". 2008-11-10 11:09:21 +00:00
Fernando Cacciola 547bffecd9 Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4 2008-11-06 13:03:41 +00:00
Fernando Cacciola 994028ec51 Prefixed CreateSingleSourceCGALProgram.cmake with CGAL_ 2008-11-04 13:09:48 +00:00
Fernando Cacciola 70fa9503fd Added CMP0003 policy 2008-11-04 12:30:29 +00:00
Laurent Rineau 3ce5feec55 Conditional compilation. 2008-10-02 11:07:23 +00:00
Laurent Rineau aa3da9b64d Commit a file CMakeLists.txt for that directory that needs CGALimageIO. 2008-09-22 15:57:48 +00:00
Fernando Cacciola ab07405874 Use unique names for example, demo and test targets
Renamed CGAL-Qt as CGAL-Qt3
Re-spelled cgal components as CORE, ImageIO, PDB, Qt3 and Qt4
2008-09-04 18:58:09 +00:00
Laurent Rineau 3b4ca6c84d Add CMakeLists.txt. 2008-04-29 13:19:40 +00:00
Laurent Rineau a70137ac2c - Fix _readImage_raw in CGALLImageIO:
- image->vdim was not initialized,
    - use ::_openReadImage/::ImageIO_close instead of fopen/fclose, so that
      internal flags of CGALImageIO are set up.
- Fix a bug in ImageIO_read that was du to an incorrect use of size_t, to
  store an int.
- Add examples/CGALImageIO/convert_raw_to_inr, that permits to convert a
  raw image (data without headers) to an Inrimage (compressed or not).
2008-03-31 09:28:17 +00:00
Laurent Rineau 2e6719c0d3 move test_imageio.cpp from demo/Surface_mesher to examples/CGALimageIO 2008-03-27 11:20:25 +00:00