Laurent Rineau
9a0bb54922
Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake
...
Clean up projects name in cmake scripts
2016-10-05 13:02:25 +02:00
Laurent Rineau
e28eab04cf
Merge pull request #1424 from afabri/Snap_rounding-static-GF
...
Snap_rounding: Make variables thread local
2016-10-05 13:02:24 +02:00
Laurent Rineau
059cfb17cb
Merge pull request #1435 from afabri/Triangulation_2-Iterator_project-GF
...
Triangulation_2: Use boost::transform_iterator instead of CGAL::Iterator_project
2016-10-05 13:02:23 +02:00
Laurent Rineau
004dac6226
Merge pull request #1469 from lrineau/CGAL_ImageIO-better_read_raw-lrineau
...
better _readImage_raw()
2016-10-05 13:02:22 +02:00
Laurent Rineau
d5ead2d309
Merge pull request #1493 from afabri/Voronoi_2-static-GF
...
Voronoi_2 Switch to transform_iterator
2016-10-05 13:02:21 +02:00
Laurent Rineau
bab017a231
Merge pull request #1491 from afabri/Mesh_3-static-GF
...
Mesh_3: Remove static variables
2016-10-05 13:02:19 +02:00
Laurent Rineau
2539296237
Merge pull request #1490 from afabri/Kernel_d-static-GF
...
Kernel_d: Make variables thread local
2016-10-05 13:02:18 +02:00
Laurent Rineau
a94201da3b
Merge pull request #1488 from afabri/Nef_2-static-GF
...
Nef_2: declare thread local, or const
2016-10-05 13:02:17 +02:00
Laurent Rineau
534f8e36a3
Merge pull request #1487 from efifogel/Aos_2-sweep-efif
...
Aos 2 sweep efif
2016-10-05 13:02:16 +02:00
Laurent Rineau
2a022b92a5
Merge pull request #1486 from maxGimeno/Polyhedron_demo-Fix_save_error_msg-GF
...
Polyhedron_demo : Fix the save file error
2016-10-05 13:02:15 +02:00
Laurent Rineau
50675b9734
Merge pull request #1418 from afabri/Point_set_processing-static-GF
...
PSP: No need for thread local storage as readonly
2016-10-05 13:02:13 +02:00
Laurent Rineau
aa97dc7303
Merge pull request #1473 from maxGimeno/Polyhedron_demo-Change_aabb_c3t3_triangle_primitive_name-GF
...
Renaming the AABB_C3T3_triangle_primitive
2016-10-05 13:02:12 +02:00
Laurent Rineau
4244331ff2
Merge pull request #1423 from afabri/Convex_hull_d-static-GF
...
Convex_hull_d: No need for thread local storage as readonly
2016-10-05 13:02:11 +02:00
Laurent Rineau
449906581e
Merge pull request #1477 from maxGimeno/Polyhedron_demo-Hide_grid_in_c3t3_item-GF
...
Polyhedron_demo : Add an action to hide the grid in mesh_3_plugin
2016-10-05 13:02:10 +02:00
Laurent Rineau
9d67feffff
Merge pull request #1539 from afabri/Polyhedron-Fix_Cut_plugin-warning-GF
...
Polyhedron_demo::Cut_plugin: static cast to avoid warning
2016-10-05 13:02:09 +02:00
Laurent Rineau
8a6b8c9072
Merge pull request #1537 from sloriot/Kernel_23-model_concept_relationship_cleaning
...
Replace 'see also' by 'has model' and 'models'
2016-10-05 13:02:08 +02:00
Laurent Rineau
f89d65e0c5
Merge pull request #1536 from lrineau/Installation-CMake_scripts_fix_ctest_cmd-lrineau
...
Fix CTest
2016-10-05 13:02:07 +02:00
Laurent Rineau
57be083d4f
Add the script list_pull_requests.py
2016-10-04 20:15:02 +02:00
Laurent Rineau
405207791c
Fix the name of the config file
2016-10-04 20:14:03 +02:00
Laurent Rineau
d78eb5192f
Add --unmerged
2016-10-04 20:06:51 +02:00
Laurent Rineau
b27f3b75fc
Improve the script
...
- Document and implement the special treatment of 'Under testing ...'
- In case the label is unknown, print know labels.
- Fix the case when issues are not pull-requests.
2016-10-04 19:55:31 +02:00
Laurent Rineau
ac6c0b8b1c
Add a new script to list pull-request
...
This Py2/Py3 script uses the Github API to list pull-requests matching a
given label.
2016-10-04 19:43:26 +02:00
Andreas Fabri
e9cd39c9b6
static cast to avoid warning
2016-10-04 10:00:28 +02:00
Laurent Rineau
258718b353
use CGAL_STATIC_THREAD_LOCAL_VARIABLE_0
2016-10-03 15:10:32 +02:00
Laurent Rineau
1ee796427b
Merge pull request #1426 from afabri/Polynomial-static-GF
...
Polynomial: Make variables thread local
2016-10-03 15:10:03 +02:00
Sébastien Loriot
c0bed6e759
replace \sa by \cgalHasModel and \cgalModels
2016-10-03 08:50:41 +02:00
Laurent Rineau
87a2248ab6
Do no test demos
...
New directory property named `CGAL_NO_TESTING`. If set to `TRUE`, then
the automatic generating of CTest test will be disabled.
(cherry picked from commit 5d540fc1989c86438090b0212883b15cd121cf92)
2016-09-30 19:58:56 +02:00
Laurent Rineau
038207bc15
Fix CTest
...
I broke the support for .cmd files in 3d36fe05b3 .
2016-09-30 19:46:58 +02:00
Laurent Rineau
c9e1f7e746
Use -DQT_NO_KEYWORDS
...
... to avoid conflicts with Boost headers, such as:
```
boost/multi_index/hashed_index.hpp(1254) : error C3083: 'Q_FOREACH': the symbol to the left of a '::' must be a type
```
2016-09-30 11:39:10 +02:00
Andreas Fabri
34fb7c0195
const must be before typename
2016-09-30 10:07:41 +02:00
Efi Fogel
f69ae3508a
fixed _add_curve_to_right()
2016-09-30 09:24:25 +02:00
Efi Fogel
d7678c44fb
Cleaned up
2016-09-30 09:24:24 +02:00
Efi Fogel
52292c825c
Enhanced debug messages & Cleaned up
2016-09-30 09:24:24 +02:00
Efi Fogel
748de06a46
Initialized debugging data members
2016-09-30 09:24:24 +02:00
Efi Fogel
72e114fb3f
Enhanced debug messages & Cleaned up
2016-09-30 09:24:24 +02:00
Laurent Rineau
b580ac783c
Merge pull request #1521 from afabri/patch-3
...
Surface reconstruction plugin: Change the color of the constructed mesh
2016-09-29 16:24:38 +02:00
Laurent Rineau
5a456f9018
Merge pull request #1518 from afabri/patch-2
...
Update cgal_manual.bib
2016-09-29 16:16:22 +02:00
Andreas Fabri
b777ad3e8d
Change the color of the constructed mesh
...
Scale space and Advacing front reconstruction produced a mesh in magenta.
2016-09-29 15:58:49 +02:00
Andreas Fabri
f53c436a80
Undo accidental edit
2016-09-29 15:10:28 +02:00
Andreas Fabri
b046fc95e5
Use function instead of local variable
2016-09-29 15:08:02 +02:00
Andreas Fabri
b558a31b71
Update cgal_manual.bib
...
fix an url
2016-09-29 14:15:29 +02:00
Andreas Fabri
5865160c27
We need another macro when the variable is default constructed.
...
In order to be future compatible I added the suffix "_0" for "with 0 arguments"
The version without suffix will later get the suffix "_1"
I don't do that now, as there are many open branches to modify
We can do that once they are in master.
2016-09-29 09:24:28 +02:00
Sébastien Loriot
a9840bf87c
doc bugfix
...
remove an extra }
2016-09-29 08:57:26 +02:00
Maxime Gimeno
c7affabc4e
Fix the rebase.
2016-09-29 08:37:48 +02:00
Maxime Gimeno
cd0942b0ea
Removes the eventfilter and add an action to the context menu.
2016-09-29 08:28:40 +02:00
Maxime Gimeno
ac2beec366
Hides the grid when control is not pressed.
2016-09-29 08:28:40 +02:00
Laurent Rineau
fbb2a560b2
Merge pull request #1499 from cjamin/patch-1
...
Add link to demo to OTR2
2016-09-28 18:01:37 +02:00
Laurent Rineau
a3b065175b
Merge pull request #1332 from janetournois/PMP-about_internal_pmaps-jtournois
...
BGL : detect internal property maps, and use it in PMP isotropic remeshing
2016-09-28 18:01:13 +02:00
Laurent Rineau
b085f1e7a0
Merge pull request #1442 from sloriot/Polyhedron_demo-add_remove_self_intersections
...
Add an action to remove self-intersections in a mesh
2016-09-28 18:00:41 +02:00
Laurent Rineau
10e3c3a9ee
Merge pull request #1508 from cjamin/patch-2
...
Loosen the bounds in parallel mode
2016-09-28 17:59:25 +02:00