Andreas Fabri
|
dfb37af958
|
test dependencies in Mesh_2
|
2017-04-06 13:16:35 +02: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 |
Panagiotis Cheilaris
|
4c15263b05
|
fix svdlinf ipelet: fix sdglinf dual draw
|
2016-11-06 12:55:10 +01:00 |
Laurent Rineau
|
0b49666c09
|
Merge pull request #1425 from afabri/SDG_inf_2-static-GF
SDG_linf_2: No need for thread local storage as readonly
|
2016-10-17 10:01:48 +02:00 |
Sébastien Loriot
|
65e3ed982d
|
move scripts to archive
|
2016-10-06 09:53:37 +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
|
c136d7e62b
|
Fix package SDG_Linf: include headers
|
2016-09-30 15:22:28 +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
|
3e0956f598
|
no need for static tags
|
2016-09-06 16:13:12 +02:00 |
Andreas Fabri
|
83e59fefd3
|
No need for thread local storage as readonly
|
2016-08-31 14:52:52 +02:00 |
Guillaume Damiand
|
10469f9c4e
|
Update with master
|
2016-05-25 10:58:55 +02:00 |
Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +01:00 |
Guillaume Damiand
|
1d798839de
|
Replace iword(CGAL::IO::mode) by get_mode
|
2016-03-09 10:37:57 +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 |
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 |
Laurent Rineau
|
f9917c487e
|
CMake 2.8.11
|
2015-07-13 12:36:43 +02:00 |
Laurent Rineau
|
9f5b43ec36
|
Fix the \cgalPkgSince
|
2015-07-10 17:21:36 +02:00 |
Laurent Rineau
|
8ac6c15aa3
|
Commit a new version of the license file
Without the trailing space: that is important for our scripts.
|
2015-07-03 14:03:15 +02:00 |
Sandeep Kumar Dey
|
f3c602cad4
|
copyright info + license header
|
2015-07-03 01:39:55 +02:00 |
Panagiotis Cheilaris
|
b1cec26e33
|
do not include sdglinf scripts in releases
|
2015-06-30 19:00:07 +02:00 |
Panagiotis Cheilaris
|
0c135374cb
|
clean up copyright messages
|
2015-06-30 10:32:11 +02:00 |
Panagiotis Cheilaris
|
e1be73c05b
|
do not use std::forward_as_tuple before MSVS2012
|
2015-06-30 10:32:11 +02:00 |
Panagiotis Cheilaris
|
9e15338ffc
|
fix otherpnt sdglinf warning
|
2015-06-30 10:32:11 +02:00 |
Panagiotis Cheilaris
|
dbde1af6c0
|
correct sdglinf examples in documentation
|
2015-06-30 10:32:11 +02:00 |
Panagiotis Cheilaris
|
edba785d21
|
sdglinf remove missing test inputs from test files
|
2015-06-30 10:32:10 +02:00 |
Panagiotis Cheilaris
|
5b413d92a4
|
fix warning in Vertex_conflict_C2 with otherpnt
|
2015-06-30 10:32:10 +02:00 |
Panagiotis Cheilaris
|
142414c123
|
sdglinf CGAL_USE for Release warning fixes
|
2015-06-30 10:32:10 +02:00 |
Panagiotis Cheilaris
|
0db2dd8573
|
sdglinf ring avoid conversion of Sign to bool
|
2015-06-30 10:32:10 +02:00 |
Panagiotis Cheilaris
|
30b1e34894
|
avoid conversion of Sign to bool in sdglinf
|
2015-06-30 10:32:10 +02:00 |
Panagiotis Cheilaris
|
47383a4944
|
sdglinf avoid min max macro expansion
|
2015-06-30 10:32:10 +02:00 |
Panagiotis Cheilaris
|
4ab50824ff
|
assertion for some are_same_points in sdglinf
|
2015-06-30 10:32:09 +02:00 |
Panagiotis Cheilaris
|
ae2b1299eb
|
remove is_endpoint_of from sdglinf vv ring
|
2015-06-30 10:32:09 +02:00 |
Panagiotis Cheilaris
|
eb17b2a3a2
|
remove warning: CGAL_USE in sdglinf
|
2015-06-30 10:32:09 +02:00 |
Panagiotis Cheilaris
|
bafb11da0c
|
remove warning: now n_faces is unsigned int
|
2015-06-30 10:32:09 +02:00 |
Panagiotis Cheilaris
|
0569628512
|
rename test programs for sdglinf
|
2015-06-30 10:32:09 +02:00 |
Panagiotis Cheilaris
|
6ab69367f0
|
rename example programs for sdglinf
|
2015-06-30 10:32:09 +02:00 |
Panagiotis Cheilaris
|
dcfeeb3907
|
remove unused sdglinf example
|
2015-06-30 10:32:08 +02:00 |
Panagiotis Cheilaris
|
e92f156943
|
change word logical operators in sdglinf examples
|
2015-06-30 10:32:08 +02:00 |
Panagiotis Cheilaris
|
341d158a3f
|
change word logical operators in sdglinf include
|
2015-06-30 10:32:08 +02:00 |
Panagiotis Cheilaris
|
2f3f3d0885
|
remove sdglinf parameter warnings
|
2015-06-30 10:32:08 +02:00 |
Panagiotis Cheilaris
|
66b6dcad84
|
remove benchmark sdglinf sdg-creation-time-hv.cpp
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
|
2015-06-30 10:32:08 +02:00 |
Panagiotis Cheilaris
|
5ff10e10f6
|
remove hv from sdglinf benchmark
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
|
2015-06-30 10:32:08 +02:00 |
Panagiotis Cheilaris
|
b3f6875f8a
|
remove hv from print-sdg for sdglinf
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
|
2015-06-30 10:32:08 +02:00 |
Panagiotis Cheilaris
|
c89df09967
|
remove sdglinf hv include files
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
|
2015-06-30 10:32:07 +02:00 |
Panagiotis Cheilaris
|
a2acb0f2d1
|
sdglinf doc explain traits use
|
2015-06-30 10:32:07 +02:00 |
Panagiotis Cheilaris
|
be344982ba
|
sdglinf doc fix: reference fixed
|
2015-06-30 10:32:07 +02:00 |