Commit Graph

1267 Commits

Author SHA1 Message Date
Maxime Gimeno 85b04e4919 clean-up 2017-02-20 12:53:51 +01:00
Maxime Gimeno a77063109c Fix testsuite.py 2017-02-20 12:46:20 +01:00
Laurent Rineau b7a8b349f4 Merge pull request #1910 from afabri/Number_types-fix_doc-GF
Fix link to the Leda User Manual
2017-02-20 12:41:34 +01:00
Maxime Gimeno 1f2ba45635 Move the diff in the revision directory 2017-02-20 12:05:38 +01:00
Maxime Gimeno 02971d0955 Change testsuite.py to integrate a diff to the overview. 2017-02-17 17:38:41 +01:00
Maxime Gimeno a27436d393 Change testsuite.py to integrate a diff to the overview. 2017-02-17 17:07:52 +01:00
Andreas Fabri 6d7524126d Fix link to the Leda User Manual 2017-02-17 12:48:30 +01:00
Laurent Rineau eebd248784 Merge pull request #1907 from maxGimeno/Fix_doc_tbb-GF
Fix TBB installation instructions in Manual
2017-02-15 19:48:23 +01:00
Maxime Gimeno 0be067d7c9 Add information about CGAL and doxygen versions. 2017-02-15 11:52:40 +01:00
Maxime Gimeno 2db341a3d4 Change /bin in /lib and begin to being. 2017-02-15 09:25:54 +01:00
Maxime Gimeno 98431f4997 Fix test_doxygen_versions.sh 2017-02-14 12:26:53 +01:00
Maxime Gimeno 76553ec143 Add date of creation in result.html 2017-02-13 16:39:00 +01:00
Maxime Gimeno e4f65127c2 Add a script to compare to versions of doxygen 2017-02-13 10:12:02 +01:00
Laurent Rineau b73a88babc CGAL_Core MemoryPool<T> will always use Boost.Thread with g++
Because of bug in gcc, even if the C++11 `thread_local` keyword can be
used, it cannot be used for the TLS static member of the class template
`MemoryPool<T>`. That triggers a bug in gcc (tested with g++ 6.3.1):
```
.../include/CGAL/CORE/MemoryPool.h:113:25: error: redefinition of 'bool __tls_guard'
 MemoryPool<T, nObjects> MemoryPool<T, nObjects>::memPool;
                         ^~~~~~~~~~~~~~~~~~~~~~~
.../include/CGAL/CORE/MemoryPool.h:113:25: note: 'bool __tls_guard' previously declared here
.../include/CGAL/CORE/MemoryPool.h:113: confused by earlier errors, bailing out
Preprocessed source stored into /tmp/cc4xCWuR.out file, please attach this to your bugreport.
```

