Commit Graph

1673 Commits

Author SHA1 Message Date
Maxime Gimeno 9b22290313 Suppress warnings from GENERATE_XML in the logs 2017-04-18 10:37:24 +02:00
Maxime Gimeno fa4bac9689 Add info about doxygen versions and change default resources directory. 2017-04-14 13:19:19 +02:00
Maxime Gimeno 14941fd759 Add a link to the doxygen master documentation 2017-04-14 09:36:24 +02:00
Maxime Gimeno 66ba817224 fix ROOT 2017-04-13 12:47:26 +02:00
Maxime Gimeno 64915b1232 addlink to master documentation 2017-04-13 10:49:46 +02:00
Maxime Gimeno 305807ef6d add cgal version 2017-04-13 10:31:24 +02:00
Mael Rouxel-Labbé 8a00196484 Added P3M3 reference manual 2017-04-04 14:56:48 +02:00
Andreas Fabri 2de6413e50 Document that CGAL-4.10 requires CMake>=3.1 - Fix for #1996 2017-04-03 11:17:02 +02:00
Simon Giraudot 56c8e7c761 Add OpenCV as optional third party 2017-03-27 09:29:42 +02:00
Mael Rouxel-Labbé 6c1c6c0e74 Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
Using cgal/master @ cce6932
2017-03-16 16:39:20 +01:00
Mael Rouxel-Labbé 9dedcae60c Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
Using cgal/master @ cce6932
2017-03-16 16:39:20 +01:00
Simon Giraudot 3ce8e9fc64 Merge branch 'Classification-GF-old' into Classification-GF 2017-03-13 07:51:54 +01:00
Simon Giraudot eb59112924 Fix autolink in bibtex reference 2017-03-02 16:03:41 +01:00
Tocic 0bd00bd683 Update Tutorial_hello_world.txt
fix typos
2017-02-27 21:00:44 +02:00
Maxime Gimeno f027bbbab6 Fix doc_tags 2017-02-27 15:36:22 +01:00
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
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
Simon Giraudot d7095efb34 Merge branch 'CGAL_Tutorials-Surface_reconstruction-GF_old' into CGAL_Tutorials-Surface_reconstruction-GF 2016-06-06 09:53:41 +02:00
Simon Giraudot 00678cf20d Update on reconstruction tutorial based on reviews 2016-06-06 09:50:03 +02:00
Guillaume Damiand 10469f9c4e Update with master 2016-05-25 10:58:55 +02:00
Efi Fogel 590711b2ff Updated 2016-05-18 15:48:56 +03: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
Efi Fogel 532a06b482 Added arr on surface 2016-04-21 00:56:52 +03: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
Simon Giraudot 90ded61419 Add example snippets in reconstruction tutorial 2016-03-10 12:16:58 +01:00
Simon Giraudot dac9cf6b2b Remove examples from tutorial (moved to separate example) 2016-03-10 11:23:40 +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
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
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
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
Simon Giraudot 5d6e7dece5 More explicit quotation of CGAL Mesh Generator 2016-01-11 09:49:19 +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
Simon Giraudot f44b3342f1 More corrections from review 2016-01-08 10:34:28 +01:00
Simon Giraudot 7a8fef1e43 Replace CGAL by macro \cgal 2016-01-08 10:32:52 +01:00
Simon Giraudot ffee3fa803 Typo corrections 2016-01-08 09:10:39 +01:00
Simon Giraudot 93038ff7e9 More precisions about reconstruction methods principles 2016-01-08 09:03:56 +01:00
Simon Giraudot 54bf98bf02 Corrections from reviews 2016-01-08 08:41:02 +01:00
Simon Giraudot cc3dbd5861 Typo corrections 2016-01-08 08:02:23 +01:00
Simon Giraudot 51dca01ac8 Introduction to CGAL tutorials 2016-01-07 11:28:03 +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
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 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
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
Sébastien Loriot 4e3a80fc08 improvements 2015-12-01 22:40:14 +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
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
Sebastien Loriot 2e493f297b Merge pull request #389 from afabri/CGAL-Qt3-GF
Remove Qt3 based demos
2015-10-23 17:08:49 +02:00
Simon Giraudot fc6d0a948a New figure for comparing reconstruction methods 2015-10-23 15:00:45 +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
Simon Giraudot dc843ac397 Full code example 2015-10-15 14:44:55 +02:00
Simon Giraudot 3d6cf83275 Discussion on scale space and output 2015-10-15 14:44:55 +02:00
Simon Giraudot 212db7c608 Discussion on advancing front and output 2015-10-15 14:44:55 +02:00
Simon Giraudot 498f0754c3 Diagram of pipeline overview for reconstruction 2015-10-15 14:44:55 +02:00
Simon Giraudot 8a8ef283cb More on reconstruction and output processing 2015-10-15 14:44:54 +02:00
Simon Giraudot a69dd20004 Normal estimation 2015-10-15 14:44:54 +02:00
Simon Giraudot 55f200409d More on tutorial: preprocessing 2015-10-15 14:44:54 +02:00
Simon Giraudot ec14401fc9 Update with new Poisson package name 2015-10-15 14:44:54 +02:00
Simon Giraudot eda425bc7a More on simplification + some text fixes 2015-10-15 14:44:53 +02:00
Simon Giraudot c6546b45b8 Table to help choose one reconstruction method 2015-10-15 14:44:53 +02:00
Simon Giraudot ed8c8ddd5c Started working on tutorial on surface reconstruction 2015-10-15 14:44:53 +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
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
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
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
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
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
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 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 85f6b81666 move position of the package in the overview 2015-07-09 10:43:44 +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
Andreas Fabri e076bc179c move lines to facilitate merge 2015-07-02 12:48:34 +02:00
Andreas Fabri 9087f863a4 fix previous commit 2015-07-01 17:40:57 +02:00
Andreas Fabri 4c841d73e8 fix previous commit 2015-07-01 17:38:37 +02:00
Andreas Fabri bec3370540 avoid merge conflicts by moving lines 2015-07-01 17:03:13 +02:00
Andreas Fabri 20c1b1a1f6 Merge branch 'Polygon_mesh_processing-GF-old' into Polygon_mesh_processing-GF
Conflicts:
	BGL/include/CGAL/boost/graph/Euler_operations.h
	BGL/include/CGAL/boost/graph/iterator.h
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
	Polyhedron/demo/Polyhedron/Polyhedron_demo_point_inside_polyhedron_plugin.cpp
	Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
	Polyhedron/demo/Polyhedron/Selection_widget.ui
