Laurent Saboret
3fc829bd02
Fixed crashing bug on MacOS X:
...
Search BLAS/LAPACK Fortran interface before the C interface, because the Fortran interface is standardized and the C one not. CGAL supports currently only ACML C interface.
2008-11-05 12:45:57 +00:00
Laurent Saboret
6fe6e23bd8
Include CGAL_GeneratorSpecificSettings to define CGAL_AUTO_LINK_ENABLED
2008-11-05 12:42:49 +00:00
Fernando Cacciola
11b5b28d0c
Install FindCGAL.cmake
2008-11-04 17:55:10 +00:00
Fernando Cacciola
8e65f1a63d
renamed cmake/modules to lib/CGAL-3.4 (1.5/1)
2008-11-04 16:03:27 +00:00
Fernando Cacciola
015e9639aa
renamed cmake/modules to lib/CGAL-3.4 (1/1)
2008-11-04 16:02:15 +00:00
Fernando Cacciola
2d5b17b9f4
renamed cmake/modules to lib/CGAL-3.4 (0/1)
2008-11-04 16:00:57 +00:00
Fernando Cacciola
fb446def12
Moved CGALConfig.cmake-.*.in down lib/CGAL.3,4
2008-11-04 15:58:45 +00:00
Laurent Rineau
d8c6dce8cc
Use \texttt instead of the old construction {\tt }, which does not work
...
correctly with latex_to_html in an array.
2008-11-04 15:42:14 +00:00
Laurent Rineau
9bc4e099d4
Fix a typo.
2008-11-04 15:38:23 +00:00
Laurent Rineau
7c771215f7
Minor modifications:
...
- fix typos,
- remove heavy use of footnotes, that break the reading flow.
2008-11-04 15:18:34 +00:00
Laurent Saboret
c99c1ce981
Fixed usage of LAPACK_LINKER_FLAGS (see r46659)
2008-11-04 14:37:39 +00:00
Laurent Saboret
69eade49a7
Port to Windows/Visual C++ 2005
2008-11-04 14:15:30 +00:00
Fernando Cacciola
3843318804
Fixed usage of BLAS_LINKER_FLAGS
2008-11-04 13:48:23 +00:00
Fernando Cacciola
808720ead6
FIxed LEDA_LINERFLAGS and use them in CGAL_SetupLEDA
2008-11-04 13:47:59 +00:00
Fernando Cacciola
d597b8c40b
Separate defintions from flags
2008-11-04 13:25:05 +00:00
Fernando Cacciola
994028ec51
Prefixed CreateSingleSourceCGALProgram.cmake with CGAL_
2008-11-04 13:09:48 +00:00
Fernando Cacciola
29000b40d1
Removed more obsoloted cmake modules
2008-11-04 12:56:36 +00:00
Fernando Cacciola
67151cd142
Removed obsoleted cmake modules
2008-11-04 12:50:28 +00:00
Fernando Cacciola
145ee41079
Prefixed CGAL cmake modules with CGAL_
2008-11-04 12:49:32 +00:00
Fernando Cacciola
70fa9503fd
Added CMP0003 policy
2008-11-04 12:30:29 +00:00
Fernando Cacciola
6bae1045df
Fixed handling of flags when defined interactively
2008-11-03 21:00:22 +00:00
Laurent Saboret
419684e402
Improved BLAS/LAPACK/TAUCS support:
...
- use a C++ compiler instead of a Fortran one
- compatible with CMake 2.4
2008-11-03 17:46:30 +00:00
Laurent Rineau
5175f3c926
Add USING before the cmake version, so that the result collection scripts
...
can retrieve that value.
2008-11-03 00:24:53 +00:00
Fernando Cacciola
cd8a9bfb78
Fixed set of leda related vars in the cache
2008-10-31 21:52:34 +00:00
Laurent Rineau
a2b19b120d
Use ^4 and ^4.2 as regular expression, to be sure that we do not matches
...
another part of the version.
2008-10-31 15:03:03 +00:00
Fernando Cacciola
45dccfe44b
Skip GMPXX under windows
2008-10-30 21:57:13 +00:00
Joachim Reichel
c7acd3c6c7
new INSTALL file for cmake-based installations
2008-10-30 19:39:55 +00:00
Fernando Cacciola
0625d88f70
Added variables summary
2008-10-30 19:00:26 +00:00
Fernando Cacciola
6495c9da12
Rename CGAL_SetupBLAS (et al) to CGAL_UseBlas (et al) - Part 2/2
2008-10-30 16:01:16 +00:00
Fernando Cacciola
144fbe74d5
Rename CGAL_SetupBLAS (et al) to CGAL_UseBlas (et al) - Part 1/2
2008-10-30 15:59:05 +00:00
Fernando Cacciola
f44cc724b2
Remove definitions of CGAL_3RD_PARTY_* variables in user-side dependency setup scripts
2008-10-30 15:43:44 +00:00
Fernando Cacciola
f7f4320e16
Added CGAL_SetupBoostProgramOptions
2008-10-30 15:26:31 +00:00
Fernando Cacciola
2455ef9e85
Replaced CGAL_SOURCE_DIR and CGAL_BINARY_DIR with CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR
2008-10-30 13:45:04 +00:00
Fernando Cacciola
211deea81c
Removed WITH_INSTALL + doc update
2008-10-30 12:47:49 +00:00
Sylvain Pion
e33fbfb3d8
Remove duplicate of CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.
2008-10-29 09:52:55 +00:00
Laurent Saboret
164adfb71d
Fixed bug: AUTO_LINK_ENABLED was renamed CGAL_AUTO_LINK_ENABLED
2008-10-28 12:47:45 +00:00
Laurent Rineau
3b240607ba
Add a suffix "taucs" so that Taucs can be found automatically in
...
/usr/lib/taucs/ and /usr/include/taucs/. There are RPMs around that install
Taucs in those directories (see taucs atrpm's package for example).
2008-10-27 12:54:52 +00:00
Laurent Saboret
0bbfad9e5c
Merge of Fernando's CMake files for BLAS/LAPACK/TAUCS with the original
...
FindBLAS.cmake and FindLAPACK.cmake in CMake 2.6.
The result is more or less equivalent to install_cgal's behavior.
TODO:
- use a C++ compiler instead of a Fortran one
- try to be compatible with CMake 2.4
- find CBLAS (http://www.netlib.org/cblas )?
Jet_fitting_3 and Surface_mesh_parameterization compile now with CMake
(tested on Linux/gcc and Windows/VC++ 2005).
2008-10-23 16:29:42 +00:00
Fernando Cacciola
d70bdaea18
Prefixed cmake variables with CGAL_
2008-10-23 14:59:02 +00:00
Fernando Cacciola
bc48840dd3
Fixed propagation of flags into CGALConfig
2008-10-23 13:32:10 +00:00
Fernando Cacciola
620de7792e
LEDA support integrated into CGAL itself
2008-10-17 19:04:04 +00:00
Fernando Cacciola
0876bc0d86
Added leda support
2008-10-17 18:55:54 +00:00
Fernando Cacciola
484ae74ae3
Added BLAS/LAPACK and TAUCS support
2008-10-17 18:13:17 +00:00
Fernando Cacciola
185d7a8e80
FIXED -> Fixed unintentional overrriding of BUILD_SHARED_LIBS o)
2008-10-16 16:55:31 +00:00
Fernando Cacciola
5f60dfbbd1
Fixed unintentional overrriding of BUILD_SHARED_LIBS
2008-10-16 16:32:11 +00:00
Andreas Fabri
f4d57e5928
A better name (sugested by Sylvain)
2008-10-16 07:19:44 +00:00
Andreas Fabri
a6fd345892
simplified the test, as we know that only VC++ has a problem
2008-10-16 07:18:49 +00:00
Fernando Cacciola
fff733b368
Fixed add_to_cached_list
2008-10-15 18:15:03 +00:00
Fernando Cacciola
026bf9eae5
Fixed cache_set macro to accept non-existent variables as lvalues
2008-10-15 18:10:45 +00:00
Andreas Fabri
ebd518cb7a
Welcome on board VC++8-64bit
2008-10-15 14:33:57 +00:00
Laurent Rineau
0c6ae34dee
Use full __VERSION__ macro.
2008-10-15 13:56:41 +00:00
Laurent Rineau
d256a634c3
Add src/CGAL/test_FPU_rounding_mode.cpp
...
That file creates a global (static const) object that:
- at its creation (start of the program), it stores the FPU rounding mode,
- at its destruction (end of the program), it emits a CGAL_warning is the
current rounding mode is different from the stored one.
That will permit to track if all CGAL kernel code restore the FPU rounding
mode correctly (needed for some CGAL user and GeometryFactory customers).
2008-10-15 12:53:41 +00:00
Sylvain Pion
1652fec82f
Add license notice.
2008-10-13 12:46:01 +00:00
Laurent Rineau
8fc1ad743d
Fix all auto-link names!
...
(Followup of revision 46204.)
2008-10-12 10:31:12 +00:00
Laurent Rineau
61ae23aadd
Fix auto-linking of CGAL_Core
2008-10-11 10:32:24 +00:00
Laurent Rineau
533d5f7869
Fix a bug introduced in revision 45996: debug and release are swapped for
...
the CGAL library! I cannot understand how CGAL had been able to compile on
Windows with that bug!
2008-10-09 20:56:15 +00:00
Fernando Cacciola
1464da510d
CMake manual update
2008-10-08 18:59:52 +00:00
Laurent Rineau
d8ebb21427
Add <CGAL/glu.h>, used for Windows and MacOS X compatibility.
2008-10-08 11:31:10 +00:00
Fernando Cacciola
f8e6c40d73
Fixex link_to_Qt4
2008-10-07 23:10:40 +00:00
Fernando Cacciola
aae7e6e95e
Avoid re-configuring 3rd party libs on user programs since the reference cache is not loaded in this case
2008-10-07 23:10:03 +00:00
Fernando Cacciola
0f6c7a4beb
Added user-side tests for components existence and behaviour
2008-10-07 18:41:01 +00:00
Fernando Cacciola
37d1466909
Fixed CGAL_LIBRARY override
2008-10-07 18:39:23 +00:00
Fernando Cacciola
b3a611f4a0
(fixed) Allowed CGAL components to be configured and compiled independently
...
Make library naming consistent with component names
2008-10-02 18:13:13 +00:00
Fernando Cacciola
8c47be0a13
Fixed droped CGAL_USE_<dependency>
2008-10-01 22:18:40 +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
Fernando Cacciola
71da81a3bb
Components checking fixed
2008-10-01 21:29:30 +00:00
Fernando Cacciola
2092077d93
Dependencies setup refactored II
2008-10-01 21:27:19 +00:00
Fernando Cacciola
bd5e784004
Dependencies setup refactored
2008-10-01 21:26:28 +00:00
Fernando Cacciola
2f484f9cae
Have find_package() detect sucessful configuration and compilation of CGAL components
2008-09-29 22:30:20 +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
7a807a490e
Fix to please cmake-2.6.
2008-09-24 14:44:44 +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
a8cdc7ca4a
Remove Boost.Bimap FEATURE: it is now hard-coded that bimap is supported iff boost version is >= 1.35
2008-09-24 09:13:57 +00:00
Fernando Cacciola
682fbd0e6f
CMake Installation update
2008-09-23 17:11:32 +00:00
Laurent Rineau
6c066dec2d
Ooops!
...
CGAL-Qt3 autolink was broken since I renamed it!
2008-09-23 14:43:45 +00:00
Fernando Cacciola
6016f798e9
CMake Installation update
2008-09-22 18:39:24 +00:00
Fernando Cacciola
d238699598
Avoid a compiler error if this is tried with a non-gcc compiler which cmake thinks it is (such as pgCC)
2008-09-18 18:54:43 +00:00
Fernando Cacciola
747f95e0ce
Make executables adopt the flags used when building libraries unless specifically told otherwise
2008-09-18 18:33:13 +00:00
Laurent Rineau
d86ce5c619
Fix yet another bug in FindBoost.cmake: if Boost_LIBRARY_DIRS is in cache,
...
use it, instead of overwriting it with a wrong value!
2008-09-17 15:01:30 +00:00
Fernando Cacciola
a460b47bfa
Re-fixed add_unique_flags
2008-09-16 16:06:20 +00:00
Laurent Rineau
a5efb9f1ba
Fix indentation.
2008-09-16 13:34:43 +00:00
Laurent Rineau
d55fa891ea
Fix naming hell in 3RD_PARTY_*DIR (*DIRS or *DIR). I have choosen *DIRS.
2008-09-16 11:57:59 +00:00
Fernando Cacciola
e784625207
FIxed "add_unique_flag" macro for cmake 2.4.7 (which doesn't support LIST ( FIND command)"
2008-09-15 18:55:37 +00:00
Fernando Cacciola
c85fc9ec45
Added psapi.lib dependency on Windows
2008-09-15 16:41:22 +00:00
Fernando Cacciola
cc25cb0130
Fixed unintended presistence of 3RD_PARTY cache variables
2008-09-15 16:25:09 +00:00
Laurent Rineau
6364643bff
Funny mistake. "in" is not a known target. :-)
2008-09-15 07:50:29 +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
Fernando Cacciola
de55891e4d
Fixed gcc-version detection
2008-09-11 18:58:21 +00:00
Fernando Cacciola
84c3df829c
Added gcc-specific flags
2008-09-11 18:20:48 +00:00
Sylvain Pion
54c45209fc
s/WARNING/NOTE/ to remove useless warning.
2008-09-10 13:29:03 +00:00
Laurent Rineau
d97c78b177
Include CGALQt4 in the libraries compilation stuff.
...
We need to create a (potentially incomplete) CGALConfig.cmake file after
the CGAL library has been built.
2008-09-09 12:19:41 +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
3415870ee5
Factorise the 4-5 lines of code that create CGALConfig.cmake in a macro.
2008-09-09 12:07:36 +00:00
Sylvain Pion
d851a6bd0a
s/WARNING/NOTE to avoid false warning detection.
2008-09-08 21:26:29 +00:00
Fernando Cacciola
80d8140240
Allow print_XYZ_version programs to have 3rd-party dependencies (such as MPFR depending on GMP)
2008-09-08 17:26:36 +00:00
Laurent Rineau
8b83ac8319
Make FindQGLViewer debug/relase-aware.
2008-09-08 14:42:37 +00:00
Sylvain Pion
dcefe2bffa
Use <OpenGL/gl.h> on __APPLE__ also in the test program.
...
(why do people not use <CGAL/gl.h> in demos ?)
2008-09-08 11:40:39 +00:00
Sylvain Pion
419f46f919
Remove CGAL_CFG_COMMA_BUG and its workaronds, as we don't support g++ 3.3 anymore.
2008-09-08 09:33:02 +00:00
Laurent Rineau
da490ca698
Partially revert revision 45319. The follwing has been revert:
...
"Use unique names for example, demo and test targets"
2008-09-05 12:16:37 +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
7df9287297
Sort support tests and examples/demos alphabetically
2008-09-04 14:28:53 +00:00
Fernando Cacciola
dfd307da51
Fixed incorrect selection of 'static' boost libraries
2008-09-04 14:04:49 +00:00
Fernando Cacciola
7fe5413fe3
Removed pending 'Skipping' messages
2008-09-04 13:26:39 +00:00
Fernando Cacciola
ee6fae2991
Added separation in components
2008-09-03 16:55:21 +00:00
Laurent Rineau
208c3ec838
Improved the test for Boost.Bimap.
2008-09-02 08:42:47 +00:00
Fernando Cacciola
fb8b306638
Fixed *REALLY ODD* problem with CMake not properly testing for CGAL_REFERENCE_DIR
2008-09-01 21:14:20 +00:00
Fernando Cacciola
f7adea31f0
Fix gl.h location for Apple
2008-09-01 13:38:01 +00:00
Laurent Rineau
912b64df6f
Fix detection of Boost.Bimap (in Boost versions >= 1.35).
2008-09-01 12:07:48 +00:00
Laurent Rineau
6235cbb03f
Fix a missing new line (bug for MSVC only).
2008-09-01 11:57:14 +00:00
Fernando Cacciola
41251065c2
Fix pending problems with examples and demos (now possible to do 'make examples' or 'make demo' from CGAL_DIR)
2008-08-27 16:24:01 +00:00
Fernando Cacciola
20701bc56c
Fixed parser error with examples and demos
2008-08-26 17:55:21 +00:00
Sylvain Pion
44c185f1f4
Rename boost::array to CGAL::array.
2008-08-26 13:15:21 +00:00
Sylvain Pion
a89be80276
Detect C++0x's std::array and TR1's std::tr1::array.
...
(they are faster than boost::array for gcc)
2008-08-26 12:10:24 +00:00
Fernando Cacciola
cc3f3fbe4a
Added FindOpenGL.cmake stub to fix Mac Leopard's OpenGL.
2008-08-25 19:17:09 +00:00
Fernando Cacciola
dbaff60251
Let the stock FindZLIB be used
2008-08-25 15:08:27 +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
db331e146d
Fix CGALCore ON/OFF switch to be WITH_CGALCore and not CGAL_USE_CGAL_CORE
2008-08-22 18:20:41 +00:00
Fernando Cacciola
4015b7f471
Enable back "C" language support... cmake itself seems to need it in TRY_COMPILE (I think it's a cmake bug...)
2008-08-22 18:15:05 +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
Fernando Cacciola
e0d7afe6a4
Removed unneeded compiler flag
2008-08-22 17:44:55 +00:00
Laurent Rineau
f7784f4598
Fix for Windows platforms, so that Boost_LIBRARY_DIRS is correct even if
...
Boost_THREAD_LIBRARY_path is a list or paths (instead of a single path).
2008-08-22 11:31:06 +00:00
Sylvain Pion
2f49a5f855
cgal.com -> cgal.org.
2008-08-19 16:18:33 +00:00
Sylvain Pion
5234a54469
Typos, formatting...
2008-08-19 13:30:28 +00:00
Sylvain Pion
d40226f46a
Remove blanks at end of lines.
2008-08-19 11:59:24 +00:00
Sylvain Pion
bc4c42487f
minor changes
2008-08-19 11:58:07 +00:00
Sylvain Pion
a713dc281b
Rename CGAL_CFG_NO_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES to
...
CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES,
as this is a test for a C++0x feature.
2008-08-19 09:14:29 +00:00
Sylvain Pion
fcf5396b91
Systematically #undef NDEBUG before #include <cassert>, so that the tests
...
pass/fail correctly even when -DNDEBUG is passed to the "build" options.
2008-08-19 08:22:17 +00:00
Sylvain Pion
2f230bd0f8
Add an #error specific to GCC 4.4 because it should fail to compile without
...
-std=c++0x, otherwise we get lots of warnings.
2008-08-19 08:20:28 +00:00
Fernando Cacciola
0949438e32
Improved autotest_cgal_with_cmake/collect_cgal_testresults_from_cmake for multiple hosts and platforms
2008-08-13 22:21:38 +00:00
Sylvain Pion
82d1bbc800
New file to test for statement expressions.
2008-08-12 10:51:12 +00:00
Sylvain Pion
02ba7af44a
New config macro for detecting std::isfinite() (C++0x).
2008-08-11 12:49:24 +00:00
Sylvain Pion
aff1bf74aa
Replace CGAL::Interval_nt<>::number_of_failures() by a CGAL_PROFILER() counter.
2008-08-06 13:16:04 +00:00
Michael Hemmer
cff191916d
changed name: CGAL::Modular -> CGAL::Residue
...
chnaged filenames accordingly
changed: Modular_traits::Modular_NT -> Modular_traits::Residue_type
2008-08-04 15:09:13 +00:00
Fernando Cacciola
302cec65f6
Worked around odd internal variable problem when loading a cache
2008-08-01 19:18:40 +00:00
Sylvain Pion
7af954d3e4
OpenGL on Leopard needs a workaround linker flag.
2008-08-01 13:30:14 +00:00
Sylvain Pion
0c65a5a092
- It is not possible to use the CONTINUE mode in set_error_behaviour().
...
- Various formatting fixes.
- Mark the assertion_fail and similar functions as CGAL_NORETURN.
2008-07-31 09:50:28 +00:00
Sylvain Pion
d2da608a2a
assign -> object_cast
2008-07-29 14:28:53 +00:00
Sylvain Pion
1498ef01c6
Add a macro CGAL_NO_DEPRECATION_WARNINGS that disables CGAL_DEPRACATED.
...
(can be used by users temporarily, while they have not updated their code,
but still want to work in good conditions)
2008-07-28 18:10:41 +00:00
Sylvain Pion
3a568b01cc
Mention CGAL_NO_DEPRECATED_CODE.
2008-07-28 16:43:52 +00:00
Sylvain Pion
a17c7edac5
Removed the deprecated functions Cell:mirror_index() and Cell::mirror_vertex().
...
(deprecated since March 2005)
2008-07-28 16:15:02 +00:00
Sylvain Pion
0a76cd42f7
Remove the deprecated linear kernel functors Construct_supporting_line_2 and
...
Construct_supporting_line_3. (they were deprecated in 2004).
2008-07-28 16:07:28 +00:00
Sylvain Pion
6bffa76272
Phase out Triple and Quadruple:
...
- add get<i>() member function
- add make_tuple() function.
2008-07-28 15:29:54 +00:00
Sylvain Pion
b5d3e553b7
Add a note that the tuple classes are deprecated.
2008-07-25 11:26:44 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Fernando Cacciola
79e225dc9a
Moved CMakeLists.txt for demos and examples into the right Installation subfolder
2008-07-23 21:35:54 +00:00
Sylvain Pion
d2f069fd7b
Update following removal of functional.h
2008-07-23 13:37:04 +00:00
Fernando Cacciola
89b07886e5
Removed CMake as a standalone "package" (now part of Installation and others)
2008-07-18 14:23:08 +00:00
Fernando Cacciola
56c402b0fe
Removed obsoleted cmake modules
...
Moved print_*_version to the right directory
Fixed prinout of boost and gmpxx version numbers
Automatically skip demos and example when running the testsuite
2008-07-17 14:03:25 +00:00
Fernando Cacciola
6e36eda87b
CMake stuff moved into the appropriate packages
2008-07-16 20:56:17 +00:00
Sylvain Pion
b9e8a1a505
Minor change (testing commit mails with webdav).
2008-07-15 11:18:06 +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
Michael Hoffmann
3c56022995
Comment on deprecation of CGAL/functional.
2008-06-19 12:18:51 +00:00
Michael Hoffmann
66f802f363
Fix lib timestamp (nowadays there are many, just take the 1st...).
2008-06-18 14:13:52 +00:00
Michael Kerber
95054e0899
Filenames consistent
2008-06-18 09:20:44 +00:00
Pedro Machado Manhaes de Castro
16d1f156a8
release 3.4 thread
2008-06-04 11:36:52 +00:00
Pedro Machado Manhaes de Castro
c488521e9f
Adding changes on the 3.4 internal release
2008-06-04 11:15:06 +00:00
Fernando Cacciola
ecb77a9897
Revert screw up of CGAL_HAS_THREADS
2008-05-28 16:19:23 +00:00
Michael Hoffmann
170ba8e6f3
Fix timestamp to use one lib only.
2008-05-28 08:26:01 +00:00
Sylvain Pion
3d64d5dca4
Intel compiler on Linux needs "-fp-mode strict" instead of "-mp".
2008-05-21 18:43:38 +00:00
Sylvain Pion
110a5db8be
Rename all C++0x related config macros to consistently have CPP0X in their name,
...
as in CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES.
2008-05-21 15:34:36 +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
Sylvain Pion
970f14abb0
Mention dependency on Boost.Threads which is compiled
2008-05-03 07:19:34 +00:00
Sylvain Pion
8eaeb7db53
Add link to license.html.
2008-04-22 13:32:57 +00:00
Laurent Rineau
2ce23ea470
Add a new header <CGAL/gl.h>, whose purpose is to wrap the #include of
...
GL/gl.h: on windows, <windows.h> has to be included first.
Image_3.cpp uses that header now.
2008-04-18 09:02:03 +00:00
Sylvain Pion
28318df0d5
Mention latest kernel changes.
2008-04-17 11:43:21 +00:00
Sylvain Pion
d89ae1ccb3
Mention g++ 3.3 is dropped
2008-04-12 15:57:38 +00:00
Sylvain Pion
9e10564cfd
Bump Boost requirements to 1.33.
...
Update G++ versions requirements.
Remove traces of SGI, Mips and IRIX.
2008-04-12 15:57:16 +00:00
Sylvain Pion
ef71559164
Remove the Kernel Concept Archetypes.
2008-04-11 19:26:21 +00:00
Sylvain Pion
1c460d2669
Mention we require boost >= 1.33
2008-04-11 15:13:36 +00:00
Sylvain Pion
62661d7d7c
Better start the CHANGES section for 3.4 now, and put new items on the fly,
...
rather than doing everything in a rush at the end and forgetting items.
2008-04-11 12:17:48 +00:00
Fernando Cacciola
17c33bcd93
Avoid linking against boost-thread if that lib has not been built
2008-04-08 19:28:16 +00:00
Fernando Cacciola
2a2efa6450
Added support for Visual Studio 2008
2008-04-08 19:24:28 +00:00
Sylvain Pion
939eb6384e
Attempt at using a common definition for CGAL_NULL and CGAL_NULL_TYPE,
...
not something with a GCC specific case.
2008-04-03 12:32:44 +00:00
Michael Hemmer
ef862d658e
added primes.h/.cpp (contains precomputed primes)
2008-03-31 12:50:54 +00:00
Andreas Meyer
20315de571
* replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
...
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Michael Kerber
1b12f5a607
Included option for LEDA 6.0
2008-02-28 16:33:51 +00:00
Fernando Cacciola
a659cd852a
Added project() and conditional test for CGAL_DIR
2008-02-14 15:42:36 +00:00
Fernando Cacciola
9d5411bb18
Various CMake fixes
2008-02-12 20:36:56 +00:00
Sylvain Pion
44aa714f5c
Remove one more obsolete trace of LEDA window
2008-02-12 16:16:32 +00:00
Sylvain Pion
f12abec080
Update sections mentionning LEDA windows
2008-02-12 16:12:38 +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
168a5fce48
Sync library names with those produced now by cmake
2008-02-08 17:27:25 +00:00
Andreas Fabri
52357e39bf
name of library changed
2008-02-08 14:23:46 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Sylvain Pion
22b53f4662
New test program for another C++ goody.
2008-01-22 00:02:44 +00:00
Sylvain Pion
bc393f728e
Enhance it to verify it properly finds const refs.
...
(read : the death of Qualified_result_of is announced)
2008-01-20 23:20:56 +00:00
Sylvain Pion
e4fb8a97a4
New program for testing decltype() (a C++0x feature).
2008-01-20 23:00:51 +00:00
Sylvain Pion
a8243a3f12
Introduce a new macro CGAL_SUNPRO_INITIALIZE to workaround a SunPRO warning properly.
...
(can't write a test program for a warning)
2008-01-20 21:39:25 +00:00
Sylvain Pion
9c9360403f
Use the rights flags for stlport for SunPRO/Linux.
2008-01-20 21:05:02 +00:00
Sylvain Pion
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
9f5bad92a1
Remove my name from maintainer files where it does not resonnably make any sense anymore.
2008-01-19 14:29:27 +00:00
Sylvain Pion
50ed4bb632
Use <cstdlib> and <cstdio> consistently instead of <stdio.h> and <stdlib.h>.
2008-01-18 20:33:57 +00:00
Sylvain Pion
d06bf3c695
Add config for Fedora 8 (lib name varies).
2008-01-15 18:45:00 +00:00
Sylvain Pion
06131a8eb9
Remove obsolete definition of CGAL_USE_CGAL_WINDOW
2008-01-10 18:19:26 +00:00
Sylvain Pion
8f2923b807
It seems like the "window" package is completely obsolete: it contains
...
only the cgal_logo symbol in libCGAL, which is unsued anymore.
2008-01-10 18:17:46 +00:00
Sylvain Pion
a5a5e8ca33
Get rid of obsolete Window_stream (LEDA window) code.
2008-01-10 18:02:34 +00:00
Sylvain Pion
57d46db509
Remove specific code for __MWERKS__.
...
I'm pretty sure this compiler is dead.
2008-01-03 16:56:54 +00:00
Sylvain Pion
0d04db797e
CGAL_CFG_DONT_OVERLOAD_TOO_MUCH is only needed by SunPRO.
2008-01-03 16:47:40 +00:00