The bug seems to be from g++ >= 5:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54948
2017-02-08 17:05:13 +01:00
Maxime Gimeno 18d523b069 Add a cmake option for GENERATE_XML 2017-02-06 17:22:52 +01:00
Maxime Gimeno 477196c52d clean-up 2017-02-06 16:31:48 +01:00
Mael Rouxel-Labbé a77272be94 Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle 2017-02-03 16:52:51 +01:00
Mael Rouxel-Labbé e9398450ab Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle 2017-02-03 16:52:51 +01:00
Maxime Gimeno 60d0a39d42 fixes 2017-01-24 14:46:36 +01:00
Maxime Gimeno 1a11ac07e7 Add scripts to compare cml outputs 2017-01-24 10:58:28 +01:00
Maxime Gimeno 82860688d1 Fix the doc to avoid diffs between 1.8.4 and 1.8.13 outputs 2017-01-24 09:39:23 +01:00
Sébastien Loriot 6995d2763e improve doc about license checking 2017-01-19 15:20:22 +01:00
Andreas Fabri 46173bfc5a Add doc 2017-01-19 15:20:22 +01:00
Maxime Gimeno b8b5b64dc2 Add XML output 2017-01-16 12:05:38 +01:00
Laurent Rineau 27cb95f022 Merge pull request #1578 from maxGimeno/PMP-add_distance-GF
Add approximated Hausdorff distance
2017-01-12 11:10:25 +01:00
Laurent Rineau 904a889e6d Merge pull request #1791 from sgiraudot/Point_set_3-GF
New package Point Set 3
2017-01-09 11:21:23 +01:00
Laurent Rineau 3f0cf778ad Merge pull request #1787 from sloriot/Doc-support_multi_doxygen
Support multiple version of doxygen
2017-01-05 10:35:08 +01:00
Simon Giraudot 37b29b0944 Update with first reviews 2017-01-05 10:25:32 +01:00
Clement Jamin ebc4605d3e Fix authors 2017-01-04 17:43:27 +01:00
Simon Giraudot 1beb340550 Merge branch 'Point_set_3-GF-old' into Point_set_3-GF 2017-01-03 15:23:23 +01:00
Sébastien Loriot 303ee311be Merge pull request #1776 from sgiraudot/Point_set_processing-Automatic_scale_selection-GF
Automatic Scale Selection
2017-01-02 19:10:22 +01:00
Sébastien Loriot 3d637745fe Merge pull request #1633 from sgiraudot/Point_set_processing_3-Point_set_structuring-GF
Point Set Structuring
2017-01-02 19:10:14 +01:00
Sébastien Loriot 7ef509d1bf add resource files for 1.8.13 patched
to be used with https://github.com/CGAL/doxygen/tree/release_1_8_13_patched
2016-12-29 17:14:10 +01:00
Sébastien Loriot d18f0ce0ba move more files to version specific resources 2016-12-29 15:38:12 +01:00
Sébastien Loriot 388c68dcc3 move resource files in a directory with the doxygen version it was generated for 2016-12-29 15:18:00 +01:00
Sébastien Loriot 8ec61532ff follow up of #900 2016-12-29 13:44:27 +01:00
Sébastien Loriot 29b28949e9 cite metro 2016-12-29 07:21:04 +01:00
Sébastien Loriot cad6cbbcf4 fix doc issues detected by recent doxygen
duplicated labels, missing bibtex entry and nested comments
2016-12-28 13:59:45 +01:00
Simon Giraudot fb9aae74c6 Merge branch 'Point_set_processing-Automatic_scale_selection-GF-old' into Point_set_processing-Automatic_scale_selection-GF 2016-12-21 13:06:36 +01:00
Sébastien Loriot 7868adbe81 catch more errors and warnings 2016-12-06 15:15:24 +01:00
Guillaume Damiand cfb7547d6f Add new GMap package in packages.txt 2016-11-29 11:43:16 +01:00
Guillaume Damiand 7bb252021e Add the new GMap package in the list of packages. 2016-11-29 11:43:15 +01:00
Guillaume Damiand a080eed927 Add the reference for the book on combinatorial maps. 2016-11-29 11:43:15 +01:00
Simon Giraudot 310d81864e Merge branch 'Classification-GF-old' into Classification-GF 2016-11-23 08:55:57 +01:00
Simon Giraudot 31278c59cb Change package name, namespaces, etc. 2016-11-03 10:05:45 +01:00
Simon Giraudot 6f6e923df4 Add references to doc 2016-11-02 15:04:11 +01:00
Simon Giraudot f65db046b1 Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-10-28 15:02:48 +02:00
Simon Giraudot 22f0b2c1f8 Merge branch 'Point_set_3-GF-old' into Point_set_3-GF 2016-10-24 15:17:38 +02:00
Sébastien Loriot 017da74d54 remove no longer needed scripts
if it happens that we really need them, they are still available in the history
2016-10-06 09:52:50 +02:00
Laurent Rineau c038bff9b7 Merge pull request #1359 from lrineau/Documentation-deprecate_CGAL_VERSION-lrineau
Deprecate the macro CGAL_VERSION
2016-10-05 13:03:16 +02:00
Simon Giraudot ca08b10244 Merge branch 'Point_set_3-GF' into Point_set_classification-GF 2016-09-30 11:56:10 +02:00
Simon Giraudot 7b858777c1 Merge branch 'Point_set_3-GF-old' into Point_set_3-GF 2016-09-30 08:22:58 +02:00
Andreas Fabri f53c436a80 Undo accidental edit 2016-09-29 15:10:28 +02:00
Andreas Fabri b558a31b71 Update cgal_manual.bib
fix an url
2016-09-29 14:15:29 +02:00
Simon Giraudot 65910da1a6 Merge branch 'Point_set_3-GF-old' into Point_set_3-GF 2016-09-28 11:25:36 +02:00
Simon Giraudot ee4f06f13a Merge branch 'Point_set_classification-GF-old' into Point_set_classification-GF 2016-09-28 11:17:39 +02:00
Simon Giraudot 3a356505c8 Merge branch 'Point_set_3-GF' into Point_set_classification-GF 2016-09-21 09:42:41 +02:00
Simon Giraudot adbc4862de Add files and dependencies for new package manual 2016-09-14 17:52:53 +02:00
Sébastien Loriot 2ee55c4560 allow building the doc without configuring CGAL 2016-09-10 00:04:20 +02:00
Clement Jamin fa6ecf39be Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse 2016-09-09 12:55:43 +02:00
Clement Jamin 6102307e86 Add reference to paper 2016-09-07 16:56:54 +02:00
Laurent Rineau 514f611649 Deprecate the macro CGAL_VERSION 2016-08-23 16:32:47 +02:00
Simon Giraudot fee10522bb Add biblio reference 2016-08-10 17:29:53 +02:00
Simon Giraudot 7192f58c8e Merge branch 'Point_set_classification-GF-old' into Point_set_classification-GF 2016-07-19 14:50:55 +02:00
Simon Giraudot 9fa12bf982 Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-07-19 14:50:15 +02:00
Laurent Rineau cff8767433 Fix a typo
No 'S' in `CGAL_HEADER_ONLY`.
2016-07-11 10:46:12 +02:00
Simon Giraudot df54266b70 Begin working on documentation of data classification 2016-07-08 09:05:38 +02:00
Laurent Rineau 5ebfefe72c Merge pull request #894 from gdamiand/CGAL_headers_only_step1-gdamiand_cjamin
CGAL header-only: step 1