2015-07-01 13:52:44 +02:00
Clement Jamin 3fac8e761a Merge branch 'Point_set_shape_detection_3-cjamin-old' into Point_set_shape_detection_3-cjamin 2015-06-30 10:36:11 +02:00
Clement Jamin 39533f7b5b Merge branch 'gsoc2014-2d-reconstruction-ivovigan-old' into gsoc2014-2d-reconstruction-ivovigan 2015-06-30 10:32:54 +02:00
Panagiotis Cheilaris 04f3bc1454 SDG Linf doc: add fig dir for list of packages 2015-06-30 10:32:05 +02:00
Panagiotis Cheilaris aa5545c8b4 add SDG Linf to packages.txt 2015-06-30 10:32:04 +02:00
Panagiotis Cheilaris 55b77d06de add SDG Linf in doc dependencies 2015-06-30 10:31:58 +02:00
Maxime Gimeno a0e7a60973 Merge remote-tracking branch 'cgal/master' into CGAL-Qt5_support-GF
Conflicts:
	Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt
	Alpha_shapes_3/demo/Alpha_shapes_3/MainWindow.cpp
	Alpha_shapes_3/demo/Alpha_shapes_3/Viewer.h
	GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt
	GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt
	GraphicsView/demo/Bounding_volumes/CMakeLists.txt
	GraphicsView/demo/Circular_kernel_2/CMakeLists.txt
	GraphicsView/demo/Generator/CMakeLists.txt
	GraphicsView/demo/GraphicsView/CMakeLists.txt
	GraphicsView/demo/L1_Voronoi_diagram_2/CMakeLists.txt
	GraphicsView/demo/Largest_empty_rect_2/CMakeLists.txt
	GraphicsView/demo/Periodic_2_triangulation_2/CMakeLists.txt
	GraphicsView/demo/Segment_Delaunay_graph_2/CMakeLists.txt
	GraphicsView/demo/Snap_rounding_2/CMakeLists.txt
	GraphicsView/demo/Spatial_searching_2/CMakeLists.txt
	GraphicsView/demo/Stream_lines_2/CMakeLists.txt
	GraphicsView/demo/Triangulation_2/CMakeLists.txt
	Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt
	Mesh_3/demo/Mesh_3/CMakeLists.txt
	Mesh_3/demo/Mesh_3/include/CGAL_demo/Scene_item_with_display_list.h
	Mesh_3/demo/Mesh_3/src/CGAL_demo/Scene.cpp
	Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/CMakeLists.txt
	Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/Scene.cpp
	Polyhedron/demo/Polyhedron/CMakeLists.txt
	Polyhedron/demo/Polyhedron/Polyhedron_demo_join_and_split_polyhedra_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_3_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_trivial_plugin.cpp
	Polyhedron/demo/Polyhedron/Scene.cpp
	Polyhedron/demo/Polyhedron/Scene_combinatorial_map_item.h
	Polyhedron/demo/Polyhedron/Scene_implicit_function_item.h
	Polyhedron/demo/Polyhedron/Scene_plane_item.h
	Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp
	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.h
	Polyhedron/demo/Polyhedron/Scene_polyhedron_transform_item.h
	Polyhedron/demo/Polyhedron/Scene_polylines_item.h
	Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt
	Surface_mesher/demo/Surface_mesher/CMakeLists.txt
	Triangulation_3/demo/Triangulation_3/CMakeLists.txt
	Triangulation_3/demo/Triangulation_3/MainWindow.cpp
2015-06-30 09:17:26 +02:00
Sébastien Loriot 7792a8fa15 Merge branch 'old/gsoc13-CurveSkeleton-new_package-xgao' into gsoc13-CurveSkeleton-new_package-xgao
Conflicts:
	Documentation/doc/Documentation/Doxyfile.in
	Polyhedron/demo/Polyhedron/cgal_test_with_cmake
2015-06-29 23:16:37 +02:00
Alexander Kobel 8ae9c144a8 make cgal_create_CMakeLists and its brethren recognize all common C++ source file extensions
Rationale: cgal_create_CMakeLists and related scripts used to not
consider files ending on anything else than .cpp or .C as C++ sources.
This patch allows for the list of extensions considered as C++ source
files as stated in the g++ man page.
2015-06-25 15:55:55 +02:00
Laurent Rineau 5f8116e075 Precision avec SFINAE, access control, and C++11 2015-06-23 19:30:24 +02:00
Laurent Rineau cbf2104c5f Fix the link to our Sympa archives 2015-06-19 11:05:34 +02:00
Sébastien Loriot df47015db9 Merge branch 'old/Advancing_front_surface_reconstruction-afabri' into Advancing_front_surface_reconstruction-afabri
Conflicts:
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
	Polyhedron/demo/Polyhedron/cgal_test_with_cmake
2015-06-18 09:12:12 +02:00
Laurent Rineau cce0d3ec64 Merge pull request #100 from sloriot/gsoc2014-Polyhedron_shortest_path-skiazyk
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Polyhedron_shortest_path

This package provides methods to compute the surface-constrained shortest path on 3d models. It was written as a project during GSoC 2014.
2015-06-15 10:45:25 +02:00
Clement Jamin 1097079153 Merge branch 'Point_set_shape_detection_3-cjamin-old' into Point_set_shape_detection_3-cjamin 2015-06-12 16:04:59 +02:00
Clement Jamin f40f58f507 Merge branch 'gsoc2014-2d-reconstruction-ivovigan-old' into gsoc2014-2d-reconstruction-ivovigan 2015-06-12 10:53:04 +02:00
Andreas Fabri 4e9eefd891 Merge branch 'Advancing_front_surface_reconstruction-afabri-old' into Advancing_front_surface_reconstruction-afabri 2015-06-08 15:17:47 +02:00
Laurent Rineau 648ccb1510 CMake>=2.6.3 is required
I have tested: with CMake-2.6.2, there is a configuration error:

CMake Error: Error in cmake code at
/home/lrineau/Git/cgal/Installation/cmake/modules/CGAL_Macros.cmake:213:
Parse error.  Function missing ending ")".  Instead found left paren with text "(".

With CMake-2.6.3, that works.
2015-06-08 14:09:51 +02:00
Sébastien Loriot d123ce5a47 Merge branch 'old/gsoc2014-Polyhedron_shortest_path-skiazyk' into gsoc2014-Polyhedron_shortest_path-skiazyk
Conflicts:
	Documentation/biblio/geom.bib
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
	Documentation/doc/Documentation/packages.txt
	Documentation/scripts/generate_how_to_cite.py
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2015-06-01 17:47:31 +02:00
Andreas Fabri 674159d412 fixes of doxygen warnings/errors 2015-04-14 14:37:42 +02:00
Sven Oesau de5058ae84 Merge branch 'Point_set_shape_detection_3-cjamin_old' into Point_set_shape_detection_3-cjamin
Conflicts:
	Documentation/doc/Documentation/dependencies
	Documentation/doc/Documentation/packages.txt
2015-04-03 16:01:03 +02:00
Jane Tournois 9f1f8ae95d add random access range
and use boost::size instead of distance
2015-04-01 18:11:39 +02:00
Laurent Rineau 4eef28be7e Minimal version of Boost: 1.48 2015-04-01 17:31:17 +02:00
Maxime Gimeno 52dc3b265d Merge remote-tracking branch 'remotes/cgal-public-dev/gsoc2014-CGAL-Qt5_support-vialon' into to-qt5
All CMake files modified by the branch 'gsoc2014-CGAL-Qt5_support-vialon' have been reset.

