Commit Graph

1028 Commits

Author SHA1 Message Date
Adam Wulkiewicz
c5dfd6cede Merge branch 'develop' into bg-prepare 2021-02-28 22:05:22 +01:00
Adam Wulkiewicz
c267547e2e [doc] Add documentation for azimuth() algorithm. 2021-01-20 02:49:40 +01:00
Adam Wulkiewicz
6e8bdc6a6a [doc] Update 1.75 release notes. 2020-12-02 00:44:58 +01:00
Adam Wulkiewicz
bb0f00ef57 [doc] Update 1.75 release notes. 2020-12-02 00:42:58 +01:00
Adam Wulkiewicz
f99ab49c17 Merge branch 'develop' into bg-prepare 2020-11-03 04:27:48 +01:00
Barend Gehrels
45d624af9b [cleanup] remove HAVE_TTMATH and other occurances of ttmath 2020-10-07 14:05:28 +02:00
Barend Gehrels
3272220a3c [test][doc] Clean up numeric types in tests and adapt documentation 2020-09-30 11:20:44 +02:00
Adam Wulkiewicz
0e7972b438 Merge pull request #733 from BenFrantzDale/add-Point-concept-example
Add example showing how std::array<T, N> can model the Point concept
2020-08-24 12:39:05 +02:00
Adam Wulkiewicz
4a494b4935 Merge branch 'develop' into bg-prepare 2020-08-04 17:17:49 +02:00
Adam Wulkiewicz
ff4525f0f3 [doc] Update release notes for 1.74. 2020-08-04 16:12:16 +02:00
Adam Wulkiewicz
74d6e900f7 Merge branch 'develop' into bg-prepare 2020-07-18 20:38:18 +02:00
Adam Wulkiewicz
d1a31bf552 [doc] Fix long file names in reference by setting qbk section id. 2020-07-17 00:09:28 +02:00
Ben FrantzDale
59f6022bee Add example showing how std::array<T, N> can model the Point concept 2020-07-10 08:59:35 -04:00
Adam Wulkiewicz
7c93069253 Merge branch 'develop' into bg-prepare 2020-07-02 14:28:54 +02:00
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
Adam Wulkiewicz
6ba7398f56 Merge branch 'develop' into bg-prepare 2020-04-21 21:06:47 +02:00
Mateusz Łoskot
56a9f79036 Add C++03 deprecation to 1.73 release notes 2020-04-21 17:59:02 +02:00
Adam Wulkiewicz
4626e2aad2 Merge branch 'develop' into bg-prepare 2020-04-20 19:08:52 +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
Adam Wulkiewicz
5b6e65fe26 Merge branch 'develop' into bg-prepare 2020-03-27 23:33:13 +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
f1db34a45e Merge branch 'develop' into bg-prepare 2019-11-06 17:32:00 +01: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
Adam Wulkiewicz
55c40e1dfc Merge branch 'develop' into bg-prepare 2019-11-05 19:12:38 +01:00
Barend Gehrels
af316e7a39 [buffer] fix inside-piece detection for one-sided buffers 2019-10-30 14:44:23 +01:00
Adam Wulkiewicz
ff40294abf Merge branch 'develop' into bg-prepare 2019-10-24 17:34:16 +02: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
Adam Wulkiewicz
c4307be78d Merge branch 'develop' into bg-prepare 2019-04-12 21:06:27 +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
0722812352 Merge branch 'develop' into bg-prepare 2019-04-03 21:45:59 +02:00
Adam Wulkiewicz
76cd664087 [doc] Update 1.70 release notes. 2019-04-03 21:34:04 +02:00
Adam Wulkiewicz
58a730ee38 Merge branch 'develop' into bg-prepare 2019-03-27 20:39:32 +01:00
Vissarion Fysikopoulos
2a92f39244 [doc] Update release notes. 2019-03-15 14:46:20 +02:00
Adam Wulkiewicz
21e1bea47b Merge branch 'develop' into bg-prepare 2019-02-28 02:33:33 +01: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