148 Commits

Author SHA1 Message Date
Barend Gehrels
0e90724460 fix: documentation support status 2025-07-23 14:44:12 +02: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
218bc0631e feat: enhance and fix documentation 2024-09-27 17:52:26 +02:00
Rene Rivera
e8e63bd0de Fix library global (relative) references. 2024-08-20 08:15:45 +02:00
Vissarion Fisikopoulos
09c5132e84 [closest_points] Add documentation and examples 2021-11-18 11:15:48 +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
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
Vissarion Fysikopoulos
03036b4b62 [algorithm] [strategy] [test] [doc] Rename line_interpolate_point to line_interpolate 2019-02-19 16:32:22 +02:00
Vissarion Fysikopoulos
87dfbe07a8 [doc] Line interpolate point algorithm and strategies 2018-10-26 17:03:24 +03:00
Rene Rivera
8fd224ced7 Fix install copy on Windows.
We need to normalize distdir path before rooting against current dir as that only works if both paths are normalized.
2016-02-23 21:29:27 -06:00
Rene Rivera
6929cab9a3 Adjust building so that we can override build/install locations for CI building. 2015-12-14 14:43:12 -06:00
Menelaos Karavelas
bd6cc0e5d3 [doc][algorithms][is_empty] add documentation for is_empty algorithm 2015-06-03 01:08:33 +03:00
Menelaos Karavelas
7658231aa4 Merge branch 'develop' of https://github.com/boostorg/geometry into fix/remove_deprecated_include_paths
Conflicts:
	test/algorithms/set_operations/difference/difference.cpp
