Mael Rouxel-Labbé
41bb11cdee
Make unique indentation style a little less unique (no real changes)
2019-11-19 17:08:25 +01:00
Mael Rouxel-Labbé
b6dd62be52
Use ID_FROM_BOX_ADDRESS in Box_with_info_d where safe
...
That is, where we are passing box ranges by pointer.
See also 52ce0b6ac4
2019-11-19 17:06:47 +01:00
Laurent Rineau
15d9e1f0ff
Restore the alphabetical order of `dependencies` files
2019-10-31 14:41:37 +01:00
Sébastien Loriot
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Laurent Rineau
38539d9a70
Merge pull request #4276 from MaelRL/SMP-ARAP_improvements-GF
...
SMP: Various improvements to the ARAP parameterizer
# Conflicts:
# Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h
2019-10-15 16:33:47 +02:00
Hardik Jain
b344a2167f
Added: Parameterization comparison example in Surface_mesh_parameterization
2019-10-09 11:12:34 +02:00
Mael Rouxel-Labbé
79362c0714
Fix typo
2019-10-07 13:10:34 +02:00
Mael Rouxel-Labbé
ffb18e9e6d
Improve energy-related end condition and verbose
...
- Ignore negative energies (bad for my chakras)
- Only compute energies if we need them
- Fix verbose and counter
2019-10-07 13:08:01 +02:00
Mael Rouxel-Labbé
0840a6e1a3
Enforce constraints by not updating their position
2019-10-07 13:07:30 +02:00
Mael Rouxel-Labbé
5983a80f6f
Fix missing namespace
2019-10-07 13:07:13 +02:00
Mael Rouxel-Labbé
2b8c61b5ab
Update which solvers are used in ARAP parameterization
2019-10-07 13:04:45 +02:00
Hardik Jain
63189fae53
Added: Iterative Authalic Parameterization scheme with examples
2019-09-26 20:03:43 +02:00
Mael Rouxel-Labbé
e4c0bcffa0
Update usage of intersection tags
2019-09-19 18:32:34 +02:00
Maxime Gimeno
76e6fbcb95
Update dependencies
2019-07-05 14:54:19 +02:00
Mael Rouxel-Labbé
f68141a6d3
Merge branch 'PMP-Locate-GF-old' into PMP-Locate-GF
2019-07-01 11:28:25 +02:00
Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Mael Rouxel-Labbé
7f6cb0411c
Merge branch 'PMP-Locate-GF-old' into PMP-Locate-GF
2019-06-18 08:20:16 +02:00
Andreas Fabri
e2d19b0c8d
Replace NULL and Nullptr_t with nullptr and nullptr_t
2019-06-04 23:45:44 +02:00
Mael Rouxel-Labbé
0b506f5cce
Fix package dependencies
2019-05-10 12:41:25 +02:00
Sébastien Loriot
a5ff70122c
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-12 15:43:10 +02:00
Sébastien Loriot
82103c8ebd
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into HEAD
2019-04-12 15:42:03 +02:00
Mael Rouxel-Labbé
6b43eaa311
Mute SMP's ARAP and Orbifold by default
2019-04-05 10:27:20 +02:00
Sébastien Loriot
d60f5645aa
replace BOOST_FOREACH by c++ ranged-based for loop
...
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
2019-03-29 13:22:15 +01:00
Laurent Rineau
0d5009e582
Merge branch 'releases/CGAL-4.13-branch'
2019-03-26 16:43:41 +01:00
Laurent Rineau
0aa49e3549
Merge pull request #3783 from afabri/BGL_add_seams-GF
...
BGL: Seam_mesh::add_seams() requires .selection.txt
2019-03-26 16:42:59 +01:00
Andreas Fabri
99a16d2c8f
Fix example
2019-03-20 16:11:48 +01:00
Laurent Rineau
8693f95dac
Merge pull request #3619 from albert-github/feature/bug_headers
...
Update of headers
2019-02-22 16:39:09 +01:00
Sébastien Loriot
a5576cd3fb
replace markdown subsections by \cgalHeading
2019-02-14 10:53:48 +01:00
Sébastien Loriot
59bc453b42
first batch of replacement for level 1 in classified ref man
...
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00
Andreas Fabri
a483f3442b
CGAL: clean up CMakeLists.txt files in examples and tests
2019-02-13 17:29:29 +01:00
Laurent Rineau
6ffd76a87e
Merge pull request #2792 from afabri/Intersections_3-Add_missing_do_intersect-GF
...
Intersections_3: Add missing do_intersect() overloads
2019-01-18 16:37:54 +01:00
Andreas Fabri
a6c1632f82
No need to disable warnings
2018-12-13 09:51:47 +01:00
Guillaume Damiand
7d406fbb9c
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
2018-11-05 07:32:58 +01:00
Maxime Gimeno
aee51d4b42
Add Dependency to Distance_3
2018-11-02 11:36:43 +01:00
Sébastien Loriot
d940632471
Merge pull request #3258 from MaelRL/PMP-Filter_degenerate_polygon_soup_input-GF
...
PMP: repair polygon soup
2018-11-02 10:37:58 +01:00
Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Guillaume Damiand
0bd9088b5a
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
2018-10-17 14:17:08 +02:00
Guillaume Damiand
7f09308d33
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
2018-10-17 13:07:22 +02:00
Mael Rouxel-Labbé
d18e21cfe7
Merge branch 'PMP-Filter_degenerate_polygon_soup_input-GF-old' into PMP-Filter_degenerate_polygon_soup_input-GF
2018-10-08 16:19:26 +02:00
Sébastien Loriot
2f9408f867
rename link name to match package name
2018-10-08 10:28:55 +02:00
Sébastien Loriot
3dd0aa112d
rename macro not following the convention
2018-10-08 10:28:55 +02:00
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Laurent Rineau
fdd824d77f
Merge pull request #3312 from sloriot/Doc-no_sgi_links
...
Do not link to sgi.com (offline)
2018-09-17 11:36:34 +02:00
Sébastien Loriot
d3e336e8ac
UMFPACK is needed by Orbifold parametrization
2018-09-13 11:37:26 +02:00
Sébastien Loriot
376bc42716
update URL and use https
2018-09-04 13:29:51 +02:00
Mael Rouxel-Labbé
46bd7dc832
Merge branch 'PMP-Filter_degenerate_polygon_soup_input-GF-old' into PMP-Filter_degenerate_polygon_soup_input-GF
2018-08-03 09:34:15 +02:00
Mael Rouxel-Labbé
16a9bc4d7c
Fixed some links / concepts related to sgi.com and cppreference
2018-07-26 16:27:58 +02:00
Mael Rouxel-Labbé
dea2ce0647
Minor improvements to the Orbifold parameterization in the demo
2018-07-20 13:05:25 +02:00
Mael Rouxel-Labbé
f2b1124095
Misc minor changes (don't build FT from doubles & fix some comments)
2018-06-27 14:54:37 +02:00
Mael Rouxel-Labbé
b688291c9f
Removed extra verbose from SMP
2018-06-27 14:54:10 +02:00
Mael Rouxel-Labbé
6613c29bde
Use EXIT_SUCCESS/FAILURE
2018-06-27 14:53:55 +02:00
Laurent Rineau
50c37a5eeb
Merge pull request #3003 from afabri/Parameterization-inline-GF
...
Surface_mesh_parameterization: inline get_error_message()
2018-04-24 17:33:54 +02:00
Andreas Fabri
0f2f219e22
inline get_error_message()
2018-04-10 12:34:10 +01:00
Laurent Rineau
2df75cb8ef
Merge pull request #2995 from MaelRL/Doc-Fix_minor_issues-GF
...
Doc: fix minor issues in Surface_mesh and SMP
2018-04-06 18:12:15 +02:00
Mael Rouxel-Labbé
80617a7f55
Fixed minor doc issues in SMP
2018-04-06 11:58:28 +02:00
Laurent Rineau
0e6d6ce3f8
Merge pull request #2907 from maxGimeno/Surface_mesh_parameterization-Fix_orbifold_example-GF
...
Surface_mesh_parameterization: Fix CMakeLists.txt for orbifold example
2018-03-09 18:40:49 +01:00
Maxime Gimeno
0112d692ab
Fix CMakeLists.txt for orbifold example
2018-03-07 13:32:44 +01:00
Laurent Rineau
0a74393dcf
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Laurent Rineau
6553d7a9b3
Fix check_headers in master
2018-02-20 10:59:04 +01:00
Laurent Rineau
b0c6e37c1d
Merge pull request #2772 from MaelRL/SMP-Clean_internal_from_example-GF
...
SMP: Documented some functions used in the Orbifold Tutte parameterizer
# Conflicts:
# Surface_mesh_parameterization/examples/Surface_mesh_parameterization/orbifold.cpp
# Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h
2018-02-19 14:27:59 +01:00
Laurent Rineau
78e7060525
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
...
Deal with VC++ warnings of level /W4
2018-02-19 14:27:06 +01:00
Andreas Fabri
df2e978158
Fix disable/enable warnings; Fix indentation
2018-02-13 14:02:40 +00:00
Mael Rouxel-Labbé
f23547ef8e
Reworded sentence
2018-02-05 20:28:20 +01:00
Mael Rouxel-Labbé
b5b3782aaa
Fixed typo...
2018-02-05 20:24:04 +01:00
Mael Rouxel-Labbé
17594d2795
Reduced the amount of \sa in SMP's doc
...
(no need to \sa every other parameterizer)
2018-02-05 12:31:40 +01:00
Mael Rouxel-Labbé
123dafc5cf
Doc fixes
2018-02-05 10:30:45 +01:00
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
Maxime Gimeno
7fa4b380d2
fixes in includes logic.
2018-02-02 12:08:05 +01:00
Mael Rouxel-Labbé
92ac7b0eef
Fixed some variable name inconsistencies
2018-02-01 10:28:38 +01:00
Mael Rouxel-Labbé
b3dd544545
Minor doc change
2018-01-31 10:20:08 +01:00
Mael Rouxel-Labbé
bf21e2bd4b
Minor doc improvements
2018-01-29 21:53:45 +01:00
Mael Rouxel-Labbé
e803d7d5d0
Added tags
2018-01-29 18:39:33 +01:00
Mael Rouxel-Labbé
b352738d70
Documented some functions used in SMP/Orbifold Tutte Embedding parameterizer
...
Along the way, fix a few mistakes and generalize the API of these newly
documented functions.
2018-01-29 18:32:25 +01:00
Andreas Fabri
8fcfb34d11
cleanup
2018-01-18 09:17:09 +00:00
Andreas Fabri
36a2ba115d
Surface_mesh_parameterization
2018-01-18 08:56:16 +00:00
Andreas Fabri
39b1431fca
Surface_mesh_paramerization
2018-01-17 21:42:31 +00:00
Sébastien Loriot
b94631496a
Merge remote-tracking branch 'cgal/releases/CGAL-4.11-branch'
2017-12-22 22:50:15 +01:00
Mael Rouxel-Labbé
07cceaf017
Fixed return types of root computation functions
2017-12-11 11:47:01 +01:00
Mael Rouxel-Labbé
2fc598ec70
Reworded errors
2017-12-05 13:14:53 +01:00
Mael Rouxel-Labbé
92292188c7
Changed order of header inclusions
2017-12-05 13:11:59 +01:00
Mael Rouxel-Labbé
4734e87a9b
Fixed typos
2017-12-05 13:10:10 +01:00
Mael Rouxel-Labbé
560f3a96fe
Minor improvements to the GMP solvers functions
2017-12-05 13:08:28 +01:00
Mael Rouxel-Labbé
9dfd06b3ca
Reworked the way we switch between the different Lt solvers
...
Removed Core/MPFI linking by default, this must be done manually if using the
GMP solvers.
2017-12-05 13:07:29 +01:00
Sébastien Loriot
8cdfad0d08
add missing URL and Id tags
2017-11-15 22:58:57 +01:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Mael Rouxel-Labbé
aaca6a0597
Fixed wrong uses of std::numeric_limits<double>::min()
2017-10-27 12:03:44 +02:00
Laurent Rineau
bedd1cf1b5
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
2017-09-08 17:38:04 +02:00
Andreas Fabri
e4a951d8ed
Remove the VC++ compiler option /FR, as it leads to an ICE for #include <Eigen/Sparse>
2017-09-06 11:19:11 +01:00
Mael Rouxel-Labbé
d2b130e442
Tiny doc fix
2017-07-27 10:49:20 +02:00
Sébastien Loriot
ce4923b8bc
use mathjax instead of html symbol
2017-07-12 09:18:23 +02:00
Mael Rouxel-Labbé
1f779831e4
Acknowledge orbifold tutte embedding authors
2017-06-28 10:10:18 +02:00
Mael Rouxel-Labbé
dc20de3bdb
Fixed compilation of ARAP when GMP isn't available
2017-06-27 15:17:50 +02:00
Mael Rouxel-Labbé
815b69d6de
Fixed std::size_t -> int conversion
2017-06-27 14:55:06 +02:00
Mael Rouxel-Labbé
425b1c864a
Fixed comment
2017-06-27 14:54:56 +02:00
Mael Rouxel-Labbé
c2981be99d
Fixed documenting some functions that should not be documented
2017-06-27 14:27:24 +02:00
Mael Rouxel-Labbé
d7db2cba16
Fixed erroneous 'const'
2017-06-27 12:34:44 +02:00
Mael Rouxel-Labbé
79add870ce
Fixed conversion warning
2017-06-23 10:31:42 +02:00
Mael Rouxel-Labbé
8d1016dc32
Fixed unused variable/typedef warnings
2017-06-22 16:17:59 +02:00
Mael Rouxel-Labbé
d63d631ce3
Fixed implicit conversion warning
2017-06-22 16:17:59 +02:00
Mael Rouxel-Labbé
d4801521c3
Fixed virtual destructors warning
2017-06-22 16:17:59 +02:00
Mael Rouxel-Labbé
11addba83b
Fixed unused variable warning
2017-06-22 16:17:59 +02:00
Mael Rouxel-Labbé
eb26762ba7
Fixed uninitialized variable warning
2017-06-22 16:17:59 +02:00
Mael Rouxel-Labbé
50fc1c06a1
Fixed unused variable warning
2017-06-22 16:17:59 +02:00
Mael Rouxel-Labbé
596f39b066
Removed superfluous typenames
2017-06-22 16:17:59 +02:00
Mael Rouxel-Labbé
104363f802
Uniformized template names in doc's \sa
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
f3671d45e1
Re-united some function bodies with their declaration
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
9881f814a1
Misc minor changes
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
9eebcfbaac
Removed the hard requirement on Eigen for parameterization solver traits
...
Users can pass their own solver, provided it is a model of the concept
SparseLinearetc.
Still need Eigen for the examples/tests
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
70259b152f
Fixed example file
...
(worked as it were, but gave a warning)
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
7db1d28947
Minor doc improvements
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
eb4c8868a4
Added author name
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
8d7cca2673
Rewrote Orbital Tutte parameterizer to use a single big matrix
...
instead of smaller ones that we then concatenate. Speed gain is negligible
but this way we do not need read access to matrices.
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
d321616359
Cleaned off SVN remnants from SMP
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
9d2b07c463
Fixed some includes
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
a795dbbdc8
Cleaned off graph_traits includes
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
fceafebce9
Cleaned SMP's dependencies
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
e653c524b6
Fixed missing include
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
90673d5193
Fixed example selection file
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
f1ee94075f
(Re-)added nefertiti.jpg
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
a8f7e2cf50
Test data changes
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
ac05b500dc
Added some more explanations about the change of API
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
995fcab7e3
Minor doc modifications
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
e535f9b129
Added HalfedgeListGraph requirement
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
7898726616
Improved the reading of cones in Orbital parameterization
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
64d10602a5
Fixed seam_polyhedron_3.cpp dumping its output in std::cout
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
c1d01dda04
Moved a remark in SMP.txt
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
1e3d772e15
SMP requires Core
2017-06-22 16:17:13 +02:00
Mael Rouxel-Labbé
cf04209c8e
Various improvements to the Seam mesh documentation
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
c438638828
Cleaned a wrong link in SMP's CMakeLists
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
7a13c777ce
Removed include to untracked header
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
b432ff351b
Fixed permissions
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
c2bc4082e7
Removed or untracked irrelevant files
...
Also fixed some data paths.
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
4570ab4320
Disabled Eigen's static alignement when using UMFPACKLU solver in Orbifold param
...
The assert does not fail when using Eigen's SparseLU solver... This is temporary
while I investigate.
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
a02ab38aab
Doc changes (improved most of the figures)
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
bac0a498ee
Doc changes
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
eab6b0f02c
Added licence and author
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
2274210b17
Removed a warning in SMP
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
b3dc507db1
Doc changes
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
b166e1f98b
Images called from HTML added to doxyfile.in
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
fa6aa9a799
Documentation changes
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
8c1f570d61
Documentation changes
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
45da5415ad
Minor doc changes in SMP
2017-06-22 16:15:57 +02:00
Mael Rouxel-Labbé
4702f3ca36
Documentation changes in Seam_mesh / SMP
2017-06-22 16:15:57 +02:00