Conflicts:
	GraphicsView/demo/Polygon/CMakeLists.txt
	GraphicsView/src/CGAL_Qt4/CMakeLists.txt
	GraphicsView/src/CGAL_Qt4/GraphicsView.qtmoc.cmake
	Installation/cmake/modules/CGALConfig_binary.cmake.in
	Installation/cmake/modules/CGALConfig_install.cmake.in
	Installation/cmake/modules/CGAL_Macros.cmake
	Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt
	Linear_cell_complex/demo/Linear_cell_complex/MainWindow.cpp
	Mesh_3/demo/Mesh_3/CMakeLists.txt
	Polyhedron/demo/Polyhedron/CMakeLists.txt
	Polyhedron/demo/Polyhedron/Polyhedron_demo_edit_polyhedron_plugin.cpp
	Polyhedron/demo/Polyhedron/Polyhedron_demo_join_polyhedra_plugin.cpp
	Polyhedron/demo/Polyhedron/Scene.cpp
	Polyhedron/demo/Polyhedron/implicit_functions/CMakeLists.txt
	Polyhedron/demo/Polyhedron/polyhedron_demo_macros.cmake
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/CMakeLists.txt
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/MainWindow.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_average_spacing_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_cleaning_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_inside_out_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_local_spacing_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_normal_estimation_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_off_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_poisson_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_poisson_plugin_cgal_code.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_simplification_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_smoothing_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/PS_demo_xyz_plugin.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Point_set_demo.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Polyhedron_demo_plugin_helper.cpp
	Surface_reconstruction_points_3/demo/Surface_reconstruction_points_3/Scene.cpp
	Triangulation_3/demo/Triangulation_3/CMakeLists.txt
2015-03-30 16:02:51 +02:00
Michael Hemmer 5767addb9c Merge branch 'gsoc2013-Visibility_doc-hemmer-old' into gsoc2013-Visibility_doc-hemmer
Conflicts:
	Documentation/biblio/cgal_manual.bib
	Documentation/biblio/geom.bib
	Documentation/doxyassist.xml
2015-03-26 16:26:15 +01:00
Andreas Fabri 3344ff0909 Add doc for package Solver_interface 2015-03-24 13:42:58 +01:00
Jane Tournois d39f201724 in triangulate_hole_polyline, replace begin and end iterators by PointRanges 2015-03-10 11:38:08 +01:00
Weisheng Si 0975502aee Add Cone_spanners_2 to dependencies 2015-03-05 11:32:31 +11:00
Weisheng Si 56bf3f7f97 Cone_based_spanners --> Cone_spanners_2 2015-03-05 08:14:57 +11:00
Sébastien Loriot 1ed289cc7e Merge branch 'old/gsoc13-CurveSkeleton-new_package-xgao' into gsoc13-CurveSkeleton-new_package-xgao
Conflicts:
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/resources/how_to_cite_cgal.bib.in
2015-02-09 12:43:41 +01:00
Sébastien Loriot 137805d091 Merge branch 'old/Polygon_mesh_processing-GF'
Conflicts:
	Operations_on_polyhedra/include/CGAL/orient_polyhedron_3.h
	Polygon_mesh_processing/include/CGAL/orient_polygon_soup.h
	Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
	Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.h
2015-01-30 17:55:22 +01:00
Andreas Fabri 31855de8be Merge branch 'Advancing_front_surface_reconstruction-afabri-old' into Advancing_front_surface_reconstruction-afabri
Conflicts:
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
	Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.h
2015-01-15 18:56:05 +01:00
Sébastien Loriot b6f5088676 Merge branch 'Scale_space_reconstruction_3-tvanlank'
Tested in CGAL-4.6-Ic-104
   Approved by the release manager
2015-01-14 16:09:11 +01:00
Laurent Rineau c6ece2b10e Fix permissions 2015-01-12 16:23:14 +01:00
Sébastien Loriot e9763e3acf Merge branch 'old/Polygon_mesh_processing-GF' into Polygon_mesh_processing-GF
Conflicts:
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
	Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/compute_normal.h
	Polygon_mesh_processing/include/CGAL/Self_intersection_polyhedron_3.h
2015-01-12 11:47:38 +01:00
Andreas Fabri 8929fd43c1 Merge branch 'Triangulation_2-NewPolylineConstraint-GF'
Approved by the release manager
Conflicts:
	Documentation/resources/how_to_cite_cgal.bib.in
2015-01-12 11:44:32 +01:00
Andreas Fabri babaa99826 Merge branch 'CGAL-Getting_Started-GF'
Approved by the release manager
Conflicts:
	Documentation/doc/Documentation/main.txt
2015-01-12 11:29:26 +01:00
Andreas Fabri 6e36a853a9 Merge branch 'Surface_mesh-new_package-GF'
Approved by the release manager
Conflicts:
	Documentation/doc/Documentation/dependencies
	Documentation/resources/how_to_cite_cgal.bib.in
	Installation/changes.html
2015-01-12 11:27:35 +01:00
Sébastien Loriot 53c52bc516 Merge branch 'old/Scale_space_reconstruction_3-tvanlank' into Scale_space_reconstruction_3-tvanlank 2015-01-09 14:03:59 +01:00
Sébastien Loriot 0218954ea6 Merge branch 'barycentric_coordinates_2-dmitry'
Tested in CGAL-4.6-Ic-99 and CGAL-4.6-Ic-100
  Approved by the release manager

Conflicts:
	Installation/changes.html
	Kernel_23/include/CGAL/internal/Projection_traits_3.h
2015-01-09 10:35:20 +01:00
Andreas Fabri a801f9e185 Improve the examples which illustrate problems with double 2015-01-08 12:28:14 +01:00
Sébastien Loriot fc6f9368a0 move Hole Filling in the new Polygon Mesh Processing package 2015-01-06 11:37:25 +01:00
Sébastien Loriot d52e392748 Merge branch 'Polyhedron_HoleFilling-GF' into Polygon_mesh_processing-GF 2015-01-06 11:05:21 +01:00
Sébastien Loriot 67cb148918 fix doc warnings and add to package overview 2015-01-06 10:52:48 +01:00
Andreas Fabri 120890cacc Add manual.txt 2014-12-30 12:19:55 +01:00
Sébastien Loriot c480d71f22 Merge branch 'old/Scale_space_reconstruction_3-tvanlank' into Scale_space_reconstruction_3-tvanlank
Conflicts:
	.gitignore
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2014-12-29 10:15:53 +01:00
Andreas Fabri 766673bd8c resolve merge conflicts 2014-12-22 17:46:59 +01:00
Clement Jamin 315ffdcbc8 Merge branch 'Triangulation-higher_dimensions-odevil_shornus-old' into Triangulation-higher_dimensions-odevil_shornus 2014-12-18 09:32:23 +01:00
Sébastien Loriot 4fe13d1b32 Merge branch 'gsoc13-CurveSkeleton-new_package-xgao-old' into gsoc13-CurveSkeleton-new_package-xgao
Conflicts:
	Documentation/doc/Documentation/packages.txt
