Vissarion Fisikopoulos
9d6028f380
Update release notes for 1.88
2025-03-18 15:31:29 +02:00
Vissarion Fisikopoulos
a9c3a242ca
Merge pull request #1346 from barendgehrels/fix/issue-1345
...
fix: add condition to handle_imperfect_touch
2024-11-25 14:12:16 +01:00
Barend Gehrels
c5fe72bf21
chore: update release notes for issue 893 and 1299
2024-11-24 15:42:08 +01:00
Barend Gehrels
68d41297fd
chore: update release notes for issue 1288
2024-11-24 11:10:58 +01:00
Barend Gehrels
cd4deda8e8
chore: update release notes for issue 1345
2024-11-20 17:20:59 +01:00
Barend Gehrels
ef77c4b9d4
chore: update release notes for issue 1324
2024-11-18 18:09:50 +01:00
Barend Gehrels
37d0528672
chore: update release notes for 1.87
2024-11-18 18:09:50 +01:00
Barend Gehrels
2978d54651
chore: update release notes
2024-11-16 08:56:19 +01:00
Barend Gehrels
8ab8cb098d
[fix] a few qbk includes were missing
...
* also fixed frechet/haussdorff documentation
* removed ancient msvc support for doxygen_xml2qbk
* fixes #1309
2024-10-04 08:57:54 +02:00
Barend Gehrels
310498b4b4
feat: add remaining examples to cmake
2024-09-30 20:14:24 +02:00
Barend Gehrels
38adce676e
feat: add cmake support to examples
...
- replace BOOST_FOREACH
- replace Boost.Assign
- replace typedef with using
- other minor changes
2024-09-30 20:14:24 +02:00
Barend Gehrels
218bc0631e
feat: enhance and fix documentation
2024-09-27 17:52:26 +02:00
Andrey Semashev
e922b89e36
Fix doxygen_xml2qbk execution from make_qbk.py.
...
When b2 invokes doc/make_qbk.py, it passes a relative path to the compiled
doxygen_xml2qbk executable. This path becomes invalid if used from a directory
different from doc, which may happen as make_qbk.py changes the current
directory during its execution. Additionally, doc/index/make_qbk.py invokes
doxygen_xml2qbk unqualified, which requires the executable to be in PATH and
is never the case unless the user has pre-compiled and placed it accordingly.
To fix this, first resolve the paths to doxygen and doxygen_xml2qbk to absolute
paths before changing the current directory. Additionally, pass the resolved
path to doxygen_xml2qbk to doc/index/make_qbk.py via the DOXYGEN_XML2QBK
environment variable.
Fixes https://github.com/boostorg/geometry/issues/1311 .
2024-09-25 02:37:00 +03:00
Rene Rivera
a9d73054cb
Update build deps.
2024-08-20 08:15:45 +02:00
Rene Rivera
e8e63bd0de
Fix library global (relative) references.
2024-08-20 08:15:45 +02:00
Rene Rivera
d0b33c770c
Change all <source> references to <library>.
2024-08-20 08:15:45 +02:00
Rene Rivera
ec52362c8d
Building docs requires Python.
2024-08-20 08:15:45 +02:00
Rene Rivera
06a4aa97e2
Make the library modular usable.
2024-08-20 08:15:45 +02:00
Vissarion Fisikopoulos
ec9542d4ef
Release notes for 1.85
2024-04-01 14:20:18 +03:00
Vissarion Fisikopoulos
b9737c5a4d
Release notes for 1.84
2023-12-04 13:42:11 +02:00
Vissarion Fisikopoulos
602a2bb036
[doc] Update release notes for 1.83
2023-07-28 12:13:30 +03:00
Vissarion Fisikopoulos
6012885253
Remove CXX11/14 related macros
2023-05-23 15:16:08 +03:00
Adam Wulkiewicz
0496bc5923
[doc] Add missing includes
2023-05-17 10:29:38 +02:00
Barend Gehrels
03489caa55
[fix] support different geometry types
...
This fixes #1139 , and more required code changes.
Including unit test.
2023-05-08 20:31:01 +02:00
Barend Gehrels
b1bebca453
[union] fix issue 1100
2023-04-19 19:03:16 +02:00
Vissarion Fisikopoulos
79807deab7
Update release notes for 1.82
2023-04-03 11:39:51 +03:00
Barend Gehrels
f92671b933
[wkt] support tabs, newlines and code cleanup
2023-01-04 10:57:15 +01:00
Vissarion Fisikopoulos
1451c6ca65
[doc] Update copyright date in index.html and remove unused links
2022-12-01 13:05:55 +02:00
Vissarion Fisikopoulos
38478b5221
Merge pull request #1099 from vissarion/update_release_notes_for_1_81
...
Update release notes for 1.81
2022-12-01 12:11:18 +02:00
Vissarion Fisikopoulos
b92b8ab14b
Update release notes for 1.81
2022-12-01 11:46:25 +02:00
Vissarion Fisikopoulos
89d4b6bca1
Merge branch 'develop' into fix/azimuth_doc
2022-12-01 11:07:19 +02:00
Vissarion Fisikopoulos
cb857743e4
Merge pull request #1096 from vissarion/fix/doc_concepts
...
Fix concept documentation
2022-12-01 11:06:31 +02:00
Vissarion Fisikopoulos
b81e82b0f2
Merge pull request #1089 from vissarion/fix/doc_tutorials
...
Fix/doc tutorials
2022-12-01 11:06:14 +02:00
Barend Gehrels
a908a21efe
[overlay] fix cluster by adapting tolerance
...
Fixes #1081
2022-11-23 14:20:43 +01:00
Vissarion Fisikopoulos
e06b6ff923
[doc] Explain output range of azimuth algorithm.
2022-11-21 21:41:17 +02:00
Vissarion Fisikopoulos
25fb8b3a1d
Remove unused concept documentation.
2022-11-17 17:02:53 +02:00
Vissarion Fisikopoulos
930ec068f9
[doc] Update polygon concept documentation.
2022-11-17 16:51:04 +02:00
Barend Gehrels
455822d6b1
[test] cleanup already succeeding testcases
2022-11-16 14:00:43 +01:00
Vissarion Fisikopoulos
c1920538e8
Revert doc index.html changes
2022-11-11 12:58:28 +02:00
Vissarion Fisikopoulos
85d014a37e
Remove documentation creation from documentation as duplicate to the wiki.
2022-11-10 18:10:23 +02:00
Vissarion Fisikopoulos
f3dcfc0192
Remove guidelines from documentation as duplicates to the github wiki.
2022-11-10 16:05:16 +02:00
Vissarion Fisikopoulos
938f6f6bc1
Merge pull request #1046 from vissarion/feature/covered_by_box_mpoly
...
Support covered_by() for box, geometry combinations
2022-10-13 14:40:33 +03:00
Barend Gehrels
d1abd75a8a
[readme] update to reflect changes in 1.80
2022-09-09 09:29:44 +02:00
Barend Gehrels
49004c5ddd
[buffer] add join_round and side_straight for geographic
...
Including tests and testcode
2022-08-03 11:19:11 +02:00
Vissarion Fisikopoulos
fd295f15c4
Support covered_by(linear,box).
2022-07-28 16:18:55 +03:00
Vissarion Fisikopoulos
b44e0a9fbe
[doc] Update covered_by support status
2022-07-28 15:33:30 +03:00
tinko92
6235b8ae78
Change broken postgis.org links to postgis.net ( #999 )
2022-05-16 08:54:17 +02:00
Adam Wulkiewicz
e2496e2fed
[doc] Update 1.79 release notes.
2022-04-27 21:44:44 +02:00
Adam Wulkiewicz
98952de3c1
[doc] Update 1.79 release notes
2022-04-05 22:21:30 +02:00
Barend Gehrels
8774b7b2d7
[major change] change the default, disable rescaling by default
2022-02-23 12:49:58 +01:00