Commit Graph

50933 Commits

Author SHA1 Message Date
Sébastien Loriot 08d6ec062f automatic removal of CGAL_assertion_code in tests
according to our guidelines, we should use assert so no need for
CGAL_assertion_code

using
find */test/* -name '*.*' | xargs perl -i  -pe 's/CGAL_assertion_code\s*\(([a-zA-Z_-\s:=;0-9.]+)\)/$1/g'
2013-03-21 10:49:51 +01:00
Andreas Fabri 146ca2db18 wrap in assertion_code 2013-03-21 09:31:19 +01:00
Andreas Fabri 70cd219647 Merge branch 'CGAL-fix_warnings-GF' of ssh://scm.cgal.org/var/git/cgal into CGAL-fix_warnings-GF 2013-03-20 10:31:34 +01:00
Andreas Fabri 8e8e853f2f Add #ifdef CGAL_USE_GMP 2013-03-20 10:01:41 +01:00
Andreas Fabri 46f0efa200 Wrap in CGAL_assertion_code(..) 2013-03-20 08:32:20 +01:00
Sébastien Loriot 79efc5f76f follow up of 2a71e019: VC performance warning 2013-03-15 12:30:29 +01:00
Sébastien Loriot 2a71e01946 remove int to bool conversion performance warning with VC 2013-03-15 10:34:03 +01:00
Sébastien Loriot 660c6b99ec Revert "replace bitwise with Boolean operators"
This reverts commit d4c53f845d.
2013-03-15 10:31:57 +01:00
Andreas Fabri f3010fcc14 remove unused parameters 2013-03-12 09:57:03 +01:00
Andreas Fabri 5ff303803a remove unused parameters 2013-03-12 09:55:38 +01:00
Andreas Fabri 950e858555 remove unused parameters 2013-03-12 09:50:46 +01:00
Andreas Fabri d4c53f845d replace bitwise with Boolean operators 2013-03-11 19:50:31 +01:00
Guillaume Damiand 0fb7b0d390 Remove warnings in CMap 2013-03-11 12:43:31 +01:00
Laurent Rineau 8a76ac5cf9 Add extra precision to cerr and cout, to debug an issue 2013-03-11 10:03:47 +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
Sébastien Loriot a9a49ffabd add an option to switch the two-pass on 2013-03-06 18:41:01 +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
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
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
Andreas Fabri e6d101d9fb remove unused typedefs 2013-03-05 11:50:05 +01:00
Andreas Fabri 75beac0dca remove unused typedefs 2013-03-05 11:46:25 +01:00
Andreas Fabri f09633f71d size_t -> int 2013-03-05 11:35:29 +01:00