Sébastien Loriot
e3dc7183f8
rename function
2016-01-26 11:43:01 +01:00
Maxime Gimeno
ce9aed08f5
Renaming invalidate_buffers in invalidate_OpenGLBuffers
2016-01-26 11:20:30 +01:00
Maxime Gimeno
271cc81413
contextual_changed removal + textured_polyhedron fix
2016-01-26 11:20:21 +01:00
Sebastien Loriot
a28afa4c31
Merge pull request #678 from maxGimeno/Snap_roundig_fix-GF
...
Snap roundig fix
2016-01-26 10:59:48 +01:00
Laurent Rineau
a544473069
Remove x86-64_Linux-Fedora19_g++-4.8_CXXDEBUG
...
Useless, ans buggy.
2016-01-26 10:48:07 +01:00
Sebastien Loriot
3a92fd3f96
Merge pull request #679 from lrineau/Filtered_kernel-fix_CGAL_LAZY_KERNEL_DEBUG-lrineau
...
Fix CGAL_LAZY_KERNEL_DEBUG and boost::optional
2016-01-25 16:55:32 +01:00
Laurent Rineau
c9ebad1276
Fix CGAL_LAZY_KERNEL_DEBUG and boost::optional
2016-01-25 16:53:48 +01:00
Laurent Rineau
79f2a3d0cf
Fix a warning
2016-01-25 16:45:12 +01:00
Maxime Gimeno
9f9e127aaa
Addition of a QPen in SegmentGraphicsItem
2016-01-25 14:12:19 +01:00
Sébastien Loriot
ccdb47318f
add missing header
2016-01-25 10:29:20 +01:00
Laurent Rineau
797c4a7395
Merge branch 'Polyhedron-demo_add_c3t3_item-lrineau'
...
The only useful patch was:
> diff --git a/Polyhedron/demo/Polyhedron/MainWindow.cpp b/Polyhedron/demo/Polyhedron/MainWindow.cpp
> index aae5f45..dfef492 100644
> --- a/Polyhedron/demo/Polyhedron/MainWindow.cpp
> +++ b/Polyhedron/demo/Polyhedron/MainWindow.cpp
> @@ -1596,4 +1596,5 @@ void MainWindow::on_action_Look_at_triggered()
> {
> Show_point_dialog dialog(this);
> + dialog.setWindowTitle(tr("Look at..."));
> int i = dialog.exec();
> if( i == QDialog::Accepted &&
>
2016-01-25 10:27:40 +01:00
Sebastien Loriot
313cd7cf6c
Merge pull request #657 from afabri/Kernel_fix-warnings-GF
...
Use CGAL_USE to avoid g++6.0 warning
2016-01-25 08:57:24 +01:00
Sebastien Loriot
30ebd33ba4
Merge pull request #665 from afabri/Poisson-cleanup_include_directories-GF
...
Fix warnings instead of suppressing them; cleanup of the CMakeLists.txt
2016-01-25 08:50:38 +01:00
Sebastien Loriot
277a91b4f0
Merge pull request #664 from janetournois/Mesh_3-replace_binder2nd-pmoeller
...
Mesh 3 - Improve Gray level images domain and fix warnings
2016-01-25 08:48:43 +01:00
Sebastien Loriot
6c88ccaeab
Merge pull request #663 from afabri/CGAL-rename_cfg-GF
...
Fix macro name
2016-01-25 08:45:38 +01:00
Sebastien Loriot
83feab07d9
Merge pull request #667 from sloriot/BOS2-fix_flooding
...
Boolean set operation: fix flooding in removal of redundant edges
2016-01-25 08:37:46 +01:00
Sébastien Loriot
551b3fa24d
Merge remote-tracking branch 'cgal/releases/CGAL-4.7-branch' into HEAD
2016-01-25 08:29:55 +01:00
Sébastien Loriot
cb0ea968f1
Merge pull request #671 from lrineau/Installation-fix_Boost.Config_1.57_gcc_5-lrineau
...
Fix a bug in Boost.Config<1.57 with gcc>=5.0
2016-01-25 08:28:51 +01:00
Laurent Rineau
235b601b73
Fix a bug in Boost.Config<1.57 with gcc>=5.0
...
`BOOST_HAS_VARIADIC_TMPL` and `BOOST_NO_CXX11_VARIADIC_TEMPLATES` can be
wrong, with Boost-1.57 and gcc>=5.0.
Fixes the following warnings with gcc>=5.0 in C++98 mode:
> CGAL-4.8-Ic-106/include/CGAL/array.h:78:31: warning: variadic templates only available with -std=c++11 or -std=gnu++11
> template< typename T, typename... Args >
> ^
> CGAL-4.8-Ic-106/include/CGAL/array.h:80:28: warning: variadic templates only available with -std=c++11 or -std=gnu++11
> cpp11::array< T, 1 + sizeof...(Args) >
> ^
> CGAL-4.8-Ic-106/include/CGAL/array.h:81:42: warning: variadic templates only available with -std=c++11 or -std=gnu++11
> make_array(const T & t, const Args & ... args)
> ^
2016-01-25 08:28:06 +01:00
Sebastien Loriot
58e8b026a5
Merge pull request #673 from lrineau/Polyhedron-demo_add_load_obj-GF
...
Polyhedron demo: add load_obj
2016-01-25 08:16:56 +01:00
Sebastien Loriot
be7e0388a3
Merge pull request #675 from lrineau/Polyhedron-demo_fix_clip_plugin-lrineau
...
Polyhedron demo: fix clip plugin
2016-01-25 08:14:14 +01:00
Sébastien Loriot
4c4b191209
Merge pull request #604 from bo0ts/BGL-add_clear-pmoeller
...
Add BGL helper CGAL::clear
2016-01-23 09:18:56 +01:00
Sebastien Loriot
2fad9efc1d
Merge pull request #633 from bo0ts/Mesh_3-replace_binder2nd-pmoeller
...
Replace deprecated binder2nd
2016-01-23 09:12:42 +01:00
Sebastien Loriot
3024e4f913
Merge pull request #658 from maxGimeno/Axis_enhancement-GF
...
Enhancement of the axis system of the viewer
2016-01-22 17:14:22 +01:00
Sebastien Loriot
a02ea7ad9b
Merge pull request #668 from sloriot/BGL-fix_doc_generation-GF
...
Doc : fix BGL doc generation
2016-01-22 16:18:22 +01:00
Laurent Rineau
4b36a072b9
UI improvements
...
- add a real title to the dock widget,
- add shortcuts to the checkbox and the buttons,
- and add a text explaining which side of the plane actually clip out.
Cc: @maxGimeno
2016-01-22 15:52:09 +01:00
Laurent Rineau
2518e94f55
Create the clipping plugin at the center of the scene
...
cc: @maxGimeno
2016-01-22 15:52:09 +01:00
Laurent Rineau
d7d5fe9f33
Better nameFilters
2016-01-22 14:34:22 +01:00
Andreas Fabri
58c4f45760
add the dispatching to the obj reading in the off-plugin
2016-01-22 14:34:22 +01:00
Andreas Fabri
0137af3845
Add the capability to read 2-manifolds in simplest .obj file format
2016-01-22 14:34:21 +01:00
Laurent Rineau
8ed86acbb6
updated crontab (automated commit)
2016-01-22 11:18:04 +01:00
Sébastien Loriot
16787cd275
force setting of cmake CGAL_BGL_EXAMPLE_DIR for the doc build in flat mode
2016-01-22 09:46:25 +01:00
Sébastien Loriot
dfe6449804
detect BGL as a package with examples so that its variable is set (branch build)
2016-01-22 09:36:56 +01:00
Sébastien Loriot
f5d6105ff2
fix paths using the latest build system
2016-01-22 09:26:01 +01:00
Sebastien Loriot
674425ef5f
Merge pull request #598 from bo0ts/Maintenance-run_doxygen_from_release-pmoeller
...
Use the ability to build doc from a release
2016-01-22 09:17:57 +01:00
Sebastien Loriot
a54f81a184
Merge pull request #638 from bo0ts/Script-fix_615-pmoeller
...
Improve create_internal_release
2016-01-22 09:16:12 +01:00
Sébastien Loriot
0877b88370
do not list an example that is in dont_submit
2016-01-22 09:07:52 +01:00
Sébastien Loriot
e5d5f4f2bd
add missing example
2016-01-22 09:05:27 +01:00
Andreas Fabri
d1ffbee57a
a CGAL_USE too much
2016-01-22 08:08:13 +01:00
Sébastien Loriot
bb70636a6f
add a simple test that was failing without the previous patch
2016-01-21 22:12:51 +01:00
Sébastien Loriot
434fb62b88
replace the flooding algorithm by an iterative method to flag ccbs
...
the former algorithm was buggy
2016-01-21 21:34:08 +01:00
Andreas Fabri
4e342a0f05
forgot a }
2016-01-21 17:54:11 +01:00
Philipp Möller
15a8db17b8
Fix detection of subpackages
...
This needs to account for the fact that there might be unknown
non-package directories in a release doc folder.
2016-01-21 16:42:39 +01:00
Philipp Möller
605619dbd1
Replace Tiny dependency with a manual check
2016-01-21 14:56:27 +01:00
Laurent Rineau
f35172bfea
updated crontab (automated commit)
2016-01-21 13:18:04 +01:00
Sebastien Loriot
5d39671f49
Merge pull request #666 from janetournois/PMP-improve_isotropic_remeshing-jtournois
...
PMP in Polyhedron demo - wrong polyhedron used
2016-01-21 13:14:43 +01:00
Jane Tournois
878baa5fdf
wrong polyhedron used!
...
selection_item is NULL in this statement
2016-01-21 12:47:31 +01:00
Andreas Fabri
34af59ecd1
one more assertion_code()
2016-01-21 12:30:25 +01:00
Andreas Fabri
65d7aa89ef
fix warnings instead of suppressing them; cleanup of the CMakeLists.txt
2016-01-21 12:22:40 +01:00
Laurent Rineau
86a07d234f
Fix warnings
...
> In file included from /home/cgal_tester/build/src/cmake/platforms/CentOS5/src/CGAL/all_files.cpp:4:
> /mnt/testsuite/src/CGAL/Turkowski_numeric_solver.cpp:26:7: warning: no newline at end of file
> In file included from /home/cgal_tester/build/src/cmake/platforms/CentOS5/src/CGAL/all_files.cpp:21:
> /mnt/testsuite/src/CGAL/numeric_solvers_support.cpp:27:7: warning: no newline at end of file
> In file included from /home/cgal_tester/build/src/cmake/platforms/CentOS5/src/CGAL/all_files.cpp:25:
> /mnt/testsuite/src/CGAL/JAMA_numeric_solver.cpp:26:7: warning: no newline at end of file
2016-01-21 12:17:48 +01:00