Commit Graph
82 Commits
Author SHA1 Message Date
Fernando Cacciola 731f291bad Autotesting now using global reference release 2008-06-24 17:09:33 +00:00
Laurent Rineau 375e5fe8e5 Update the copyright notice. 2008-06-18 15:06:03 +00:00
Laurent Rineau 7ae4bf777a Add print_QT4_version.cpp
One step to a support of QT4 in CGAL.
2008-06-18 15:04:48 +00:00
Fernando Cacciola c9c6fde20b Print CMake version and host system. 2008-06-13 20:53:45 +00:00
Fernando Cacciola ca9cc615e8 Force platform features check to be re-tested when running test-suite
Fixed syntax error in vc_debug_hook.h
2008-06-12 22:02:13 +00:00
Fernando Cacciola 44793f0380 Remove wrongly fixed "incorrect null variable test" 2008-06-09 12:39:03 +00:00
Fernando Cacciola 614a3653ad Fixed incorrect null variable test 2008-06-06 18:57:52 +00:00
Fernando Cacciola cf7dc56bcc Require Boost Threads 2008-06-04 16:58:09 +00:00
Fernando Cacciola 01c01efa9c Allow enviroment variables for WITH_* to take precedence over the cache
Properly extract USING lines when reporting test results
2008-05-30 15:46:30 +00:00
Fernando Cacciola 00e9194e7f get_dependency_version: Print TRY_RUN directory arguments in case of error 2008-05-28 12:24:22 +00:00
Fernando Cacciola fb6fe6b159 print_ZLIB_version now prints the value of ZLIB_VERSION because under Vista+cygwin TRY_RUN crashes if libVersion() is called for (probably due to some manifest problem) 2008-05-27 16:07:24 +00:00
Fernando Cacciola bc4862a5f3 Improved parsing of third-party version numbers 2008-05-27 16:01:14 +00:00
Fernando Cacciola 2e9a8d6f5f print_<PKG>_version committed 2008-05-26 16:18:19 +00:00
Fernando Cacciola b2007c7b3c Improved third party version extraction 2008-05-26 15:56:59 +00:00
Fernando Cacciola 84f112e833 Fixed version extraction 2008-05-25 20:52:37 +00:00
Fernando Cacciola 8a0565dbe9 Fixed parsing of third-party version numbers 2008-05-23 15:21:16 +00:00
Fernando Cacciola 75c24c79d8 Completed and improved version extraction and reporting of third party libraries 2008-05-21 14:34:42 +00:00
Fernando Cacciola d16a973d53 Testresults: Extract and report GMP and MPFR version.
Testresults: Report flags
Testresults: Fixed libXYZ names and shared/static case
2008-05-19 16:31:32 +00:00
Fernando Cacciola bcde076614 Extract and report Boost version 2008-05-16 15:30:43 +00:00
Fernando Cacciola b09f115416 Fixed "inheriting" of release/debug mode from CGALConfig 2008-05-08 22:31:20 +00:00
Fernando Cacciola b4c3a0f490 Added ability to "inherit" debug or release mode from CGALConfig 2008-05-08 16:16:14 +00:00
Fernando Cacciola c16699f92a Removed add_dependencies to allow CGAL programs to be configured in isolation (in which case the CGAL, etc CMake targets are unknown) 2008-05-08 16:15:13 +00:00
Fernando Cacciola 5d7f524873 Users now allowed to override configured flags
Added exe flags
Moved fags settings to common module.
2008-05-08 16:13:30 +00:00
Laurent Rineau f609f5a767 Fix ${CGAL_LIBRARIES} (used to generated CGALConfig.cmake). 2008-04-29 13:13:58 +00:00
Laurent Rineau f66b856627 Attempt: add an optionnal VTK support in CGALimageIO. 2008-04-25 12:08:54 +00:00
Laurent Rineau ae5c1d2243 Attempt to fix a compilation bug on Windows : remove Image_3.cpp from
src/CGALimageIO/all_files.cpp (Image_3.cpp is now compiled separately).
2008-04-20 16:53:36 +00:00
Fernando Cacciola de28bdde07 Fixed 2008-04-17 13:25:01 +00:00
Fernando Cacciola 1d161d6da5 Improved support for controlling flags
Install and packaging rules now disabled by default
CMake 2.4.7 now required
2008-04-16 17:56:32 +00:00
Fernando Cacciola 56b88f7b67 Added support for Visual Studio 2008 2008-04-08 19:15:29 +00:00
Fernando Cacciola 80c93d487c Prevent Qt headers from appearing in the list of variables shown by CMakeSetup/ccmake 2008-04-01 15:42:03 +00:00
Fernando Cacciola 51f90ba312 updated 2008-03-28 15:41:55 +00:00
Fernando Cacciola f50d11ef5c Added missing CGAL_USE_ZLIB and CGAL_USE_TAUCS in the generated compiler_config.h 2008-03-28 15:41:22 +00:00
Fernando Cacciola 6ef70465f0 Fixed install under cygwin when using windows cmake 2008-03-27 17:52:16 +00:00
Fernando Cacciola 817a130514 Fixed install rules with non-cygwin cmake running under cygwin 2008-03-26 22:32:15 +00:00
Fernando Cacciola d75b5cdaae Fixed VC settings 2008-03-26 22:31:36 +00:00
Fernando Cacciola 2d8e189e9b Fixed detecting TAUCS within auxiliary 2008-03-26 22:30:56 +00:00
Fernando Cacciola 75be62de57 Allow environment variables to define WITH_ options 2008-03-18 15:43:39 +00:00
Fernando Cacciola 3ce8e5fb19 Added Visual C++ debug hook configuration 2008-03-17 18:34:41 +00:00
Fernando Cacciola bf9a6ea8fe Fixes to better detect cl.exe from cygwin executed within nmake. 2008-03-13 10:50:47 +00:00
Fernando Cacciola 307eedf236 Documentation updated 2008-03-11 17:37:29 +00:00
Fernando Cacciola a2642a2f34 autotest_cgal_with_cmake update 2008-03-05 20:42:26 +00:00
Laurent Rineau 1fc7b699ba That one needs a fix also (see revision 42370).
"With an installed distribution of CGAL, the UseCGAL.cmake cannot be
   found.  Fix CGALConfig_install.cmake.in"
