Commit Graph

42 Commits

Author SHA1 Message Date
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Laurent Rineau 6f05e72cef Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2
The documentation of CGAL says that the minimal version of CMake must be
CMake-2.6.2.
  - change cmake_minimum_required to VERSION 2.6.2
  - no longer any need for the policy CMP0003 (was for 2.4.x)
  - no longer any need for CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS (was for 2.4)
2011-04-27 18:06:32 +00:00
Andreas Fabri c13e015b8a Make place for the Qt4 based demo 2010-08-13 14:54:03 +00:00
Marc Glisse e54d65ec06 Don't rely on the implicit conversion QString -> const char*.
Don't do it on temporaries.
stddef.h missing in qt3 headers.
2010-07-12 10:02:56 +00:00
Marc Glisse 5cd3a637c3 cleanup extra ';' 2010-04-24 08:52:06 +00:00
Sylvain Pion 47d7a9d7d5 Remove unused makefile. 2009-08-26 09:28:29 +00:00
Fernando Cacciola 24f08fc681 Added demos to the demos target 2008-12-18 17:29:36 +00:00
Fernando Cacciola 36218d21f7 Patched qt3_generate_moc calls to specify full path to moc sources (to allow out-of-build configurations) 2008-12-17 20:06:35 +00:00
Laurent Rineau 4032eade9a Massive removale of "QUIET" in find_package calls (except for
FindVTK.cmake, which has a bug). Let's see if that can help us to find out
why we still have problems with demos on MacOS and Windows.
2008-11-19 13:58:43 +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 70fa9503fd Added CMP0003 policy 2008-11-04 12:30:29 +00:00
Laurent Rineau d4a384136e Fix conditional compilation. 2008-10-02 11:10:39 +00:00
Laurent Rineau b52c7a09e9 - Fix soname and soversion of libraries (they were exchanged).
- Make get_dependency_version found the print_${LIB}_version.cpp, even
  if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
  Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
    - use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
    - add a comment about FindQt3-patched,
    - wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script
2008-09-24 10:32:44 +00:00
Laurent Rineau f1b56f9a11 Fix some CMakeLists.txt (that use Qt3 or Qt4). 2008-09-22 11:59:21 +00:00
Laurent Rineau 3ca7367868 A CMakeLists.txt needs to link its targets explicitely, even if
${CGAL_USE_FILE} is included.
2008-09-08 14:05:12 +00:00
Laurent Rineau 522bb37c34 demo/Alpha_shapes_2 is now compilable using cmake.
As a matter of fact, that will break non-cmake testsuite (because of
2008-09-08 13:10:50 +00:00
Andreas Fabri 1f37475c18 Removed trivial main and switched to cmake 2008-09-08 09:22:06 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Fabri 7787c1d456 upgraded 2007-05-03 21:52:27 +00:00
Andreas Fabri 86d0895c1f Accept point input right from the beginning 2007-04-30 14:32:51 +00:00
Andreas Fabri 9e747f1e3f .C ->.cpp and autolinking 2007-04-11 13:49:55 +00:00
Andreas Fabri d04db15799 upgrade 2007-04-10 11:54:52 +00:00
Joachim Reichel d08f6bea45 replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +00:00
Sylvain Pion eb2c3a9555 constify 2007-02-11 22:34:39 +00:00
Andreas Fabri 7bc876a043 changed .C to .cpp in examples 2006-07-09 19:00:32 +00:00
Andreas Fabri c156f052e2 partial undo 2006-05-02 19:38:01 +00:00
Andreas Fabri 05fe35e079 Added ccHowTocite 2006-05-02 19:34:49 +00:00
Andreas Fabri 30be9daf3b Updated to VC7.3 2006-04-27 20:49:10 +00:00
Laurent Saboret 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Sylvain Pion 51545d677b - Rename Data/ directories to data/ for homogeneity. 2006-03-11 22:21:10 +00:00
Andreas Fabri 3b06e76852 Added #include <CGAL/basic.h> in demo 2006-03-09 23:14:39 +00:00
Andreas Fabri cda0c680d1 #include <CGAL/basic.h> in the demo 2006-03-08 13:53:41 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 0719dab297 Move packages to trunk root 2006-02-14 08:58:13 +00:00