2014-12-18 07:12:27 +01:00
Jane Tournois 18941ef053 fix documentation about how to install TBB on Windows 2014-12-15 16:09:14 +01:00
Sébastien Loriot 63406293e1 Merge branch 'Projection_traits-add_more_functors-sloriot' into barycentric_coordinates_2-dmitry
Conflicts:
	Documentation/biblio/cgal_manual.bib
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
2014-12-12 14:24:17 +01:00
Andreas Fabri b2858d9408 add a link to organization in Getting Started 2014-12-03 16:54:33 +01:00
Andreas Fabri 853a78a9be use real CGAL classes in concepts/models 2014-12-03 14:10:16 +01:00
Andreas Fabri 631e3452cc Add a page on the Organization of the Manual 2014-12-03 08:37:55 +01:00
Andreas Fabri 34a06c004a Add a figure with concepts and models 2014-12-01 21:26:36 +01:00
Andreas Fabri d48a67f36a polish links 2014-12-01 11:07:20 +01:00
Andreas Fabri 4eb40cfc94 Add Organization of the Reference Manual 2014-11-28 18:15:38 +01:00
Andreas Fabri 6f4123db35 cleanup 2014-11-28 16:12:50 +01:00
Andreas Fabri 5f3d0f2e34 tell that HalfedgeGraph and InputIterator are also concepts 2014-11-28 14:06:29 +01:00
Andreas Fabri 6d07743d29 Add another example for concept/model 2014-11-28 11:15:28 +01:00
Andreas Fabri ef657ba6fb Add a section for Concepts and Models 2014-11-27 15:10:27 +01:00
Sébastien Loriot 8a7b5448b7 Merge branch 'old/Polyhedron_HoleFilling-GF' into Polyhedron_HoleFilling-GF
Conflicts:
	Documentation/doc/Documentation/packages.txt
2014-11-21 13:17:40 +01:00
Clement Jamin c6de2a50b2 Merge branch 'Triangulation-higher_dimensions-odevil_shornus-old' into Triangulation-higher_dimensions-odevil_shornus 2014-11-20 19:19:23 +01:00
Andreas Fabri 4355794781 iterator_range moved the package 2014-11-12 14:40:51 +01:00
Laurent Rineau de6c026d8f Merge branch 'GraphicsView-try_export_to_SVG-lrineau' into Triangulation_2-NewPolylineConstraint-GF 2014-11-07 17:40:01 +01:00
Andreas Fabri fe219593e6 Add where to find doc of previous releases 2014-10-21 10:49:19 +02:00
Andreas Fabri 9af438d488 add example path and write intro 2014-10-15 14:35:34 +02:00
Andreas Fabri 4be974b230 Improve Getting Started 2014-10-14 18:38:18 +02:00
Sébastien Loriot fbc46bd95e rename Polyhedron_shortest_path -> Surface_mesh_shortest_path 2014-09-19 17:33:43 +02:00
Andreas Fabri 7d0f2b011c Add the new package to the manual 2014-09-18 17:01:06 +02:00
Sébastien Loriot d0db4d87db fix package overview 2014-09-18 11:08:42 +02:00
Clement Jamin 8f259e5dea Merge branch 'Triangulation-higher_dimensions-odevil_shornus-old' into Triangulation-higher_dimensions-odevil_shornus 2014-09-09 11:20:33 +02:00
Andreas Fabri 5fde9635d2 Reorder packages in the Part Geometry Processing: Surfaces, Points, 2D 2014-08-29 15:57:51 +02:00
Andreas Fabri d5d9104736 typo 2014-08-27 11:28:55 +02:00
Andreas Fabri e23cbaaa67 typo 2014-08-27 11:22:39 +02:00
Aurélien Vialon 3061863027 Some corrections about documentation. 2014-08-19 19:52:30 +02:00
Aurélien Vialon ec39bd6ea9 Add of Qt5 support into documentation. 2014-08-19 18:50:38 +02:00
Sébastien Loriot 5083f0b6c3 Merge branch 'gsoc13-CurveSkeleton-new_package-xgao-old' into gsoc13-CurveSkeleton-new_package-xgao 2014-08-12 15:07:49 +02:00
Sébastien Loriot bbfddeb0d9 Merge branch 'Polyhedron_HoleFilling-GF-old' into Polyhedron_HoleFilling-GF
Conflicts:
	Documentation/doc/Documentation/dependencies
	Documentation/doc/Documentation/packages.txt
	Polyhedron/demo/Polyhedron/CMakeLists.txt
	Polyhedron/demo/Polyhedron/Polyhedron_demo_selection_plugin.cpp
	Polyhedron/demo/Polyhedron/Scene.cpp
	Polyhedron/demo/Polyhedron/Scene_polyhedron_item_decorator.h
	Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.h
	Solver_interface/include/CGAL/Eigen_solver_traits.h
2014-08-12 07:11:07 +02:00
Andreas Fabri 43b8390a70 Merge branch 'Triangulation_2-NewPolylineConstraint-GF-old' into Triangulation_2-NewPolylineConstraint-GF 2014-08-08 12:47:15 +02:00
Laurent Rineau d2a2e9d64b Fix a minor bug in the generated documentation
Probably due to a bug of Doxygen, two sentences were glued, without any
whitespace.
2014-08-01 10:47:43 +02:00
Sébastien Loriot 9a48be8c59 Merge branch 'Polyhedron_demo-point_item_knows_if_it_has_normals-local' into Point_set_shape_detection_3-cjamin 2014-07-28 09:18:17 +02:00
Laurent Rineau 90ec02f576 Prepare for CGAL-4.5 2014-07-22 12:47:50 +02:00
Sébastien Loriot 33ab5502f0 Merge branch 'Point_set_shape_detection_3-cjamin-old' into Point_set_shape_detection_3-cjamin
Conflicts:
	Documentation/doc/Documentation/packages.txt
2014-07-21 13:41:05 +02:00
Sébastien Loriot 6ed1ba826e Merge branch 'to-be-tested/Stop_testing_taucs-sloriot'
Taucs, Lapack and Blas supports are no longer tested

Approved by the Release Manager
Tested in CGAL-4.5-Ic-97

Conflicts:
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2014-07-16 20:19:21 +02:00
Sébastien Loriot a158d13647 initial version of Surface_mesh package 2014-07-15 12:08:51 +02:00
Sébastien Loriot 776a940df4 Merge branch 'gsoc13-CurveSkeleton-new_package-xgao-old' into gsoc13-CurveSkeleton-new_package-xgao
Conflicts:
	Documentation/biblio/geom.bib
	Documentation/biblio/manual-4.3.bib
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/packages.txt
	Polyhedron/demo/Polyhedron/CMakeLists.txt
	Solver_interface/include/CGAL/Eigen_solver_traits.h
	Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse_impl.h
	Surface_mesh_simplification/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile_impl.h
