Andreas Fabri
34ad3ded54
Spatial Searching: Make weighted Minkowski work with Epeck
2023-01-27 16:43:52 +00:00
albert-github
e837d1d6e6
Spelling correction in respect to function / variable names
...
Removed trailing whitespace
2023-01-13 18:59:45 +01:00
albert-github
9c2f8ff60e
Spelling correction in respect to function / variable names
...
As indicated in #7041 (Spelling corrections) theer were still some open corrections in respect to variables / functions, these have been addressed heer.
2023-01-13 18:51:28 +01:00
Sébastien Loriot
ecb987a9bf
do not use shared_ptr ...
...
... as it is more expensive (in small dimension at least) to
create than copying the point
2022-12-23 13:20:13 +01:00
Ivan Paden
f8a97387d7
Add an example for spatial searching with projection
2022-12-22 11:20:17 +01:00
Mael
0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Mael
6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2022-12-05 16:03:41 +01:00
Laurent Rineau
67b5c791e9
Merge pull request #7075 from MaelRL/CGAL-Fix_some_links-GF
...
Update some links + https
2022-12-05 12:22:06 +01:00
Laurent Rineau
34e1157159
Merge pull request #7093 from afabri/Spatial_searching-Weighted_Minkowski_doc_fix-GF
...
Spatial_searching: Fix doc
2022-12-05 12:21:46 +01:00
Laurent Rineau
a59c56239f
Merge pull request #7093 from afabri/Spatial_searching-Weighted_Minkowski_doc_fix-GF
...
Spatial_searching: Fix doc
2022-12-05 11:57:01 +01:00
Andreas Fabri
2c8d317960
Spatial_searching: Fix doc
2022-11-29 10:45:00 +00:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
albert-github
781f9a2943
spelling corrections
...
After review:
- outputhing -> outputting
- neighbour -> neighbor
2022-11-17 10:25:10 +01:00
albert-github
c32b1f4127
spelling corrections
...
Some spelling corrections (Directories starting with `S` rest - `W`),
2022-11-16 13:22:39 +01:00
Laurent Rineau
92d8d1c805
Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF
...
# Conflicts:
# Mesh_3/test/Mesh_3/test_meshing_3D_image.cpp
2022-11-08 12:11:06 +01:00
Laurent Rineau
1c5454dcbe
Add Converting_construction to Simple_precision_epick
...
The difficulty is to detect/define which constructions are "trivial"
and must not be wrapped into `Converting_construction`. Otherwise the
use of `Cartesian_converter`, that uses trivial constructions itself,
can lead to loops and infinite call stacks.
2022-10-28 12:07:58 +02:00
Andreas Fabri
57835beff8
Spatial_searching
2022-10-14 10:36:35 +01:00
Sven Oesau
9611c8f3c0
using epsilon tolerance for Simple_cartesian<double> instead of exact comparison
2022-10-01 16:09:30 +02:00
Mael Rouxel-Labbé
6f187f332c
Misc minor fixes/improvements
2022-09-14 14:08:23 +02:00
Mael Rouxel-Labbé
9b265fddf8
Uniformize REQUIRED / QUIET usage:
...
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
(QUIET depending on required or optional 3rd party)
2022-09-06 16:24:27 +02:00
Mael Rouxel-Labbé
4fc486b195
Purge CMakeLists.txts from obsolete code / noise
2022-09-06 16:19:11 +02:00
Mael Rouxel-Labbé
7cb21c24b0
Uniformize message() for missing 3rd party libraries
...
STATUS for non-essential, NOTICE for important stuff
2022-09-06 16:07:31 +02:00
Mael Rouxel-Labbé
28ba446895
Clean (some) CMakeLists.txt indentation
2022-09-06 15:38:18 +02:00
Sébastien Loriot
861588abe1
Merge 'sloriot/CGAL-std_type_traits' into master
2022-08-03 20:19:51 +02:00
Niklas Hambüchen
c53ae08deb
Spatial_searching: unsigned int -> size_t for vector copy
2022-07-04 11:38:14 +02:00
Sébastien Loriot
37580e9daf
missing () in macro + typo fixes
2022-06-14 11:24:21 +02:00
Sébastien Loriot
3fa436459d
BOOST_MPL_ASSERT -> static_assert
2022-06-10 08:46:01 +02:00
Sébastien Loriot
ac8b6d4731
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Sébastien Loriot
4f5f8341cc
use std::enable_if_t
2022-06-10 07:37:53 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Laurent Rineau
6d28829737
Merge pull request #6316 from sloriot/CGAL-boost_progress
...
Use non-deprecated API for boost progress
2022-02-22 18:24:47 +01:00
Laurent Rineau
98f7d25a20
Merge pull request #6316 from sloriot/CGAL-boost_progress
...
Use non-deprecated API for boost progress
2022-02-22 18:23:37 +01:00
Sébastien Loriot
0dca23cbf8
progress_display is replaced starting boost 1.72
2022-02-18 15:53:54 +01:00
Sébastien Loriot
b4d37aff47
use non-deprecated API
2022-02-18 15:53:54 +01:00
Laurent Rineau
f01b30de0d
Merge pull request #6287 from afabri/Spatial_searching-Incremental_Manhattan_fix-GF
...
Spatial_searching: Fix incremental search with Manhattan distance
2022-02-18 15:21:42 +01:00
Laurent Rineau
9e4aa2b9c3
Merge pull request #6287 from afabri/Spatial_searching-Incremental_Manhattan_fix-GF
...
Spatial_searching: Fix incremental search with Manhattan distance
2022-02-08 23:44:37 +01:00
Laurent Rineau
f0c8cd9052
Merge pull request #6297 from afabri/Spatial_searching-dangling_pointer_warning-GF
...
Spatial_searching: Add a variable as we had a warning about a potentially dangling pointer
2022-02-08 23:44:30 +01:00
Andreas Fabri
d6398b5d37
untabify
2022-02-02 09:27:30 +00:00
Andreas Fabri
8201269ab8
Add a variable as we had a warning about a potentially dangling pointer
2022-02-02 09:21:42 +00:00
Andreas Fabri
971ee5db8b
Shorten file name to see if that fixes the error for 2 VC testsuites
2022-02-02 08:01:30 +00:00
Andreas Fabri
9888d44de4
Spatial_searching: Fix incremental search with Manhattan distance
2022-01-31 09:44:04 +00:00
Dmitry Anisimov
b877fc39fb
more renaming
2021-11-23 14:45:56 +01:00
Dmitry Anisimov
ac7d2a2dea
Merge remote-tracking branch 'refs/remotes/origin/Kd_tree-nice_print-danston' into Kd_tree-nice_print-danston
2021-11-23 14:41:48 +01:00
Dmitry Anisimov
45bcedac36
renamed print method to write_graphviz
2021-11-23 14:39:42 +01:00
Dmitry Anisimov
c4e816e4a3
Update Spatial_searching/include/CGAL/Kd_tree_node.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2021-11-23 14:17:39 +01:00
Dmitry Anisimov
13dbde12d3
Update Spatial_searching/include/CGAL/Kd_tree_node.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2021-11-23 14:17:34 +01:00
Dmitry Anisimov
e427e38631
Update Spatial_searching/include/CGAL/Kd_tree.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2021-11-23 14:17:29 +01:00
Dmitry Anisimov
02c4575353
Merge remote-tracking branch 'origin/master' into Kd_tree-nice_print-danston
2021-11-23 10:01:54 +01:00
Dmitry Anisimov
4968baeb94
Merge remote-tracking branch 'origin/master' into Kd_tree-nice_print-danston
2021-11-16 15:33:41 +01:00
Sébastien Loriot
ab48f63e30
update latest cmake version tested
2021-11-09 10:58:47 +01:00
Dmitry Anisimov
8e531e4b58
fix print using local lambda function
2021-10-15 17:09:16 +02:00
Dmitry Anisimov
79fe052da9
fixed docs
2021-10-12 11:31:49 +02:00
Mael Rouxel-Labbé
131242bb80
Merge branch 'PM-Fix_pmaps_reference_types-GF' into PM-Fix_pmaps_reference_types_5.3-GF
2021-10-12 09:29:23 +02:00
Mael Rouxel-Labbé
8166579e55
Merge branch 'PM-Fix_pmaps_reference_types-GF' into PM-Fix_pmaps_reference_types_master-GF
2021-10-11 19:58:07 +02:00
Dmitry Anisimov
8c1a2102eb
testing new print function
2021-10-11 13:55:00 +02:00
Dmitry Anisimov
7a096f8d8f
cleanup
2021-10-11 13:54:43 +02:00
Dmitry Anisimov
c18542317b
added new print function
2021-10-11 12:56:17 +02:00
Dmitry Anisimov
6046a4cbbe
clean benchmarks
2021-10-11 12:41:41 +02:00
Mael Rouxel-Labbé
480c14564a
Don't base reference detection on lvalue_property_map_tag
2021-10-08 15:42:01 +02:00
Mael Rouxel-Labbé
590ddf8015
Various fixes for pmaps:
...
- Use `value_type` when the returned type is not a reference
- Enforce `reference = value_type` if the returned type is not
a reference (to avoid `typename PM::reference r = get(m, k)`,
which will take a ref to a temporary if the `reference`
typedef is an actualy reference)
- Do not use `put_get_helper` if the property map is not a `lvalue`
**mutable** property map: the `put()` is `map[k] = v`, which
is broken if `operator[]` does not return a reference
- The concept `boost::lvalue_property_map_tag` requires `operator[](key)`,
not a reference in `get(map, key)`. You can have a readable property map
returning a reference through its `get(map, key)`, but if there is
no `operator[]`, it's just a `boost::readable_property_map_tag`
- Some const correctness to avoid copying maps with state
or heavy keys in `get(map, key)` / `put(map, key, value)`
- Base the category of a wrapping pmap on what it offers instead
of just forwarding the base property map's category
- Tried to do something like mutable lvalue pmap:
* `value_type& operator[](key&)`
* `ref get(map, const key&)`
* `put(map, const key&, const value_type&)`
and non-mutable lvalue pmap:
* `const value_type& operator[](const key&)`
* `ref get(map, const key&)`
but not everything fits properly...
2021-10-08 15:38:47 +02:00
Sébastien Loriot
1857a25d28
Merge remote-tracking branch 'cgal/master' into CGAL_data-moving_files
2021-10-06 13:50:31 +02:00
Sébastien Loriot
8350dea94a
char* -> std::string
2021-10-04 09:49:24 +02:00
Sébastien Loriot
47028cd184
automatically move data files in data dir + update paths
...
Done for OFF/OBJ/STL/XYZ/PWN/PLY
2021-10-04 09:42:49 +02:00
Mael Rouxel-Labbé
b9741aa6bb
Fix AABBGeomTraits's intersection pred/cons requirements (+ misc cleaning)
2021-09-28 15:32:06 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Mael Rouxel-Labbé
78ff9185b3
Harmonize ASCII usage across all packages
2021-06-23 23:34:32 +02:00
albert-github
2a54687e77
Correction of hyperlinks
...
The link checker gave a number of redirects and incorrect links.
- the redirects have been solved ass far as possible
- the incorrect links have been checked and corrected where possible, others have been reported through issues;
2021-06-04 13:52:14 +02:00
Laurent Rineau
26ad68e486
Merge pull request #5649 from sloriot/CGAL-no_boost_shared_ptr
...
Replace internal use of boost shared_ptr
2021-05-18 18:14:12 +02:00
Laurent Rineau
d6b2c8d9dc
Merge pull request #5671 from maxGimeno/CGAL_IO-Add_missing-deprecated_functions-maxGimeno
...
CGAL_IO: Add missing fallbacks
# Conflicts:
# BGL/include/CGAL/boost/graph/IO/INP.h
# Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
2021-05-18 18:13:38 +02:00
Maxime Gimeno
9533a9fea8
remove CGAL/result_of.h and move its content to config.h
2021-05-07 12:51:07 +02:00
Sébastien Loriot
4e519a3c7a
move documented IO functions in IO namespace
2021-05-05 13:15:37 +02:00
Sébastien Loriot
fb6f703b55
IO namespace for files in IO directories
2021-05-04 14:36:06 +02:00
Sébastien Loriot
1faa0e2992
replace internal use of boost::shared_ptr by std::shared_ptr
2021-04-28 10:55:26 +02:00
Sebastien Loriot
b7323389c7
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
...
Update maximum cmake versions
2021-04-17 10:58:14 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Sébastien Loriot
350b9172c5
replace %CGAL by \cgal (but in titles)
2021-04-11 14:52:01 +02:00
Laurent Rineau
c12d06a7bc
Merge pull request #5483 from danston/OTR-make_move_iterator_fix-danston
...
Kd_tree using vector constructor instead of insert
2021-03-03 17:21:33 +01:00
Laurent Rineau
5a316aa479
Merge pull request #5483 from danston/OTR-make_move_iterator_fix-danston
...
Kd_tree using vector constructor instead of insert
2021-03-03 16:34:43 +01:00
Dmitry Anisimov
2aa9b0297c
kd tree using vector constructor instead of insert
2021-02-22 09:46:27 +01:00
Laurent Rineau
4c947f0ee0
Merge pull request #5340 from danston/CGAL-clang_warnings_fix-danston
...
Clang warnings fixed
2021-02-05 16:10:37 +01:00
Sébastien Loriot
bc161f2ae9
Merge 'CGAL-Eigen3_support-5.2'
2021-01-15 10:59:20 +01:00
Sébastien Loriot
f4935dc199
Merge branch 'CGAL-Eigen3_support-5.1'
2021-01-15 10:54:02 +01:00
Sébastien Loriot
eecb00534e
fix macro name to be consistent with find_package
2021-01-15 10:43:34 +01:00
Dmitry Anisimov
269a47d773
Merge branch 'master' into CGAL-clang_warnings_fix-danston
2021-01-14 16:51:13 +01:00
Dmitry Anisimov
3fbb269392
spatial searching range loop analysis ref to copy warning fixed
2021-01-07 17:05:04 +01:00
Maxime Gimeno
1d98f0f71d
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-12-09 14:40:02 +01:00
Mael Rouxel-Labbé
c4c4b5b79d
Tiny doc improvements
2020-11-30 18:48:37 +01:00
Mael Rouxel-Labbé
653dc4896f
Rename 'D' to 'Dimension'
...
This wasn't a real requirement as none of the models provided by CGAL
actually provided this typedef, but it's in the concept to explicit
the dimension requirements between the kd-tree and the object.
2020-11-30 18:41:13 +01:00
Maxime Gimeno
3b70343590
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-11-16 16:19:43 +01:00
Mael Rouxel-Labbé
8682f9bafb
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-08-24 11:45:17 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Mael Rouxel-Labbé
9cca59ba36
Actually use the new IO functions + some example improvements
2020-06-23 18:24:39 +02:00
Laurent Rineau
e6536aaf63
Remove cpp11::(tuple|get)
...
And use `#ifdef CGAL_NO_DEPRECATED_CODE` around the backward
compatibility code in `<CGAL/config.h>`.
2020-06-09 20:15:16 +02:00
Laurent Rineau
52b83a9316
Merge remote-tracking branch 'cgal/master' into CGAL-remove_cpp11-GF
2020-06-09 20:14:42 +02:00
Laurent Rineau
ec1dd745e0
Remove cpp11::(tuple|get)
...
And use `#ifdef CGAL_NO_DEPRECATED_CODE` around the backward
compatibility code in `<CGAL/config.h>`.
2020-06-09 20:11:45 +02:00
Maxime Gimeno
7915057945
add missing includes
2020-05-29 16:35:21 +02:00
Simon Giraudot
89285f1feb
Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF
2020-05-28 08:53:17 +02:00
Laurent Rineau
dfe272f14e
Merge pull request #4725 from sloriot/SS-missing_const_pointer
...
Add missing const
2020-05-18 12:24:05 +02:00
Laurent Rineau
c1ffa15645
Merge pull request #4725 from sloriot/SS-missing_const_pointer
...
Add missing const
2020-05-18 12:22:15 +02:00
Sébastien Loriot
80da7ff111
add missing const
2020-05-15 11:19:35 +02:00
Simon Giraudot
bd08ba8c6d
Reintroduce bool leaf in Kd_tree_node
2020-04-27 11:26:43 +02:00
Simon Giraudot
a6dc66f467
Fix version
...
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2020-04-27 10:15:46 +02:00
Simon Giraudot
95b9f05a28
Merge remote-tracking branch 'mine/Spatial_searching-Parallelize_kd_tree_build-GF' into Spatial_searching-Parallelize_kd_tree_build-GF
2020-04-16 17:03:44 +02:00
Simon Giraudot
421096fd7f
Use imported targets everywhere
2020-04-15 14:06:13 +02:00
Simon Giraudot
f86250351e
Fix trailing whitespaces
2020-04-14 09:42:12 +02:00
Simon Giraudot
c00aeffdd9
Fix uninitalized variables
2020-04-14 09:41:20 +02:00
Simon Giraudot
74f1cad971
Use default construction in emplace_back
...
Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-04-14 09:32:02 +02:00
Sebastien Loriot
a6be599ac7
Merge pull request #4599 from sgiraudot/Spatial_searching-Fix_interruptible_distance-GF
...
Bugfix : Spatial Searching Interruptible Distance
2020-04-06 15:35:16 +02:00
Sébastien Loriot
a774b367f3
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:41:07 +01:00
Sébastien Loriot
9b0a4f5502
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:40:43 +01:00
Sébastien Loriot
d42113bbaf
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:35:20 +01:00
Sébastien Loriot
f1e5569404
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:35:02 +01:00
Sébastien Loriot
2e180ac589
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:29:44 +01:00
Sébastien Loriot
a0345b135c
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:29:05 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Simon Giraudot
023085af41
Fix misused iterator
2020-03-25 15:36:58 +01:00
Simon Giraudot
929e1e4bce
Fix "may be used uninitialized" warning
2020-03-24 16:05:44 +01:00
Simon Giraudot
0b1d13e815
Fix conversion warning
2020-03-23 09:49:17 +01:00
Sébastien Loriot
2a13c8cbec
Update from master
2020-03-20 09:05:58 +01:00
Simon Giraudot
37a6a4360f
Fix warnings
2020-03-19 15:50:22 +01:00
Sébastien Loriot
cc1bd20c7c
Merge pull request #4356 from sgiraudot/Documentation-Update_cmake_variables-GF
...
Third party libs: improve documentation + introduce new CMake functions
2020-03-17 18:19:40 +01:00
Sébastien Loriot
32813dc976
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-03-16 16:32:47 +01:00
Simon Giraudot
857eb652b8
Fix markdown
2020-03-16 11:14:32 +01:00
Simon Giraudot
4bc2e46030
Update performance section
2020-03-16 10:47:10 +01:00
Simon Giraudot
9ab9081038
Use emplace_back()
2020-03-16 10:46:30 +01:00
Simon Giraudot
35c838d26c
Improve doc from review with new example for parallel KD tree
2020-03-12 12:21:21 +01:00
Simon Giraudot
e716d902cf
Remove now useless workaround
2020-03-05 14:15:09 +01:00
Simon Giraudot
bd1c509531
Clean garbage
2020-03-05 13:40:52 +01:00
Simon Giraudot
e17378e43e
Update doc
2020-03-05 12:19:26 +01:00
Simon Giraudot
ab3f7140a9
Document parallel build
2020-03-05 10:41:13 +01:00
Simon Giraudot
3f28ea958f
Example with parallel build
2020-03-05 10:40:56 +01:00
Simon Giraudot
2818986299
Fix kd tree node
2020-03-05 10:06:07 +01:00
Simon Giraudot
0661542fd2
Some notes about parallelism in KD Tree
2020-03-04 16:21:14 +01:00
Simon Giraudot
fac53dc3c8
Remove useless boolean
2020-03-04 16:20:49 +01:00
Simon Giraudot
6e629a9478
First version of parallel Kd_tree:build()
2020-03-04 11:05:56 +01:00
Mael Rouxel-Labbé
28f5db3f11
Pass custom traits to the Fuzzy_sphere object constructor
...
The traits also must be passed to the fuzzy sphere, otherwise
it relies on the default VPM being correct and being the VPM
passed to the tree.
2020-02-25 13:33:33 +01:00
Simon Giraudot
6c8fd43ebb
Use CGAL_target_use_* mechanism for Eigen, LASLIB, OpenCV, TensorFlow, GLPK, SCIP, Boost IOStreams and Serialization
2020-02-10 11:57:56 +01:00
Laurent Rineau
ad30f5f440
Fix license header
2019-12-03 19:25:51 +01:00
Laurent Rineau
65cde3ce79
Merge branch 'master' into Faster_dd_spatial_searching-cjamin
2019-12-03 19:18:15 +01:00
Simon Giraudot
511ff652cd
Remove cgalModif from doc
2019-12-02 16:09:22 +01:00
Simon Giraudot
c43c6ac2fa
Merge remote-tracking branch 'clement/Faster_dd_spatial_searching-cjamin' into Faster_dd_spatial_searching-cjamin
2019-10-22 13:21:53 +02:00
Simon Giraudot
54aef42f2d
Fix warning
2019-10-22 13:03:35 +02:00
Simon Giraudot
89554f6063
Fix outputiterator return missing
2019-10-22 12:56:36 +02: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