Commit Graph

484 Commits

Author SHA1 Message Date
Clement Jamin 5b9562ea84 Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse 2017-06-16 11:09:07 +02:00
Laurent Rineau 376c2dd002 Merge pull request #1852 from maxGimeno/Doxygen_compare-GF
Compare two documentation outputs
2017-06-13 10:18:28 +02:00
Maxime Gimeno 36d1a39bfc Optimisations :
- Fix path problems
 - Unify test_doxygens.sh
 - use th emax number of cores available for make calls
 - fix doc of the scripts
2017-06-07 13:58:48 +02:00
Maxime Gimeno 82d26e2ab3 If not args.master_dir, don't copy doxygen masters documentation 2017-06-06 15:20:57 +02:00
Mael Rouxel-Labbé 22d47f32b8 Updated the documentation 2017-05-12 10:34:56 +02:00
Maxime Gimeno 33cd8fda21 Last adjustments for the text of the links. 2017-05-10 15:33:45 +02:00
Andreas Fabri db324c3c70 Fix links to geomview and to the BGL 2017-04-26 15:52:44 +02:00
Maxime Gimeno 7745ed8423 Modify run_doxygen_testsuite to use the new doxygen testsuite. 2017-04-18 12:59:26 +02:00
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
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
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
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
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