2014-07-10 00:45:05 +02:00
Michael Hemmer 08edac829d Merge branch 'gsoc2013-Visibility_doc-hemmer-old' into gsoc2013-Visibility_doc-hemmer
Conflicts:
	Documentation/biblio/how_to_cite.html
	Documentation/biblio/how_to_cite_cgal.txt
2014-07-09 12:39:23 +02:00
Sébastien Loriot 16441b0f6d Merge branch 'Surface_modeling-integration_with_BGL-GF'
Introduces the Surface modeling package that allows
  to deform a triangulated surface mesh

Successfully tested in CGAL-4.5-Ic-90
Approved by the Release Manager

Conflicts:
	Installation/changes.html
2014-07-08 19:53:36 +02:00
Sébastien Loriot a45efccde2 make the doc compilable 2014-07-03 21:48:13 +02:00
Ivo Vigan a5aa204fcd WIP 2014-07-03 21:28:15 +02:00
Sébastien Loriot aeb094e4cc more Taucs removal 2014-06-25 15:58:37 +02:00
Sébastien Loriot 0230e979e2 Merge branch 'CGAL-use_leda-GF-OLD' into CGAL-use_leda-GF
Conflicts:
	Arrangement_on_surface_2/test/Arrangement_on_surface_2/construction_test_suite_generator.cpp
	Arrangement_on_surface_2/test/Arrangement_on_surface_2/test_construction.cpp
	Documentation/doc/Installation.txt
	Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel.h
2014-06-18 22:50:06 +02:00
Sébastien Loriot 70d72d7155 Merge branch 'Polyhedron_HoleFilling-GF-old' into Polyhedron_HoleFilling-GF
Conflicts:
	Operations_on_polyhedra/include/CGAL/Self_intersection_polyhedron_3.h
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2014-06-16 15:30:55 +02:00
Thijs van Lankveld 3a8004e2b3 Processed Andreas' quick review of the documentation. 2014-06-10 15:39:22 +02:00
Sven Oesau eb360523c6 changed CGAL package registration (added point_set_shape_detection_3 in some places)
adapted benchmark
small change in documentation text
2014-05-26 10:03:47 +02:00
Andreas Fabri 194e4241d4 try to add the polyline simplification documentation 2014-05-16 14:51:27 +02:00
Andreas Fabri 8275d99909 fixed typo 2014-05-16 11:07:05 +02:00
Andreas Fabri 9c2bea6308 fixes in polyline simplification 2014-05-15 17:52:44 +02:00
Sébastien Loriot 2892c2fb4e Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF
Conflicts:
	Documentation/biblio/geom.bib
	Documentation/doxyassist.xml
2014-04-08 14:41:09 +02:00
Andreas Fabri c5ae1d35a9 Merge branch 'Advancing_front_surface_reconstruction-afabri-old' into Advancing_front_surface_reconstruction-afabri 2014-03-26 12:55:58 +01:00
Clement Jamin 879e652d08 Add the "Triangulation" package in the lists so that the doc is correctly generated 2014-03-19 14:11:23 +01:00
Dmitry Anisimov 590fa4402f My first commit.
This is the first local commit of the new package Barycentric_coordinates_2 with some types of 2D generalized barycentric coordinates.
2014-02-20 21:41:48 +01:00
Sébastien Loriot 95aa50d5e5 decouple the generation/reading of tag files to avoid issue in parallel build
We give to doxygen two different directories for writing and reading
  tag files. An additional target is taking care of copying the tag files.
  In order to keep the PKG_doc target, I needed to duplicate the
  generation commands (since the subtargets added are needed to have a
  correct dependancy handling for the doc target).
2014-02-19 11:46:27 +01:00
Sébastien Loriot 9114db9085 restore figure source files removed in 0fa2cacb
| commit 0fa2cacb60
  | Author: Sébastien Loriot <sebastien.loriot@cgal.org>
  | Date:   Tue Dec 3 17:27:02 2013 +0100
  |
  |     remove doc_tex documentation (including developer manual) and old manual tools
2014-02-10 14:54:23 +01:00
Sébastien Loriot a72ee0c2a0 Merge branch 'Surface_mesh_segmentation-sloriot'
Introduces the Triangulated Surface Mesh Segmentation Package
See also wiki/Features/Surface_mesh_segmentation
Tested in 4.4-Ic-84

Approved by the release manager

Conflicts:
	Documentation/biblio/how_to_cite.html
	Documentation/biblio/manual-4.3.bib
	Manual/doc_tex/Manual/geom.bib
2014-01-10 00:15:18 +01:00
Sébastien Loriot 0d550585ad update logo 2013-12-11 07:29:12 +01:00
Sébastien Loriot 52cbc39a3c Make cmake generate the bibtex files for the doxygen manual
WIP working only on Linux/Unix and with cmake >= 2.8.11
2013-12-05 22:57:30 +01:00
Sébastien Loriot f3899f9f36 update installation manual to use cgalReleaseNumber 2013-12-05 13:31:56 +01:00
Sébastien Loriot 6d3b7d5b9f add the doxygen macro cgalReleaseNumber in the Documentation package doc 2013-12-05 13:30:33 +01:00
Sébastien Loriot 139d3aa365 clean up developer manual
*rename developer manual chapter anchors
*linking issues
*update html links
2013-12-05 12:29:25 +01:00
Philipp Möller 032c6e428a Add the developer manual to the Manual 2013-12-03 17:17:43 +01:00
Sébastien Loriot 288e034e2c Merge branch 'gsoc13-CurveSkeleton-new_package-xgao-old' into gsoc13-CurveSkeleton-new_package-xgao
Conflicts:
	Polyhedron/demo/Polyhedron/CGAL_demo/Scene_interface.h
	Polyhedron/demo/Polyhedron/Scene.cpp
	Polyhedron/demo/Polyhedron/Scene.h
2013-12-03 15:59:00 +01:00
Andreas Fabri ce47c6e331 Hook the Advancing Front Surface Reconstruction inot the manual 2013-11-28 15:16:20 +01:00
Andreas Fabri 6802db2f6b Merge branch 'old' into Advancing_front_surface_reconstruction-afabri
Apply "My branch is really old.." from the FAQ

Conflicts:
	Installation/changes.html
	Polyhedron/demo/Polyhedron/Scene_points_with_normal_item.cpp
	Polyhedron/demo/Polyhedron/Scene_points_with_normal_item.h
	Polyhedron/demo/Polyhedron/include/CGAL/gl_render.h