2008-03-04 21:31:44 +00:00
Laurent Rineau 342d26fdeb With an installed distribution of CGAL, the UseCGAL.cmake cannot be found.
Fix CGALConfig_install.cmake.in
2008-03-04 21:10:59 +00:00
Fernando Cacciola b6a0b80952 Use different install tree structures in windows and linux 2008-03-04 20:01:51 +00:00
Fernando Cacciola 946f96d192 Fixed WIN32 install rules to allow proper NSIS generation
Removed _SECURE_SCL=0 definition
2008-02-29 22:00:02 +00:00
Fernando Cacciola 68bef13242 Fixed install rules to follow FSH and allow users to override locations (as discussed on cgal-develop) 2008-02-27 17:56:41 +00:00
Fernando Cacciola b1aac6f17d "INTERNALIZE" cached variables XYZ_IN_CGAL_AUXILIARY so they don't show up in CMakeSetup 2008-02-25 23:01:40 +00:00
Fernando Cacciola 8b2c216969 Use globbing to search for *some* actual boost thread and program_options libraries, even if not the ones actually searched for autlinking. 2008-02-25 22:35:45 +00:00
Fernando Cacciola f94e615ade Fixed double includes/libs for boost
Replaced "c:\Program Files" by $ENV(ProgramFiles}
2008-02-25 22:34:47 +00:00
Fernando Cacciola 0573ab614b Move some variables back to the cache so they can be defined via CMakeSetup 2008-02-25 22:31:48 +00:00