Commit Graph

914 Commits

Author SHA1 Message Date
Caian Benedicto
10b0c37216 [index] Add custom pack allocator to r-tree constructor (#720)
* Add pack overload that accepts custom allocator

* Refactor packed rtree construction to pack_construct

* Add rtree constructors with support for a pack allocator

* Add copyright to modified files

* Rework constructors to leave pack allocator at the end

* Rename tree_allocator and pack_allocator

* Update list of contributors

* Fix temp_allocator comment
2020-06-08 18:33:41 +02:00
Mateusz Łoskot
56a9f79036 Add C++03 deprecation to 1.73 release notes 2020-04-21 17:59:02 +02:00
Adam Wulkiewicz
10ecf6565b [doc] Add 1.73 release notes. 2020-04-16 20:23:16 +02:00
Mateusz Łoskot
2dbe5bf554 Deprecate C++03 in Boost 1.73 (#689)
Following discussion in #590, we are identifying support for C++03
as a candidate for removal from future releases of Boost.Geometry.

Issue deprecation warning during compilation in C++03 conformance mode
Users can define BOOST_GEOMETRY_DISABLE_DEPRECATED_03_WARNING to disable it.
2020-03-29 00:19:58 +01:00
Aditya Mohan
a4f08ea191 Add cross_product example to documentation (#665)
* Cross_Product Example

* Update cross_product

- Removes the first empty line
- Uses doxygen commands
- Adds result at the end as comments
- Mentions that the second point is undefined in Example 1

* Update Cross_Product

- Added a missing `

* Update imports.qbk

- Adds [import src/examples/arithmetic/cross_product.cpp]

* Create cross_product.qbk

* Update cross_product.hpp

Refers cross_product example

* Delete cross_product.qbk

Uneccessary

* Update

Deletes .qbk reference

* Update make_qbk.py

* Rename cross_product to cross_product.cpp

* Update

-Shifts example reference to line 115-116

Co-authored-by: Vissarion Fisikopoulos <fisikop@gmail.com>
2020-03-16 15:43:25 +02:00
Aditya Mohan
664f984bca Add dot_product example to documentation (#660)
* A dot_product example for the documentation

Proposed above is the example of a dot product arithmetic operation involving different point concepts as operands. This aims to aid the user in understanding the concept more clearly when the user goes through the documentation.

* Update

- Indent by 4 spaces as per Boost's developer's guidelines for code
- Add appropriate copyright at the beginning of the file

* Update dot_product

- Adds Doxygen commands
- Added comment indicating example number

* Create dot_product.cpp

* Update imports.qbk

-Adds reference to example

* Update dot_product.hpp

-Adds reference to example

* Delete dot_product

Closes #658
2020-03-16 14:58:51 +02:00
Mateusz Łoskot
96db897fc5 Rename Jamfile.v2 to Jamfile (#679)
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
2020-03-08 23:50:18 +01:00
Mateusz Łoskot
0bd18a98c8 Remove superfluous = from Doxygen PREDEFINE
Doxygen 1.8.17 reporst this as error:

   error: Illegal PREDEFINED format '=', no define name specified

It seems Doxygen output is not affected by removal of the `=` sign.
Closes #678
2020-03-07 00:16:38 +01:00
Mateusz Łoskot
7f83533d57 Add documentation generated files to .gitignore
Closes #674
2020-03-05 22:51:06 +01:00
Mateusz Łoskot
4124424890 Deleted extra note in point_xy documentation (#677) 2020-03-05 22:40:29 +01:00
Mateusz Łoskot
64de5b9edf Add point_xyz as pre-defined geometry model (#671)
Add documentation, example and test for point_xyz.
2020-03-04 23:18:16 +01:00
Mateusz Łoskot
53a6ada73c Fix quickbook template redefinition in algorithm examples
Correct example comment (copy/paste error).

Fixes issue introduced in #667
2020-03-02 23:11:29 +01:00
Digvijay Janartha
60405cef79 [doc] Added missing algorithm examples in documentation. (#667)
* added perimeter documentation

* added overlaps documentation

* added covered_by documentation

* added disjoint documentation

* added crosses documentation

* added touches documentation

* fixed typos

* added examples with images to documentation

* completed linking process

* fixed year
2020-02-13 13:12:04 +02:00
Adam Wulkiewicz
a5655e494e [doc] Add 1.72.0 release notes. 2019-11-06 17:28:49 +01:00
Adam Wulkiewicz
ca52913fef [doc] Add Tinko Bartels as contributor. 2019-11-06 16:58:58 +01:00
Barend Gehrels
af316e7a39 [buffer] fix inside-piece detection for one-sided buffers 2019-10-30 14:44:23 +01:00
Adam Wulkiewicz
0eb4d319e2 [doc] Update release notes (1.71). 2019-08-07 20:25:32 +02:00
Adam Wulkiewicz
32a3a4e8f8 [doc] Fix reference matrix (strategies). 2019-07-30 20:39:17 +02:00
Tinko Bartels
8baddd3634 Add headers for touches, covered_by, intersects, overlaps to doc Doxyfile. 2019-04-04 16:49:50 +02:00
Adam Wulkiewicz
76cd664087 [doc] Update 1.70 release notes. 2019-04-03 21:34:04 +02:00
Vissarion Fysikopoulos
2a92f39244 [doc] Update release notes. 2019-03-15 14:46:20 +02:00
Vissarion Fisikopoulos
1c0f3e398a Merge branch 'develop' into feature/line_interpolate_point_2 2019-02-27 15:13:37 +02:00
Barend Gehrels
f685f8ab9a Merge branch 'develop' into feature/buffer_point_geographic 2019-02-23 14:01:18 +01:00
Vissarion Fysikopoulos
83976015e8 [doc] Fix and error in documentation building 2019-02-19 16:51:00 +02:00
Vissarion Fysikopoulos
701ff8d0dd [doc] Update release notes 2019-02-19 16:35:20 +02:00
Vissarion Fysikopoulos
03036b4b62 [algorithm] [strategy] [test] [doc] Rename line_interpolate_point to line_interpolate 2019-02-19 16:32:22 +02:00
Vissarion Fysikopoulos
4646d12521 Merge remote-tracking branch 'origin/develop' into feature/line_interpolate_point_2 2019-02-15 15:54:29 +02:00
Barend Gehrels
c46e4625a7 [buffer] rename strategy (review result) 2019-02-13 11:44:13 +01:00
Barend Gehrels
1bc84aeef8 Merge branch 'develop' into feature/buffer_point_geographic 2019-02-09 17:03:40 +01:00
Vissarion Fysikopoulos
b9dc49391e [release] Update 1.70 release notes 2019-02-06 16:52:33 +02:00
Barend Gehrels
01a621d9b3 [doc] Year changes, add missing parameters 2019-01-23 10:18:43 +01:00
Barend Gehrels
a9f8e6dd9a [doc] Extend implementation table, add point for geographic 2019-01-16 12:03:52 +01:00
Barend Gehrels
880e0a15df [doc] Fix buffer documentation 2019-01-16 12:03:27 +01:00
Barend Gehrels
811e9bad93 [doc] Link to new documentation 2019-01-16 11:56:31 +01:00
Barend Gehrels
6ea11b3f58 [doc] Add documentation for new point_circle_geographic strategy 2019-01-16 11:55:56 +01:00
Jared Jensen
4e9fac9eb7 Fix Segment View doc: Wrong output 2019-01-02 23:10:44 +00:00
Vissarion Fysikopoulos
d553d82d56 Resolve conflicts and merge with develop 2018-12-17 14:02:20 +02:00
Adam Wulkiewicz
36157800d4 [doc] Fix typos. 2018-11-30 14:14:31 +01:00
Vissarion Fysikopoulos
b22e376422 Update 1.69 release notes 2018-11-30 14:37:32 +02:00
Vissarion Fysikopoulos
a5b5441715 [doc] Fix ordering in imports.qbk and make_qbk.py 2018-11-30 14:36:43 +02:00
Vissarion Fysikopoulos
8b7d6067ba [doc] Fix Hausdorff's and Frechet's names in index.html 2018-11-30 14:35:14 +02:00
Adam Wulkiewicz
8a4f82750f [doc] Update 1.69 release notes. 2018-11-29 02:27:32 +01:00
Adam Wulkiewicz
4a23416b1b [doc] Update index.html 2018-11-29 02:20:59 +01:00
Adam Wulkiewicz
18ee92853e [io][doc] Add documentation for DSV stream output. 2018-11-29 02:20:01 +01:00
Adam Wulkiewicz
7a354bcb33 [doc] Update docs, add contributor and 1.69 release notes). 2018-11-26 19:34:08 +01:00
Vissarion Fysikopoulos
87dfbe07a8 [doc] Line interpolate point algorithm and strategies 2018-10-26 17:03:24 +03:00
Vissarion Fysikopoulos
0bcc6e4a41 Merge branch 'develop' into feature/line_interpolate_point_2 2018-10-25 13:29:25 +03:00
Vissarion Fysikopoulos
b6d68bc339 [doc] Support python3 in building documentation 2018-10-24 12:02:44 +03:00
Mateusz Łoskot
f2d5fae490 Replace boost::ignore_unused_variable_warning with boost::ignore_unused
The former is provided by Boost.ConceptCheck.
The latter is an improved equivalent provided by Boost.Core.

Related to #513
2018-10-12 15:16:46 +02:00
Adam Wulkiewicz
4d34bb7fae [doc] Add examples for similarity algorithms with strategies. 2018-09-15 02:18:41 +02:00