(I actually do this merge for the Github interface for mobile phones! How much does that add to my geek-value?)
2016-07-05 19:50:36 +02:00
Sebastien Loriot 2d0e402e5b Merge pull request #1195 from sloriot/SMD-add_sre_arap
Add Smoothed Rotation Enhanced As-Rigid-As-Possible
2016-07-05 16:25:17 +02:00
Sébastien Loriot a653b5cc40 add SRE_ARAP in the user manual 2016-07-05 16:20:42 +02:00
Simon Giraudot 08b0711ee4 Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-07-05 14:16:54 +02:00
Clement Jamin 3f130026bd Typos 2016-06-29 14:55:39 +02:00
Clement Jamin c42419a63a Document minimum CMake version + replace 4.X by 4.9 2016-06-29 14:35:59 +02:00
Sébastien Loriot 10cadcb985 Merge remote-tracking branch 'cgal-dev/CGAL_headers_only_step1-gdamiand_cjamin' into HEAD 2016-06-24 17:05:40 +02:00
Sébastien Loriot bbf007c41f fix doc typos 2016-06-22 21:54:43 +02:00
Guillaume Damiand a53f16edac Merge branch 'CGAL_headers_only_step1-gdamiand_cjamin-old' into CGAL_headers_only_step1-gdamiand_cjamin 2016-06-09 19:09:38 +02:00
Sebastien Loriot b13b098d3b Merge pull request #1066 from ws4u/Cone_spanners_2-new_package-UWS
Cone spanners 2 new package uws
2016-06-08 14:49:13 +02:00
Guillaume Damiand 10469f9c4e Update with master 2016-05-25 10:58:55 +02:00
Simon Giraudot a6b11751b1 Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-05-17 10:00:03 +02:00
Sebastien Loriot 54b244c430 Merge pull request #914 from sgiraudot/Point_set_shape_detection_3-Plane_regularization-GF
Point set shape detection: Plane regularization
2016-04-29 13:08:44 +02:00
Andreas Fabri 79b0257e59 Merge branch 'Cone_spanners_2-new_package-UWS-old' into Cone_spanners_2-new_package-UWS 2016-04-26 09:01:56 +02:00
Simon Giraudot 372b2d161a Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old-old' into Point_set_processing_3-Point_set_structuring-GF-old 2016-04-12 14:01:45 +02:00
Guillaume Damiand 22d275a0fa Update section '7.3 Header only option' following Laurent remarks. 2016-03-23 17:31:17 +01:00
Laurent Rineau 5b0f00df33 Merge pull request #900 from sgiraudot/CGAL_Tutorials
CGAL Manual: Tutorials
2016-03-22 11:02:34 +01:00
Guillaume Damiand 165f80b59c Update documentation to add section 7.3 Header only option 2016-03-16 16:28:31 +01:00
Simon Giraudot 7276c06c36 Merge branch 'Point_set_shape_detection_3-Plane_regularization-GF-old' into Point_set_shape_detection_3-Plane_regularization-GF 2016-03-15 10:37:02 +01:00
Simon Giraudot b9606f5d6c Some text corrections in Hello World 2016-03-10 16:31:50 +01:00
Simon Giraudot cec789483d Reference tutorial page in sidebar menu and header menu 2016-03-10 16:14:37 +01:00
Simon Giraudot b9d9db321c Add new page to manual: Tutorials 2016-03-10 16:13:49 +01:00
Simon Giraudot 3b840a2c04 Change tag of page Hello World 2016-03-10 16:13:27 +01:00
Simon Giraudot b83659fa87 Remove reference to Hello World from Getting_started 2016-03-10 16:12:57 +01:00
Simon Giraudot 64a212eb29 Move Hello World to tutorials 2016-03-10 16:12:34 +01:00
Sébastien Loriot c82ceaf435 improve description about boost libs allowed to be used 2016-03-10 11:21:10 +01:00
Sebastien Loriot fdb824c2aa Merge pull request #804 from sgiraudot/2D_Reconstruction-Rename_package-GF
2D reconstruction: rename package
2016-02-29 10:24:36 +01:00
Monique Teillaud 0f9bfa672a update instllation.txt
add demos into ideal setting
2016-02-26 14:09:38 +01:00
Simon Giraudot aeaf85f35f Update name in general documentation files 2016-02-19 09:21:06 +01:00
Philipp Möller 78588cc3c0 Fixes #779 2016-02-16 17:12:07 +01:00
Laurent Rineau def3952e0e Merge pull request #767 from bo0ts/Documentation-no_internal_in_title-pmoeller
Remove internal release number from documentation title
2016-02-11 15:42:40 +01:00
Philipp Möller 0a04a3a48f Use CGAL_DOC_VERSION 2016-02-11 15:37:54 +01:00
Philipp Möller 3b63763f5d Introduce CGAL_DOC_VERSION 2016-02-11 15:37:20 +01:00
Laurent Rineau 33b2365e25 Add the end-of-line 2016-02-11 15:08:29 +01:00
Philipp Möller c591f33416 Add dont_submit for Documentation
We do not want to include the converion_tools in tarballs

