Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Menelaos Karavelas
a241eb1572
removed Notre Dame University from copyright headers;
...
still some headers contain FORTH as copyright headers;
this was done (incorrectly on the trunk (r65713) and reverted by Laurent; it is now properly done in ^/branches/next
2011-10-06 08:12:38 +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
Laurent Rineau
d3f278494f
Add a README.txt that explains where is the demo for this package.
2010-07-12 13:01:25 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Menelaos Karavelas
1fde150a82
removed pre-cmake style makefile; on MacOSX it gets on the way of the Makefile
...
generated by cmake
2010-02-08 10:11:39 +00:00
Andreas Fabri
cd7c0dd387
Move Qt3 demo
2009-11-10 13:39:55 +00:00
Sylvain Pion
0f49d58e7d
More DS -> DS_ renaming (outside include/CGAL as well, to fix the test-suite).
2009-04-30 13:39:06 +00:00
Laurent Rineau
2b32d56733
I missed that compilation problem.
...
Strange that the testsuite does not see it!
2008-12-18 23:41:22 +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
b861e82892
Fix conditionnal compilation. Do not compile Qt3 demos if CGAL_Qt3 is not found.
2008-11-20 13:22:51 +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
Joachim Reichel
2c47808819
get rid of header files from the Qt 1.x/2.x compatibility layer
2008-10-30 19:45:48 +00:00
Laurent Rineau
f10a590672
Mass-remove vcproj files.
2008-10-21 09:21:22 +00:00
Andreas Fabri
afbf66de14
demo needs Core
2008-10-02 07:19:35 +00:00
Andreas Fabri
92a637b90d
Add CMakeLists.txt
2008-10-01 13:00:30 +00:00
Laurent Rineau
881a713595
7th pass to remove CGAL_USE_QT: remove manually all remaining CGAL_USE_QT
2008-09-09 22:29:51 +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
Sylvain Pion
838dab23ab
Add missing #include <cassert> .
2008-01-20 19:13:05 +00:00
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Sylvain Pion
4da7713aa8
Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
...
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Andreas Fabri
ea71b8eaa1
.C ->.cpp and autolinking
2007-04-11 13:59:20 +00:00
Michael Hemmer
47107d399e
include of proper CORE::Expr support file : CGAL/CORE_Expr.h
2007-03-15 10:47:09 +00:00
Joachim Reichel
4f47903a25
moved src/Core to src/CGALCore
...
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +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
Michael Hemmer
f95d200030
rm Number_type_traits
...
replace:
Ring_tag -> Integral_domain_without_division_tag
Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-16 12:42:59 +00:00
Menelaos Karavelas
3e41bec983
switched the order of the 2nd and 3rd template parameter in hierarchy
2006-07-31 20:53:51 +00:00
Menelaos Karavelas
6f67048440
- renamed storage traits related file names and classes; modified test
...
suite and demo according to changes
- added a couple more test data in test suites
- added example which demonstrates how to add info to sites
- added copyright headers when missing; modified year list in some
copyright headers
2006-07-31 13:25:07 +00:00
Menelaos Karavelas
5540405767
- moved predicate code to SegmentDelaunayGraph_2 namespace
...
- removed unused code and corresponding files
2006-07-27 17:45:00 +00:00
Menelaos Karavelas
5928b9f44d
fixed bug in Segment_Delaunay_graph_vertex_base_with_info_2. Bug spotted
...
by Laurent Masse-Navette <laurent.masse-navette@pulsic.com>.
2006-07-17 10:19:45 +00:00
Andreas Fabri
28e9481ffb
changed .C to .cpp in examples
2006-07-09 19:42:19 +00:00
Menelaos Karavelas
53f314a8b8
- robustified demos: make use of CORE::Expr for both predicates and
...
constructions when CORE is available.
2006-06-07 15:42:15 +00:00
Laurent Saboret
e42659d1a4
Fixed svn:executable, svn:keywords and svn:eol-style properties of the whole trunk
2006-05-04 09:15:26 +00:00
Andreas Fabri
ca9b0c74e7
upgrade to VC7.3 and fixes
2006-04-25 20:45:07 +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
Menelaos Karavelas
c6a97ade10
renamed demo files so that they have only lowercase letters in their name
...
(requested by AF)
2006-03-08 22:12:15 +00:00
Menelaos Karavelas
64f873aca6
- demos now include CGAL/basic.h before testing for Qt; this is essential
...
due to the recent changes in install_cgal
2006-03-07 23:07:50 +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
66a5a7d140
Move packages to trunk root
2006-02-14 08:58:19 +00:00