Commit Graph

678 Commits

Author SHA1 Message Date
Laurent Rineau 7985785781 Fix the citations to VRML. vrml.org is no longer. 2013-04-23 14:06:52 +02:00
Laurent Rineau b6ffa7c425 Merge branch 'CGAL-fix_warnings-GF'
That branch was successfully tested in CGAL-4.2-Ic-205.
2013-03-27 12:23:31 +01:00
Sébastien Loriot f724d4a704 remove extra typename 2013-03-26 09:44:13 +01:00
Laurent Rineau 3a5ab74b93 Remove the anonymous namespace
That fixes a warning about a function "not emitted".
2013-03-25 17:12:09 +01:00
Sébastien Loriot 1d36416ada more efficient way to display a combinatorial map 2013-03-25 10:26:22 +01:00
Andreas Fabri 0cbc8b0e40 remove unused parameters 2013-03-23 08:45:06 +01:00
Sébastien Loriot 9fcf46e11a replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
this should be the case, following our guidelines.

using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Sébastien Loriot 1fcb9e56c3 manual removal of last CGAL_assertion_code in tests
according to our guidelines, we should use assert so no need for
CGAL_assertion_code

for lines containing () or multi-line
2013-03-21 10:50:38 +01:00
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
Laurent Rineau b4b66bd698 Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-03-13 16:19:47 +01:00
Laurent Rineau 7cedcb93c6 Add a layout to the Preferences dialog UI 2013-03-13 16:10:33 +01:00
Laurent Rineau 187e826d90 Optimise the drawing of Scene_polyhedron_item when only one color is used 2013-03-13 14:34:19 +01:00
Laurent Rineau 58a8cb2f20 Remove the ambient and diffuse lights 2013-03-13 14:33:27 +01:00
Laurent Rineau f71c39bb64 Add shortcuts to two actions 2013-03-13 14:14:47 +01:00
Alexandros Konstantinakis-Karmis 3b1d281efb Abbreviations trigger end of \brief description
Fixes bug #15482:
https://gforge.inria.fr/tracker/index.php?func=detail&aid=15482&group_id=52&atid=13845
2013-03-13 11:58:56 +01:00
Sébastien Loriot e991fe72ad really add last missing classified reference manual pages 2013-03-13 10:57:01 +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
Laurent Rineau 9f5458f288 Merge branch 'CGAL-fix_warnings-GF' 2013-03-07 12:58:19 +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
Laurent Rineau 5e2ced646d Fix the compilation with clang. 2013-03-05 14:00:19 +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 c724f2ff9a CGAL_USE 2013-03-01 11:27:39 +01:00
Andreas Fabri cfd69b1490 long/int -> size_t 2013-02-27 11:44:55 +01:00
Andreas Fabri 04ef021674 remove unused typedef; remove ';' after a {} 2013-02-26 09:51:25 +01:00
Andreas Fabri 7268f009f5 long -> size_t 2013-02-26 08:24:32 +01:00
Laurent Rineau 2d8da664a3 Merge branch 'CGAL-fix_warnings-gdamiand'
Conflicts:
	.gitignore
	Skin_surface_3/examples/Skin_surface_3/CMakeLists.txt
2013-02-22 13:02:37 +01:00
Laurent Rineau 32c315b4a7 Use CGAL_error_msg instead of an assertion
CGAL_error_msg is effective even in release mode. It is marked with the
attribute __noreturn__, and that tells the compiler that the code cannot be
reached.
2013-02-20 18:38:56 +01:00
Guillaume Damiand 5def71590e Merge branch 'Combinatorial_map_contractions_v2-gdamiand'
Several bug fixes; modification of the way onsplit/onmerge are tested as all the cases were not considered before; update all the operations to use this new tests.

Merge approved by Laurent (released manager).
2013-02-20 17:43:06 +01:00
Laurent Rineau b6d397e3b3 Fix the export/import declaration of Viewer_interface, for the MS linker
Recently, Viewer_interface was no longer a pure virtual class, but declared
two static functions. I forgot to correctly declare the export of those two
new symbols. Here is the two-line fix.
2013-02-20 13:22:35 +01:00
Guillaume Damiand 79b008bfc6 Remove ; after function definition 2013-02-20 07:49:10 +01:00
Guillaume Damiand 7abc470a31 Remove ; after Q_EXPORT_PLUGIN2 macro 2013-02-20 07:45:29 +01:00
Laurent Rineau 26a7e70785 New license.txt files (eol changes)
The new version 2.13.0 of licensecheck has changed the spaces at eol.
2013-02-19 16:46:39 +01:00
Laurent Rineau e06a6f535b Add or fix license/copyright headers in CGAL headers 2013-02-19 16:45:00 +01:00
Sébastien Loriot fc22a0380f add new line at end of file 2013-02-15 07:28:52 +01:00
Sébastien Loriot 26da18d425 add a missing link library for a plugin
detected on MSVC10
2013-02-13 09:37:59 +01:00
Sébastien Loriot 9179aef5c8 remove a cmake target 2013-02-13 09:33:02 +01:00
Sébastien Loriot 618aea89da std::isnan is a cpp11 feature, use CGAL::Is_valid<double> instead. 2013-02-11 14:40:44 +01:00
Sébastien Loriot 4839dc1926 update the targets of the Polyhedron test script
the patch looks larger than the number of targets added as I used
the ordering of the help section of the makefile generated by cmake
2013-02-11 14:40:43 +01:00
Laurent Rineau 01db7d30af Fix the fix of a warning 2013-02-07 12:51:55 +01:00
Laurent Rineau e87dad0f95 Fix all warnings in demo/Polyhedron/
The compilation was fix g++-4.8, and the flags:
  --std=c++11 -frounding-math Wall -Wno-array-bounds -Wno-uninitialized
2013-02-06 17:03:20 +01:00
Andreas Fabri 61bb99e2f1 use types 2013-02-04 22:39:00 +01:00
Andreas Fabri 13bac84716 less warnings in various packages 2013-02-01 10:27:07 +01:00
Sébastien Loriot f8496f7a76 always use the same plugin by default 2013-02-01 09:53:34 +01:00
Laurent Rineau 94ce32c561 Make the OK button the default one 2013-02-01 09:48:38 +01:00
Laurent Rineau f04cfc327a Add a layout in the dialog
That way, the dialog, and its content, resizes itself when needed.

+ Capitalize a sentence in the dialog
2013-02-01 09:29:48 +01:00
Sébastien Loriot ad7738646d add a mechanism to set a default loader for a given filetype for one run only 2013-01-31 17:38:44 +01:00
Andreas Fabri ee5b4683d0 deal with Triangulation_3, Polyhedron,Voronoi, Minkowski_sum_3 2013-01-31 09:47:54 +01:00
Laurent Rineau fc418985fd Merge branch 'Polyhedron-fix_triangulate_plugin_in_demo-lrineau' 2013-01-28 10:14:16 +01:00