Commit Graph

451 Commits

Author SHA1 Message Date
Andreas Fabri 2de6413e50 Document that CGAL-4.10 requires CMake>=3.1 - Fix for #1996 2017-04-03 11:17:02 +02:00
Tocic 0bd00bd683 Update Tutorial_hello_world.txt
fix typos
2017-02-27 21:00:44 +02: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
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 2db341a3d4 Change /bin in /lib and begin to being. 2017-02-15 09:25:54 +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
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
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 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 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 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 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
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 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
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