2015-03-31 14:30:04 +03:00
Adam Wulkiewicz
3475f33972 [doc] In doxygen_xml2qbk alt output automaticaly detect details and generate output containing unspecified return type, default paramters values, etc. 2015-03-20 03:39:50 +01:00
Adam Wulkiewicz
7399df83cc [doc] Format "unspecified" functions return type in a special way in doxygen_xml2qbk alt output synopsis. 2015-03-20 02:01:34 +01:00
Menelaos Karavelas
742d4090d8 [doc][tools][support status] remove deprecated includes referring to the
include/boost/geometry/multi/ directory;
fix call for num_points: dispatch::num_points<> takes a second boolean argument
with no default value, which was not accounted for by support status;
2015-03-12 10:35:33 +02:00
Menelaos Karavelas
4e3a07df4f [doc][doxygen_xml2qbk] remove multi/multi.hpp from convenience headers 2015-03-12 10:04:44 +02:00
Menelaos Karavelas
5bc4de37f0 [doc][tools][doxygen_xml2qbk] modify quickbook output for enumeration types
with more than 4 values; if the enumeration type has more than 4 values, these
values are listed in separate lines (one per line), rather than all in a single line;
2015-02-25 15:13:09 +02:00
Bruno Lalande
0c074f1695 Put back implementation_status until support_status is made variant-aware 2014-08-11 13:51:20 +01:00
Bruno Lalande
14df42cfc0 Remove implementation_status, replaced by support_status. 2014-08-10 22:52:25 +01:00
Menelaos Karavelas
e98bfaca4a Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments 2014-07-29 00:34:33 +03:00
Menelaos Karavelas
bfd5aac991 [doc][doxygen_xml2qbk] add fix/hack to replace boost/geometry/geometry.hpp
header by boost/geometry.hpp header when outputting to quickbook format
2014-07-25 12:22:04 +03:00
Menelaos Karavelas
af64c36623 [doxygen_xml2qbk] add hack to fix header includes pointing to
boost/geometry/algorithms/detail/<algorithm name>/interface.hpp
produced by the changes in the file/directory structure of algorithms
2014-07-24 14:31:23 +03:00
Menelaos Karavelas
357f79cd72 [doc][implementation status] add is_simple and is_valid algorithms 2014-07-22 12:08:04 +03:00
Barend Gehrels
36cd8e2d5c [doxygen_xml2qbk][fix] header was not on newline (probably by a qbk change)
and fixed typo
2014-07-20 19:18:59 +02:00
Barend Gehrels
9c64cf0f1b [doxygen_xml2qbk] avoid too long lines (as were generated for buffer synopsis) 2014-07-20 19:17:45 +02:00
Barend Gehrels
f998eda43b [doxygen_xml2qbk] cosmetic change 2014-07-20 19:15:45 +02:00
Barend Gehrels
2a1bb575c2 [doxygen_xml2qbk] avoid warnings 2014-07-20 18:25:51 +02:00
Menelaos Karavelas
42e16b463f Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments 2014-07-17 09:28:56 +03:00
Menelaos Karavelas
439bc5198b [doc][support status] add algorithms is_simple and is_valid 2014-07-17 03:15:37 +03:00
Menelaos Karavelas
bf9c8aa3e4 [doc][support status] fix typo: num_interior_rings should have been num_points 2014-07-17 03:10:55 +03:00
Menelaos Karavelas
f6a7f06815 [doc][support status] add num_segments algorithm 2014-07-17 03:06:27 +03:00
Adam Wulkiewicz
e04cc53c6d [doc] Fix doxygen_xml2qbk member function output.
Invalid number of columns was generated for a member function if return description was empty.
2014-07-10 16:26:19 +02:00
Adam Wulkiewicz
18923e929d [docutils] Update WRT the latest relocation of the code from multi/ directory.
Also add Jamfile for support_status.
2014-06-04 22:34:07 +02:00
Barend Gehrels
5132d2a9cf [doc] Added variant to implementation-status matrix 2014-05-12 22:31:09 +02:00
Barend Gehrels
02bc0d908d [doc] updated the implementation_status tool to support centroid/envelope better
and added some relation status.
clang is now default
2014-05-07 20:53:37 +02:00
Barend Gehrels
1aecbae980 [doc] updated within/covered_by status status 2014-05-07 15:42:16 +02:00
Barend Gehrels
a8b4f324ac [doc] Changes in implementation_status tool.
For debug have full caseid and save the cpp file.
Added clang (for speed) with pre-compiled headers.
Do not surpress empty rows automatically (it was not the case in current docs)
Swap row/column (it was already the case for within)
Bugfix in box WKT, runtime
2014-05-07 15:35:13 +02:00
Barend Gehrels
e0d71fbc5e [doc] Moved status files to reference/status instead of generated.
They are generated but not from Doxygen, and are committed to git
2014-05-07 13:13:56 +02:00
Barend Gehrels
d60df91ca0 [geometry] Remove all trailing spaces (tools) 2013-12-05 19:40:50 +01:00
Barend Gehrels
449c1fcc13 [geometry][doxygen_xml2qbk][#8825] applied patch (modified making behaviour optional)
[SVN r85384]
2013-08-17 21:05:44 +00:00
Barend Gehrels
f92409c82f [geometry] added warning for template parameters without a type (which is usually an error in the docs)
[SVN r84696]
2013-06-08 17:43:48 +00:00
Adam Wulkiewicz
f7ae213be4 geometry docs: rapidxml added to doxygen_xml2qbk, index/../doxygen_xml2qbk removed, removed index's generated qbks.
[SVN r83740]
2013-04-03 13:22:16 +00:00
Barend Gehrels
8e13b642be [geometry] [doxygen_xml2qbk] copyright update
[SVN r83737]
2013-04-03 12:50:18 +00:00
Barend Gehrels
df4d924f25 [geometry] doxygen_xml2qbk added version to generated output, removed obsoelte qbk.skip mechaniscm, and small tweaks
[SVN r83736]
2013-04-03 12:48:46 +00:00
Barend Gehrels
9748ebb777 [geometry] fixes duplicate == for enumerations (caused by Doxygen 1.8); fixed warning; added version information
[SVN r83735]
2013-04-03 11:30:15 +00:00
Adam Wulkiewicz
0a71b03e4f doxygen_xml2qbk: added indexterms in alternative output (in the current form there may be problems with templates specializations)
[SVN r83734]
2013-04-03 01:46:29 +00:00
Adam Wulkiewicz
51155bc489 doxygen_xml2qbk: fixed errors made for default output in the early version of new tool.
[SVN r83733]
2013-04-03 01:04:05 +00:00
Adam Wulkiewicz
5fd436b762 doxygen_xml2qbk: functions without brief description removed from alternative output - consistent with other members. Fixed synopsis for functions without named parameters. Index's Doxyfile modified. Documentation updated.
[SVN r83732]
2013-04-03 00:26:43 +00:00
Adam Wulkiewicz
19452a4347 Boost.Geometry: integrated documentation of Index and moddified doxygen_xml2qbk.
[SVN r83730]
2013-04-02 22:56:10 +00:00