Maxime Gimeno
|
688b5dd06e
|
Move dependencies creation to package_info and add dependencies to git
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
8bde832931
|
Fix METIS headers in BGL
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
acd0a72edf
|
Modify travis script to test dependencies
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
ae36b452bc
|
Add dependencies of all packages
|
2018-02-02 12:08:05 +01:00 |
Simon Giraudot
|
6269309d86
|
Use CGAL include for boost counting/transform iterators everywhere
|
2018-01-23 11:09:52 +01:00 |
Sébastien Loriot
|
19adf3b05e
|
make the doc match struct/class with the implementation
|
2017-11-17 11:34:55 +01:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Laurent Rineau
|
8f46324806
|
Merge pull request #2475 from sgiraudot/Fix_counting_iterator_warning_everywhere-GF
Fix counting iterator warnings
|
2017-10-11 19:15:15 +02:00 |
Laurent Rineau
|
2b35bddfb2
|
Replace all std::binary_function by CGAL::binary_function
|
2017-10-04 16:36:32 +02:00 |
Laurent Rineau
|
7e9f756935
|
Replace all std::unary_function by CGAL::unary_function
|
2017-10-04 15:57:09 +02:00 |
Simon Giraudot
|
1e7b9ea027
|
Fix counting iterator warnings
|
2017-09-29 14:47:17 +02:00 |
Mael Rouxel-Labbé
|
e0bdb6a9ac
|
SDG vertex base must define a Point type to satisfy TriangulationVertexBase_2
|
2017-06-28 10:15:30 +02:00 |
Mael Rouxel-Labbé
|
fba90bcd32
|
Fixed segment Delaunay graph concepts
SDG inherits from T2, so the concepts must refine T2's
|
2017-06-28 10:15:30 +02:00 |
Andreas Fabri
|
dfb37af958
|
test dependencies in Mesh_2
|
2017-04-06 13:16:35 +02:00 |
Jane Tournois
|
df47a35e67
|
fix more conversion warnings for msvc 2017
|
2017-02-14 12:00:05 +01:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Laurent Rineau
|
9551ca5945
|
Merge pull request #1623 from lrineau/SDG_2-fix_include-lrineau
Fix a missing #include with -DCGAL_PROFILE
|
2016-11-03 11:03:33 +01:00 |
Laurent Rineau
|
4963de5a27
|
Fix a missing #include with -DCGAL_PROFILE
|
2016-10-27 10:28:31 +02:00 |
Marc Glisse
|
9f9a201d50
|
Specify the type for expression templates.
|
2016-10-21 13:47:00 +02:00 |
Laurent Rineau
|
9658e6e1f9
|
Merge pull request #1591 from afabri/SDG-set_failbit-GF
SDG_2: Set the failbit if the operator>> for Site fails.
|
2016-10-20 09:47:58 +02:00 |
Laurent Rineau
|
c826500c7d
|
Merge pull request #1551 from mglisse/Number_types-gmpxx_coercion-glisse
Misc GMPXX fixes
|
2016-10-20 09:47:39 +02:00 |
Andreas Fabri
|
664fb7dd5f
|
set the failbit
|
2016-10-18 12:32:54 +02:00 |
Laurent Rineau
|
038a310a1a
|
Merge pull request #1446 from sloriot/CGAL-remove_dont_submit
Getting rid of the remaining dont_submit files
|
2016-10-17 10:01:30 +02:00 |
Laurent Rineau
|
5bde261394
|
Merge pull request #1427 from afabri/SDG_2-static-GF
SDG_2: No need for thread local storage as readonly
|
2016-10-17 10:00:57 +02:00 |
Marc Glisse
|
2c31c41529
|
Specify the type for expression templates.
|
2016-10-15 19:54:51 +02:00 |
Andreas Fabri
|
37c6367058
|
Forgot to go from error to warning for the hierarchy
|
2016-10-14 08:40:07 +02:00 |
Andreas Fabri
|
27d40d45b0
|
turn the error in a warning again
|
2016-10-13 15:41:32 +02:00 |
Sébastien Loriot
|
09030a3b02
|
move to archive and remove replaced header file
|
2016-10-06 09:53:39 +02:00 |
Laurent Rineau
|
223c1cf5a4
|
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
Compute and fix packages dependencies
|
2016-10-05 13:11:04 +02:00 |
Andreas Fabri
|
40c834a298
|
Move Filtered_construction from SDG_2 to Filtered_kernel
|
2016-09-30 15:23:15 +02:00 |
Sébastien Loriot
|
7e2ee496de
|
update project name of cmake scripts of tests
|
2016-09-08 00:26:37 +02:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Andreas Fabri
|
182fd87426
|
Produce error message
|
2016-09-07 09:27:04 +02:00 |
Andreas Fabri
|
8d0e4d6d8e
|
no need for static
|
2016-09-06 17:03:07 +02:00 |
Andreas Fabri
|
5de61c882f
|
changes after LR's remarks
|
2016-09-06 16:01:30 +02:00 |
Andreas Fabri
|
6ce1a348f6
|
get rid of static data
|
2016-09-06 13:02:04 +02:00 |
Andreas Fabri
|
92ba8a3c1e
|
simplify
|
2016-09-06 12:25:53 +02:00 |
Andreas Fabri
|
96ab62cfc1
|
no need for static tags. They are light weight
|
2016-09-01 16:20:28 +02:00 |
Andreas Fabri
|
d44ba8e43e
|
Switch to boost::transform_iterator, as it deals correctly with temporary objects
|
2016-09-01 12:38:59 +02:00 |
Andreas Fabri
|
939de5f680
|
Make variables thread local or they are const as read only
|
2016-08-31 16:50:20 +02:00 |
Sébastien Loriot
|
7f3772a50b
|
replace the usage of raw pointer as property map
It was deprecated in boost 1.55
http://www.boost.org/users/history/version_1_55_0.html
|
2016-07-13 13:53:00 +02:00 |
Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +01:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Sébastien Loriot
|
2d191d6651
|
commit CMakeLists.txt for all examples and tests
|
2016-03-07 17:39:36 +01:00 |
Andreas Fabri
|
cd4457407b
|
Fix typo
|
2016-03-04 17:31:32 +01:00 |
Andreas Fabri
|
a7d82f70a5
|
Declare 'SDG_hierarchy_2::nearest_neighbor()' const
|
2016-02-27 08:19:16 +01:00 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +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
|
81a8f982dc
|
Handle the easy INPUT cases
If INPUT is just PKG/doc/PKG, handle it automatically.
|
2015-12-10 17:00:26 +01:00 |