Fixes #760
2016-02-11 14:24:18 +01:00
Sébastien Loriot 2ed0fc0fdf Merge pull request #151 from cjamin/gsoc2014-2d-reconstruction-ivovigan
2D Reconstruction Simplification, new package, GSoC 2014
2016-02-09 19:42:32 +01:00
Sebastien Loriot e7f627c08a Merge pull request #750 from sloriot/Three-exclude_from_official_doc
Three: remove from the official doc
2016-02-09 10:18:54 +01:00
Clement Jamin fd32d475d5 Change category 2016-02-08 17:32:17 +01:00
Sébastien Loriot eb2ba8cefe rename Surface_modeling package to Surface_mesh_deformation for consistency 2016-02-08 12:25:49 +01:00
Sébastien Loriot 79743f96d9 remove Three from the official doc 2016-02-08 11:42:43 +01:00
Sébastien Loriot 06c304c614 fix doc warnings spotted by doxygen 1.8.11
Tested locally
2016-02-04 22:23:48 +01:00
Sébastien Loriot 72863bfe44 fix doxygen warnings 2016-02-04 21:19:36 +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
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
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
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
Sébastien Loriot df741e6cd5 remove extra comment symbols in doc 2016-01-19 13:28:17 +01:00
Simon Giraudot 98b2ab832f Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-01-19 12:41:01 +01:00
Sebastien Loriot 8a8ba80f11 Merge pull request #504 from sloriot/Dev_man-how_to_run_testsuite
add a page on how to run the testsuite
2016-01-18 09:43:41 +01:00
Monique Teillaud 2fea076e9f add missing url 2016-01-17 20:03:29 +01:00
Monique Teillaud 617959a633 updated reference on perturbations
(I kept the same bibtex label so that citations of the old version of the paper automatically cite the new one)
2016-01-17 20:03:28 +01:00
Monique Teillaud 9f1f87b24d Revert "update using "doxygen -u"" (let's not be earlier than master)
This reverts commit 3bc3a3d90face93c38750ec87517067b56727adb.
2016-01-17 20:03:14 +01:00
Monique Teillaud 4501417be1 update using "doxygen -u" 2016-01-17 20:03:13 +01:00
Philipp Möller 1bc0f97b61 Move customizations to a better place 2016-01-15 15:02:47 +01:00
Philipp Möller 98509535f4 Merge TODO in Customizations.txt 2016-01-15 15:02:14 +01:00
Philipp Möller 7b88f55b51 Remove useless files
They accidentaly ended up in a release and after checking with
@sloriot we decided to remove them.
2016-01-15 15:00:50 +01:00
Sebastien Loriot 4e9448cb9e Merge pull request #451 from GilesBathgate/throwing-destructors
Introduces a CGAL_destructor_assertion macro.
2016-01-14 14:08:10 +01:00
Sébastien Loriot d29de1bc4d fix doc bug 2016-01-13 11:03:41 +01:00
Simon Giraudot 40257fefb5 Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-01-12 11:53:09 +01:00
Sebastien Loriot 32a3972c33 Merge pull request #592 from afabri/CGAL-dont_submit_cleanup-GF
Towards getting rid of dont_submit files
2016-01-08 14:14:08 +01:00
Philipp Möller 8f411baf52 Remove ugly version hack of doc testsuite
Pass the version directly to the testsuite instead of going through
temporary version.h file
2016-01-08 11:49:23 +01:00
Sébastien Loriot e64ae35a6e Merge pull request #542 from bo0ts/Documentation-release_build2-pmoeller
Allow to build the documentation in a release
2016-01-07 09:21:46 +01:00
Andreas Fabri a41165b6eb various 2016-01-05 18:04:14 +01:00
Sebastien Loriot 2b49997c7e Merge pull request #493 from afabri/CGLAL-thread_local_storage-GF
Remove boost thread dependency
2016-01-04 16:49:26 +01:00
Simon Giraudot e8be5fe3ca Merge branch 'Point_set_shape_detection_3-Plane_regularization-GF-old' into Point_set_shape_detection_3-Plane_regularization-GF 2015-12-29 14:26:36 +01:00
Philipp Möller 71b4e9c515 Use CGAL_FULL_VERSION in all Doxyfile.in 2015-12-17 16:33:28 +01:00
Philipp Möller def72347c9 Change huge if to early return 2015-12-10 17:05:53 +01:00
Philipp Möller 9642702bce Change huge if to early return 2015-12-10 17:05:53 +01:00
Philipp Möller 0ad467b321 Use generic example directories 2015-12-10 17:05:53 +01:00
Philipp Möller f767b35100 Remove unnecessary check 2015-12-10 17:05:53 +01:00
Philipp Möller fb4e1d8c84 Generate variables for example paths 2015-12-10 17:05:52 +01:00
Philipp Möller a49875ec8c Handle release mode when extracting all image paths 2015-12-10 17:05:52 +01:00
Philipp Möller e071e755ca Adapt pkglist_filter to releases 2015-12-10 17:05:52 +01:00
Philipp Möller 44b057f763 Generic reference 2015-12-10 17:05:52 +01:00
Philipp Möller 687f35be54 Adapt generate_how_to_cite to releases 2015-12-10 17:05:52 +01:00
Philipp Möller 79b7fc5081 Handle the INPUT cases where the whole include dir is used 2015-12-10 17:03:46 +01:00
Philipp Möller 81a8f982dc Handle the easy INPUT cases
If INPUT is just PKG/doc/PKG, handle it automatically.
2015-12-10 17:00:26 +01:00
Philipp Möller 35d2e7f1b6 Move the bib files and adjust paths 2015-12-10 17:00:25 +01:00
Philipp Möller f50b65d48f Change SOURCE_DIR
Increase robustness of generate_how_to_cite
2015-12-10 17:00:25 +01:00
Philipp Möller 59354a0060 Check return of generate_how_to_cite 2015-12-10 17:00:25 +01:00
Philipp Möller 38ff73c2b9 Use CGAL_PACKAGE_DOC_DIR 2015-12-10 17:00:25 +01:00
Philipp Möller 2c7f842391 No more subdirs 2015-12-10 17:00:24 +01:00
Philipp Möller 7deef1b20b Handle BRANCH_BUILD 2015-12-10 17:00:24 +01:00
Philipp Möller a5a6e46c54 Drop dont_submit of Documentation 2015-12-10 17:00:24 +01:00
Philipp Möller 992de97a7d Move BaseDoxyfile and associated stuff to resources 2015-12-10 17:00:24 +01:00
Philipp Möller 456a4349d1 Move components of Manual into the doc dir 2015-12-10 17:00:24 +01:00
Philipp Möller ccdae25ce8 2.8.11 is required now 2015-12-10 17:00:23 +01:00
Philipp Möller f38324f747 Move scripts as well 2015-12-10 17:00:23 +01:00
Philipp Möller d86c3f25b5 Move the resources of html_output_post_processing 2015-12-03 16:29:55 +01:00
Philipp Möller 7fec5e2014 Move Documentation/CMakeLists.txt
The only sensible place to have it in a release is doc/ so we have to
move it into the subdirectory here.
2015-12-03 16:27:57 +01:00
Philipp Möller 73c22aca20 Introduce the new -not yet- correct variables 2015-12-03 16:26:16 +01:00
Philipp Möller 96e673b783 Faster processing of the CMakeLists.txt 2015-12-03 16:16:43 +01:00
Sébastien Loriot bd7bd270b7 add missing _STATIC 2015-12-03 14:14:00 +01:00
Giles Bathgate d420c58755 Update the developer documentation.
Provide information about the CGAL_destructor_assertion, and the
CGAL_NOEXCEPT macros.
2015-12-02 20:09:09 +00:00
Simon Giraudot 78216a1d3c Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2015-12-02 10:51:21 +01:00
Sébastien Loriot 4e3a80fc08 improvements 2015-12-01 22:40:14 +01:00
Simon Giraudot 04b20c04a5 Add citation of point set structuring paper 2015-12-01 15:30:54 +01:00
Sébastien Loriot 308a503332 remove extra line added during merge conflict resolution 2015-11-30 11:00:08 +01:00
Sébastien Loriot 01a67e418b do not recommand boost Parameter 2015-11-26 13:57:01 +01:00
Clement Jamin 5eb2a28eea Merge branch 'gsoc2014-2d-reconstruction-ivovigan-old' into gsoc2014-2d-reconstruction-ivovigan 2015-11-25 16:25:48 +01:00
Sébastien Loriot a5d9601388 add a page on how to run the testsuite of a package or of all the packages
taken from the internal wiki
2015-11-23 22:56:47 +01:00
Sébastien Loriot 9e7edad655 list reasonnable boost libs we can use in CGAL 2015-11-23 22:27:34 +01:00
Sébastien Loriot 6d5a92ebcb try to improve cgalRequires removal 2015-11-23 22:06:06 +01:00
Andreas Fabri bb9dddf336 Add a chapter in the developer manual. Fix a bug in tss.h in case CGAL_HAS_THREADS is not defined 2015-11-23 16:50:09 +01:00
Sébastien Loriot 260a501941 support more g++ version and enhance doc 2015-11-23 10:21:21 +01:00
Weisheng Si bb4db543d6 Merge branch 'Cone_spanners_2-new_package-UWS-old' into Cone_spanners_2-new_package-UWS
Conflicts:
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/packages.txt
2015-11-23 10:16:00 +11:00
Andreas Fabri 6b2c4dd7c6 Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF 2015-11-09 14:26:42 +01:00
Sébastien Loriot 0072b649e2 Merge branch 'old/Polygon_mesh_processing-local_remeshing-GF' into Polygon_mesh_processing-local_remeshing-GF 2015-11-05 20:11:10 +01:00
Jane Tournois d9797f6d78 add original paper ref 2015-11-05 20:09:14 +01:00
Simon Giraudot 1d44ead4bc Documentation of plane regularization 2015-11-05 13:52:46 +01:00
Sebastien Loriot 2e493f297b Merge pull request #389 from afabri/CGAL-Qt3-GF
Remove Qt3 based demos
2015-10-23 17:08:49 +02:00
Clement Jamin f6a9afd028 Merge branch 'gsoc2014-2d-reconstruction-ivovigan-old' into gsoc2014-2d-reconstruction-ivovigan 2015-10-23 14:26:50 +02:00
Maxime Gimeno 38dca64157 Merge branch 'CGAL_Polyhedron_Doxygen_GF-old' into CGAL_Polyhedron_Doxygen_GF
Conflicts:
	Polyhedron/demo/Polyhedron/Scene_item.h
	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp
	Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.h
	Polyhedron/demo/Polyhedron/Scene_polyhedron_shortest_path_item.h
	Polyhedron/demo/Polyhedron/Scene_polyhedron_transform_item.h
	Polyhedron/demo/Polyhedron/Scene_textured_polyhedron_item.h
2015-10-14 12:46:48 +02:00
Laurent Rineau c58736838b fix permission 2015-10-14 11:26:10 +02:00
Maxime Gimeno fecfd711a7 Finishing merge
- Forgot one file with conflicts
2015-10-09 14:11:42 +02:00
Maxime Gimeno 1c0c2c8858 Merge branch 'CGAL_Polyhedron_Doxygen_GF-old' into CGAL_Polyhedron_Doxygen_GF
Conflicts:
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
	Polyhedron/demo/Polyhedron/Camera_positions_list.cpp
	Polyhedron/demo/Polyhedron/MainWindow.cpp
	Polyhedron/demo/Polyhedron/MainWindow.h
	Polyhedron/demo/Polyhedron/Polyhedron_demo_camera_positions_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_normal_estimation_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_plugin_helper.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_average_spacing_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_bilateral_smoothing_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_simplification_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_smoothing_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_upsampling_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_wlop_plugin.cpp
	Polyhedron/demo/Polyhedron/Scene.h
	Polyhedron/demo/Polyhedron/Scene_item.h
	Polyhedron/demo/Polyhedron/Scene_polylines_item.h
	Polyhedron/demo/Polyhedron/Viewer.h
2015-10-09 13:59:33 +02:00
Simon Giraudot b84b724984 Add citation and update manual 2015-10-07 16:00:51 +02:00
Sebastien Loriot 62644a62aa Merge pull request #318 from sgiraudot/CGAL-Solver-package-GF
Regroup solver interface in Solver_package
2015-10-07 15:54:48 +02:00
Sébastien Loriot fb4af796a4 verbose assertions 2015-10-07 14:35:15 +02:00
Andreas Fabri 0c112390ec prevent that Documentation/CMakeLists.txt makes it into the release 2015-10-06 17:30:54 +02:00
Sébastien Loriot 4787bda61f remove documented widget based on Qt3 2015-10-05 15:20:06 +02:00
Andreas Fabri adf615c427 explain in changes.html and the installation pages when Boost.Thread is no longer used 2015-10-05 09:43:36 +02:00
Andreas Fabri 833bd5c49c no Qt3 in the installation manual 2015-10-01 14:52:05 +02:00
Andreas Fabri 6e214c5f4a remove Qt3 demos and empty dontsubmit files 2015-09-30 12:51:40 +02:00
Sébastien Loriot da650cbd1c Merge branch 'old/CGAL-Solver-packages-GF' into CGAL-Solver-package-GF 2015-09-26 15:47:54 +02:00
Maxime Gimeno d264b882f5 Package Three creation
- Creatio of a new package containing the base class for the plugin API.
2015-09-23 13:40:30 +02:00
Sébastien Loriot 90d6f5b078 simplify scripts thanks to the split of doc of nested packages 2015-09-23 11:10:18 +02:00
Simon Giraudot 36723443a4 Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF 2015-09-23 10:29:14 +02:00
Sébastien Loriot cdfc7f1c31 Merge branch 'old/CGAL-split_packages-GF' into CGAL-split_packages-GF 2015-09-23 10:08:41 +02:00
Sebastien Loriot edbda537d4 Merge pull request #319 from sgiraudot/Surface_reconstruction_points_3-Change_package_name-GF
Surface reconstruction points 3: change package name
2015-09-23 10:02:11 +02:00
Sébastien Loriot 58bd780bf9 string CONCAT is not available in cmake 2.8.11; concatenate using set instead 2015-09-23 09:42:08 +02:00
Simon Giraudot 3d3469524f Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF 2015-09-22 12:07:50 +02:00
Sébastien Loriot b970fc80ef Merge branch 'old/Surface_reconstruction_points_3-Change_package_name-GF' into Surface_reconstruction_points_3-Change_package_name-GF 2015-09-22 09:54:18 +02:00
Sébastien Loriot 68aa21292a Merge branch 'old/CGAL-Solver-packages-GF' into CGAL-Solver-package-GF 2015-09-21 07:34:18 +02:00
Sébastien Loriot e91f342b31 generate IMAGE_PATH and dependencies for the Documentation package
the generation is done using the file packages.txt
2015-09-12 16:41:25 +02:00
Sébastien Loriot 470e96e75c document msvc2015 support 2015-09-11 10:42:57 +02:00
Sébastien Loriot e0646e3ebb update old manual url 2015-09-10 14:03:45 +02:00
Andreas Fabri 6692f993ce Add/Remove some cgalPkgDependsOn
Move Visibility package from Arrangements to Polygons
Add some ``  in the Visibility package
Add the keyword 'Geodesic' to the Shortest Path package.
2015-09-09 12:09:57 +02:00
Sébastien Loriot 4577776ce0 handle a new author type 2015-09-07 14:01:12 +02:00
Sébastien Loriot cefe191612 remove file generated and crappy files 2015-09-07 14:00:59 +02:00
Simon Giraudot e4c990f16d Remove references to Lapack in doc and examples 2015-09-07 12:18:19 +02:00
Simon Giraudot 63f77a05a5 Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF 2015-09-07 10:01:12 +02:00
Simon Giraudot d9d94f082e Update files with new package name (Poisson_surface_reconstruction_3) 2015-09-04 18:18:52 +02:00
Simon Giraudot 09f3659353 Improving doc 2015-09-02 15:40:30 +02:00
Laurent Rineau 278a28016a Merge branch 'CGAL-Qt5_support-GF'
Fixes #265, fixes #254.
2015-08-27 16:37:37 +02:00
Sébastien Loriot baf91459d1 Add an example PATH only if there are examples 2015-08-26 17:25:03 +02:00
Simon Giraudot 8a46d3cd5e Include Lapack svd in Solver interface (another model for SvdTraits) 2015-08-26 14:49:27 +02:00
Simon Giraudot af8e73750c Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF 2015-08-20 11:51:34 +02:00
Andreas Fabri 67d72675fe split packages 2015-08-17 23:46:59 +02:00
Sébastien Loriot 5688134b64 do not generate latex doc by default 2015-08-07 16:53:34 +02:00
Sébastien Loriot 999c123be1 document use of qcollectiongenerator and sqlite plugin driver 2015-08-07 14:47:00 +02:00
Monique Teillaud 578d846bf3 Update Chapter_checks.txt
fix a few typos
2015-07-31 13:31:26 +02:00
Laurent Rineau 1613066935 Documentation CGAL_assume in the dev manual 2015-07-30 13:14:14 +02:00
Laurent Rineau 9718bf7071 Merge pull request #206 from sloriot/Doc-add_clang_support
Fix versions of support compilers
2015-07-29 11:10:19 +02:00
Laurent Rineau dd0acaab3f Fix the versions of g++ and Intel Compiler that are supported 2015-07-29 10:40:56 +02:00
Sébastien Loriot 6d96dcf268 document the list of qt5 modules used 2015-07-28 18:21:38 +02:00
Sébastien Loriot b8f3d72a10 add note about versions of clang compiler supported
this is according to the compiler in the testsuite
2015-07-28 17:54:11 +02:00
Sébastien Loriot 5d2c892dbe Merge pull request #149 'lrineau/Polygon_mesh_processing-GF'
Add various functions to manipulate polygon meshes
2015-07-17 14:50:56 +02:00
Sébastien Loriot 2668d83d4e Merge pull request #150 from 'cjamin/Point_set_shape_detection_3-cjamin'
Add an algorithm to fit geometric primitives on a point set

Conflicts:
	Installation/changes.html
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2015-07-17 14:32:09 +02:00
Sébastien Loriot 6b15ec643c Merge branch 'CGAL-Qt5_support-GF' into cgal-public-dev/Polygon_mesh_processing-GF
Conflicts:
	Mesh_3/demo/Mesh_3/include/CGAL/gl_render.h
	Polyhedron/demo/Polyhedron/CMakeLists.txt
	Polyhedron/demo/Polyhedron/GlSplat/GlSplat.cpp
	Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
	Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.h
2015-07-16 16:52:53 +02:00
Sébastien Loriot c616df7196 Merge branch 'old/Polygon_mesh_processing-GF' into Polygon_mesh_processing-GF
Conflicts:
	Documentation/biblio/cgal_manual.bib
	Installation/changes.html
2015-07-13 08:16:59 +02:00
Laurent Rineau f40fe0dc2d Merge branch 'gsoc2013-Visibility_doc-hemmer' into CGAL-Qt5_support-GF 2015-07-10 18:07:26 +02:00
Laurent Rineau fa13f4ed0c Merge remote-tracking branch 'philaris/sdglinf-philaris' into CGAL-Qt5_support-GF 2015-07-10 17:28:07 +02:00
Laurent Rineau b043876c68 Merge pull request #147 from philaris/sdglinf-philaris
L Infinity Segment Delaunay Graphs, new package

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Segment_Delaunay_graph_Linf_2
2015-07-10 17:26:42 +02:00
Laurent Rineau 15c1469a54 CGAL requires CMake>=2.8.11. 2015-07-10 17:01:42 +02:00
Sébastien Loriot d70b65e431 Merge branch 'gsoc2013-Visibility_doc-hemmer'
PR 145
2015-07-10 15:25:39 +02:00
Sébastien Loriot 0c97a4e39c update installation instruction for configuring Qt5 2015-07-10 10:23:15 +02:00
Laurent Rineau 9ce70faffb Merge branch 'gsoc13-CurveSkeleton-new_package-xgao' into CGAL-Qt5_support-GF
Conflicts:
	Polyhedron/demo/Polyhedron/CMakeLists.txt

There was also a "conceptual conflict" in:
	Polyhedron/demo/Polyhedron/Polyhedron_demo_mean_curvature_flow_skeleton_plugin.cpp
-> Adapt the declaration of the plugin to the Qt5 way.
2015-07-09 18:04:09 +02:00
Sébastien Loriot e7563d3e05 Merge branch 'gsoc13-CurveSkeleton-new_package-xgao'
Conflicts:
	Installation/changes.html
2015-07-09 17:30:24 +02:00
Sébastien Loriot ccb823f71d remove unused references 2015-07-09 17:26:59 +02:00
Sébastien Loriot ef02b42c4f add missing } 2015-07-09 14:00:53 +02:00
Sébastien Loriot 85f6b81666 move position of the package in the overview 2015-07-09 10:43:44 +02:00
Sébastien Loriot 5489927234 remove merge conflict markers 2015-07-09 10:38:41 +02:00
Laurent Rineau bbd6951161 Merge branch 'afabri/Advancing_front_surface_reconstruction-afabri' into CGAL-Qt5_support-GF
Conflicts:
	Polyhedron/demo/Polyhedron/Scene_points_with_normal_item.cpp

