Laurent Rineau
f016427abd
Save the announcement of CGAL-3.0.1 in the history
2013-03-08 13:54:20 +01:00
Laurent Rineau
d87ee75144
Save the announcement of CGAL-3.0 in the history
2013-03-08 13:54:20 +01:00
Laurent Rineau
9bbe2c7498
Save the announcement of CGAL-2.4 in the history
2013-03-08 13:54:20 +01:00
Laurent Rineau
2f1ec46aae
Save the announcement of CGAL-2.3 in the history
2013-03-08 13:54:19 +01:00
Laurent Rineau
5e25259db0
Save the announcement of CGAL-2.2 in the history
2013-03-08 13:54:19 +01:00
Laurent Rineau
d1516b3e1d
Update CHANGES after modifications to changes.html
2013-03-08 13:48:08 +01:00
Andreas Fabri
b3dafd588a
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-08 11:50:42 +01:00
Clement Jamin
4a90303dc2
Doc for Sequential_tag and Parallel_tag
2013-03-08 11:24:20 +01:00
Laurent Rineau
a537d89f51
Fix an OpenGL error
2013-03-07 15:08:46 +01:00
Laurent Rineau
c49ecad8b8
Fix warnings with -pedantic
...
Extra semi-colon after function body
2013-03-07 15:08:25 +01:00
Andreas Fabri
770256c3ef
fix doc of enum
2013-03-07 14:30:41 +01:00
Sébastien Loriot
4322fcb6d9
improve comments
2013-03-07 13:20:56 +01:00
Laurent Rineau
83364892dd
updated crontab (automated commit)
2013-03-07 13:19:34 +01:00
Andreas Fabri
8001c6fdfb
remove some unnecessary includes in an example
2013-03-07 13:05:21 +01:00
Andreas Fabri
125ba46c19
avoid a conversion int->bool
2013-03-07 13:05:19 +01:00
Andreas Fabri
66f5c83412
int -> size_t
2013-03-07 13:05:18 +01:00
Laurent Rineau
9f5458f288
Merge branch 'CGAL-fix_warnings-GF'
2013-03-07 12:58:19 +01:00
Sébastien Loriot
0454325193
doxygen doc fix: remove remaining \ccc
2013-03-07 12:26:41 +01:00
Sébastien Loriot
565d50af1d
enable autonumbering of equations using MathJax
...
http://docs.mathjax.org/en/latest/tex.html#automatic-equation-numbering
2013-03-07 07:24:03 +01:00
Andreas Fabri
500ad92e3b
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-06 18:53:42 +01:00
Sébastien Loriot
a9a49ffabd
add an option to switch the two-pass on
2013-03-06 18:41:01 +01:00
Andreas Fabri
8a5c5fd585
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-06 18:34:39 +01:00
Sébastien Loriot
9dc5d2c071
bugfix: missing connection of delete/reset for point set selection
...
These actions can be done thanks to the context menu
2013-03-06 18:23:03 +01:00
Sébastien Loriot
6d26679935
bash script should use lf eol encoding
2013-03-06 17:47:07 +01:00
Sébastien Loriot
d9ac53b0d2
backup apache config for the doxygen doc
2013-03-06 17:00:12 +01:00
Andreas Fabri
03ea353963
update the announcement for the beta release
2013-03-06 13:46:02 +01:00
Sébastien Loriot
09f4481f82
doxyassist expects eof of Doxyfile to be lf
2013-03-06 13:09:25 +01:00
Sébastien Loriot
39c705ec4d
fix anchor typo
2013-03-06 12:38:24 +01:00
Sébastien Loriot
dd6005296c
update bibtex entry
2013-03-06 12:38:24 +01:00
Laurent Rineau
3a93ad43f8
Add the entry to 4.2
2013-03-06 11:57:12 +01:00
Sébastien Loriot
ce927e907d
change path of demos
2013-03-06 10:53:35 +01:00
Andreas Fabri
027aa895bf
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-06 10:46:33 +01:00
Andreas Fabri
e95efa1f53
Document the tracker
2013-03-06 10:40:45 +01:00
Laurent Rineau
9f114ef144
The Combinatorial_map documentation links to HDS
2013-03-06 09:29:39 +01:00
Andreas Fabri
559912b28a
static_cast<int>
2013-03-06 08:37:49 +01:00
Andreas Fabri
d69f849cba
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-05 20:26:49 +01:00
Laurent Rineau
74c9aaceb6
Add a debugging tool to display versiondll metadata of DLLs
2013-03-05 18:02:28 +01:00
Andreas Fabri
e77723fc74
Add parenthesis around subexpressions of an expression mixing && and ||
2013-03-05 17:17:21 +01:00
Andreas Fabri
5156965f36
Merge branch 'CGAL-fix_warnings-GF' of ssh://scm.cgal.org/var/git/cgal into CGAL-fix_warnings-GF
2013-03-05 15:31:20 +01:00
Andreas Fabri
0707d8b9be
split the test
2013-03-05 15:30:09 +01:00
Jane Tournois
f352008cc2
Merge branch 'Mesh_3-improvements-GF-old' into Mesh_3-improvements-GF
2013-03-05 15:01:05 +01:00
Sébastien Loriot
3696c36367
vc++ does not like "and", replace it with &&
2013-03-05 14:12:58 +01:00
Laurent Rineau
5e2ced646d
Fix the compilation with clang.
2013-03-05 14:00:19 +01:00
Laurent Rineau
12bb506fcf
Disable -Warray-bounds with g++>=4.3
...
The pitty is that there is no way to disable the warning only for that
header. The pragma disables the warning for everything that is included
after <CGAL/Combinatorial_map.h>.
2013-03-05 14:00:00 +01:00
Laurent Rineau
c0039287df
Fix the detection of BLAS/LAPACK/TAUCS with MSVC
...
The CMake script was only testing if the sub-directory auxiliary/taucs/
existed. That directory exists in Git for a while, because we ship a README
file in it. Now the CMake script checks for auxiliary/taucs/include/. That
is as naive as before but at least it will work.
2013-03-05 13:54:51 +01:00
Laurent Rineau
f92f64e121
Extract Mesher_base to its own header and cpp files
...
That avoids a conflict with Qt Moc:
boost/type_traits/detail/has_binary_operator.hp(50): Parse error at "BOOST_JOIN"
2013-03-05 12:51:58 +01:00
Andreas Fabri
91d1deae4d
Add some CGAL_USE_TYPE
2013-03-05 12:50:43 +01:00
Andreas Fabri
d3a21904d7
Merge branch 'CGAL-fix_warnings-GF' of ssh://scm.cgal.org/var/git/cgal into CGAL-fix_warnings-GF
2013-03-05 12:50:17 +01:00
Laurent Rineau
723b28d39f
Fix warnings about incorrect type conversions
2013-03-05 12:44:11 +01:00
Andreas Fabri
70d95f5f1c
remove unused typedefs
2013-03-05 11:53:43 +01:00