2013-11-28 14:58:29 +01:00
Andreas Fabri 17f17382eb cleanup and add doxygen version of the manual 2013-11-28 14:44:33 +01:00
Clement Jamin 741c014831 Fix syntax in documentation 2013-09-10 10:39:45 +02:00
Sébastien Loriot fa2dbe4991 add missing stuff for building the doc 2013-09-10 09:43:54 +02:00
Clement Jamin 85b078de9e Doc fix for TBB 2013-09-09 16:39:52 +02:00
Sébastien Loriot b6640a9d3c Merge branch 'gsoc2012-segmentation-iyaz-old' into gsoc2012-segmentation-iyaz 2013-09-04 08:05:28 +02:00
Clement Jamin e001542971 Added TBB in the installation manual 2013-09-03 15:42:46 +02:00
iyaz cc1a696120 User manual stabs 2013-08-27 16:20:09 +03:00
Luis Peñaranda 37a471b1ff removed duplicate sentences from RS install doc 2013-08-26 11:44:28 -03:00
Andreas Fabri 5c6b44b00c convert html to doxygen tables 2013-08-22 13:23:42 +02:00
Andreas Fabri a0828ab3a6 Remove section on include <CGAL/basic.h> 2013-08-21 16:33:22 +02:00
Laurent Rineau 539856b37e typo 2013-08-20 17:16:19 +02:00
Andreas Fabri e2aca14121 change URL for boost binaries; Put a .txt in namespace CGAL; uppercase acronyms 2013-08-20 14:23:58 +02:00
Sébastien Loriot b352ca7410 Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF 2013-08-06 16:34:47 +02:00
Sébastien Loriot d282ade623 use \cgalCite instead of \cite
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
2013-08-05 18:25:26 +02:00
Sébastien Loriot b2ef3b8673 Merge branch 'doc-remove_gif-local'
Successfully test in CGAL-4.3-Ic-102

This commit fixes a few issues in the doxygen documentation and in particular
the figure for the generation of latex doc.

Approved by the interim release manager

xplain why this merge is necessary,
2013-07-26 17:50:07 +02:00
Sébastien Loriot 3750709244 add fig directory for package overview 2013-07-26 17:05:17 +02:00
Sébastien Loriot beaf798614 add skeleton for generating the manual 2013-07-26 17:00:51 +02:00
Sébastien Loriot fc64c61cf2 accomodate changes to build doc with cmake 2013-07-26 13:36:43 +02:00
Sébastien Loriot 3121bcfd32 Merge branch 'gsoc2012-segmentation-iyaz-old' into gsoc2012-segmentation-iyaz
Conflicts:
	Documentation/doc/General.txt
	Documentation/doxyassist.xml
	Point_set_processing_3/include/CGAL/IO/write_off_points.h
	Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
	Point_set_processing_3/include/CGAL/Point_with_normal_3.h
	Point_set_processing_3/include/CGAL/improved_jet_smooth_point_set.h
	Point_set_processing_3/include/CGAL/improved_laplacian_smooth_point_set.h
	Point_set_processing_3/include/CGAL/jet_estimate_normals.h
	Point_set_processing_3/include/CGAL/jet_smooth_point_set.h
	Point_set_processing_3/include/CGAL/pca_estimate_normals.h
	Point_set_processing_3/include/CGAL/pca_smooth_point_set.h
	Polyhedron/demo/Polyhedron/CMakeLists.txt
	Spatial_sorting/doc/Spatial_sorting/CGAL/Spatial_sort_traits_adapter_3.h
	Spatial_sorting/doc/Spatial_sorting/CGAL/Spatial_sort_traits_adapter_d.h
	Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/edge_collapse.h
2013-07-26 11:52:16 +02:00
Sébastien Loriot c44127d129 add CGAL version in the name of the documentation
fix bug #15457
2013-07-25 12:35:58 +02:00
Sébastien Loriot 143a2181b3 add latex format for \imagei doxygen command
perl -pe 's/^(\s*)\\image\s+html\s+(.*)\s*$/$1\\image html $2\n$1\\image latex $2\n/' -i
2013-07-25 11:50:53 +02:00
Sébastien Loriot 519b301130 remove gif files from doxygen doc include path 2013-07-25 11:14:16 +02:00
Sébastien Loriot 4389b0bac8 remove the usage of gif in the doxygen doc as pdflatex does handle them
replace the files with png
2013-07-25 11:06:13 +02:00
Michael Hemmer 7d47fa4a7f try to add Visiblity_2 to cmake doxygen process 2013-07-23 11:31:39 +02:00
Laurent Rineau 18d4672493 Merge branch 'Periodic_2_triangulation_2-nkruithof'
Tested in CGAL-4.3-Ic-73

Approved by the release manager
2013-06-28 17:48:44 +02:00
Laurent Rineau 73887c6927 Revert "Revert the merge of Periodic_2 into master. It was pushed by error."
This reverts commit b27c0a4efb.
2013-06-28 17:48:15 +02:00
Sébastien Loriot dd0edc7c94 update documentation build process to include Surface_modeling 2013-06-27 09:03:28 +02:00
Sébastien Loriot d9cf655db1 Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF
Conflicts:
	Documentation/doxyassist.xml
	Documentation/header_package.html
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2013-06-27 08:55:59 +02:00
Laurent Rineau d2cd5025a9 Add Periodic_2 in the documentation 2013-06-26 13:03:46 +02:00
Laurent Rineau ddd1c3c288 Merge commit '54f0b65' into Periodic_2_triangulation_2-nkruithof
'54f0b65' is the branch 'Documentation-remove-dxyassist-pmoeller'
2013-06-26 12:39:41 +02:00
Laurent Rineau b27c0a4efb Revert the merge of Periodic_2 into master. It was pushed by error.
Revert "Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal"

This reverts commit 5ac2c05249, reversing
changes made to 93b77ce529.
2013-06-24 12:50:27 +02:00
Nico Kruithof 5ac2c05249 Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-06-21 21:47:48 +02:00
Sébastien Loriot e3bdde7054 remove explicit reference to a header file 2013-06-17 09:52:08 +02:00
Sébastien Loriot 716f87d2d7 rename Hidden_type to unspecified_type and update its description 2013-06-13 18:48:58 +02:00
Sébastien Loriot 0f8498f3b5 Revert "use relative path in tagfiles, otherwise documentation output cannot be moved"
This reverts commit ea256c954a.

Conflicts:
	Documentation/CMakeLists.txt
2013-06-13 15:21:07 +02:00
Sébastien Loriot 2dc828791e doxygen: set SHOW_FILE to NO for all packages 2013-06-13 13:10:06 +02:00
Nico Kruithof a9858ee784 Merge branch 'Periodic_2_triangulation_2-nkruithof' 2013-06-11 21:22:30 +02:00
Sébastien Loriot d67963be64 doxygen set SHOW_FILES to NO in main package 2013-06-11 15:12:09 +02:00
Sébastien Loriot 4ad362ad51 change main output path from CGAL to Manual 2013-06-11 14:19:59 +02:00
Sébastien Loriot ea256c954a use relative path in tagfiles, otherwise documentation output cannot be moved 2013-06-11 12:54:25 +02:00
Panagiotis Cheilaris e365c3d4b9 Merge branch 'doxygen-script-cgal_create_package_dir-philaris'
Script cgal_create_package_dir.py creates the skeleton
directory structure of a new package and fills it with
some basic files.

