Simon Giraudot
|
52a20080ad
|
Replace BOOST tests by direct tests on __GNUC__ for old GCC/boost versions
|
2016-02-04 11:40:50 +01:00 |
Simon Giraudot
|
8e7d464973
|
Replace BOOST test by direct test on __GNUC__ for old GCC/boost versions
|
2016-02-04 11:24:47 +01:00 |
Maxime Gimeno
|
ca841c9623
|
Removes glu from the demo
|
2016-02-04 09:43:15 +01:00 |
Andreas Fabri
|
7ba4b7016e
|
In debug mode it makes no sense to run a performance test
|
2016-02-04 09:35:26 +01:00 |
Maxime Gimeno
|
380bfc4504
|
Fix for the QPen
|
2016-02-04 09:30:00 +01:00 |
Andreas Fabri
|
52f8129579
|
replace all std::bind with boost::bind
|
2016-02-04 08:59:38 +01:00 |
Maxime Gimeno
|
6e111bb5ee
|
Re-arrengement of the doc
|
2016-02-04 08:48:25 +01:00 |
Simon Giraudot
|
4d0e23b7ce
|
Work-around to avoid boost 1.47 mistakingly using the get function from adjacency_list
|
2016-02-03 17:20:48 +01:00 |
Maxime Gimeno
|
e9e7ca0cf5
|
Fix for P2_T2
|
2016-02-03 16:03:11 +01:00 |
Sébastien Loriot
|
96656bbbdd
|
Add missing const qualifiers
|
2016-02-03 15:42:51 +01:00 |
Simon Giraudot
|
5f0793d1c1
|
Bugfix: add dummy iterator traits to SM_Halfedge_index
|
2016-02-03 15:21:15 +01:00 |
Andreas Fabri
|
7c5be6417e
|
explain what the workaround is for
|
2016-02-03 15:19:08 +01:00 |
Maxime Gimeno
|
94e6249969
|
Comment correction
|
2016-02-03 15:16:09 +01:00 |
Andreas Fabri
|
de3ad814b1
|
Add a testcase for the g++4.4 bug
|
2016-02-03 15:10:46 +01:00 |
Sébastien Loriot
|
e211843b4f
|
Merge pull request #654 from maxGimeno/FixForMac-GF
Demo fix for OS X (fix for #437)
|
2016-02-03 14:39:48 +01:00 |
Sébastien Loriot
|
0892b09798
|
add enable c++11 if IPE is 7.2.1 or greater
|
2016-02-03 14:27:47 +01:00 |
Andreas Fabri
|
b823fed8df
|
Split testcase to see if it avoids an ICE for VC++
|
2016-02-03 14:10:16 +01:00 |
Maxime Gimeno
|
2f34704270
|
Fix for the frame plane
- Added a function to updtae the plane's data, called when the plane constrained option is set,
so that the plane is always where it should be.
|
2016-02-03 13:00:52 +01:00 |
Andreas Fabri
|
d2ec7ef392
|
disable a warning
|
2016-02-03 12:34:00 +01:00 |
Andreas Fabri
|
6262374378
|
Do the same in package Triangulation
|
2016-02-03 12:24:25 +01:00 |
Maxime Gimeno
|
0181633bd5
|
Fix for 539
- Adds the requested flags from the CMakeLists only if the compiler is CLang or gcc
|
2016-02-03 12:05:39 +01:00 |
Andreas Fabri
|
38457b7285
|
fix
|
2016-02-03 10:52:42 +01:00 |
Andreas Fabri
|
1b10cd8d28
|
Do not perform the test for g++ <= 4.2
|
2016-02-03 10:44:41 +01:00 |
Maxime Gimeno
|
cb9ad09559
|
Documentation update
- Documents the shader programs and explains in what situation they must be used.
|
2016-02-03 10:34:52 +01:00 |
Andreas Fabri
|
9d674673a6
|
Print out the seed.
|
2016-02-03 10:19:39 +01:00 |
Sébastien Loriot
|
8cee2ef1dd
|
Merge pull request #686 from afabri/Kernel_fix-warnings-GF
Fix warnings concerning indentation and unused parameter
|
2016-02-03 09:49:54 +01:00 |
Sebastien Loriot
|
4f7cd538cc
|
Merge pull request #709 from afabri/Surface_mesh-num_vertices-GF
Explain why num_vertices(Surface_mesh&) also counts deleted vertices
|
2016-02-03 09:48:00 +01:00 |
Sébastien Loriot
|
2219747dd3
|
Merge pull request #708 from janetournois/PMP-cleanup_tests-GF
PMP - cleanup tests
|
2016-02-03 09:47:19 +01:00 |
Sebastien Loriot
|
4f737d4682
|
Merge pull request #702 from afabri/CGAL-source-GF
Use source() not prefixed with boost::
|
2016-02-03 09:45:01 +01:00 |
Sebastien Loriot
|
ebf66069c3
|
Merge pull request #706 from afabri/PMP_include_graph_traits-GF
Deal with deprecated code
|
2016-02-03 09:44:11 +01:00 |
Sebastien Loriot
|
7b37574ed9
|
Merge pull request #715 from afabri/PSP-upsampling-GF
Produce a smaller output to allow the VC++ testsuite to finish
|
2016-02-03 09:38:34 +01:00 |
Sebastien Loriot
|
5c53581d50
|
Merge pull request #694 from maxGimeno/Trivial_fixes-GF
Trivial fixes
|
2016-02-03 09:37:31 +01:00 |
Sebastien Loriot
|
e0e22a4b9e
|
Merge pull request #711 from afabri/Parameterization-clean_CmakeLists-GF
No need for -fno-strict-aliasing
|
2016-02-03 09:35:11 +01:00 |
Sebastien Loriot
|
fafedf8894
|
Merge pull request #712 from sgiraudot/Jet_fitting_3-Fix_incomplete_assertion-GF
Jet fitting 3: fix incomplete assertion
|
2016-02-03 09:34:25 +01:00 |
Sebastien Loriot
|
5f3da6597a
|
Merge pull request #713 from afabri/Installation-Eigen-GF
Do not document EIGEN3_DIR as it is identical to EIGEN3_INC_DIR
|
2016-02-03 09:29:17 +01:00 |
Andreas Fabri
|
a6ae6aecfc
|
initialize to avoid a warning
|
2016-02-03 08:59:11 +01:00 |
Sebastien Loriot
|
40671f88aa
|
Merge pull request #703 from afabri/Cmap-bound_warning-GF
Suppress warning in Combinatorial Map for g++ >= 5
|
2016-02-02 20:57:16 +01:00 |
Sebastien Loriot
|
9f11095635
|
Merge pull request #687 from afabri/CGAL-boost_program_options-GF
Replace #ifdef CGAL_USE_BOOST_PROGRAM_OPTIONS
|
2016-02-02 20:56:03 +01:00 |
Sébastien Loriot
|
f5c66df417
|
remove boost prefix
|
2016-02-02 20:07:36 +01:00 |
Sébastien Loriot
|
cc01c3b40a
|
add missing include directive
|
2016-02-02 19:09:06 +01:00 |
Sébastien Loriot
|
7cf081e061
|
add missing graph_traits include
|
2016-02-02 17:35:30 +01:00 |
Andreas Fabri
|
35b9a87d7a
|
Produce a smaller output to allow the VC++ testsuite with ITERATOR_DEBUGGING to finish
|
2016-02-02 16:21:45 +01:00 |
Laurent Rineau
|
fe813ffe34
|
Timer and Real_timer use preconditions
|
2016-02-02 16:21:31 +01:00 |
Andreas Fabri
|
3aa6b5b626
|
Do not document EIGEN3_DIR as it is identical to EIGEN3_INC_DIR
|
2016-02-02 14:54:59 +01:00 |
Simon Giraudot
|
751d959c05
|
Fix boost unused typedef warning: replace BOOST_STATIC_ASSERT by CGAL_static_assertion
|
2016-02-02 14:32:46 +01:00 |
Sebastien Loriot
|
725601bea8
|
Merge pull request #697 from sloriot/Mesh_2-lloyd_and_projection_traits
Mesh_2: make 2D-lloyd working with the projection traits
|
2016-02-02 13:45:02 +01:00 |
Sebastien Loriot
|
31ef97dee7
|
Merge pull request #701 from gdamiand/CMap-const_null_handle-gdamiand
CMap make null_handle const
|
2016-02-02 13:39:00 +01:00 |
Simon Giraudot
|
d9b3b40dc0
|
Add CGAL_UNUSED after BOOST_CONCEPT_ASSERT to avoid unused typedef warnings
|
2016-02-02 12:59:42 +01:00 |
Simon Giraudot
|
5919bda06f
|
Replace BOOST_STATIC_ASSERT by CGAL_static_assertion and remove now useless CLANG work-around
|
2016-02-02 12:59:01 +01:00 |
Andreas Fabri
|
e26f25829a
|
No need for -fno-strict-aliasing
|
2016-02-02 12:38:54 +01:00 |