Commit Graph

318 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 34d53aa2d9 Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov 2017-12-05 20:32:30 +01:00
Laurent Rineau 6eec29171e Merge pull request #2605 from sloriot/CGAL-dev_man_header
Update dev-man for SPDX and URL/Id tags
2017-12-05 18:24:48 +01:00
Sébastien Loriot ed8f8c453e fix header examples 2017-11-29 15:03:18 +01:00
Sébastien Loriot 8d44f82212 update doc for SPDX and URL/Id tags 2017-11-16 13:49:42 +01:00
Laurent Rineau c6068691fa Merge pull request #2547 from lrineau/CMake-parse_CTest_XML_output-lrineau
CGAL testsuite implemented with CTest plus Python (part.1)
2017-11-13 11:13:54 +01:00
Clement Jamin 75187a99e0 Update Installation Manual with the new way to activate the header-only mode 2017-11-13 10:09:22 +01:00
Mael Rouxel-Labbé 1f4475d471 Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov 2017-10-27 16:26:27 +02:00
Laurent Rineau 7e9d5896b5 Merge pull request #2476 from sloriot/Doc-static_clean_up
Remove ambiguous sentence
2017-10-11 19:15:23 +02:00
Laurent Rineau 83d539dc35 Merge pull request #2465 from sloriot/Doc-HO_fix
Fix the command to configure CGAL in header-only
2017-10-11 19:14:17 +02:00
Sébastien Loriot 9d3457d395 remove ambiguous sentence 2017-09-29 15:58:44 +02:00
Laurent Rineau 3717a1dfd6 Quote `make` 2017-09-26 14:48:36 +02:00
Sébastien Loriot e6261d93bb add cmake option for header-only 2017-09-26 13:28:20 +02:00
Simon Giraudot 38663431a1 Merge branch 'Classification-GF-old' into Classification-GF 2017-09-11 11:53:13 +02:00
Efi Fogel 400c9a1031 Updated 2017-08-10 09:31:16 +02:00
Efi Fogel d3a439f74f Renamed Casting_2 => Set_movable_separability_2 2017-08-10 09:31:12 +02:00
Efi Fogel 65bae54a63 Updated manual 2017-08-10 09:31:04 +02:00
Mael Rouxel-Labbé b8de2148b2 Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov 2017-07-28 11:41:58 +02:00
Simon Giraudot 8043d342e7 Merge branch 'Classification-GF-old' into Classification-GF 2017-07-21 12:06:19 +02:00
Simon Giraudot 018cefa306 Fix LASlib thirdparty section in installation doc 2017-07-11 11:58:52 +02:00
Simon Giraudot ab2524450e Add link to the CGAL fork of LASLIB 2017-07-11 11:58:50 +02:00
Simon Giraudot dff92e2b3f Add LASlib as third party library 2017-07-11 11:58:49 +02:00
Simon Giraudot 4b245f961e Merge branch 'Classification-GF-old' into Classification-GF 2017-07-10 09:06:26 +02:00
Mael Rouxel-Labbé b58cfe0895 Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
Based on the P3RT3 branch
2017-05-29 10:15:19 +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
Simon Giraudot 3ce8e9fc64 Merge branch 'Classification-GF-old' into Classification-GF 2017-03-13 07:51:54 +01:00
Tocic 0bd00bd683 Update Tutorial_hello_world.txt
fix typos
2017-02-27 21:00:44 +02: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 904a889e6d Merge pull request #1791 from sgiraudot/Point_set_3-GF
New package Point Set 3
2017-01-09 11:21:23 +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 d18f0ce0ba move more files to version specific resources 2016-12-29 15:38:12 +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
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 22f0b2c1f8 Merge branch 'Point_set_3-GF-old' into Point_set_3-GF 2016-10-24 15:17:38 +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
Laurent Rineau 514f611649 Deprecate the macro CGAL_VERSION 2016-08-23 16:32:47 +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
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
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