Approved by the release manager.
2013-06-09 18:09:44 +02:00
Panagiotis Cheilaris 7a1201e1dc move template figure to correct directory 2013-06-04 09:55:44 +02:00
Philipp Möller f62ae983b0 Add missing dependency 2013-05-30 18:29:51 +02:00
Philipp Möller d50b30a2ff wrong image path 2013-05-30 14:51:16 +02:00
Philipp Möller 1c0e531bcf Add complete dependencies for Documentation 2013-05-30 14:04:48 +02:00
Philipp Möller 0bf3e6cae5 fix typo 2013-05-30 14:04:48 +02:00
Philipp Möller bca02c250c Handle Documentation like the other packages 2013-05-30 14:04:48 +02:00
Sébastien Loriot e2e19cfbb0 rename Stream_support doc directory from IOstream to Stream_support 2013-05-29 14:16:05 +02:00
Sébastien Loriot 36ff48dff7 add a dummy default pkg image for package overview 2013-05-29 11:15:37 +02:00
Sébastien Loriot 2d947dc1d6 new cgal doxygen debug macro to put the text inside a div 2013-05-28 13:24:24 +02:00
Sébastien Loriot 170c619a2d fix places where the <div> added by cgalAdvanced conflicts with other html tags 2013-05-28 09:51:49 +02:00
Sébastien Loriot ca7374e8b1 add missing comma 2013-04-30 11:58:46 +02:00
Sébastien Loriot 0bc64f9f4a update installation manual to mention the windows tutorial 2013-04-30 11:08:28 +02:00
Sébastien Loriot bd8b865957 add link to homebrew homepage 2013-03-29 15:57:05 +01:00
Andreas Fabri 02bb200fe5 Add a CMake variable that allows to disable GMP/MPFR 2013-03-15 14:11:34 +01:00
Sébastien Loriot e0e8710390 add all property maps concepts to ease linking to them. Update pages using them
Conflicts:
	Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/edge_collapse.h
2013-03-14 17:02:43 +01:00
Sébastien Loriot 7412cdb650 add all property maps concepts to ease linking to them. Update pages using them 2013-03-14 16:59:27 +01:00
Sébastien Loriot 1a5ea88127 document standard concepts 2013-03-14 08:10:46 +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 dd6005296c update bibtex entry 2013-03-06 12:38:24 +01:00
Andreas Fabri e95efa1f53 Document the tracker 2013-03-06 10:40:45 +01:00
Nico Kruithof 1df99adf3f Merge branch 'master' into Periodic_2_triangulation_2-nkruithof 2013-02-23 15:07:06 +01:00
Sébastien Loriot ab27458311 add documentation canvas for surface modeling 2013-02-20 08:44:32 +01:00
Nico Kruithof 13764ac4f1 Working on the documentation 2013-02-05 14:42:54 +01:00
Sébastien Loriot f0f34d45fa workaround to force the usage of the tr1 implementation of result_of from boost
see http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of
2013-02-04 11:30:28 +01:00
Sébastien Loriot af955bd674 ignore citelist warnings in doxygen testsuite 2013-02-01 17:18:26 +01:00
Sébastien Loriot fd8ecff8b5 add external links to C++ standard concepts 2013-01-31 20:55:13 +01:00
Sébastien Loriot d05a8a15f3 make STL concepts doxygen concepts and update script to change thein icons
local links class are of class el while external links are of class elRef.
This was needed for CGAL.CGAL/html/annotated.html
Note that the patch on html_output_postprocessing.py also make conceptify run
in CGAL.CGAL (for STL concepts)
2013-01-24 06:10:59 +01:00
Sébastien Loriot b9a42236d5 port the documention to the latest CGAL doxygen setup 2013-01-16 18:05:13 +01:00
Sébastien Loriot bde1f19777 macro cannot be used in section title 2013-01-07 20:35:03 +01:00
Sébastien Loriot 6a9a28f0a1 remove link warning 2013-01-07 20:34:02 +01:00
Sébastien Loriot 2487c2309e less linking and remove double backtick 2013-01-07 19:41:28 +01:00
Sébastien Loriot 318c280932 less linking 2013-01-07 19:26:50 +01:00
Philipp Möller 2a9807ad1d Inline the cites to get rid of the bibliography 2012-12-21 12:35:13 +01:00
Andreas Fabri 74d881db74 unlink 2012-12-05 12:37:22 +01:00
Sébastien Loriot 7aef612a78 backport f1b0161b9d into doxygen 2012-11-27 08:25:36 +01:00
Sébastien Loriot 920eb63882 backporting documentation changes of master@9fcc5b57 into doxy-port-pmoeller
Conflicts:
	Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h
	Installation/doc_tex/Installation/usage.tex
	Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h
	Mesh_2/doc/Mesh_2/Concepts/ConformingDelaunayTriangulationTraits_2.h
	Spatial_searching/doc/Spatial_searching/CGAL/Incremental_neighbor_search.h
	Spatial_searching/doc/Spatial_searching/CGAL/K_neighbor_search.h
	Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_incremental_neighbor_search.h
