Andreas Fabri
e74fd88166
Conditional compilation
2008-10-02 07:16:33 +00:00
Fernando Cacciola
6fdf8251bd
Allowed CGAL components to be configured and compiled independently
...
Make library naming consistent with component names
2008-10-01 21:38:37 +00:00
Andreas Fabri
9a620b7e33
As we deprecate Qt_widget we don't give demos for the package itself
2008-10-01 08:19:00 +00:00
Laurent Rineau
202d2b53ca
Force variables CGAL_<component>_LIBRARY.
...
For an unkwnon reason, they are copied from the reference cache, which is wrong.
2008-09-29 10:09:35 +00:00
Laurent Rineau
bdb278ab9a
Fix bug: print_QT3_version.cpp does not exist, print_QT_version.cpp does.
2008-09-24 13:13: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
Fernando Cacciola
502c3f271f
Added libCGAL to libCGAL-Qt3
...
Avoid detecting flags at user-program configuration
2008-09-12 18:58:38 +00:00
Laurent Rineau
d1e19517c4
Oops! I forgot to s/QT_/QT3_/ in src/CGALQt/CMakeLists.txt
2008-09-10 08:17:37 +00:00
Laurent Rineau
a3ded4f069
Remove CGAL_USE_QT3 from config.h (cmake stuff)
2008-09-09 22:36:16 +00:00
Laurent Rineau
410f435d21
6th pass to remove CGAL_USE_QT: remove "#ifdnef CGAL_USE_QT"/"#else"/"#endif"
2008-09-09 22:20:48 +00:00
Fernando Cacciola
cd00979002
Added explicit link directives from libCGAL* to libCGAL
...
Added OpenGL to CGALQt4
2008-09-09 18:53:02 +00:00
Laurent Rineau
7306ccbf56
Make FindQt3.cmake use variables prefixed by QT3_, instead of QT_ (that was
...
conflicting with FindQt4.cmake).
2008-09-09 12:18:11 +00:00
Laurent Rineau
3ec3e6db96
Remove CGAL_USE_QT from src/CGALQt
2008-09-08 13:15:39 +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
Fernando Cacciola
ee6fae2991
Added separation in components
2008-09-03 16:55:21 +00:00
Fernando Cacciola
8bd571a638
Added OpenGL libraries to CGALQt and CGALimageIO
2008-08-27 17:57:10 +00:00
Fernando Cacciola
6dbc87028a
Fix minor error
2008-08-22 22:28:23 +00:00
Fernando Cacciola
717b7cf5fb
soversion added
2008-08-22 22:25:25 +00:00
Fernando Cacciola
a84b7f58a2
Fixed variable handling within subdirectories
2008-08-22 21:50:04 +00:00
Fernando Cacciola
ee7cba9c38
Improved/Fixed dependencies and related CGAL_USE_* flags
...
OpenGL and QT3 are now searched by Qt_widget alone.
2008-08-22 17:47:49 +00:00
Sylvain Pion
e4073e2c30
Use object_cast instead of assign
2008-07-29 13:49:05 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Fernando Cacciola
6e36eda87b
CMake stuff moved into the appropriate packages
2008-07-16 20:56:17 +00:00
Sylvain Pion
eff6efd3af
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
...
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Laurent Rineau
38fbd5e5ad
Fix a stupid bug in apply_to_range!
2008-06-24 10:56:57 +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
65d7b12a67
Constrained_triangulation_2<> now has a 3rd template argument.
...
This is not innocent.
2008-01-24 12:09:29 +00:00
Sylvain Pion
a46b55bf71
The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
...
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +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
055009cc58
Remove the need for mentionning todo files and doxygen files.
2007-11-03 21:15:36 +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
Laurent Rineau
4fa95e966c
typo
...
It should fix te testsuite...
2007-06-07 13:18:48 +00:00
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Andreas Fabri
a9b1edf177
3.3 branch -> trunk
2007-06-04 14:14:12 +00:00
Laurent Rineau
bf1be8198c
- Allow compiling all source files at once.
...
=> I forgot that file.
(see r38823)
2007-05-24 13:13:44 +00:00
Laurent Rineau
50bdf94b7f
- Allow compiling all source files at once.
...
- Fix compilation in-place: s/willcard/wildcard/ and some additionnel
include paths.
2007-05-23 10:34:58 +00:00
Laurent Rineau
342cfaad7e
new makefile, with more GNU stuff, to be able to compile "in place",
...
from the package.
2007-05-22 13:22:14 +00:00
Laurent Rineau
c6021ac336
new icon for CGAL demos
2007-05-22 13:21:45 +00:00
Laurent Rineau
70f7dc9d7d
- add the slot "toggle(bool)" to Qt_widget_layer(),
...
- the slot "stateChanged(int)" should be deprecated, one day.
Patch accepted by the release manager of CGAL-3.3: no functionnality is
removed from Qt_widget. That patch only adds a new slot to connect signals
to a Qt_widget_layer object.
Documentation updated (by copy-paste, mostly).
2007-05-04 13:32:40 +00:00
Andreas Fabri
8e2889d42d
Added moc custom build steps
2007-05-03 21:05:10 +00:00
Andreas Fabri
05ffd6b117
Added moc custom build steps
2007-05-03 20:59:11 +00:00
Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Sylvain Pion
dd7d2df96b
Fix declarations of some \ccFunction to improve the manual index.
2007-04-17 09:59:18 +00:00
Andreas Fabri
ea71b8eaa1
.C ->.cpp and autolinking
2007-04-11 13:59:20 +00:00
Andreas Fabri
88a5f1f46c
remove unused parameter
2007-03-19 07:51:27 +00:00
Joachim Reichel
d08f6bea45
replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS
2007-03-11 09:54:17 +00:00