Laurent Rineau
|
4b2b272404
|
Fix the -fvisibility=hidden issue
|
2017-06-22 16:17:13 +02:00 |
Maxime Gimeno
|
5ae96fc2aa
|
Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found.
|
2017-05-23 16:12:56 +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 |
Laurent Rineau
|
26c803b6af
|
Merge pull request #1574 from afabri/Filtered_kernel_init_double_to_avoid_warning-GF
Kernel_23: Initialize numbers in operator>>(istream&, Point/Vector/..)
|
2016-10-24 11:46:54 +02:00 |
Andreas Fabri
|
e2e2df90c5
|
We initialize a point to quiet GCC6, although the bool first
should guaranteee that the equality test is only done after that
the point got assigned a value.
|
2016-10-18 09:25:06 +02:00 |
Andreas Fabri
|
76d751be01
|
Use CGAL_FALLTHROUGH
|
2016-10-17 13:45:42 +02:00 |
Sébastien Loriot
|
ceba65b6c7
|
remove outdated file
|
2016-10-06 09:52:52 +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
|
335a87df79
|
Fix package GraphicsView: include headers
|
2016-09-30 15:23:14 +02:00 |
Sébastien Loriot
|
e78bef8a9c
|
update project name of demos
|
2016-09-08 00:13:34 +02:00 |
Laurent Rineau
|
1cde972cdb
|
Remove whitespace at end of lines
|
2016-06-29 11:04:29 +02:00 |
Laurent Rineau
|
2a59492fa9
|
Fix a bug also present in master
|
2016-06-29 11:04:09 +02:00 |
Guillaume Damiand
|
71d9047b87
|
Move add_definition before collect cgal library (bugfix)
|
2016-06-28 12:46:22 +02:00 |
Guillaume Damiand
|
6820e1b5c4
|
Reorder the cmake directive to retreive the same original order
|
2016-06-28 11:30:18 +02:00 |
Guillaume Damiand
|
061ffa6806
|
Remove a double QUIET
|
2016-06-24 18:57:23 +02:00 |
Guillaume Damiand
|
f446cb9370
|
Remove some command unseless in header only
|
2016-06-24 14:37:38 +02:00 |
Guillaume Damiand
|
e115fc07a1
|
Use install(DIRECTORY instead of file(glob following by install(files
|
2016-06-21 19:05:38 +02:00 |
Guillaume Damiand
|
1f40288aa3
|
Update cmakes in order to deal with install version of CGAL in header only mode.
|
2016-06-21 11:20:28 +02:00 |
Guillaume Damiand
|
10469f9c4e
|
Update with master
|
2016-05-25 10:58:55 +02:00 |
Laurent Rineau
|
a96ec65c54
|
Sort results of file(GLOB ...) to make build deterministic
Patch from Joachim Reichel <reichel@debian.org>, adapted from the flat
layout to the Git layout.
Fix #1048.
|
2016-05-06 16:50:16 +02:00 |
Andreas Fabri
|
ab9d9255ae
|
Read .poly files
|
2016-03-11 14:31:35 +01:00 |
Laurent Rineau
|
0ffa350ad7
|
Header-only big bluff!
One can set dependencies even without searching for them.
|
2016-03-09 18:53:59 +01:00 |
Laurent Rineau
|
dd8d66ef96
|
Bug fix, fix a CMake error
|
2016-03-09 18:53:58 +01:00 |
Clement Jamin
|
f2c68b25cd
|
Update CMakeLists.txt of all demos for header-only mode
|
2016-03-09 17:23:20 +01:00 |
Laurent Rineau
|
fd42bc1d15
|
Step 2
CGAL_ImageIO and CGAL_Qt5 are not even configured in header-only
mode. They will be configured later by `CGALConfig.cmake`.
|
2016-03-09 17:14:04 +01:00 |
Laurent Rineau
|
26db90214a
|
Modification for CGAL_HEADERS_ONLY, step 1
|
2016-03-09 17:04:48 +01:00 |
Laurent Rineau
|
2bb72c7f26
|
Compatibility with QT_NO_KEYWORDS
|
2016-03-09 17:02:59 +01:00 |
Guillaume Damiand
|
c623442071
|
Bug fix in CGAL_Qt5/CMakeLists.txt
|
2016-03-09 14:25:03 +01:00 |
Clement Jamin
|
dd3ed5b07c
|
Remove the "S" from HEADERS_ONLY
|
2016-03-09 10:58:55 +01:00 |
Clement Jamin
|
35a11c0e13
|
Use CGAL_HEADERS_ONLY everywhere
|
2016-03-09 10:56:11 +01:00 |
Clement Jamin
|
c27ff9e85c
|
Rename some cmake variables
|
2016-03-09 10:42:46 +01:00 |
Guillaume Damiand
|
78cde742ce
|
Work on demo with qt5; ok for AABBtree (but need to be improved)
|
2016-03-09 10:35:22 +01:00 |
Guillaume Damiand
|
ed2956eec2
|
Do not use qt5 module in header only mode
|
2016-03-09 10:31:17 +01:00 |
Guillaume Damiand
|
6d55c3b140
|
Do the target_link_libraries in all CGAL_XXX libraries only in non header only mode.
|
2016-03-09 10:22:43 +01:00 |
Maxime Gimeno
|
b9856fe1a7
|
- fix MESA
Restoring the memory leak in order to keep the demo running on Mesa.
|
2016-02-17 15:18:11 +01:00 |
Sebastien Loriot
|
69ba6238a3
|
Merge pull request #764 from maxGimeno/Fix_For_761
Fix for 761
|
2016-02-16 16:21:56 +01:00 |
Maxime Gimeno
|
507fdc9f58
|
Fix the MemoryLeak
|
2016-02-12 09:26:32 +01:00 |
Laurent Rineau
|
def3952e0e
|
Merge pull request #767 from bo0ts/Documentation-no_internal_in_title-pmoeller
Remove internal release number from documentation title
|
2016-02-11 15:42:40 +01:00 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +01:00 |
Laurent Rineau
|
8b22743b06
|
Merge pull request #766 from maxGimeno/LCC_Demo-MSAA_removal-GF
Removal of the MSAA in LCC
Conflicts:
GraphicsView/include/CGAL/Qt/CreateOpenGLContext.h
Linear_cell_complex/demo/Linear_cell_complex/Viewer.cpp
|
2016-02-11 15:13:18 +01:00 |
Maxime Gimeno
|
9da8afe1f1
|
Removal of the MSAA in LCC
|
2016-02-11 14:27:44 +01:00 |
Maxime Gimeno
|
0a37521263
|
Revert "Fix for the context"
This reverts commit 552aaa159f.
Conflicts:
Linear_cell_complex/examples/Linear_cell_complex/linear_cell_complex_3_viewer_qt.h
|
2016-02-11 14:16:04 +01:00 |
Sebastien Loriot
|
540a3700e7
|
Merge pull request #733 from maxGimeno/Graphics_view_demo-Pen_fix-GF
Graphics view demo pen fix
|
2016-02-10 10:41:19 +01:00 |
Sebastien Loriot
|
ed557b907d
|
Merge pull request #735 from maxGimeno/Surface_mesher_demo-Glu_removal-GF
Surface_mesher : Glu removal
|
2016-02-10 10:40:51 +01:00 |
Maxime Gimeno
|
552aaa159f
|
Fix for the context
|
2016-02-09 14:48:26 +01:00 |
Maxime Gimeno
|
453708380b
|
Fix for windows
|
2016-02-09 11:41:28 +01:00 |
Maxime Gimeno
|
49e5043f09
|
Replacing GL/gl.h by CGAL/gl.h
|
2016-02-08 08:53:45 +01:00 |
Maxime Gimeno
|
b99c616c23
|
Re-implementation of opengl_check_errors
|
2016-02-05 08:36:54 +01:00 |
Maxime Gimeno
|
380bfc4504
|
Fix for the QPen
|
2016-02-04 09:30:00 +01:00 |
Maxime Gimeno
|
e9e7ca0cf5
|
Fix for P2_T2
|
2016-02-03 16:03:11 +01:00 |