2012-11-23 22:54:31 +01:00
Sébastien Loriot 787481eba0 backport commit in tex file from master into doxygen 2012-11-23 18:14:21 +01:00
Sébastien Loriot efc7379592 backport commit in tex file from master into doxygen 2012-11-23 17:46:59 +01:00
Sébastien Loriot c2d57c1740 fix mismatch of {} 2012-11-21 11:06:44 +01:00
Andreas Fabri 1af739e10f Add autotoc, remove CGAL::, replace # with \section 2012-11-19 13:27:49 +01:00
Sébastien Loriot 128b02abb8 update CGAL custom doxygen macros
corresponds to a run of the script Documentation/conversion_tools/rename_macros.sh
+manual edit of doxyassist.xml and pkglist_filter.py
2012-11-14 00:31:05 +01:00
Sébastien Loriot 5ee1081f92 using cgal macros for all figures 2012-11-08 17:17:29 +00:00
Sébastien Loriot 0e2b61845c replace markup #, ##, ### by \section, \subsection and \subsubsection
(manual replacement)
2012-11-06 22:24:02 +00:00
Sébastien Loriot ae159cbdf3 replace markup #, ##, ### by \section, \subsection and \subsubsection
(script replacement)
2012-11-06 22:02:15 +00:00
Philipp Möller dccb074804 improve the comment density 2012-10-30 13:15:22 +00:00
Philipp Möller 24b7b586cc Remove the borks that were created by the script that introduced
anchors for top-level headings.
2012-10-05 13:07:09 +00:00
Philipp Möller e9f5740cb5 Provide a link to actual instructions 2012-10-03 17:09:28 +00:00
Philipp Möller 217d1068a2 Fix headings. 2012-10-02 16:54:22 +00:00
Philipp Möller 272a52ee44 Do a global pass over Doxygen warnings/errors. 2012-10-02 15:12:54 +00:00
Andreas Fabri ebe7bfebff Add assertion failure behaviour and move user manual section 2012-10-02 14:07:25 +00:00
Andreas Fabri 6abcaf243b Add section anchors 2012-10-02 12:55:51 +00:00
Andreas Fabri 50ddcc7e06 Add section anchors 2012-10-02 12:39:03 +00:00
Philipp Möller c9fdbf3edb Add an anchor to each level one heading, so we get a nice tree in the
user manuals.
2012-10-02 11:53:01 +00:00
Andreas Fabri 0a97740904 add anchors to # 2012-10-02 10:38:21 +00:00
Philipp Möller 37778547bf Fix example to point to paths similar to a flat layout 2012-10-01 18:02:44 +00:00
Philipp Möller b240d7e8d5 Simplify layout, remove a few linker errors 2012-10-01 14:29:28 +00:00
Andreas Fabri a1d5fd519c typo 2012-09-29 10:33:12 +00:00
Andreas Fabri 5914dfb4c3 typo 2012-09-27 18:49:44 +00:00
Andreas Fabri 47b1cef695 typo 2012-09-27 18:44:10 +00:00
Philipp Möller 9cfb1a824e Even more compact package overview. 2012-09-27 09:47:29 +00:00
Andreas Fabri 0fc1214f22 Explain traits classes in Hello World 2012-09-26 20:03:21 +00:00
Philipp Möller f807746284 Minimize the package overview. 2012-09-26 17:54:04 +00:00
Philipp Möller a42fdd9de7 Package Overview is now completely integrated in the Treeview.
Unfortunately this makes the issue with the broken treeview sick out a
lot more when using a User Manual link.
2012-09-25 16:41:46 +00:00
Philipp Möller 4535b6b240 Add installation and remove the unnecessary a hack in header.html at
least for the top-level package.
2012-09-25 15:40:52 +00:00
Philipp Möller 1dc9a0169b Enable two custom options and integrate them into the mainpages. 2012-09-25 13:43:55 +00:00
Andreas Fabri 26711596c4 Add LvaluePropertyMap 2012-09-25 11:01:38 +00:00
Andreas Fabri ba4d718189 unlink 2012-09-25 07:44:35 +00:00
Philipp Möller 1b3a78a08f Salvage the demo information from the old package description. 2012-09-20 13:30:49 +00:00
Philipp Möller 2987470868 Add Kinetic doc. 2012-09-19 14:01:12 +00:00
Philipp Möller 9c213f7604 Add Property_map and Point_set_processing doc 2012-09-17 17:27:48 +00:00
Philipp Möller fa9c95ed7e Add Stream_support doc 2012-09-13 18:19:18 +00:00
Andreas Fabri 1c9e5492b4 fix \models 2012-09-11 15:07:13 +00:00
Philipp Möller fcbe6b8021 Document Hidden_type 2012-09-11 09:13:01 +00:00
Philipp Möller 58cd366663 autotoc and heading fix for the getting started pages 2012-09-10 11:46:53 +00:00
Andreas Fabri 0d79affe2e fix whitespace 2012-09-04 09:32:29 +00:00
Philipp Möller 2d16c1e0df Add TDS_3 to the configuration 2012-08-30 15:45:53 +00:00
Andreas Fabri f4c403fe17 title 2012-08-30 09:29:53 +00:00
Andreas Fabri 18f9ab5071 reorganize 2012-08-30 08:53:26 +00:00
Philipp Möller 5a0a5403c4 Enable autotoc on mainpages 2012-08-29 15:45:17 +00:00
Andreas Fabri c875f4ff5d unlink CGAL 2012-08-29 13:39:05 +00:00
Andreas Fabri 7425d37a84 link to kernel and support library 2012-08-29 13:10:41 +00:00
Philipp Möller 7cd5189e8e Remove the link to the developers manual 2012-08-29 08:38:58 +00:00
Philipp Möller e2616dafb1 Rebuild the how_to_cite structure 2012-08-28 17:33:45 +00:00
Andreas Fabri 87d6164356 unlink CGAL in a heading 2012-08-27 14:15:43 +00:00
Philipp Möller 33dc6f1f08 Apply some style to package headings 2012-08-23 18:10:07 +00:00
Philipp Möller 34b71f7920 Layout juggling, configuration refinement 2012-08-23 14:00:05 +00:00
Philipp Möller 09f0c3abfe Add possiblity for packages in the package overview where top level
and subdirectory diverge.
2012-08-21 12:34:18 +00:00
Philipp Möller d5c15dafde fix double \cite commands 2012-08-17 13:46:35 +00:00
Philipp Möller 45f4ccd9ae split the layouts between packages and main 2012-08-16 17:06:55 +00:00
Andreas Fabri 76071e95f5 Add linebreak 2012-08-16 11:59:57 +00:00
Andreas Fabri 71cd1e71c4 capitalize, remove whitespace before comma 2012-08-16 11:55:06 +00:00
Philipp Möller b341a45677 Change Api to small caps 2012-08-16 11:52:51 +00:00
Philipp Möller a6cf3f99e2 Split out the main project so it builds last and can collect all tag
files and for less cluttered doxygen default settings in actual
projects.
2012-08-16 09:52:39 +00:00
Philipp Möller 6a45864c1a Throw a set of ported doc files under version control 2012-08-09 16:07:44 +00:00
Philipp Möller e2d1a10e70 Integrate the Developer's Manual 2012-08-09 13:54:27 +00:00
Philipp Möller 8a013a2449 Footnote support. 2012-08-08 12:51:18 +00:00
Philipp Möller 4a24b439f4 Layouting and package building changes
Fiddle with the master doxygen file, improve package overview
building, add a set of packages to the doxyassist XML, fix up
straggling packages that didn't have those changes
2012-08-08 09:21:40 +00:00
Philipp Möller 0a0c5bd049 * implement a package overview (might want to extract that from the XML)
* sanitize configuration defaults
2012-08-02 10:16:02 +00:00
Philipp Möller 9d1ee261b2 * enable doxyassist for subprojects
* juggle around doc in Documentation to mirror other directories
2012-07-30 17:36:05 +00:00
Philipp Möller a680b4475c Add a batch of additional commands for easier description building. 2012-07-26 17:45:48 +00:00
Andreas Fabri 0c0eebde4c Change the color to make it more readable, and make mathjax less bold 2012-06-21 13:00:41 +00:00
Andreas Fabri fc1f1b2b91 Change the color to make it more readable, and make mathjax less bold 2012-06-21 12:59:45 +00:00
Philipp Möller 9b0bf475e6 Matrix_search 2012-06-20 12:10:35 +00:00
Philipp Möller 9d0678d397 Modular arithmetic 2012-06-14 14:53:29 +00:00
Philipp Möller 63c34025b2 * Fiddling with \hasModels and \refines.
* Number_types package
2012-06-13 14:29:48 +00:00
Philipp Möller d35457df3b Algebraic_foundations 2012-06-07 14:53:28 +00:00
Philipp Möller 71a48a31a9 Add a base configuration and the default manuals from the old branch 2012-06-04 13:55:22 +00:00