There was also two "conceptual conflicts" that git-merge did not see,
in:
        Polyhedron/demo/Polyhedron/CMakeLists.txt
        Polyhedron/demo/Polyhedron/Polyhedron_demo_advancing_front_plugin.cpp

Polyhedron/demo/Polyhedron/CMakeLists.txt had to use qt5_wrap_ui instead
of qt4_wrap_ui (that lead to a CMake error), and the declaration of the plugin in
Polyhedron/demo/Polyhedron/Polyhedron_demo_advancing_front_plugin.cpp
was not using the Qt5 way (that lead to a compilation error)
2015-07-08 17:21:36 +02:00
Sébastien Loriot d3b8bcee72 remove mentions of QT4 in the installation doc 2015-07-07 18:05:52 +02:00
Andreas Fabri ba1ebb0e3d add empty line 2015-07-07 13:01:39 +02:00
Andreas Fabri 43a45d933c move line to ease merge 2015-07-07 12:59:59 +02:00
Laurent Rineau 49c2cdc19a Merge branch 'master' into sdglinf-philaris
Conflicts:
	Installation/changes.html
2015-07-06 18:33:08 +02:00
Laurent Rineau c21c9dda35 Merge pull request #141 from afabri/Advancing_front_surface_reconstruction-afabri
Advancing Front Surface Reconstruction, new package

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Advancing_front_surface_reconstruction
2015-07-03 16:26:28 +02:00
Sébastien Loriot 30c11bd32d rename package Mean_curvature_skeleton -> Surface_mesh_skeletonization 2015-07-03 16:05:56 +02:00
Michael Hemmer bdd46e6978 Merge branch 'gsoc2013-Visibility_doc-hemmer-old' into gsoc2013-Visibility_doc-hemmer
Conflicts:
	Documentation/biblio/cgal_manual.bib
	Documentation/biblio/geom.bib
	Installation/changes.html
2015-07-02 17:36:17 +02:00
Andreas Fabri b4595e8802 remove empty line 2015-07-02 12:57:17 +02:00