diff --git a/archivers/Makefile b/archivers/Makefile index 88de5c6f472c..408fc82b41a0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -11,7 +11,6 @@ SUBDIR += ark SUBDIR += atool SUBDIR += bicom - SUBDIR += brotli SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract @@ -162,6 +161,7 @@ SUBDIR += pxz SUBDIR += py-attic SUBDIR += py-borgbackup + SUBDIR += py-brotli SUBDIR += py-bz2file SUBDIR += py-libarchive-c SUBDIR += py-librtfcomp diff --git a/archivers/brotli/distinfo b/archivers/brotli/distinfo deleted file mode 100644 index d83243b382ef..000000000000 --- a/archivers/brotli/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1479576013 -SHA256 (google-brotli-v0.5.2_GH0.tar.gz) = 2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343 -SIZE (google-brotli-v0.5.2_GH0.tar.gz) = 7771705 diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index 711311dcd84e..561c64b5f946 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -10,7 +10,7 @@ DISTNAME= dpkg_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Debian package maintenance system -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= po4a:textproc/po4a @@ -23,12 +23,14 @@ CPE_VENDOR= debian WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} DPKGDIR?= /var/db/dpkg -PLIST_SUB+= DPKGDIR=${DPKGDIR} +PLIST_SUB= DPKGDIR=${DPKGDIR} -CONFIGURE_ARGS+=--with-admindir=${DPKGDIR} --libdir=${PREFIX}/libexec \ +CONFIGURE_ARGS= --with-admindir=${DPKGDIR} \ + --libdir=${PREFIX}/libexec \ --with-libintl-prefix=${LOCALBASE} \ - --with-logdir=/var/log --with-libmd -CONFIGURE_ENV+= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}" + --with-logdir=/var/log \ + --with-libmd +CONFIGURE_ENV= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}" OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index d561c3ea283d..7c32e6fdc161 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -3,6 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index 2f1acbd2b915..a01151a1bf0d 100644 --- a/archivers/par2cmdline-tbb/Makefile +++ b/archivers/par2cmdline-tbb/Makefile @@ -3,7 +3,7 @@ PORTNAME= par2cmdline-tbb PORTVERSION= 20100203 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= archivers MASTER_SITES= http://chuchusoft.com/par2_tbb/ DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION} diff --git a/archivers/brotli/Makefile b/archivers/py-brotli/Makefile similarity index 77% rename from archivers/brotli/Makefile rename to archivers/py-brotli/Makefile index aa0b10d12a61..dc3655e33e38 100644 --- a/archivers/brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -3,8 +3,11 @@ PORTNAME= brotli PORTVERSION= 0.5.2 -DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= archivers +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Brotli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generic-purpose lossless compression algorithm @@ -13,13 +16,10 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist distutils -USES= compiler:c++0x python +USES= compiler:c++0x python zip PLIST_FILES= bin/brotli -GH_ACCOUNT= google -USE_GITHUB= yes - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so diff --git a/archivers/py-brotli/distinfo b/archivers/py-brotli/distinfo new file mode 100644 index 000000000000..6466b509f67c --- /dev/null +++ b/archivers/py-brotli/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479973203 +SHA256 (Brotli-0.5.2.zip) = 3411b9acd2a2056e55084acf7a6ab3e4a8540c2ef37a4435bca62644e8aaf50e +SIZE (Brotli-0.5.2.zip) = 504952 diff --git a/archivers/brotli/pkg-descr b/archivers/py-brotli/pkg-descr similarity index 100% rename from archivers/brotli/pkg-descr rename to archivers/py-brotli/pkg-descr diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 2af26a367317..f94997d58f03 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} diff --git a/astro/Makefile b/astro/Makefile index 3dc928fd2906..e2dd6e93da82 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -34,6 +34,7 @@ SUBDIR += libgal SUBDIR += libkgeomap SUBDIR += libnova + SUBDIR += libosmium SUBDIR += libosmpbf SUBDIR += luna SUBDIR += marble @@ -45,7 +46,6 @@ SUBDIR += nightfall SUBDIR += opencpn SUBDIR += openuniverse - SUBDIR += osmium SUBDIR += osmosis SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS diff --git a/astro/josm/Makefile b/astro/josm/Makefile index 8c8fbe52e085..1cf7686d4cd8 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -8,7 +8,6 @@ MASTER_SITES= http://josm.openstreetmap.de/download/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar EXTRACT_SUFX= # empty -EXTRACT_ONLY= # empty MAINTAINER= amdmi3@FreeBSD.org COMMENT= Comprehensive editor for OpenStreetMap.org database @@ -19,8 +18,9 @@ PORTSCOUT= ignore:1 NO_WRKSUBDIR= yes +USES= zip:infozip USE_JAVA= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.8+ JOSM_MEMORY_LIMIT?=1024 @@ -30,15 +30,25 @@ NO_ARCH= yes SUB_FILES= josm.sh SUB_LIST= JARNAME=${DISTNAME} JOSM_MEMORY_LIMIT=${JOSM_MEMORY_LIMIT} -PLIST_FILES= bin/josm ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} +PLIST_FILES= bin/josm \ + ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} \ + share/pixmaps/josm.png + +DESKTOP_ENTRIES="JOSM" \ + "" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "Education;Geoscience;Maps;" \ + true pre-everything:: @${ECHO_CMD} "You can change limit of memory available to josm by defining" @${ECHO_CMD} "JOSM_MEMORY_LIMIT variable in /etc/make.conf. Default is 1024 (MB)." do-install: - ${MKDIR} ${STAGEDIR}${JAVAJARDIR}/ + @${MKDIR} ${STAGEDIR}${JAVAJARDIR}/ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${JAVAJARDIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/josm.sh ${STAGEDIR}${PREFIX}/bin/josm + ${INSTALL_DATA} ${WRKSRC}/images/logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/josm.png .include diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index 137b76d5371d..01031abdd116 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile new file mode 100644 index 000000000000..ee8fa58fe49d --- /dev/null +++ b/astro/libosmium/Makefile @@ -0,0 +1,41 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= libosmium +PORTVERSION= 2.10.3 +DISTVERSIONPREFIX= v +CATEGORIES= astro geography devel + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Fast and flexible C++ library for working with OpenStreetMap data + +LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +LIB_DEPENDS= libgdal.so:graphics/gdal \ + libboost_regex.so:devel/boost-libs \ + libgeos.so:graphics/geos \ + libexpat.so:textproc/expat2 +BUILD_DEPENDS= sparsehash>=0:devel/sparsehash + +USE_GITHUB= yes +GH_ACCOUNT= osmcode + +USES= cmake compiler:c++11-lib +CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF + +# though it build tests, the library itself it header-only +NO_ARCH= yes + +PORTDOCS= * + +OPTIONS_DEFINE= TEST DOCS +OPTIONS_DEFAULT= TEST +TEST_TEST_TARGET= test +TEST_CMAKE_BOOL= BUILD_TESTING + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include diff --git a/astro/libosmium/distinfo b/astro/libosmium/distinfo new file mode 100644 index 000000000000..be3bb20ec8ef --- /dev/null +++ b/astro/libosmium/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479910332 +SHA256 (osmcode-libosmium-v2.10.3_GH0.tar.gz) = 9254a276d5e2c1b172c3bdd11d284f3ef5ffcfc296e685c57e59233d641fd229 +SIZE (osmcode-libosmium-v2.10.3_GH0.tar.gz) = 428643 diff --git a/astro/libosmium/files/patch-include_osmium_util_endian.hpp b/astro/libosmium/files/patch-include_osmium_util_endian.hpp new file mode 100644 index 000000000000..52e8a08a7f14 --- /dev/null +++ b/astro/libosmium/files/patch-include_osmium_util_endian.hpp @@ -0,0 +1,13 @@ +--- include/osmium/util/endian.hpp.orig 2016-11-20 16:25:23 UTC ++++ include/osmium/util/endian.hpp +@@ -35,7 +35,9 @@ DEALINGS IN THE SOFTWARE. + + // Windows is only available for little endian architectures + // http://stackoverflow.com/questions/6449468/can-i-safely-assume-that-windows-installations-will-always-be-little-endian +-#if !defined(_WIN32) && !defined(__APPLE__) ++#if defined(__FreeBSD__) ++# include ++#elif !defined(_WIN32) && !defined(__APPLE__) + # include + #else + # define __LITTLE_ENDIAN 1234 diff --git a/astro/libosmium/pkg-descr b/astro/libosmium/pkg-descr new file mode 100644 index 000000000000..bdbf759385ea --- /dev/null +++ b/astro/libosmium/pkg-descr @@ -0,0 +1,11 @@ +The Osmium Library has extensive support for all types of OSM +entities: nodes, ways, relations, and changesets. It allows reading +from and writing to OSM files in XML and PBF formats, including +change files and full history files. Osmium can store OSM data in +memory and on disk in various formats and using various indexes. +Its easy to use handler interface allows you to quickly write data +filtering and conversion functions. Osmium can create WKT, WKB, +OGR, GEOS and GeoJSON geometries for easy conversion into many GIS +formats and it can assemble multipolygons from ways and relations. + +WWW: http://osmcode.org/libosmium/ diff --git a/astro/libosmium/pkg-plist b/astro/libosmium/pkg-plist new file mode 100644 index 000000000000..31c74a58bb3d --- /dev/null +++ b/astro/libosmium/pkg-plist @@ -0,0 +1,177 @@ +include/osmium/area/assembler.hpp +include/osmium/area/detail/node_ref_segment.hpp +include/osmium/area/detail/proto_ring.hpp +include/osmium/area/detail/segment_list.hpp +include/osmium/area/detail/vector.hpp +include/osmium/area/multipolygon_collector.hpp +include/osmium/area/problem_reporter.hpp +include/osmium/area/problem_reporter_exception.hpp +include/osmium/area/problem_reporter_ogr.hpp +include/osmium/area/problem_reporter_stream.hpp +include/osmium/area/stats.hpp +include/osmium/builder/attr.hpp +include/osmium/builder/builder.hpp +include/osmium/builder/builder_helper.hpp +include/osmium/builder/osm_object_builder.hpp +include/osmium/diff_handler.hpp +include/osmium/diff_iterator.hpp +include/osmium/diff_visitor.hpp +include/osmium/dynamic_handler.hpp +include/osmium/experimental/flex_reader.hpp +include/osmium/fwd.hpp +include/osmium/geom/coordinates.hpp +include/osmium/geom/factory.hpp +include/osmium/geom/geojson.hpp +include/osmium/geom/geos.hpp +include/osmium/geom/haversine.hpp +include/osmium/geom/mercator_projection.hpp +include/osmium/geom/ogr.hpp +include/osmium/geom/projection.hpp +include/osmium/geom/rapid_geojson.hpp +include/osmium/geom/relations.hpp +include/osmium/geom/tile.hpp +include/osmium/geom/util.hpp +include/osmium/geom/wkb.hpp +include/osmium/geom/wkt.hpp +include/osmium/handler.hpp +include/osmium/handler/chain.hpp +include/osmium/handler/check_order.hpp +include/osmium/handler/disk_store.hpp +include/osmium/handler/dump.hpp +include/osmium/handler/node_locations_for_ways.hpp +include/osmium/handler/object_relations.hpp +include/osmium/index/bool_vector.hpp +include/osmium/index/detail/create_map_with_fd.hpp +include/osmium/index/detail/mmap_vector_anon.hpp +include/osmium/index/detail/mmap_vector_base.hpp +include/osmium/index/detail/mmap_vector_file.hpp +include/osmium/index/detail/tmpfile.hpp +include/osmium/index/detail/vector_map.hpp +include/osmium/index/detail/vector_multimap.hpp +include/osmium/index/id_set.hpp +include/osmium/index/index.hpp +include/osmium/index/map.hpp +include/osmium/index/map/all.hpp +include/osmium/index/map/dense_file_array.hpp +include/osmium/index/map/dense_mem_array.hpp +include/osmium/index/map/dense_mmap_array.hpp +include/osmium/index/map/dummy.hpp +include/osmium/index/map/sparse_file_array.hpp +include/osmium/index/map/sparse_mem_array.hpp +include/osmium/index/map/sparse_mem_map.hpp +include/osmium/index/map/sparse_mem_table.hpp +include/osmium/index/map/sparse_mmap_array.hpp +include/osmium/index/multimap.hpp +include/osmium/index/multimap/all.hpp +include/osmium/index/multimap/hybrid.hpp +include/osmium/index/multimap/sparse_file_array.hpp +include/osmium/index/multimap/sparse_mem_array.hpp +include/osmium/index/multimap/sparse_mem_multimap.hpp +include/osmium/index/multimap/sparse_mmap_array.hpp +include/osmium/index/node_locations_map.hpp +include/osmium/io/any_compression.hpp +include/osmium/io/any_input.hpp +include/osmium/io/any_output.hpp +include/osmium/io/bzip2_compression.hpp +include/osmium/io/compression.hpp +include/osmium/io/debug_output.hpp +include/osmium/io/detail/debug_output_format.hpp +include/osmium/io/detail/input_format.hpp +include/osmium/io/detail/o5m_input_format.hpp +include/osmium/io/detail/opl_input_format.hpp +include/osmium/io/detail/opl_output_format.hpp +include/osmium/io/detail/opl_parser_functions.hpp +include/osmium/io/detail/output_format.hpp +include/osmium/io/detail/pbf.hpp +include/osmium/io/detail/pbf_decoder.hpp +include/osmium/io/detail/pbf_input_format.hpp +include/osmium/io/detail/pbf_output_format.hpp +include/osmium/io/detail/protobuf_tags.hpp +include/osmium/io/detail/queue_util.hpp +include/osmium/io/detail/read_thread.hpp +include/osmium/io/detail/read_write.hpp +include/osmium/io/detail/string_table.hpp +include/osmium/io/detail/string_util.hpp +include/osmium/io/detail/write_thread.hpp +include/osmium/io/detail/xml_input_format.hpp +include/osmium/io/detail/xml_output_format.hpp +include/osmium/io/detail/zlib.hpp +include/osmium/io/error.hpp +include/osmium/io/file.hpp +include/osmium/io/file_compression.hpp +include/osmium/io/file_format.hpp +include/osmium/io/gzip_compression.hpp +include/osmium/io/header.hpp +include/osmium/io/input_iterator.hpp +include/osmium/io/o5m_input.hpp +include/osmium/io/opl_input.hpp +include/osmium/io/opl_output.hpp +include/osmium/io/output_iterator.hpp +include/osmium/io/overwrite.hpp +include/osmium/io/pbf_input.hpp +include/osmium/io/pbf_output.hpp +include/osmium/io/reader.hpp +include/osmium/io/reader_iterator.hpp +include/osmium/io/writer.hpp +include/osmium/io/writer_options.hpp +include/osmium/io/xml_input.hpp +include/osmium/io/xml_output.hpp +include/osmium/memory/buffer.hpp +include/osmium/memory/collection.hpp +include/osmium/memory/item.hpp +include/osmium/memory/item_iterator.hpp +include/osmium/object_pointer_collection.hpp +include/osmium/opl.hpp +include/osmium/osm.hpp +include/osmium/osm/area.hpp +include/osmium/osm/box.hpp +include/osmium/osm/changeset.hpp +include/osmium/osm/crc.hpp +include/osmium/osm/diff_object.hpp +include/osmium/osm/entity.hpp +include/osmium/osm/entity_bits.hpp +include/osmium/osm/item_type.hpp +include/osmium/osm/location.hpp +include/osmium/osm/node.hpp +include/osmium/osm/node_ref.hpp +include/osmium/osm/node_ref_list.hpp +include/osmium/osm/object.hpp +include/osmium/osm/object_comparisons.hpp +include/osmium/osm/relation.hpp +include/osmium/osm/segment.hpp +include/osmium/osm/tag.hpp +include/osmium/osm/timestamp.hpp +include/osmium/osm/types.hpp +include/osmium/osm/types_from_string.hpp +include/osmium/osm/undirected_segment.hpp +include/osmium/osm/way.hpp +include/osmium/relations/collector.hpp +include/osmium/relations/detail/member_meta.hpp +include/osmium/relations/detail/relation_meta.hpp +include/osmium/tags/filter.hpp +include/osmium/tags/regex_filter.hpp +include/osmium/tags/taglist.hpp +include/osmium/thread/function_wrapper.hpp +include/osmium/thread/pool.hpp +include/osmium/thread/queue.hpp +include/osmium/thread/util.hpp +include/osmium/util/cast.hpp +include/osmium/util/compatibility.hpp +include/osmium/util/config.hpp +include/osmium/util/delta.hpp +include/osmium/util/double.hpp +include/osmium/util/endian.hpp +include/osmium/util/endian.hpp.orig +include/osmium/util/file.hpp +include/osmium/util/iterator.hpp +include/osmium/util/memory.hpp +include/osmium/util/memory_mapping.hpp +include/osmium/util/minmax.hpp +include/osmium/util/misc.hpp +include/osmium/util/options.hpp +include/osmium/util/progress_bar.hpp +include/osmium/util/string.hpp +include/osmium/util/timer.hpp +include/osmium/util/verbose_output.hpp +include/osmium/version.hpp +include/osmium/visitor.hpp diff --git a/astro/osmium/Makefile b/astro/osmium/Makefile deleted file mode 100644 index e4ba4459e7f7..000000000000 --- a/astro/osmium/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Created by: Dmitry Marakasov -# $FreeBSD$ - -PORTNAME= osmium -PORTVERSION= git20130522 -PORTREVISION= 14 -CATEGORIES= astro geography devel - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= C++/Javascript framework for working with OSM files - -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual - -LIB_DEPENDS= libgdal.so:graphics/gdal \ - libboost_regex.so:devel/boost-libs \ - libsqlite3.so:databases/sqlite3 \ - libexpat.so:textproc/expat2 \ - libgeos.so:graphics/geos \ - libprotobuf.so:devel/protobuf -BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash -RUN_DEPENDS= sparsehash>=2.0.2:devel/sparsehash - -USE_GITHUB= yes -GH_ACCOUNT= joto -GH_TAGNAME= 1a5bb26 - -CXXFLAGS+= -I${LOCALBASE}/include \ - -L${LOCALBASE}/lib - -NO_ARCH= yes -PORTDOCS= * - -OPTIONS_DEFINE= JAVASCRIPT DOXYGEN DOCS -OPTIONS_DEFAULT=JAVASCRIPT -JAVASCRIPT_DESC=Enable javascript support - -JAVASCRIPT_LIB_DEPENDS= libv8.so:lang/v8 \ - libshp.so:devel/shapelib \ - libicuuc.so:devel/icu - -DOXYGEN_IMPLIES= DOCS -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen - -do-build-DOXYGEN-on: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKR_ARGS} doc - -do-install: - cd ${WRKSRC}/include && ${COPYTREE_SHARE} '${PORTNAME} ${PORTNAME}.hpp' \ - ${STAGEDIR}${PREFIX}/include/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/THANKS \ - ${WRKSRC}/NOTES_FOR_DEVELOPERS ${STAGEDIR}${DOCSDIR}/ -do-install-DOXYGEN-on: - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/ - -do-test: - cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${SH} run_tests.sh - -.include diff --git a/astro/osmium/distinfo b/astro/osmium/distinfo deleted file mode 100644 index aa06c09d3cee..000000000000 --- a/astro/osmium/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (joto-osmium-git20130522-1a5bb26_GH0.tar.gz) = 27f45cbf05d2f7de83452505d1bf5dbef22c1d413c97e327bdbfa706977e91e2 -SIZE (joto-osmium-git20130522-1a5bb26_GH0.tar.gz) = 149373 diff --git a/astro/osmium/files/patch-test_run__tests.sh b/astro/osmium/files/patch-test_run__tests.sh deleted file mode 100644 index 388e09a86eac..000000000000 --- a/astro/osmium/files/patch-test_run__tests.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- test/run_tests.sh.orig 2013-05-09 15:20:50 UTC -+++ test/run_tests.sh -@@ -10,8 +10,10 @@ - - set -e - --CXX="g++" --CXXFLAGS="-g -Wall -Wextra -Wredundant-decls -Wdisabled-optimization -pedantic -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long" -+if [ -z "$CXX" ]; then -+ CXX="g++" -+fi -+CXXFLAGS="$CXXFLAGS -g -Wall -Wextra -Wredundant-decls -Wdisabled-optimization -pedantic -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long" - COMPILE="$CXX -I../include -I. $CXXFLAGS -o tests" - - if [ "x$1" = "x-v" ]; then diff --git a/astro/osmium/pkg-descr b/astro/osmium/pkg-descr deleted file mode 100644 index 66c7f5d1d710..000000000000 --- a/astro/osmium/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Osmium is a C++ framework for working with OSM data files. Osmium -can read OSM data in XML or binary format (PBF) and can call different -handlers for each OSM object. - -WWW: http://wiki.openstreetmap.org/wiki/Osmium diff --git a/astro/osmium/pkg-plist b/astro/osmium/pkg-plist deleted file mode 100644 index 82659461a993..000000000000 --- a/astro/osmium/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -include/osmium.hpp -include/osmium/debug.hpp -include/osmium/export.hpp -include/osmium/export/csv.hpp -include/osmium/export/shapefile.hpp -include/osmium/geometry.hpp -include/osmium/geometry/from_way.hpp -include/osmium/geometry/geos.hpp -include/osmium/geometry/haversine.hpp -include/osmium/geometry/linestring.hpp -include/osmium/geometry/multipolygon.hpp -include/osmium/geometry/null.hpp -include/osmium/geometry/ogr.hpp -include/osmium/geometry/ogr_multipolygon.hpp -include/osmium/geometry/point.hpp -include/osmium/geometry/polygon.hpp -include/osmium/geometry/shplib.hpp -include/osmium/handler.hpp -include/osmium/handler/coordinates_for_ways.hpp -include/osmium/handler/debug.hpp -include/osmium/handler/endtime.hpp -include/osmium/handler/find_bbox.hpp -include/osmium/handler/progress.hpp -include/osmium/handler/range_from_history.hpp -include/osmium/input.hpp -include/osmium/input/pbf.hpp -include/osmium/input/xml.hpp -include/osmium/javascript.hpp -include/osmium/javascript/handler.hpp -include/osmium/javascript/template.hpp -include/osmium/javascript/unicode.hpp -include/osmium/javascript/wrapper/export_csv.hpp -include/osmium/javascript/wrapper/export_shapefile.hpp -include/osmium/javascript/wrapper/geometry.hpp -include/osmium/javascript/wrapper/osm.hpp -include/osmium/javascript/wrapper/position.hpp -include/osmium/multipolygon/assembler.hpp -include/osmium/multipolygon/builder.hpp -include/osmium/osm.hpp -include/osmium/osm/area.hpp -include/osmium/osm/bounds.hpp -include/osmium/osm/meta.hpp -include/osmium/osm/node.hpp -include/osmium/osm/object.hpp -include/osmium/osm/position.hpp -include/osmium/osm/relation.hpp -include/osmium/osm/relation_member.hpp -include/osmium/osm/relation_member_list.hpp -include/osmium/osm/segment.hpp -include/osmium/osm/tag.hpp -include/osmium/osm/tag_list.hpp -include/osmium/osm/tag_ostream.hpp -include/osmium/osm/types.hpp -include/osmium/osm/undirected_segment.hpp -include/osmium/osm/way.hpp -include/osmium/osm/way_node.hpp -include/osmium/osm/way_node_list.hpp -include/osmium/osmfile.hpp -include/osmium/output.hpp -include/osmium/output/pbf.hpp -include/osmium/output/xml.hpp -include/osmium/relations/assembler.hpp -include/osmium/relations/relation_info.hpp -include/osmium/smart_ptr.hpp -include/osmium/storage/byid.hpp -include/osmium/storage/byid/fixed_array.hpp -include/osmium/storage/byid/mmap_anon.hpp -include/osmium/storage/byid/mmap_file.hpp -include/osmium/storage/byid/sparse_table.hpp -include/osmium/storage/byid/vector.hpp -include/osmium/storage/objectstore.hpp -include/osmium/tags/key_filter.hpp -include/osmium/tags/key_value_filter.hpp -include/osmium/tags/regex_filter.hpp -include/osmium/tags/to_string.hpp -include/osmium/utils/delta.hpp -include/osmium/utils/filter_and_accumulate.hpp -include/osmium/utils/stringtable.hpp -include/osmium/utils/timestamp.hpp diff --git a/audio/Makefile b/audio/Makefile index c89895e7944b..730e9bb1598d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -378,6 +378,7 @@ SUBDIR += libgig SUBDIR += libgme SUBDIR += libgpod + SUBDIR += libgpod-sharp SUBDIR += libgroove SUBDIR += libid3tag SUBDIR += libkcddb diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index d97018afaa73..70f57a6f9f08 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -3,7 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ diff --git a/audio/beep/Makefile b/audio/beep/Makefile index 7a9b0878f99a..20791ef04e0b 100644 --- a/audio/beep/Makefile +++ b/audio/beep/Makefile @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 pc98 PLIST_FILES= bin/beep man/man1/beep.1.gz post-patch: - ${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ + @${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ ${WRKSRC}/beep.c .include diff --git a/audio/beep/pkg-descr b/audio/beep/pkg-descr index dca73b0e7931..65422c5b3843 100644 --- a/audio/beep/pkg-descr +++ b/audio/beep/pkg-descr @@ -1,2 +1,2 @@ -This program will beep, using a -duration and pitch specified on the command line or the program's defaults. +This program will beep, using a duration and pitch specified on the +command line or the program's defaults. diff --git a/audio/beep/pkg-message b/audio/beep/pkg-message index 3aa711d4a8d6..a23b268c025e 100644 --- a/audio/beep/pkg-message +++ b/audio/beep/pkg-message @@ -1,26 +1,26 @@ -Speaker sound Support: +Speaker sound support: ====================== -For support speaker sound four user needs to be in the operator group and needs -read and write permissions to the /dev/speaker device. +For PC speaker sound to work you need to be in the operator group +and need r/w permissions to /dev/speaker device. -Load kernel modul: +Load kernel module: # kldload speaker -Add a user to a group operator's: +Add a user to operator group: % pw groupmod operator -m jerry -Uncomment the following lines in the file /etc/devfs.rules (create if it doesn't -exist): +Uncomment the following lines in /etc/devfs.rules file (create it +if it doesn't exist): # Allow members of group operator to cat things to the speaker [speaker=10] add path 'speaker' mode 0660 group operator -To load these new rule add the following to /etc/rc.conf: +To load these new rules add the following to /etc/rc.conf: devfs_speaker_ruleset="speaker" diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 0da398fe3fd1..6a481229f69d 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,6 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -player diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile index a442e673735e..87e1278b68bc 100644 --- a/audio/cpp-xmms2/Makefile +++ b/audio/cpp-xmms2/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio PKGNAMEPREFIX= cpp- diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 39dfaeb21b7a..248862b1d988 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 diff --git a/audio/dream/Makefile b/audio/dream/Makefile index 97e07c88b4db..2c71d51512a1 100644 --- a/audio/dream/Makefile +++ b/audio/dream/Makefile @@ -2,6 +2,7 @@ PORTNAME= dream PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= audio comms hamradio MASTER_SITES= SF/drm/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-svn808 @@ -15,16 +16,14 @@ LIB_DEPENDS= libhamlib.so:comms/hamlib\ libqwt.so:x11-toolkits/qwt5\ libfftw3.so:math/fftw3 +USES= gmake pkgconfig qmake USE_QT4= qmake_build moc_build uic_build corelib gui network rcc webkit -QT4_MAKE_ARGS= INSTALL_ROOT=${STAGEDIR} -USES= gmake pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= SNDFILE OGG VORBIS FLAC OPUS SPEEX FAAD FAAC OPTIONS_RADIO= DEVICE OPTIONS_RADIO_DEVICE= PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= PORTAUDIO SNDFILE -OPTIONS_SUB= yes PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio @@ -38,22 +37,12 @@ SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp FAAD_LIB_DEPENDS= libfaad.so:audio/faad FAAC_LIB_DEPENDS= libfaac.so:audio/faac -MANDIRS= ${PREFIX}/share/man/man1 -PLIST_FILES= %%QT_BINDIR%%/dream share/man/man1/dream.1.gz +PLIST_FILES= bin/dream man/man1/dream.1.gz pre-patch: @${REINPLACE_CMD} -e 's|/opt|/usr|g' -e 's|/usr/local|${PREFIX}|g'\ - -e 's|target.path = /usr/bin|target.path = ${STAGEDIR}${QT_BINDIR}|g'\ - -e 's|/usr/share/man/man1|${STAGEDIR}${PREFIX}/share/man/man1|g'\ - -e 's|INSTALLS += documentation||g'\ + -e 's|target.path = /usr/bin|target.path = ${PREFIX}/bin|g'\ + -e 's|/usr/share/man/man1|${PREFIX}/man/man1|g'\ ${WRKSRC}/dream.pro -do-configure: - cd ${WRKSRC} &&\ - ${SETENV} ${MAKE_ENV} ${QMAKE} dream.pro ${QMAKE_ARGS} - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/linux/dream.1 ${STAGEDIR}${PREFIX}/share/man/man1/ - .include diff --git a/audio/libgpod-sharp/Makefile b/audio/libgpod-sharp/Makefile new file mode 100644 index 000000000000..45828fc49b8a --- /dev/null +++ b/audio/libgpod-sharp/Makefile @@ -0,0 +1,22 @@ +# Created by: David Naylor +# $FreeBSD$ + +PKGNAMESUFFIX= -sharp + +MAINTAINER= mono@FreeBSD.org +COMMENT= .Net bindings for the libgpod library + +RUN_DEPENDS= ${LOCALBASE}/lib/libgpod.so:audio/libgpod + +OPTIONS_EXCLUDE=DOCS IMOBILE PYTHON +OPTIONS_SLAVE= MONO + +BUILD_WRKSRC= ${WRKSRC}/bindings/mono +INSTALL_WRKSRC= ${WRKSRC}/bindings/mono + +SLAVE_PORT= yes +MASTERDIR= ${.CURDIR}/../libgpod + +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/audio/libgpod-sharp/pkg-plist b/audio/libgpod-sharp/pkg-plist new file mode 100644 index 000000000000..9afc3dbf364a --- /dev/null +++ b/audio/libgpod-sharp/pkg-plist @@ -0,0 +1,6 @@ +lib/libgpod/libgpod-sharp-test.exe +lib/libgpod/libgpod-sharp-test.exe.mdb +lib/libgpod/libgpod-sharp.dll +lib/libgpod/libgpod-sharp.dll.config +lib/libgpod/libgpod-sharp.dll.mdb +libdata/pkgconfig/libgpod-sharp.pc diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 75810787df5e..d6d44175b99b 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -7,8 +7,8 @@ PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/gtkpod/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} -MAINTAINER= avilla@FreeBSD.org -COMMENT= Library for direct access to iPod contents +MAINTAINER?= avilla@FreeBSD.org +COMMENT?= Library for direct access to iPod contents LICENSE= LGPL20 @@ -21,12 +21,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-udev --without-hal \ --with-html-dir="${DOCSDIR:H}" USE_CSTD= gnu89 -USE_GNOME= gdkpixbuf2 gtk20 intltool +USE_GNOME= gdkpixbuf2 gtk20 intltool libxml2 INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS IMOBILE PYTHON # MONO +OPTIONS_DEFINE= DOCS IMOBILE PYTHON MONO OPTIONS_DEFAULT=IMOBILE +OPTIONS_EXCLUDE?= MONO OPTIONS_SUB= yes IMOBILE_DESC= Apple iPhone/iPod Touch support @@ -35,11 +36,8 @@ IMOBILE_LIB_DEPENDS= libimobiledevice.so:comms/libimobiledevice IMOBILE_CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb" IMOBILE_CONFIGURE_WITH= libimobiledevice -# Mono 4+ doesn't seem to be supported. MONO_USE= GNOME=gtksharp20 MONO_CONFIGURE_WITH= mono -CONFIGURE_ARGS+= --without-mono -PLIST_SUB+= MONO="@comment " PYTHON_BUILD_DEPENDS= swig2.0:devel/swig20 \ ${PYTHON_SITELIBDIR}/mutagen/__init__.py:audio/py-mutagen @@ -57,9 +55,14 @@ PORTDOCS= ChangeLog NEWS README* COMMENT:= ${COMMENT:S,iPod,&/iPhone,} .endif +post-patch-MONO-on: + ${REINPLACE_CMD} 's/gmcs/mcs/g' ${WRKSRC}/configure ${WRKSRC}/m4/mono.m4 + +.if ${SLAVE_PORT} == no post-install: ${INSTALL_PROGRAM} ${WRKSRC}/tools/ipod-time-sync \ ${STAGEDIR}${PREFIX}/bin +.endif post-install-MONO-off: @${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libgpod-sharp.pc diff --git a/audio/libgpod/pkg-plist b/audio/libgpod/pkg-plist index bbc206543c5a..a233fcad89d1 100644 --- a/audio/libgpod/pkg-plist +++ b/audio/libgpod/pkg-plist @@ -5,11 +5,6 @@ lib/libgpod.a lib/libgpod.so lib/libgpod.so.4 lib/libgpod.so.4.3.2 -%%MONO%%lib/libgpod/libgpod-sharp-test.exe -%%MONO%%lib/libgpod/libgpod-sharp-test.exe.mdb -%%MONO%%lib/libgpod/libgpod-sharp.dll -%%MONO%%lib/libgpod/libgpod-sharp.dll.config -%%MONO%%lib/libgpod/libgpod-sharp.dll.mdb %%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/__init__.pyo @@ -24,7 +19,6 @@ lib/libgpod.so.4.3.2 %%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/ipod.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gpod/ipod.pyo libdata/pkgconfig/libgpod-1.0.pc -%%MONO%%libdata/pkgconfig/libgpod-sharp.pc %%PORTDOCS%%%%DOCSDIR%%/ch01.html %%PORTDOCS%%%%DOCSDIR%%/home.png %%PORTDOCS%%%%DOCSDIR%%/index.html diff --git a/audio/linux-neroaaccodec/Makefile b/audio/linux-neroaaccodec/Makefile index 5afe8b8a4adf..2757ea125bcd 100644 --- a/audio/linux-neroaaccodec/Makefile +++ b/audio/linux-neroaaccodec/Makefile @@ -11,6 +11,8 @@ DISTNAME= NeroAACCodec-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nero AAC reference quality MPEG-4 and 3GPP audio codec +BROKEN= does not fetch (no such directory 'tools') + USES= dos2unix linux zip DOS2UNIX_REGEX= .*\.txt ONLY_FOR_ARCHS= i386 amd64 @@ -23,9 +25,9 @@ PLIST_FILES= bin/neroAacDec \ bin/neroAacTag PORTDOCS= NeroAAC_tut.pdf \ - changelog.txt \ - license.txt \ - readme.txt + changelog.txt \ + license.txt \ + readme.txt OPTIONS_DEFINE= DOCS @@ -33,6 +35,8 @@ do-install: .for f in ${PLIST_FILES} ${INSTALL_PROGRAM} ${WRKSRC}/linux/${f:T} ${STAGEDIR}${PREFIX}/bin .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index ea89be9029c6..64aa6131ec3f 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index d98495909464..6abd2c99808d 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index c461777f6882..eaa584f86d34 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 4e9df2a8c5a5..b8e409dd03be 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.19.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/mythplugin-mythmusic/Makefile b/audio/mythplugin-mythmusic/Makefile index bb29cbf39346..245bdba8d820 100644 --- a/audio/mythplugin-mythmusic/Makefile +++ b/audio/mythplugin-mythmusic/Makefile @@ -3,14 +3,17 @@ PORTNAME= mythmusic PORTVERSION= 0.27.5 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= audio PKGNAMEPREFIX= mythplugin- MAINTAINER= ports@FreeBSD.org COMMENT= Music playing plugin for MythTV +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcdio.so:sysutils/libcdio \ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis \ @@ -29,7 +32,7 @@ HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/mythtv/plugins DESTDIRNAME= INSTALL_ROOT -PLIST_SUB+= MYTHSHARE="share/mythtv" +PLIST_SUB= MYTHSHARE="share/mythtv" QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 165a27dfe65b..a4610507145c 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile index 82295e35aed1..a7a6ae83cdc2 100644 --- a/audio/p5-Audio-Scan/Makefile +++ b/audio/p5-Audio-Scan/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Audio-Scan -PORTVERSION= 0.93 -PORTREVISION= 1 +PORTVERSION= 0.96 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,4 +17,7 @@ TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Scan/Scan.so + .include diff --git a/audio/p5-Audio-Scan/distinfo b/audio/p5-Audio-Scan/distinfo index 6ccc2c0dbe16..5f2f68920657 100644 --- a/audio/p5-Audio-Scan/distinfo +++ b/audio/p5-Audio-Scan/distinfo @@ -1,2 +1,3 @@ -SHA256 (Audio-Scan-0.93.tar.gz) = 5a92f4fce0c5dc3f4f76b2266d484466ff6dfc64340371c392e678324465dc0e -SIZE (Audio-Scan-0.93.tar.gz) = 3347237 +TIMESTAMP = 1479918909 +SHA256 (Audio-Scan-0.96.tar.gz) = d68bb3598bb3c925f4753cc9e73f5e357bf249a36e16da57c54c205de4bbb426 +SIZE (Audio-Scan-0.96.tar.gz) = 3389579 diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index 5741e133dab3..86b1c2098c84 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -3,7 +3,7 @@ PORTNAME= patchage PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 016671441b2a..714bbf57a2e1 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -3,7 +3,7 @@ PORTNAME= playgsf PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/playgsf/ \ LOCAL/ehaupt @@ -11,15 +11,16 @@ MASTER_SITES= http://projects.raphnet.net/playgsf/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line player for gsf audio files +LICENSE= GPLv2+ LGPL21 NONE +LICENSE_COMB= multi +LICENSE_FILE_LGPL21= ${WRKSRC}/libresample-0.1.3/LICENSE.txt + LIB_DEPENDS= libao.so:audio/libao -USES= gmake dos2unix +USES= dos2unix gmake localbase:ldflags GNU_CONFIGURE= yes - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS+= --enable-ccore --disable-optimisations +CONFIGURE_ARGS= --enable-ccore \ + --disable-optimisations PLIST_FILES= bin/playgsf diff --git a/audio/playgsf/files/patch-VBA_Util.cpp b/audio/playgsf/files/patch-VBA_Util.cpp index b89973153125..4fa610d1a453 100644 --- a/audio/playgsf/files/patch-VBA_Util.cpp +++ b/audio/playgsf/files/patch-VBA_Util.cpp @@ -1,5 +1,23 @@ ---- VBA/Util.cpp.orig 2016-07-26 15:40:39 UTC +--- VBA/Util.cpp.orig 2016-11-24 13:15:44 UTC +++ VBA/Util.cpp +@@ -917,7 +917,7 @@ bool utilIsGSF(const char * file) + + + if(strlen(file) > 4) { +- char *p = strrchr(file,'.'); ++ const char *p = strrchr(file,'.'); + + if(p != NULL) { + if(_stricmp(p, ".gsf") == 0) +@@ -934,7 +934,7 @@ bool utilIsGBAImage(const char * file) + { + cpuIsMultiBoot = false; + if(strlen(file) > 4) { +- char * p = strrchr(file,'.'); ++ const char * p = strrchr(file,'.'); + + if(p != NULL) { + //if(_stricmp(p, ".gba") == 0) @@ -1484,7 +1484,8 @@ void utilWriteData(gzFile gzFile, variab gzFile utilGzOpen(const char *file, const char *mode) diff --git a/audio/pms/Makefile b/audio/pms/Makefile index 20a7dbb5231a..cb8bc7574840 100644 --- a/audio/pms/Makefile +++ b/audio/pms/Makefile @@ -3,7 +3,7 @@ PORTNAME= pms PORTVERSION= 0.42 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/py-musicbrainzngs/Makefile b/audio/py-musicbrainzngs/Makefile index 04a7f237cc57..15ddcecfb5d8 100644 --- a/audio/py-musicbrainzngs/Makefile +++ b/audio/py-musicbrainzngs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= musicbrainzngs -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,6 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= python -USE_PYTHON= distutils +USE_PYTHON= distutils autoplist .include diff --git a/audio/py-musicbrainzngs/distinfo b/audio/py-musicbrainzngs/distinfo index 61851f41c4c9..5e4ad9b26b94 100644 --- a/audio/py-musicbrainzngs/distinfo +++ b/audio/py-musicbrainzngs/distinfo @@ -1,2 +1,3 @@ -SHA256 (musicbrainzngs-0.5.tar.gz) = 281388ab750d2996e9feca4580fd4215d616a698e02cd6719cb9b8562945c489 -SIZE (musicbrainzngs-0.5.tar.gz) = 61632 +TIMESTAMP = 1480281327 +SHA256 (musicbrainzngs-0.6.tar.gz) = 28ef261a421dffde0a25281dab1ab214e1b407eec568cd05a53e73256f56adb5 +SIZE (musicbrainzngs-0.6.tar.gz) = 111052 diff --git a/audio/py-musicbrainzngs/pkg-plist b/audio/py-musicbrainzngs/pkg-plist deleted file mode 100644 index a20354a6639c..000000000000 --- a/audio/py-musicbrainzngs/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -%%PYTHON_SITELIBDIR%%/musicbrainzngs/__init__.py -%%PYTHON_SITELIBDIR%%/musicbrainzngs/__init__.pyc -%%PYTHON_SITELIBDIR%%/musicbrainzngs/__init__.pyo -%%PYTHON_SITELIBDIR%%/musicbrainzngs/compat.py -%%PYTHON_SITELIBDIR%%/musicbrainzngs/compat.pyc -%%PYTHON_SITELIBDIR%%/musicbrainzngs/compat.pyo -%%PYTHON_SITELIBDIR%%/musicbrainzngs/mbxml.py -%%PYTHON_SITELIBDIR%%/musicbrainzngs/mbxml.pyc -%%PYTHON_SITELIBDIR%%/musicbrainzngs/mbxml.pyo -%%PYTHON_SITELIBDIR%%/musicbrainzngs/musicbrainz.py -%%PYTHON_SITELIBDIR%%/musicbrainzngs/musicbrainz.pyc -%%PYTHON_SITELIBDIR%%/musicbrainzngs/musicbrainz.pyo -%%PYTHON_SITELIBDIR%%/musicbrainzngs/util.py -%%PYTHON_SITELIBDIR%%/musicbrainzngs/util.pyc -%%PYTHON_SITELIBDIR%%/musicbrainzngs/util.pyo diff --git a/audio/py-pyacoustid/Makefile b/audio/py-pyacoustid/Makefile index 1f6f9ca03da8..36ee29240f4e 100644 --- a/audio/py-pyacoustid/Makefile +++ b/audio/py-pyacoustid/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pyacoustid -PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTVERSION= 1.1.3 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-pyacoustid/distinfo b/audio/py-pyacoustid/distinfo index 5470084bd701..5987ad2e9fe5 100644 --- a/audio/py-pyacoustid/distinfo +++ b/audio/py-pyacoustid/distinfo @@ -1,2 +1,3 @@ -SHA256 (pyacoustid-1.0.0.tar.gz) = 31900428e7b344dca0c2da594b387e88620c319298e3a6400a968078194407d4 -SIZE (pyacoustid-1.0.0.tar.gz) = 10476 +TIMESTAMP = 1480280672 +SHA256 (pyacoustid-1.1.3.tar.gz) = 6e303cb34ad10a3a3b50f6b969ef3269a0b6f0fbe713b8e8ead800d47621c06f +SIZE (pyacoustid-1.1.3.tar.gz) = 11654 diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index a87d4d7b3a7c..76b201e6316e 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/raul/Makefile b/audio/raul/Makefile index 227d3134c49f..4b13a84189d6 100644 --- a/audio/raul/Makefile +++ b/audio/raul/Makefile @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ diff --git a/audio/re/Makefile b/audio/re/Makefile index a291be3c3970..bd6ccb91adde 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= re -PORTVERSION= 0.4.16 +PORTVERSION= 0.5.0 CATEGORIES= audio devel MASTER_SITES= http://www.creytiv.com/pub/ diff --git a/audio/re/distinfo b/audio/re/distinfo index 15f8ede0d6bd..99a53cacdf62 100644 --- a/audio/re/distinfo +++ b/audio/re/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465679980 -SHA256 (re-0.4.16.tar.gz) = bc36fcf37302bfdb964374f2842179f1521d78df79e42e74c4fd102e61fa4b29 -SIZE (re-0.4.16.tar.gz) = 308213 +TIMESTAMP = 1480150886 +SHA256 (re-0.5.0.tar.gz) = a2dd2204351b96b9af8a61680bfaa76231f5b47930080ec0af5eeba04a6cbaa2 +SIZE (re-0.5.0.tar.gz) = 294919 diff --git a/audio/sndio/Makefile b/audio/sndio/Makefile index 12dff7b07855..44ddceb0b8cf 100644 --- a/audio/sndio/Makefile +++ b/audio/sndio/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sndio -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= audio MASTER_SITES= http://www.sndio.org/ diff --git a/audio/sndio/distinfo b/audio/sndio/distinfo index 4293504038ac..6545adb5f3bd 100644 --- a/audio/sndio/distinfo +++ b/audio/sndio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465315037 -SHA256 (sndio-1.1.0.tar.gz) = fcd7f845ff70f38c2898d737450b8aa3e1bb0afb9d147e8429ef22c0b2c2db57 -SIZE (sndio-1.1.0.tar.gz) = 121018 +TIMESTAMP = 1478437502 +SHA256 (sndio-1.2.0.tar.gz) = b9808e189481904a4404b0c1715ad0c4b301e72abca8e49653bb526ff4e16cdc +SIZE (sndio-1.2.0.tar.gz) = 123703 diff --git a/audio/sndio/files/patch-configure b/audio/sndio/files/patch-configure deleted file mode 100644 index b4980dd8e4ec..000000000000 --- a/audio/sndio/files/patch-configure +++ /dev/null @@ -1,61 +0,0 @@ ---- configure.orig 2015-12-15 05:28:04 UTC -+++ configure -@@ -32,6 +32,7 @@ prefix=/usr/local # where to install s - so="libsndio.so.\${MAJ}.\${MIN}" # shared libs to build - alsa=no # do we want alsa support ? - sun=no # do we want sun support ? -+oss=no # do we want oss support ? - rmidi=no # do we want support for raw char dev ? - precision=16 # aucat/sndiod arithmetic precision - user=_sndio # non-privileged user for sndio daemon -@@ -71,6 +72,15 @@ case `uname` in - defs='-DHAVE_ARC4RANDOM -DHAVE_ISSETUGID \\\ - -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRTONUM' - ;; -+ FreeBSD) -+ user=_sndio -+ so="$so libsndio.so" -+ defs='-DHAVE_ARC4RANDOM -DHAVE_ISSETUGID \\\ -+ -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRTONUM \\\ -+ -DDEFAULT_DEV=\\"fallback\\"' -+ oss=yes -+ mandir=${prefix}/man -+ ;; - esac - - # shell word separator (none) -@@ -106,6 +116,12 @@ for i; do - --disable-alsa) - alsa=no - shift;; -+ --enable-oss) -+ oss=yes -+ shift;; -+ --disable-oss) -+ oss=no -+ shift;; - --enable-sun) - sun=yes - shift;; -@@ -162,6 +178,13 @@ if [ $alsa = yes ]; then - fi - - # -+# if using OSS, add corresponding parameters -+# -+if [ $oss = yes ]; then -+ defs="$defs -DUSE_OSS" -+fi -+ -+# - # if using Sun API, add corresponding parameters - # - if [ $sun = yes ]; then -@@ -215,6 +238,7 @@ user..................... $user - libbsd................... $libbsd - precision................ $precision - alsa..................... $alsa -+oss...................... $oss - sun...................... $sun - rmidi.................... $rmidi - diff --git a/audio/sndio/files/patch-libsndio_Makefile.in b/audio/sndio/files/patch-libsndio_Makefile.in deleted file mode 100644 index e199ca7596b6..000000000000 --- a/audio/sndio/files/patch-libsndio_Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- libsndio/Makefile.in.orig 2015-12-30 11:54:40 UTC -+++ libsndio/Makefile.in -@@ -99,7 +99,7 @@ clean: - # - OBJS = debug.o aucat.o \ - mio.o mio_rmidi.o mio_alsa.o mio_aucat.o \ --sio.o sio_alsa.o sio_aucat.o sio_sun.o \ -+sio.o sio_alsa.o sio_aucat.o sio_oss.o sio_sun.o \ - issetugid.o strlcat.o strlcpy.o strtonum.o - - .c.o: -@@ -140,3 +140,5 @@ sio_aucat.o: sio_aucat.c aucat.h amsg.h - ../bsd-compat/bsd-compat.h - sio_sun.o: sio_sun.c debug.h sio_priv.h sndio.h \ - ../bsd-compat/bsd-compat.h -+sio_oss.o: sio_oss.c debug.h sio_priv.h sndio.h \ -+ ../bsd-compat/bsd-compat.h diff --git a/audio/sndio/files/patch-libsndio_sio.c b/audio/sndio/files/patch-libsndio_sio.c deleted file mode 100644 index 1226d8400e6c..000000000000 --- a/audio/sndio/files/patch-libsndio_sio.c +++ /dev/null @@ -1,28 +0,0 @@ ---- libsndio/sio.c.orig 2016-01-08 20:51:12 UTC -+++ libsndio/sio.c -@@ -64,17 +64,25 @@ sio_open(const char *str, unsigned int m - return hdl; - #if defined(USE_SUN) - return _sio_sun_open("rsnd/0", mode, nbio); -+#elif defined(USE_OSS) -+ return _sio_oss_open("fallback", mode, nbio); - #elif defined(USE_ALSA) - return _sio_alsa_open("rsnd/0", mode, nbio); - #else - return NULL; - #endif - } -+#if defined(USE_OSS) -+ if (strcmp(str, "fallback") == 0) -+ return _sio_oss_open(str, mode, nbio); -+#endif - if (_sndio_parsetype(str, "snd")) - return _sio_aucat_open(str, mode, nbio); - if (_sndio_parsetype(str, "rsnd")) - #if defined(USE_SUN) - return _sio_sun_open(str, mode, nbio); -+#elif defined(USE_OSS) -+ return _sio_oss_open(str, mode, nbio); - #elif defined(USE_ALSA) - return _sio_alsa_open(str, mode, nbio); - #else diff --git a/audio/sndio/files/patch-libsndio_sio__oss.c b/audio/sndio/files/patch-libsndio_sio__oss.c deleted file mode 100644 index 90cde1881dce..000000000000 --- a/audio/sndio/files/patch-libsndio_sio__oss.c +++ /dev/null @@ -1,841 +0,0 @@ ---- libsndio/sio_oss.c.orig 2016-08-20 02:30:22 UTC -+++ libsndio/sio_oss.c -@@ -0,0 +1,838 @@ -+/* $OpenBSD$ */ -+/* -+ * Copyright (c) 2008 Alexandre Ratchov -+ * Copyright (c) 2016 Tobias Kortkamp -+ * -+ * Permission to use, copy, modify, and distribute this software for any -+ * purpose with or without fee is hereby granted, provided that the above -+ * copyright notice and this permission notice appear in all copies. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -+ */ -+ -+#ifdef USE_OSS -+#include -+#include -+#include -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#include "debug.h" -+#include "sio_priv.h" -+#include "bsd-compat.h" -+ -+#define DEVPATH_PREFIX "/dev/dsp" -+#define DEVPATH_MAX (1 + \ -+ sizeof(DEVPATH_PREFIX) - 1 + \ -+ sizeof(int) * 3) -+ -+#define AUDIO_INITPAR(p) \ -+ (void)memset((void *)(p), 0xff, sizeof(struct audio_swpar)) -+ -+/* -+ * argument to AUDIO_SETPAR and AUDIO_GETPAR ioctls -+ */ -+struct audio_swpar { -+ unsigned int sig; /* if 1, encoding is signed */ -+ unsigned int le; /* if 1, encoding is little-endian */ -+ unsigned int bits; /* bits per sample */ -+ unsigned int bps; /* bytes per sample */ -+ unsigned int msb; /* if 1, bits are msb-aligned */ -+ unsigned int rate; /* common play & rec sample rate */ -+ unsigned int pchan; /* play channels */ -+ unsigned int rchan; /* rec channels */ -+ unsigned int nblks; /* number of blocks in play buffer */ -+ unsigned int round; /* common frames per block */ -+ unsigned int _spare[6]; -+}; -+ -+struct sio_oss_hdl { -+ struct sio_hdl sio; -+ int fd; -+ unsigned int ibpf, obpf; /* bytes per frame */ -+ unsigned int isamples; -+ unsigned int osamples; -+ int idelta, odelta; /* position reported to client */ -+ -+ char *devstr; -+ -+ /* OSS doesn't have an API to ask for device parameters -+ * without setting them, so we keep track of them ourselves. -+ */ -+ struct audio_swpar swpar; -+}; -+ -+static void sio_oss_close(struct sio_hdl *); -+static int sio_oss_start(struct sio_hdl *); -+static int sio_oss_stop(struct sio_hdl *); -+static int sio_oss_setpar(struct sio_hdl *, struct sio_par *); -+static int sio_oss_getpar(struct sio_hdl *, struct sio_par *); -+static int sio_oss_getcap(struct sio_hdl *, struct sio_cap *); -+static size_t sio_oss_read(struct sio_hdl *, void *, size_t); -+static size_t sio_oss_write(struct sio_hdl *, const void *, size_t); -+static int sio_oss_nfds(struct sio_hdl *); -+static int sio_oss_pollfd(struct sio_hdl *, struct pollfd *, int); -+static int sio_oss_revents(struct sio_hdl *, struct pollfd *); -+ -+static void sio_oss_fmt_to_swpar(int, struct audio_swpar *); -+static int sio_oss_audio_getpar(struct sio_oss_hdl *, struct audio_swpar *); -+static int sio_oss_audio_setpar(struct sio_oss_hdl *, struct audio_swpar *); -+static int sio_oss_reopen(struct sio_oss_hdl *); -+ -+static struct sio_ops sio_oss_ops = { -+ sio_oss_close, -+ sio_oss_setpar, -+ sio_oss_getpar, -+ sio_oss_getcap, -+ sio_oss_write, -+ sio_oss_read, -+ sio_oss_start, -+ sio_oss_stop, -+ sio_oss_nfds, -+ sio_oss_pollfd, -+ sio_oss_revents, -+ NULL, /* setvol */ -+ NULL, /* getvol */ -+}; -+ -+static int -+sio_oss_adjpar(struct sio_oss_hdl *hdl, struct audio_swpar *ap) -+{ -+ if (hdl->sio.eof) -+ return 0; -+ if (sio_oss_audio_setpar(hdl, ap)) { -+ DPERROR("AUDIO_SETPAR"); -+ hdl->sio.eof = 1; -+ return 0; -+ } -+ if (sio_oss_audio_getpar(hdl, ap)) { -+ DPERROR("AUDIO_GETPAR"); -+ hdl->sio.eof = 1; -+ return 0; -+ } -+ return 1; -+} -+ -+/* -+ * try to set the device to the given parameters and check that the -+ * device can use them; return 1 on success, 0 on failure or error -+ */ -+static int -+sio_oss_testpar(struct sio_oss_hdl *hdl, struct sio_enc *enc, -+ unsigned int pchan, unsigned int rchan, unsigned int rate) -+{ -+ struct audio_swpar ap; -+ -+ AUDIO_INITPAR(&ap); -+ if (enc != NULL) { -+ ap.sig = enc->sig; -+ ap.bits = enc->bits; -+ ap.bps = enc->bps; -+ if (ap.bps > 1) -+ ap.le = enc->le; -+ if (ap.bps * 8 > ap.bits) -+ ap.msb = enc->msb; -+ } -+ if (rate) -+ ap.rate = rate; -+ if (pchan && (hdl->sio.mode & SIO_PLAY)) -+ ap.pchan = pchan; -+ if (rchan && (hdl->sio.mode & SIO_REC)) -+ ap.rchan = rchan; -+ if (!sio_oss_adjpar(hdl, &ap)) -+ return 0; -+ if (pchan && ap.pchan != pchan) -+ return 0; -+ if (rchan && ap.rchan != rchan) -+ return 0; -+ if (rate && ap.rate != rate) -+ return 0; -+ if (enc) { -+ if (ap.sig != enc->sig) -+ return 0; -+ if (ap.bits != enc->bits) -+ return 0; -+ if (ap.bps != enc->bps) -+ return 0; -+ if (ap.bps > 1 && ap.le != enc->le) -+ return 0; -+ if (ap.bits < ap.bps * 8 && ap.msb != enc->msb) -+ return 0; -+ } -+ return 1; -+} -+ -+/* -+ * guess device capabilities -+ */ -+static int -+sio_oss_getcap(struct sio_hdl *sh, struct sio_cap *cap) -+{ -+ static unsigned int chans[] = { -+ 1, 2, 4, 6, 8, 10, 12 -+ }; -+ static unsigned int rates[] = { -+ 8000, 11025, 12000, 16000, 22050, 24000, -+ 32000, 44100, 48000, 64000, 88200, 96000 -+ }; -+ static unsigned int encs[] = { -+ 8, 16, 24, 32 -+ }; -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ struct audio_swpar savepar, ap; -+ unsigned int nconf = 0; -+ unsigned int enc_map = 0, rchan_map = 0, pchan_map = 0, rate_map; -+ unsigned int i, j, conf; -+ -+ if (sio_oss_audio_getpar(hdl, &savepar)) { -+ DPERROR("AUDIO_GETPAR"); -+ hdl->sio.eof = 1; -+ return 0; -+ } -+ -+ /* -+ * get a subset of supported encodings -+ */ -+ for (i = 0; i < sizeof(encs) / sizeof(encs[0]); i++) { -+ AUDIO_INITPAR(&ap); -+ ap.bits = encs[i]; -+ ap.sig = (ap.bits > 8) ? 1 : 0; -+ if (!sio_oss_adjpar(hdl, &ap)) -+ return 0; -+ if (ap.bits == encs[i]) { -+ cap->enc[i].sig = ap.sig; -+ cap->enc[i].bits = ap.bits; -+ cap->enc[i].le = ap.le; -+ cap->enc[i].bps = ap.bps; -+ cap->enc[i].msb = ap.msb; -+ enc_map |= 1 << i; -+ } -+ } -+ -+ /* -+ * fill channels -+ * -+ * for now we're lucky: all kernel devices assume that the -+ * number of channels and the encoding are independent so we can -+ * use the current encoding and try various channels. -+ */ -+ if (hdl->sio.mode & SIO_PLAY) { -+ for (i = 0; i < sizeof(chans) / sizeof(chans[0]); i++) { -+ AUDIO_INITPAR(&ap); -+ ap.pchan = chans[i]; -+ if (!sio_oss_adjpar(hdl, &ap)) -+ return 0; -+ if (ap.pchan == chans[i]) { -+ cap->pchan[i] = chans[i]; -+ pchan_map |= (1 << i); -+ } -+ } -+ } -+ if (hdl->sio.mode & SIO_REC) { -+ for (i = 0; i < sizeof(chans) / sizeof(chans[0]); i++) { -+ AUDIO_INITPAR(&ap); -+ ap.pchan = chans[i]; -+ if (!sio_oss_adjpar(hdl, &ap)) -+ return 0; -+ if (ap.rchan == chans[i]) { -+ cap->rchan[i] = chans[i]; -+ rchan_map |= (1 << i); -+ } -+ } -+ } -+ -+ /* -+ * fill rates -+ * -+ * rates are not independent from other parameters (eg. on -+ * uaudio devices), so certain rates may not be allowed with -+ * certain encodings. We have to check rates for all encodings -+ */ -+ for (j = 0; j < sizeof(encs) / sizeof(encs[0]); j++) { -+ rate_map = 0; -+ if ((enc_map & (1 << j)) == 0) -+ continue; -+ for (i = 0; i < sizeof(rates) / sizeof(rates[0]); i++) { -+ if (sio_oss_testpar(hdl, -+ &cap->enc[j], 0, 0, rates[i])) { -+ cap->rate[i] = rates[i]; -+ rate_map |= (1 << i); -+ } -+ } -+ for (conf = 0; conf < nconf; conf++) { -+ if (cap->confs[conf].rate == rate_map) { -+ cap->confs[conf].enc |= (1 << j); -+ break; -+ } -+ } -+ if (conf == nconf) { -+ if (nconf == SIO_NCONF) -+ break; -+ cap->confs[nconf].enc = (1 << j); -+ cap->confs[nconf].pchan = pchan_map; -+ cap->confs[nconf].rchan = rchan_map; -+ cap->confs[nconf].rate = rate_map; -+ nconf++; -+ } -+ } -+ cap->nconf = nconf; -+ -+ if (sio_oss_audio_setpar(hdl, &savepar)) { -+ DPERROR("AUDIO_SETPAR"); -+ hdl->sio.eof = 1; -+ return 0; -+ } -+ return 1; -+} -+ -+static int -+sio_oss_getfd(const char *str, unsigned int mode, int nbio) -+{ -+ const char *p; -+ char path[DEVPATH_MAX]; -+ unsigned int devnum; -+ int fd, flags; -+ -+ if (strcmp(str, "fallback") == 0) { -+ /* On FreeBSD /dev/dsp points to the default unit -+ * selectable with the hw.snd.default_unit sysctl. -+ * Use it as fallback device. -+ */ -+ snprintf(path, sizeof(path), DEVPATH_PREFIX); -+ } else { -+ p = _sndio_parsetype(str, "rsnd"); -+ if (p == NULL) { -+ DPRINTF("sio_oss_getfd: %s: \"rsnd\" expected\n", str); -+ return -1; -+ } -+ switch (*p) { -+ case '/': -+ p++; -+ break; -+ default: -+ DPRINTF("sio_oss_getfd: %s: '/' expected\n", str); -+ return -1; -+ } -+ p = _sndio_parsenum(p, &devnum, 255); -+ if (p == NULL || *p != '\0') { -+ DPRINTF("sio_oss_getfd: %s: number expected after '/'\n", str); -+ return -1; -+ } -+ snprintf(path, sizeof(path), DEVPATH_PREFIX "%u", devnum); -+ } -+ if (mode == (SIO_PLAY | SIO_REC)) -+ flags = O_RDWR; -+ else -+ flags = (mode & SIO_PLAY) ? O_WRONLY : O_RDONLY; -+ while ((fd = open(path, flags | O_NONBLOCK | O_CLOEXEC)) < 0) { -+ if (errno == EINTR) -+ continue; -+ DPERROR(path); -+ return -1; -+ } -+ return fd; -+} -+ -+static struct sio_oss_hdl * -+sio_oss_fdopen(int fd, unsigned int mode, int nbio) -+{ -+ struct sio_oss_hdl *hdl; -+ -+ hdl = malloc(sizeof(struct sio_oss_hdl)); -+ if (hdl == NULL) -+ return NULL; -+ _sio_create(&hdl->sio, &sio_oss_ops, mode, nbio); -+ -+ /* Set default device parameters */ -+ sio_oss_fmt_to_swpar(AFMT_S16_LE, &hdl->swpar); -+ hdl->swpar.msb = 1; -+ hdl->swpar.rate = 48000; -+ hdl->swpar.bps = SIO_BPS(hdl->swpar.bits); -+ hdl->swpar.pchan = hdl->swpar.rchan = 2; -+ -+ hdl->fd = fd; -+ -+ return hdl; -+} -+ -+struct sio_hdl * -+_sio_oss_open(const char *str, unsigned int mode, int nbio) -+{ -+ struct sio_oss_hdl *hdl; -+ int fd; -+ -+ fd = sio_oss_getfd(str, mode, nbio); -+ if (fd < 0) -+ return NULL; -+ -+ hdl = sio_oss_fdopen(fd, mode, nbio); -+ if (hdl != NULL) { -+ hdl->devstr = strdup(str); -+ return (struct sio_hdl*)hdl; -+ } -+ while (close(fd) < 0 && errno == EINTR) -+ ; /* retry */ -+ -+ return NULL; -+} -+ -+static void -+sio_oss_close(struct sio_hdl *sh) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ -+ while (close(hdl->fd) < 0 && errno == EINTR) -+ ; /* retry */ -+ free(hdl->devstr); -+ free(hdl); -+} -+ -+static int -+sio_oss_start(struct sio_hdl *sh) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ int low; -+ -+ hdl->obpf = hdl->sio.par.pchan * hdl->sio.par.bps; -+ hdl->ibpf = hdl->sio.par.rchan * hdl->sio.par.bps; -+ hdl->isamples = 0; -+ hdl->osamples = 0; -+ hdl->idelta = 0; -+ hdl->odelta = 0; -+ -+ /* Nothing else to do here, device was just (re-)opened in -+ * sio_setpar and OSS starts playing/recording on first -+ * write/read. -+ */ -+ _sio_onmove_cb(&hdl->sio, 0); -+ -+ return 1; -+} -+ -+static int -+sio_oss_stop(struct sio_hdl *sh) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl*)sh; -+ /* Close and reopen device. This resets CURRENT_IPTR which -+ * allows us to get a semi-accurate recording position */ -+ if (sio_oss_audio_setpar(hdl, &hdl->swpar) < 0) -+ return 0; -+ return 1; -+} -+ -+static int -+sio_oss_setpar(struct sio_hdl *sh, struct sio_par *par) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ struct audio_swpar ap; -+ -+ AUDIO_INITPAR(&ap); -+ ap.sig = par->sig; -+ ap.le = par->le; -+ ap.bits = par->bits; -+ ap.bps = par->bps; -+ ap.msb = par->msb; -+ ap.rate = par->rate; -+ if (hdl->sio.mode & SIO_PLAY) -+ ap.pchan = par->pchan; -+ if (hdl->sio.mode & SIO_REC) -+ ap.rchan = par->rchan; -+ if (par->round != ~0U && par->appbufsz != ~0U) { -+ ap.round = par->round; -+ ap.nblks = par->appbufsz / par->round; -+ } else if (par->round != ~0U) { -+ ap.round = par->round; -+ ap.nblks = 2; -+ } else if (par->appbufsz != ~0U) { -+ ap.round = par->appbufsz / 2; -+ ap.nblks = 2; -+ } -+ if (sio_oss_audio_setpar(hdl, &ap) < 0) { -+ DPERROR("AUDIO_SETPAR"); -+ hdl->sio.eof = 1; -+ return 0; -+ } -+ return 1; -+} -+ -+static int -+sio_oss_getpar(struct sio_hdl *sh, struct sio_par *par) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ struct audio_swpar ap; -+ -+ if (sio_oss_audio_getpar(hdl, &ap) < 0) { -+ DPERROR("AUDIO_GETPAR"); -+ hdl->sio.eof = 1; -+ return 0; -+ } -+ par->sig = ap.sig; -+ par->le = ap.le; -+ par->bits = ap.bits; -+ par->bps = ap.bps; -+ par->msb = ap.msb; -+ par->rate = ap.rate; -+ par->pchan = ap.pchan; -+ par->rchan = ap.rchan; -+ par->round = ap.round; -+ par->appbufsz = par->bufsz = ap.round * ap.nblks; -+ par->xrun = SIO_IGNORE; -+ return 1; -+} -+ -+static size_t -+sio_oss_read(struct sio_hdl *sh, void *buf, size_t len) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ ssize_t n; -+ -+ while ((n = read(hdl->fd, buf, len)) < 0) { -+ if (errno == EINTR) -+ continue; -+ if (errno != EAGAIN) { -+ DPERROR("sio_oss_read: read"); -+ hdl->sio.eof = 1; -+ } -+ return 0; -+ } -+ if (n == 0) { -+ DPRINTF("sio_oss_read: eof\n"); -+ hdl->sio.eof = 1; -+ return 0; -+ } -+ -+ return n; -+} -+ -+static size_t -+sio_oss_write(struct sio_hdl *sh, const void *buf, size_t len) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ const unsigned char *data = buf; -+ ssize_t n, todo; -+ -+ todo = len; -+ while ((n = write(hdl->fd, data, todo)) < 0) { -+ if (errno == EINTR) -+ continue; -+ if (errno != EAGAIN) { -+ DPERROR("sio_oss_write: write"); -+ hdl->sio.eof = 1; -+ } -+ return 0; -+ } -+ -+ return n; -+} -+ -+static int -+sio_oss_nfds(struct sio_hdl *hdl) -+{ -+ return 1; -+} -+ -+static int -+sio_oss_pollfd(struct sio_hdl *sh, struct pollfd *pfd, int events) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ -+ pfd->fd = hdl->fd; -+ pfd->events = events; -+ -+ return 1; -+} -+ -+int -+sio_oss_revents(struct sio_hdl *sh, struct pollfd *pfd) -+{ -+ struct sio_oss_hdl *hdl = (struct sio_oss_hdl *)sh; -+ int delta; -+ int revents = pfd->revents; -+ long long play_pos, rec_pos; -+ oss_count_t optr, iptr; -+ -+ if ((pfd->revents & POLLHUP) || -+ (pfd->revents & (POLLIN | POLLOUT)) == 0) -+ return pfd->revents; -+ -+ if (hdl->sio.mode & SIO_PLAY) { -+ if (ioctl(hdl->fd, SNDCTL_DSP_CURRENT_OPTR, &optr) < 0) { -+ DPERROR("sio_oss_revents: "); -+ hdl->sio.eof = 1; -+ return POLLHUP; -+ } -+ play_pos = optr.samples - optr.fifo_samples; -+ delta = play_pos - hdl->osamples; -+ hdl->osamples = play_pos; -+ hdl->odelta += delta; -+ if (!(hdl->sio.mode & SIO_REC)) { -+ hdl->idelta += delta; -+ } -+ } -+ if (hdl->sio.mode & SIO_REC) { -+ if (ioctl(hdl->fd, SNDCTL_DSP_CURRENT_IPTR, &iptr) < 0) { -+ DPERROR("sio_oss_revents: "); -+ hdl->sio.eof = 1; -+ return POLLHUP; -+ } -+ rec_pos = iptr.samples - iptr.fifo_samples; -+ delta = rec_pos - hdl->isamples; -+ hdl->isamples = rec_pos; -+ hdl->idelta += delta; -+ if (!(hdl->sio.mode & SIO_PLAY)) { -+ hdl->odelta += delta; -+ } -+ } -+ -+ delta = (hdl->idelta > hdl->odelta) ? hdl->idelta : hdl->odelta; -+ if (delta > 0) { -+ _sio_onmove_cb(&hdl->sio, delta); -+ hdl->idelta -= delta; -+ hdl->odelta -= delta; -+ } -+ return revents; -+} -+ -+static void -+sio_oss_fmt_to_swpar(int fmt, struct audio_swpar *ap) { -+ switch(fmt) { -+ case AFMT_S8: -+ ap->le = 1; -+ ap->sig = 1; -+ ap->bits = 8; -+ break; -+ case AFMT_U8: -+ ap->le = 1; -+ ap->sig = 0; -+ ap->bits = 8; -+ break; -+ case AFMT_S16_LE: -+ ap->le = 1; -+ ap->sig = 1; -+ ap->bits = 16; -+ break; -+ case AFMT_S16_BE: -+ ap->le = 0; -+ ap->sig = 1; -+ ap->bits = 16; -+ break; -+ case AFMT_U16_LE: -+ ap->le = 1; -+ ap->sig = 0; -+ ap->bits = 16; -+ break; -+ case AFMT_U16_BE: -+ ap->le = 0; -+ ap->sig = 0; -+ ap->bits = 16; -+ break; -+ case AFMT_S24_LE: -+ ap->le = 1; -+ ap->sig = 1; -+ ap->bits = 24; -+ break; -+ case AFMT_S24_BE: -+ ap->le = 0; -+ ap->sig = 1; -+ ap->bits = 24; -+ break; -+ case AFMT_U24_LE: -+ ap->le = 1; -+ ap->sig = 0; -+ ap->bits = 24; -+ break; -+ case AFMT_U24_BE: -+ ap->le = 0; -+ ap->sig = 0; -+ ap->bits = 24; -+ break; -+ case AFMT_S32_LE: -+ ap->le = 1; -+ ap->sig = 1; -+ ap->bits = 32; -+ break; -+ case AFMT_S32_BE: -+ ap->le = 0; -+ ap->sig = 1; -+ ap->bits = 32; -+ break; -+ case AFMT_U32_LE: -+ ap->le = 1; -+ ap->sig = 0; -+ ap->bits = 32; -+ break; -+ case AFMT_U32_BE: -+ ap->le = 0; -+ ap->sig = 0; -+ ap->bits = 32; -+ break; -+ } -+} -+ -+static int -+sio_oss_swpar_to_fmt(struct audio_swpar *ap) -+{ -+ unsigned int bits = ap->bits; -+ unsigned int sig = ap->sig; -+ unsigned int le = ap->le; -+ -+ switch(bits) { -+ case 8: -+ if (sig) -+ return AFMT_S8; -+ else -+ return AFMT_U8; -+ break; -+ case 16: -+ if (sig) -+ if (le) -+ return AFMT_S16_LE; -+ else -+ return AFMT_S16_BE; -+ else -+ if (le) -+ return AFMT_U16_LE; -+ else -+ return AFMT_U16_BE; -+ break; -+ break; -+ case 24: -+ if (sig) -+ if (le) -+ return AFMT_S24_LE; -+ else -+ return AFMT_S24_BE; -+ else -+ if (le) -+ return AFMT_U24_LE; -+ else -+ return AFMT_U24_BE; -+ break; -+ break; -+ case 32: -+ if (sig) -+ if (le) -+ return AFMT_S32_LE; -+ else -+ return AFMT_S32_BE; -+ else -+ if (le) -+ return AFMT_U32_LE; -+ else -+ return AFMT_U32_BE; -+ break; -+ default: -+ if (sig) -+ if (SIO_LE_NATIVE) -+ return AFMT_S16_LE; -+ else -+ return AFMT_S16_BE; -+ else -+ if (SIO_LE_NATIVE) -+ return AFMT_U16_LE; -+ else -+ return AFMT_U16_BE; -+ } -+} -+ -+static int sio_oss_audio_getpar(struct sio_oss_hdl *hdl, struct audio_swpar *ap) -+{ -+ audio_buf_info bi; -+ -+ *ap = hdl->swpar; -+ -+ return 0; -+} -+ -+static int sio_oss_audio_setpar(struct sio_oss_hdl *hdl, struct audio_swpar *ap) -+{ -+ audio_buf_info bi; -+ int bufsz; -+ int chan; -+ int fmt; -+ int rate; -+ -+ if (sio_oss_reopen(hdl) < 0) { -+ DPERROR("sio_oss_audio_setpar: reopen"); -+ return -1; -+ } -+ -+ ap->msb = ap->msb == -1 ? 0 : ap->msb; -+ ap->sig = ap->sig == -1 ? 1 : ap->sig; -+ ap->bits = ap->bits == -1 ? ap->bps == -1 ? 16 : ap->bps*8 : ap->bits; -+ ap->le = ap->le == -1 ? SIO_LE_NATIVE : ap->le; -+ ap->bps = ap->bps == -1 ? SIO_BPS(ap->bits) : ap->bps; -+ ap->msb = 0; -+ ap->rate = ap->rate == -1 ? 48000 : ap->rate; -+ -+ if (ap->bits < 8) -+ ap->bits = 8; -+ if (ap->bits > 32) -+ ap->bits = 32; -+ if (ap->bps < 1) -+ ap->bps = 1; -+ if (ap->bps > 4) -+ ap->bps = 4; -+ if (ap->rate < 4000) -+ ap->rate = 4000; -+ if (ap->rate > 192000) -+ ap->rate = 192000; -+ -+ fmt = sio_oss_swpar_to_fmt(ap); -+ if (fmt < 0) -+ return -1; -+ if (ioctl(hdl->fd, SNDCTL_DSP_SETFMT, &fmt) < 0) { -+ DPERROR("sio_oss_audio_setpar: SETFMT"); -+ return -1; -+ } -+ sio_oss_fmt_to_swpar(fmt, ap); -+ -+ if (ioctl(hdl->fd, SNDCTL_DSP_SPEED, &ap->rate) < 0) { -+ DPERROR("sio_oss_audio_setpar: SPEED"); -+ return -1; -+ } -+ -+ chan = ap->pchan == ~0U ? ap->pchan : ap->rchan; -+ chan = chan == -1 ? 2 : chan; -+ if (ioctl(hdl->fd, SNDCTL_DSP_CHANNELS, &chan) < 0) { -+ DPERROR("sio_oss_audio_setpar: CHANNELS"); -+ return -1; -+ } -+ ap->pchan = ap->rchan = chan; -+ -+ ap->nblks = ap->nblks <= 0 ? 8 : ap->nblks; -+ ap->round = ap->round <= 0 ? 960 : ap->round; -+ -+ hdl->swpar = *ap; -+ -+ return 0; -+} -+ -+static int sio_oss_reopen(struct sio_oss_hdl *hdl) { -+ /* Reopen device */ -+ while (close(hdl->fd) < 0 && errno == EINTR) -+ ; /* retry */ -+ hdl->fd = sio_oss_getfd(hdl->devstr, hdl->sio.mode, 1); -+ if (hdl->fd < 0) { -+ DPERROR("sio_oss_audio_setpar: reopen"); -+ return -1; -+ } -+ return 0; -+} -+ -+#endif /* defined USE_OSS */ diff --git a/audio/sndio/files/patch-libsndio_sio__priv.h b/audio/sndio/files/patch-libsndio_sio__priv.h deleted file mode 100644 index d8cb0fc3734e..000000000000 --- a/audio/sndio/files/patch-libsndio_sio__priv.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libsndio/sio_priv.h.orig 2015-01-17 23:09:04 UTC -+++ libsndio/sio_priv.h -@@ -69,6 +69,9 @@ struct sio_hdl *_sio_aucat_open(const ch - #ifdef USE_SUN - struct sio_hdl *_sio_sun_open(const char *, unsigned, int); - #endif -+#ifdef USE_OSS -+struct sio_hdl *_sio_oss_open(const char *, unsigned, int); -+#endif - #ifdef USE_ALSA - struct sio_hdl *_sio_alsa_open(const char *, unsigned, int); - #endif diff --git a/audio/sndio/files/sndiod.in b/audio/sndio/files/sndiod.in index 87d108744653..2300f2b85ec7 100644 --- a/audio/sndio/files/sndiod.in +++ b/audio/sndio/files/sndiod.in @@ -3,19 +3,10 @@ # $FreeBSD$ # # PROVIDE: sndiod -# REQUIRE: NETWORKING +# REQUIRE: NETWORKING sysctl # BEFORE: DAEMON # KEYWORD: shutdown -# By default sndiod will use the audio device from -# hw.snd.default_unit. You can override this by setting sndiod_flags. -# -# To connect to a remote sndiod use e.g. -# sndiod_flags="-f snd@remotehost/0" -# -# To use /dev/dsp5 -# sndiod_flags="-f rsnd/5" - . /etc/rc.subr name=sndiod @@ -23,8 +14,9 @@ rcvar=sndiod_enable load_rc_config $name +: ${sndiod_dev="rsnd/$($SYSCTL -n hw.snd.default_unit)"} : ${sndiod_enable="NO"} -: ${sndiod_flags="-s default -m mon -s monitor"} +: ${sndiod_flags="-f ${sndiod_dev} -c 0:7 -j off -s default -m mon -s monitor"} command="%%PREFIX%%/bin/sndiod" diff --git a/audio/sndio/pkg-message b/audio/sndio/pkg-message index 7b4572dd62b2..de3663c39307 100644 --- a/audio/sndio/pkg-message +++ b/audio/sndio/pkg-message @@ -1,7 +1,3 @@ -Sndio's OSS support (i.e. local playback/recording support) is highly -experimental. If you run into problems please file a bug at -https://github.com/t6/sndio or send an email to t+sndio@tobik.me. - Enable the sndiod server with: sysrc sndiod_enable=YES @@ -13,19 +9,12 @@ plays through sndiod: aucat -f snd/0.monitor -o recording.wav -Make sure you override sndiod_flags if this is not wanted: - - sysrc sndiod_flags="" - -If you want clients to auto-play to your remote sndio server set -sndiod_flags accordingly: - - sysrc sndiod_flags="-f snd@remotehost/0" - -Alternatively you can always set the AUDIODEVICE environment variable -so clients know where to stream to: +Make sure you override sndiod_flags if this is not wanted. - export AUDIODEVICE=snd@remotehost/0 +By default the rc.d script passes '-c 0:7 -j off' to sndiod, so that +it uses all 8 virtual channels provided by OSS. If you override +sndiod_flags consider keeping these options, so that multi-channel +audio works as you'd expect. There is little sndio support in the FreeBSD ports tree right now. If your favourite port is missing support please take a look at the fork diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile index 57c9464b9573..b78197d5ebc7 100644 --- a/audio/tomahawk/Makefile +++ b/audio/tomahawk/Makefile @@ -3,7 +3,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile index a96e52394198..3b006ea560a1 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -3,18 +3,20 @@ PORTNAME= super-smack PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks databases MASTER_SITES= GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking, stress testing, and load generation tool for Databases +LICENSE= GPLv2+ + GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} +CONFIGURE_ARGS= --with-smacks-dir=${DATADIR} MAKE_JOBS_UNSAFE= yes -PORTDOCS= README TUTORIAL +PORTDOCS= CHANGES README MANUAL TUTORIAL OPTIONS_DEFINE= DOCS OPTIONS_MULTI= DB @@ -31,7 +33,7 @@ PGSQL_CONFIGURE_ON= --with-pgsql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index 538c47615486..30cb01a99262 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -4,6 +4,7 @@ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org @@ -23,7 +24,7 @@ GH_PROJECT= seqan USES= cmake:outsource CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" -USE_GCC= 4.9+ +USE_GCC= yes .include diff --git a/biology/vcftools/Makefile b/biology/vcftools/Makefile index ef02fc16c34a..881599ad3def 100644 --- a/biology/vcftools/Makefile +++ b/biology/vcftools/Makefile @@ -5,7 +5,6 @@ PORTNAME= vcftools PORTVERSION= 0.1.14 DISTVERSIONPREFIX= v CATEGORIES= biology -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bacon4000@gmail.com COMMENT= Tools for working with VCF genomics files diff --git a/biology/vcftools/distinfo b/biology/vcftools/distinfo index b4ab7d46ff00..ecc314dc59aa 100644 --- a/biology/vcftools/distinfo +++ b/biology/vcftools/distinfo @@ -1,2 +1,3 @@ -SHA256 (vcftools_0.1.14_GH0.tar.gz) = ba440584645e9901c1eeb6b769ccd828591f0575c73349072cde3efa77da6fdf -SIZE (vcftools_0.1.14_GH0.tar.gz) = 241228 +TIMESTAMP = 1480154189 +SHA256 (vcftools-vcftools-v0.1.14_GH0.tar.gz) = ba440584645e9901c1eeb6b769ccd828591f0575c73349072cde3efa77da6fdf +SIZE (vcftools-vcftools-v0.1.14_GH0.tar.gz) = 241228 diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index 1f00318a069a..0bfda50f7c1f 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= electric -PORTVERSION= 9.06 +PORTVERSION= 9.07 CATEGORIES= cad java MASTER_SITES= GNU/${PORTNAME:S/-ng//} \ http://www.staticfreesoft.com/:1 \ diff --git a/cad/electric-ng/distinfo b/cad/electric-ng/distinfo index e0470b29b6e3..ddb1fc9e7298 100644 --- a/cad/electric-ng/distinfo +++ b/cad/electric-ng/distinfo @@ -1,6 +1,7 @@ -SHA256 (electricBinary-9.06.jar) = 07d61c7f9adf1146da03916f4c623af3c33287720791ce3de71dc8608502205b -SIZE (electricBinary-9.06.jar) = 20718871 -SHA256 (ElectricManual-9.06.pdf) = 939300bba9af8d559d5ecef08c6fe0e17e973c0d524a2538823817ad26adee07 -SIZE (ElectricManual-9.06.pdf) = 3612989 -SHA256 (electricSFS-9.06.jar) = 3c8e2537deab424a661c92ca2fb07b84ceeed1a6e559a6256c08debd1912a8ef -SIZE (electricSFS-9.06.jar) = 194780 +TIMESTAMP = 1479994492 +SHA256 (electricBinary-9.07.jar) = 3e383f673183265700e0c13a5f7b1d3348247465c3d8817c845d62e4c92d86ce +SIZE (electricBinary-9.07.jar) = 21244560 +SHA256 (ElectricManual-9.07.pdf) = 836ebf850051cf797310fb7d61c40439d2582bb3b3fb3d5c2165059423b11ab4 +SIZE (ElectricManual-9.07.pdf) = 3622536 +SHA256 (electricSFS-9.07.jar) = a0377ca806d759cdd54ef9ea52bc2578dd8fe066c2018fdb7f31fd8936b533e2 +SIZE (electricSFS-9.07.jar) = 194665 diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index d830aa3a7ed8..d57db4218def 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20161104 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index dae46847c8f0..25363d5460d6 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -3,7 +3,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= https://github.com/fritzing/fritzing-app/archive/:source \ https://github.com/fritzing/fritzing-parts/archive/:parts diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index e4338dd954f3..7a16c8f3e1d5 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index e258661f1a3d..4db11b9a909b 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index bc8e2cf6f602..f539f0dbbc39 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,6 +2,7 @@ PORTNAME= librecad DISTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index d8582417d7ed..ac6dd8dc4e4a 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= linuxcnc-devel PORTVERSION= 20160626 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= trasz@FreeBSD.org diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 67a04f28ce9b..ee1ea9269107 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad science MASTER_SITES= LOCAL/thierry diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index aceecd616dbd..dc6f1db37f9f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index bf17914e2e6a..f18af3888108 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -4,6 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- +PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 8c5309192e7f..42f56638513e 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -2,6 +2,7 @@ PORTNAME= fldigi PORTVERSION= 3.23.15 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 6ece56ee664c..f43605d2c7ce 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 8399d85d031e..2202e96103b3 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -5,6 +5,7 @@ PORTNAME= gqrx PORTVERSION= 2.6 PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index d57796caca67..543314b80a9a 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20150716 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/comms/uarduno/Makefile b/comms/uarduno/Makefile index 2ea3c25bc724..6b725473c55f 100644 --- a/comms/uarduno/Makefile +++ b/comms/uarduno/Makefile @@ -10,18 +10,14 @@ MASTER_SITES= http://mrp3.com/ MAINTAINER= bobf@mrp3.com COMMENT= FreeBSD Kernel Driver for the Arduino Uno USB interface -# no license required -LICENSE= BSD2CLAUSE - -NO_LICENSES_INSTALL= yes -NO_LICENSES_DIALOGS= yes +LICENSE= BSD4CLAUSE USES= kmod uidfix # some test targets need a predictable source directory WRKSRC= ${WRKDIR}/uarduno -PLIST_FILES= "${KMODDIR}/uarduno.ko" +PLIST_FILES= ${KMODDIR}/uarduno.ko # # make sure I correctly identify the OS version @@ -37,10 +33,10 @@ post-patch: # # building a source tarball and related files uarduno-src-tarball: - ${MAKE} patch - ${MAKE} -C ${WRKSRC} my-clean - tar -c -f ${PORTSDIR}/distfiles/${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} uarduno - ${MAKE} makesum + ${MAKE_CMD} patch + ${MAKE_CMD} -C ${WRKSRC} my-clean + ${TAR} -c -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -C ${WRKDIR} uarduno + ${MAKE_CMD} makesum # partial clean for incremental build and test uarduno-part-clean: @@ -48,7 +44,7 @@ uarduno-part-clean: -${RM} ${WRKDIR}/.configure_done.uarduno._boot_kernel -${RM} ${WRKDIR}/.build_done.uarduno._boot_kernel -${RM} ${WRKDIR}/.install_done.uarduno._boot_kernel - ${MAKE} -C ${WRKSRC} my-clean - ${MAKE} patch + ${MAKE_CMD} -C ${WRKSRC} my-clean + ${MAKE_CMD} patch .include diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index ffabd40903b4..2b30df4dd718 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} @@ -29,7 +29,8 @@ USES= compiler:c++0x cmake:outsource gmake ncurses pkgconfig \ USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #MAKE_JOBS_UNSAFE= yes -CXXFLAGS+= -msse2 +CXXFLAGS_amd64= -msse2 +CXXFLAGS_i386= -msse2 CMAKE_ARGS+= -DPKG_LIB_DIR:STRING="share/uhd" -DUHD_TXRX_DEBUG_PRINTS="yes" # for excruciating debug use this -db diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile index 7fec1f94981b..c84b26442c18 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 diff --git a/converters/cocot/Makefile b/converters/cocot/Makefile index aebfc79032e5..531239e123bc 100644 --- a/converters/cocot/Makefile +++ b/converters/cocot/Makefile @@ -3,10 +3,8 @@ PORTNAME= cocot PORTVERSION= 20120313 +DISTVERSIONPREFIX= ${PORTNAME}-1.1- CATEGORIES= converters -MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ - LOCAL/knu -DISTNAME= ${PORTNAME}-1.1-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= Code Converter on TTY @@ -15,8 +13,10 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= DOCS -USES= iconv zip -WRKSRC= ${WRKDIR}/vmi-${PORTNAME}-8bc9f64 +USE_GITHUB= yes +GH_ACCOUNT= vmi + +USES= iconv GNU_CONFIGURE= yes CPPFLAGS+= -I${ICONV_PREFIX}/include diff --git a/converters/cocot/distinfo b/converters/cocot/distinfo index dc5065723b36..0a37f28bc42f 100644 --- a/converters/cocot/distinfo +++ b/converters/cocot/distinfo @@ -1,2 +1,3 @@ -SHA256 (cocot-1.1-20120313.zip) = 3ac93b60c3257f9dbab7e3ee25695d8101cf7fb96628b6caefd348cf8c85e77a -SIZE (cocot-1.1-20120313.zip) = 222658 +TIMESTAMP = 1480234398 +SHA256 (vmi-cocot-cocot-1.1-20120313_GH0.tar.gz) = bc67576b04a753c49ec563c30fb0cc383e9ce7a3db9295a384b7f77fcc1a57b8 +SIZE (vmi-cocot-cocot-1.1-20120313_GH0.tar.gz) = 214205 diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 99cea8558fcb..9714f75f93b1 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -3,7 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.87.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 9c84315a7c03..fbdfe0ddd5e1 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -3,6 +3,7 @@ PORTNAME= igbinary PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://pecl.php.net/get/ \ LOCAL/sunpoet @@ -17,4 +18,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= php:ext tar:tgz -.include +.include + +post-patch: +.if ${PHP_VER} >= 70 + ${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h + ${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h +.else + ${CP} ${WRKSRC}/src/php5/igbinary.h ${WRKSRC}/igbinary.h + ${CP} ${WRKSRC}/src/php5/php_igbinary.h ${WRKSRC}/php_igbinary.h +.endif + +.include diff --git a/databases/Makefile b/databases/Makefile index d59c87dc7474..08a88ab40432 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -776,6 +776,7 @@ SUBDIR += py-sqlalchemy08 SUBDIR += py-sqlalchemy09 SUBDIR += py-sqlalchemy10 + SUBDIR += py-sqlalchemy11 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlobject diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index f51f3cafd2d6..74376fb50b67 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -3,6 +3,7 @@ PORTNAME= akonadi PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 6d85751d1064..74a3fe87a865 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.31.5 +PORTVERSION= 2.31.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index e60ffc91081f..e0e0f3f1aacc 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479709700 -SHA256 (cego-2.31.5.tar.gz) = d6399e35c1f86425f0fa7a3c117f6f4794b2e116dc08f1aed133d414113fbd08 -SIZE (cego-2.31.5.tar.gz) = 1436840 +TIMESTAMP = 1480151089 +SHA256 (cego-2.31.6.tar.gz) = f92c65848b8410e43a62d256640103860db3690c42393c6c4dcbd73549cce1a5 +SIZE (cego-2.31.6.tar.gz) = 1437016 diff --git a/databases/db/Makefile b/databases/db/Makefile index d00410dd5c53..74c8e3a0db6b 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port -PLIST_FILES= bin/db \ - man/man1/db.1.gz +LICENSE= BSD4CLAUSE USES= uidfix MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} @@ -23,6 +22,8 @@ DIST_DB1= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.1?rev DIST_DBC= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.c?rev=${PORTVERSION}&content-type=text/plain DIST_MAKEFILE= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/Makefile?rev=${MAKEVERSION}&content-type=text/plain +PLIST_FILES= bin/db \ + man/man1/db.1.gz tarball: ${MKDIR} ${WRKSRC} fetch -o ${WRKSRC}/db.1 "${DIST_DB1}" diff --git a/databases/db/files/patch-db.1 b/databases/db/files/patch-db.1 index ef28ce9b1fd2..fcd707e8054c 100644 --- a/databases/db/files/patch-db.1 +++ b/databases/db/files/patch-db.1 @@ -1,6 +1,6 @@ ---- db.1.orig Mon Jun 20 12:53:38 2005 -+++ db.1 Thu Jun 21 11:21:15 2007 -@@ -67,8 +67,6 @@ +--- db.1.orig 2005-06-20 02:53:38 UTC ++++ db.1 +@@ -67,8 +67,6 @@ databases .Op Fl T Ar visspec .Ek .Bk -words @@ -9,11 +9,10 @@ .Ar type .Ar dbfile .Bk -words -@@ -265,14 +263,6 @@ - . +@@ -266,14 +264,6 @@ corresponding options for the meaning of .It Fl V Display value. --. + . -.It Fl X Ar extravis -When encoding items with -.Fl S @@ -21,6 +20,7 @@ -.Ar extravis , -per -.Xr svis 3 . - . +-. .El .Pp + .Bd -ragged -offset indent diff --git a/databases/db/files/patch-db.c b/databases/db/files/patch-db.c index 146ffbc54e1f..4f216e2f6479 100644 --- a/databases/db/files/patch-db.c +++ b/databases/db/files/patch-db.c @@ -1,6 +1,6 @@ ---- db.c.orig Thu Jun 21 11:20:05 2007 -+++ db.c Thu Jun 21 11:20:32 2007 -@@ -571,11 +571,11 @@ +--- db.c.orig 2005-06-20 02:53:38 UTC ++++ db.c +@@ -551,11 +551,11 @@ encode_data(size_t len, char *data, char buflen = elen; } *edata = buf; diff --git a/databases/elixir-ecto/Makefile b/databases/elixir-ecto/Makefile index 1e9483214418..b6657a146016 100644 --- a/databases/elixir-ecto/Makefile +++ b/databases/elixir-ecto/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- diff --git a/databases/elixir-ecto/distinfo b/databases/elixir-ecto/distinfo index 6be8f85017fa..1fa323c1f37a 100644 --- a/databases/elixir-ecto/distinfo +++ b/databases/elixir-ecto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473260071 -SHA256 (elixir-ecto-ecto-v2.0.5_GH0.tar.gz) = 5fd358bef0954c1dd19ffbca1e364c8c92d51378021967283fa0f3f8809be1f6 -SIZE (elixir-ecto-ecto-v2.0.5_GH0.tar.gz) = 277157 +TIMESTAMP = 1480022638 +SHA256 (elixir-ecto-ecto-v2.0.6_GH0.tar.gz) = b4952a49e20ef2075cf73ee18e17271616ef393802c8acbbb7abfb63b417eed4 +SIZE (elixir-ecto-ecto-v2.0.6_GH0.tar.gz) = 277408 diff --git a/databases/galera/Makefile b/databases/galera/Makefile index be996a55776b..02a6e2e5d296 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -4,7 +4,7 @@ PORTNAME= galera PORTVERSION= 25.3.5 DISTVERSIONSUFFIX= -src -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= https://launchpadlibrarian.net/170877450/ diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 59649ef19358..cb0a825e3e8d 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -3,7 +3,7 @@ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/databases/hamsterdb/Makefile b/databases/hamsterdb/Makefile index 4596635eb91a..cefc373d00da 100644 --- a/databases/hamsterdb/Makefile +++ b/databases/hamsterdb/Makefile @@ -3,6 +3,7 @@ PORTNAME= hamsterdb PORTVERSION= 2.1.11 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index 77b3e4541f12..2cb6eb599082 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -14,6 +14,7 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= GPERFTOOLS SNAPPY OPTIONS_DEFAULT=SNAPPY +MAKE_JOBS_UNSAFE= yes TEST_TARGET= check USE_LDCONFIG= yes USES= compiler:c++0x gmake diff --git a/databases/mariadb100-server/Makefile b/databases/mariadb100-server/Makefile index d84743f93011..cb6fece8eb64 100644 --- a/databases/mariadb100-server/Makefile +++ b/databases/mariadb100-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile index be50a8c19ae6..fc2cbdb17b2c 100644 --- a/databases/mariadb101-server/Makefile +++ b/databases/mariadb101-server/Makefile @@ -2,6 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.19 +PORTREVISION= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index b42ff1845aa8..f00c1f4fb38b 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ diff --git a/databases/mongodb32-tools/Makefile b/databases/mongodb32-tools/Makefile index 4bb45eb5a409..cd7b48706024 100644 --- a/databases/mongodb32-tools/Makefile +++ b/databases/mongodb32-tools/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongodb32-tools -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.11 DISTVERSIONPREFIX= r CATEGORIES= databases net diff --git a/databases/mongodb32-tools/distinfo b/databases/mongodb32-tools/distinfo index c646cf9be990..ff48e9affd4e 100644 --- a/databases/mongodb32-tools/distinfo +++ b/databases/mongodb32-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463338867 -SHA256 (mongodb-mongo-tools-r3.2.5_GH0.tar.gz) = d58ab20b0007f550060c5c57fff0661488d473151e6f7f10b9895e859a625797 -SIZE (mongodb-mongo-tools-r3.2.5_GH0.tar.gz) = 2499471 +TIMESTAMP = 1480077778 +SHA256 (mongodb-mongo-tools-r3.2.11_GH0.tar.gz) = 992e9fb94df6bed49e68684afee096f1193dc9cfca8ce8bcc4c912996bba365c +SIZE (mongodb-mongo-tools-r3.2.11_GH0.tar.gz) = 2712014 diff --git a/databases/mongodb32/Makefile b/databases/mongodb32/Makefile index 8844774383af..c8aef0212819 100644 --- a/databases/mongodb32/Makefile +++ b/databases/mongodb32/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongodb32 -PORTVERSION= 3.2.9 +PORTVERSION= 3.2.11 DISTVERSIONPREFIX= r CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ diff --git a/databases/mongodb32/distinfo b/databases/mongodb32/distinfo index 94761a7c6890..1164d458bf01 100644 --- a/databases/mongodb32/distinfo +++ b/databases/mongodb32/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471382500 -SHA256 (mongodb-src-r3.2.9.tar.gz) = 25f8817762b784ce870edbeaef14141c7561eb6d7c14cd3197370c2f9790061b -SIZE (mongodb-src-r3.2.9.tar.gz) = 28950352 +TIMESTAMP = 1480077698 +SHA256 (mongodb-src-r3.2.11.tar.gz) = 625eb28fd47b2af63b30343a064de7f42e5265f4c642874ec766ba3643fd80d7 +SIZE (mongodb-src-r3.2.11.tar.gz) = 29113706 diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile index 5edfb371c1b8..c783b5c472a3 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -3,7 +3,7 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ diff --git a/databases/p5-RedisDB-Parser/Makefile b/databases/p5-RedisDB-Parser/Makefile index 332c40a09369..4aa16b33ccbd 100644 --- a/databases/p5-RedisDB-Parser/Makefile +++ b/databases/p5-RedisDB-Parser/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= RedisDB-Parser -PORTVERSION= 2.21 -PORTREVISION= 1 +PORTVERSION= 2.22 +#PORTREVISION= 0 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/databases/p5-RedisDB-Parser/distinfo b/databases/p5-RedisDB-Parser/distinfo index 7f4af507eea6..26ec6f555f06 100644 --- a/databases/p5-RedisDB-Parser/distinfo +++ b/databases/p5-RedisDB-Parser/distinfo @@ -1,2 +1,3 @@ -SHA256 (RedisDB-Parser-2.21.tar.gz) = 39ae66ac4bdbf321bdcf9f9d002970c490a4909af9d7c99d11cf32550f87c2c8 -SIZE (RedisDB-Parser-2.21.tar.gz) = 31337 +TIMESTAMP = 1479811022 +SHA256 (RedisDB-Parser-2.22.tar.gz) = fcbd4dbd321d2de4113b21288db083e47d8647b50e5f1c115629de169a4004b1 +SIZE (RedisDB-Parser-2.22.tar.gz) = 31497 diff --git a/databases/p5-RedisDB/Makefile b/databases/p5-RedisDB/Makefile index bf8d09daa744..d3208dd2891a 100644 --- a/databases/p5-RedisDB/Makefile +++ b/databases/p5-RedisDB/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= RedisDB -PORTVERSION= 2.46 +PORTVERSION= 2.53 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/databases/p5-RedisDB/distinfo b/databases/p5-RedisDB/distinfo index 1025ad63937e..ea246f6ffa21 100644 --- a/databases/p5-RedisDB/distinfo +++ b/databases/p5-RedisDB/distinfo @@ -1,2 +1,3 @@ -SHA256 (RedisDB-2.46.tar.gz) = 2208075685a8f2b648b11d9039053be9bab44f511cb722ab63564c2763ccc3e4 -SIZE (RedisDB-2.46.tar.gz) = 46727 +TIMESTAMP = 1480126601 +SHA256 (RedisDB-2.53.tar.gz) = a51c571f058458ce936a696a5dc7d31d808674aea9d8577b35ba27a3959b3648 +SIZE (RedisDB-2.53.tar.gz) = 48918 diff --git a/databases/p5-RedisDB/pkg-plist b/databases/p5-RedisDB/pkg-plist index 0657bdaefe9a..6f8c4f5a8d85 100644 --- a/databases/p5-RedisDB/pkg-plist +++ b/databases/p5-RedisDB/pkg-plist @@ -1,7 +1,9 @@ +%%PERL5_MAN3%%/Test::RedisDB.3.gz %%PERL5_MAN3%%/RedisDB.3.gz %%PERL5_MAN3%%/RedisDB::Cluster.3.gz %%PERL5_MAN3%%/RedisDB::Error.3.gz %%PERL5_MAN3%%/RedisDB::Sentinel.3.gz +%%SITE_PERL%%/Test/RedisDB.pm %%SITE_PERL%%/RedisDB.pm %%SITE_PERL%%/RedisDB/Cluster.pm %%SITE_PERL%%/RedisDB/Error.pm diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile index 968b14473fa2..26447cc7dcc7 100644 --- a/databases/pgrouting/Makefile +++ b/databases/pgrouting/Makefile @@ -4,6 +4,7 @@ PORTNAME= pgrouting PORTVERSION= 2.3.0 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index 380d1f39c4ad..73258ca24948 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases PKGNAMEPREFIX= php5- diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 7fb8fc32c5e1..b1157b94aa1a 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.6.4 -PORTREVISION= 1 +DISTVERSION= 4.6.5 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index 5ed94729dd7e..8698f7d7a79e 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471426358 -SHA256 (phpMyAdmin-4.6.4-all-languages.tar.xz) = f2ea32a2971efcab073ad41b6512475af1b6da70cf800a5586a12cf49797d319 -SIZE (phpMyAdmin-4.6.4-all-languages.tar.xz) = 6137016 +TIMESTAMP = 1480059999 +SHA256 (phpMyAdmin-4.6.5-all-languages.tar.xz) = 6940e44d1d99c61c9f556295dc66176ff9ec8f07b0bbceb14fa352b5624bdee4 +SIZE (phpMyAdmin-4.6.5-all-languages.tar.xz) = 6159436 diff --git a/databases/postgresql-relay/Makefile b/databases/postgresql-relay/Makefile index 92bd589eeebc..c72465c260bd 100644 --- a/databases/postgresql-relay/Makefile +++ b/databases/postgresql-relay/Makefile @@ -10,12 +10,14 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplex multiple PostgreSQL databases to one relay -PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \ - man/man8/postgresql-relay.8.gz +LICENSE= BSD2CLAUSE # from website -USE_RC_SUBR= postgresql-relay -USES+= perl5 +USES= perl5 USE_PERL5= build +USE_RC_SUBR= postgresql-relay + +PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample \ + man/man8/postgresql-relay.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${STAGEDIR}${PREFIX}/bin diff --git a/databases/py-geoalchemy/Makefile b/databases/py-geoalchemy/Makefile index c1b435b3d733..14b663b45018 100644 --- a/databases/py-geoalchemy/Makefile +++ b/databases/py-geoalchemy/Makefile @@ -3,7 +3,7 @@ PORTNAME= geoalchemy PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6.1:databases/py-sqlalchemy10 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.6.1:databases/py-sqlalchemy11 NO_ARCH= yes USE_PYTHON= autoplist distutils diff --git a/databases/py-geoalchemy2/Makefile b/databases/py-geoalchemy2/Makefile index c6cd5e9f6e8a..55a621a5b190 100644 --- a/databases/py-geoalchemy2/Makefile +++ b/databases/py-geoalchemy2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geoalchemy2 -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,7 @@ COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.8:databases/py-sqlalchemy10 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0.8:databases/py-sqlalchemy11 NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils diff --git a/databases/py-geoalchemy2/distinfo b/databases/py-geoalchemy2/distinfo index bbfee214ed9d..a03f2fbb9b72 100644 --- a/databases/py-geoalchemy2/distinfo +++ b/databases/py-geoalchemy2/distinfo @@ -1,2 +1,3 @@ -SHA256 (GeoAlchemy2-0.3.0.tar.gz) = 8e6b376120245c4813ec3e9c7b8c2eb5d600e52e88f4a638fa12ac42df0c505c -SIZE (GeoAlchemy2-0.3.0.tar.gz) = 12082 +TIMESTAMP = 1479755743 +SHA256 (GeoAlchemy2-0.4.0.tar.gz) = 5220da4aca963f56024fadb5fc17ed60d413aba089d07ffc8487388d83a7434a +SIZE (GeoAlchemy2-0.4.0.tar.gz) = 12898 diff --git a/databases/py-sqlalchemy11/Makefile b/databases/py-sqlalchemy11/Makefile new file mode 100644 index 000000000000..3b63a01d0770 --- /dev/null +++ b/databases/py-sqlalchemy11/Makefile @@ -0,0 +1,51 @@ +# $FreeBSD$ + +PORTNAME= sqlalchemy +PORTVERSION= 1.1.4 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 11 +DISTNAME= SQLAlchemy-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python SQL toolkit and Object Relational Mapper 1.1.x + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.2:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlalchemy0 ${PYTHON_PKGNAMEPREFIX}sqlalchemy10- + +OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE +OPTIONS_DEFAULT=SQLITE + +USE_PYTHON= autoplist distutils +USES= python + +PORTDOCS= * +PORTEXAMPLES= * + +MSSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mssql>=0:databases/py-mssql +MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>=0:databases/py-pymysql +PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.0:databases/py-psycopg2 +SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 +SYBASE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sybase>=0:databases/py-sybase + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlalchemy/*.so + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + +.include diff --git a/databases/py-sqlalchemy11/distinfo b/databases/py-sqlalchemy11/distinfo new file mode 100644 index 000000000000..e4a87976d069 --- /dev/null +++ b/databases/py-sqlalchemy11/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479757093 +SHA256 (SQLAlchemy-1.1.4.tar.gz) = 701b57d628b9fa1cfb82f10665e7214d5d2db23251ca6f23b91c5f56fcdbdeb5 +SIZE (SQLAlchemy-1.1.4.tar.gz) = 5117489 diff --git a/databases/py-sqlalchemy11/pkg-descr b/databases/py-sqlalchemy11/pkg-descr new file mode 100644 index 000000000000..f795415c0d8c --- /dev/null +++ b/databases/py-sqlalchemy11/pkg-descr @@ -0,0 +1,10 @@ +The Python SQL Toolkit and Object Relational Mapper + +SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives +application developers the full power and flexibility of SQL. + +It provides a full suite of well known enterprise-level persistence patterns, +designed for efficient and high-performing database access, adapted into a +simple and Pythonic domain language. + +WWW: http://www.sqlalchemy.org/ diff --git a/databases/py-swiftclient/Makefile b/databases/py-swiftclient/Makefile index f75a3cf9c645..1635cd255501 100644 --- a/databases/py-swiftclient/Makefile +++ b/databases/py-swiftclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swiftclient -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:devel/py-pbr RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=2.1.3:devel/py-futures \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:devel/py-simplejson \ +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests diff --git a/databases/py-swiftclient/distinfo b/databases/py-swiftclient/distinfo index 6f4c73b2511a..bbb5db8867fa 100644 --- a/databases/py-swiftclient/distinfo +++ b/databases/py-swiftclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473364249 -SHA256 (python-swiftclient-3.1.0.tar.gz) = 7bb5984862b85ba2a18c16b4dc6af2fd14272871ad165eec47e9da111ab3fb9a -SIZE (python-swiftclient-3.1.0.tar.gz) = 155598 +TIMESTAMP = 1480260205 +SHA256 (python-swiftclient-3.2.0.tar.gz) = 8761697584ab060520d6094e8394242ee3b94c643ed1f3fe1dbc67df585ab3fa +SIZE (python-swiftclient-3.2.0.tar.gz) = 161727 diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index d7850b1a7f95..2e1331bf8ab4 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -4,6 +4,7 @@ PORTNAME= sfcgal PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases math graphics MAINTAINER= coder@tuxfamily.org diff --git a/databases/soci/Makefile b/databases/soci/Makefile index 6e55d0067ce1..081292684bda 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -3,7 +3,7 @@ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index 5fef592284f3..a6d6d5ddc477 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -4,7 +4,7 @@ PORTNAME= speedtables PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index 6ffbd49a36d2..df71bf567a9b 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -3,6 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.13 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org diff --git a/deskutils/Makefile b/deskutils/Makefile index c59d36837cd4..42381324bce7 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -261,7 +261,6 @@ SUBDIR += xchm SUBDIR += xfce4-generic-slider SUBDIR += xfce4-notes-plugin - SUBDIR += xfce4-notification-daemon SUBDIR += xfce4-notifyd SUBDIR += xfce4-tumbler SUBDIR += xfce4-volumed diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index a0104ac26359..9d7ffb5044e9 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -3,7 +3,7 @@ PORTNAME= basket PORTVERSION= 1.81 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= http://basket.kde.org/downloads/ diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 3ee264127a0d..dc2d6fa18266 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.72.0 -PORTREVISION= 1 +PORTVERSION= 2.73.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 8d3af6dc9c69..586d08b98157 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479456202 -SHA256 (calibre-2.72.0.tar.xz) = 92315701740c9132edd23ee5a5810f337ad71d7182909c802139f128351d8537 -SIZE (calibre-2.72.0.tar.xz) = 38551760 +TIMESTAMP = 1480075033 +SHA256 (calibre-2.73.0.tar.xz) = ec05836d60ae6214c3dde22ec7f9340ab77b05eac25b0df5e245b43f553b1a9f +SIZE (calibre-2.73.0.tar.xz) = 38674308 diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 972f60840fe4..0349d66cba70 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= SF diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index 40792410393f..0fe45632100e 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME diff --git a/deskutils/hebcal/Makefile b/deskutils/hebcal/Makefile index b57e48f79dc4..d0490682c5ee 100644 --- a/deskutils/hebcal/Makefile +++ b/deskutils/hebcal/Makefile @@ -9,8 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-c/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Hebrew Calendar calculator +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= makeinfo -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes PLIST_FILES= bin/hebcal \ man/man1/hebcal.1.gz diff --git a/deskutils/kdepim4-runtime/Makefile b/deskutils/kdepim4-runtime/Makefile index 7f397b61fe8a..0296b7a9d158 100644 --- a/deskutils/kdepim4-runtime/Makefile +++ b/deskutils/kdepim4-runtime/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 3f8397cf00ee..c018ed29c76a 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDELIBS_VERSION} +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 62ed005eff3d..bb556871afb2 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake b/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake index 67d17cc2334c..c0fed2a7b252 100644 --- a/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake +++ b/deskutils/kdepimlibs4/files/patch-cmake__modules__FindQGpgme.cmake @@ -1,16 +1,13 @@ ---- ./cmake/modules/FindQGpgme.cmake.orig 2009-05-06 14:13:19.000000000 +0400 -+++ ./cmake/modules/FindQGpgme.cmake 2010-05-21 23:58:20.499901479 +0400 -@@ -17,11 +17,11 @@ +As we install libqgpgme as libqgpgme4, we have to search for 'gpgme4'. + +--- cmake/modules/FindQGpgme.cmake.orig 2015-06-24 12:43:14 UTC ++++ cmake/modules/FindQGpgme.cmake +@@ -20,7 +20,7 @@ if(GPGME_FOUND) HINTS ${GPGME_LIBRARY_DIR}) - else ( WIN32 ) - find_library(_QGPGME_EXTRA_LIBRARY gpgme++-pthread -- HINTS ${GPGME_LIBRARY_DIR}) -+ HINTS ${GPGME_LIBRARY_DIR} %%KDE_PREFIX%%/lib) endif() - - find_library(QGPGME_LIBRARY qgpgme -- HINTS ${GPGME_LIBRARY_DIR}) -+ HINTS ${GPGME_LIBRARY_DIR} %%KDE_PREFIX%%/lib) - + +- find_library(QGPGME_LIBRARY qgpgme ++ find_library(QGPGME_LIBRARY qgpgme4 + HINTS ${GPGME_LIBRARY_DIR}) + if (QGPGME_LIBRARY) - # get the libdirectory and then go one up diff --git a/deskutils/kdepimlibs4/files/patch-qgpgme_CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-qgpgme_CMakeLists.txt new file mode 100644 index 000000000000..d129049b2f55 --- /dev/null +++ b/deskutils/kdepimlibs4/files/patch-qgpgme_CMakeLists.txt @@ -0,0 +1,12 @@ +Install libqgpgme as libqgpgme4 to not conflict with security/gpgme-qt5 + +--- qgpgme/CMakeLists.txt.orig 2016-11-19 14:44:57 UTC ++++ qgpgme/CMakeLists.txt +@@ -49,6 +49,7 @@ if ( _any_gpgme_found ) + set_target_properties( qgpgme PROPERTIES + VERSION ${_qgpgme_version} + SOVERSION ${_qgpgme_soversion} ++ OUTPUT_NAME qgpgme4 + ) + + install( TARGETS qgpgme EXPORT kdepimlibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS}) diff --git a/deskutils/kdepimlibs4/pkg-plist b/deskutils/kdepimlibs4/pkg-plist index 134e03723f62..80b494af56a0 100644 --- a/deskutils/kdepimlibs4/pkg-plist +++ b/deskutils/kdepimlibs4/pkg-plist @@ -1209,9 +1209,9 @@ lib/libmailtransport.so.%%KDE4_KDELIBS_VERSION%% lib/libmicroblog.so lib/libmicroblog.so.4 lib/libmicroblog.so.%%KDE4_KDELIBS_VERSION%% -lib/libqgpgme.so -lib/libqgpgme.so.1 -lib/libqgpgme.so.1.0.1 +lib/libqgpgme4.so +lib/libqgpgme4.so.1 +lib/libqgpgme4.so.1.0.1 lib/libsyndication.so lib/libsyndication.so.4 lib/libsyndication.so.%%KDE4_KDELIBS_VERSION%% diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile index 264e7b18fae1..bf53da50a8b3 100644 --- a/deskutils/launchy/Makefile +++ b/deskutils/launchy/Makefile @@ -3,7 +3,7 @@ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} diff --git a/deskutils/nemo-extensions/Makefile b/deskutils/nemo-extensions/Makefile index 0e8299638769..bdc15f52da44 100644 --- a/deskutils/nemo-extensions/Makefile +++ b/deskutils/nemo-extensions/Makefile @@ -12,6 +12,7 @@ COMMENT= File manager extensions for the Cinnamon desktop BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ gtkdocize:textproc/gtk-doc \ + python:lang/python \ rst2html:textproc/py-docutils \ gnome-autogen.sh:devel/gnome-common \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:devel/gsettings-desktop-schemas @@ -36,7 +37,7 @@ GH_TAGNAME= 6c8ec3a USE_GNOME= gconf2 gnomeprefix gnomedocutils gtksourceview3 intlhack \ introspection:build libxml2 pygtk2 USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ - shebangfix + python shebangfix SHEBANG_FILES= nemo-dropbox/dropbox.in INSTALLS_ICONS= yes USE_LDCONFIG= yes diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index d5539cec9cc7..184a0eac62d7 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -25,9 +25,9 @@ NO_ARCH= yes USE_PHP= session pcre PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PORTDOCS= AUTHORS COPYING README TIMEZONES +PORTDOCS= AUTHORS README TIMEZONES OPTIONS_DEFINE= DOCS diff --git a/deskutils/phpicalendar/files/patch-config.inc.php b/deskutils/phpicalendar/files/patch-config.inc.php index 5732efd1f852..6f0ab414470b 100644 --- a/deskutils/phpicalendar/files/patch-config.inc.php +++ b/deskutils/phpicalendar/files/patch-config.inc.php @@ -1,6 +1,6 @@ ---- config.inc.php.orig 2009-04-08 06:42:59.000000000 +0200 -+++ config.inc.php 2012-05-04 19:43:02.000000000 +0200 -@@ -100,7 +100,7 @@ +--- config.inc.php.orig 2009-04-08 04:42:59 UTC ++++ config.inc.php +@@ -100,7 +100,7 @@ these arrays provide extra calendar opti */ $list_webcals = array( # 'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics' diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index cd677825625b..be685ef0538b 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -3,6 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile index 81e8e98f67eb..57d6d50495a0 100644 --- a/deskutils/taskwarrior/Makefile +++ b/deskutils/taskwarrior/Makefile @@ -4,7 +4,6 @@ PORTNAME= taskwarrior PORTVERSION= 2.5.1 CATEGORIES= deskutils -DISTNAME= task-${PORTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Feature-rich command-line todo list manager diff --git a/deskutils/taskwarrior/distinfo b/deskutils/taskwarrior/distinfo index 906f736cbe6b..379af8fcbfb1 100644 --- a/deskutils/taskwarrior/distinfo +++ b/deskutils/taskwarrior/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477559559 -SHA256 (task-2.5.1_GH0.tar.gz) = 494533860a0137ce49551b29b43c3962ec59e7664133fc16a8d5945439a81c6a -SIZE (task-2.5.1_GH0.tar.gz) = 1522281 +TIMESTAMP = 1480154231 +SHA256 (taskwarrior-task-2.5.1_GH0.tar.gz) = 494533860a0137ce49551b29b43c3962ec59e7664133fc16a8d5945439a81c6a +SIZE (taskwarrior-task-2.5.1_GH0.tar.gz) = 1522281 diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile deleted file mode 100644 index e71a04c691cf..000000000000 --- a/deskutils/xfce4-notification-daemon/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# Created by: Emanuel Haupt -# $FreeBSD$ - -PORTNAME= notification-daemon -PORTVERSION= 0.3.7 -PORTREVISION= 23 -CATEGORIES= deskutils xfce -MASTER_SITES= LOCAL/ehaupt/ -PKGNAMEPREFIX= xfce4- -DISTNAME= ${PORTNAME}-xfce-${PORTVERSION} -DIST_SUBDIR= xfce4 - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Port of Gnome's notification-daemon for the Xfce desktop - -LICENSE= GPLv2 - -BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \ - libdbus-glib-1.so:devel/dbus-glib \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 -RUN_DEPENDS= dbus-daemon:devel/dbus - -DEPRECATED= No longer supported by upstream, replaced with deskutils/xfce4-notifyd -EXPIRATION_DATE=2016-11-23 - -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2 -USE_GNOME= librsvg2 gtk20 cairo -USE_LDCONFIG= yes -USE_XFCE= libgui -USE_XORG= x11 - -INSTALL_TARGET= install-strip - -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ - --libexecdir=${PREFIX}/libexec/xfce4 \ - --with-dbus-services=${PREFIX}/share/dbus-1/services - -CONFLICTS= notify-osd-[0-9]* - -OPTIONS_DEFINE= GRADIENT CLOSE NLS - -GRADIENT_DESC= Show a gradient look in the default theme -CLOSE_DESC= Show the close button in the default theme - -OPTIONS_DEFAULT=CLOSE - -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext-runtime -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MGRADIENT} -CONFIGURE_ARGS+= --enable-gradient-look -.endif - -.if ${PORT_OPTIONS:MCLOSE} -CONFIGURE_ARGS+= --disable-close-button -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|\(notification-daemon-xfce\)-1.0|\1|' \ - ${WRKSRC}/src/daemon/Makefile.in \ - ${WRKSRC}/src/themes/bubble/Makefile.in \ - ${WRKSRC}/src/themes/standard/Makefile.in - @${REINPLACE_CMD} '/GTK_LIBS =/s/$$/ -lgmodule-2.0 -lX11/' \ - ${WRKSRC}/src/daemon/Makefile.in -.if empty(PORT_OPTIONS:MNLS) - @${REINPLACE_CMD} -e 's|\(USE_NLS=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.include diff --git a/deskutils/xfce4-notification-daemon/distinfo b/deskutils/xfce4-notification-daemon/distinfo deleted file mode 100644 index 9cb0f90973e2..000000000000 --- a/deskutils/xfce4-notification-daemon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = c0dc4100a9fc6cbc45ce8741fd360f4d80ad57ced6905e42a70a92855d09a38a -SIZE (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = 329496 diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c deleted file mode 100644 index 2f66e00bc951..000000000000 --- a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/daemon/daemon.c.orig 2007-05-26 09:52:28 UTC -+++ src/daemon/daemon.c -@@ -1091,10 +1091,6 @@ main(int argc, char **argv) - - g_set_application_name ("notification-daemon-xfce"); - --#ifdef G_ENABLE_DEBUG -- g_log_set_always_fatal(G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL); --#endif -- - gtk_init(&argc, &argv); - - error = NULL; diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c deleted file mode 100644 index 10752ee4846a..000000000000 --- a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c +++ /dev/null @@ -1,62 +0,0 @@ ---- src/daemon/stack.c.orig 2007-05-26 09:52:28 UTC -+++ src/daemon/stack.c -@@ -40,51 +40,18 @@ struct _NotifyStack - static gboolean - get_work_area(GtkWidget *nw, GdkRectangle *rect) - { -- Atom workarea = XInternAtom(GDK_DISPLAY(), "_NET_WORKAREA", True); -- Atom type; -- Window win; -- int format; -- gulong num, leftovers; -- gulong max_len = 4 * 32; -- guchar *ret_workarea; -- long *workareas; -- int result; - GdkScreen *screen; -- int disp_screen; - -+ /* It would be best to allow the user to configure this, but the first -+ * monitor is a good default for now (the first monitor is likely the -+ * primary monitor). */ -+ -+ guint monitor = 0; -+ - gtk_widget_realize(nw); - screen = gdk_drawable_get_screen(GDK_DRAWABLE(nw->window)); -- disp_screen = GDK_SCREEN_XNUMBER(screen); -- -- /* Defaults in case of error */ -- rect->x = 0; -- rect->y = 0; -- rect->width = gdk_screen_get_width(screen); -- rect->height = gdk_screen_get_height(screen); -- -- if (workarea == None) -- return FALSE; -- -- win = XRootWindow(GDK_DISPLAY(), disp_screen); -- result = XGetWindowProperty(GDK_DISPLAY(), win, workarea, 0, -- max_len, False, AnyPropertyType, -- &type, &format, &num, &leftovers, -- &ret_workarea); -- -- if (result != Success || type == None || format == 0 || leftovers || -- num % 4) -- { -- return FALSE; -- } -- -- workareas = (long *)ret_workarea; -- rect->x = workareas[disp_screen * 4]; -- rect->y = workareas[disp_screen * 4 + 1]; -- rect->width = workareas[disp_screen * 4 + 2]; -- rect->height = workareas[disp_screen * 4 + 3]; -- -- XFree(ret_workarea); -- -+ -+ gdk_screen_get_monitor_geometry(screen, monitor, rect); - return TRUE; - } - diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c b/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c deleted file mode 100644 index bcb4fd2cb737..000000000000 --- a/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/settings/main.c.orig 2007-05-26 09:52:28 UTC -+++ src/settings/main.c -@@ -187,8 +187,7 @@ notification_settings_preview (GtkWidget - /* create new preview notification */ - preview = notify_notification_new (_("Preview notification"), - _("Lorem Ipsum is simply dummy text of the printing and typesetting industry."), -- "notification-settings", -- NULL); -+ "notification-settings"); - - notify_notification_set_urgency (preview, NOTIFY_URGENCY_NORMAL); - notify_notification_set_category(preview, "preview"); diff --git a/deskutils/xfce4-notification-daemon/pkg-descr b/deskutils/xfce4-notification-daemon/pkg-descr deleted file mode 100644 index 73405fd4a9e9..000000000000 --- a/deskutils/xfce4-notification-daemon/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Port of notification daemon for Xfce Desktop Environment. - -WWW: http://goodies.xfce.org/projects/applications/notification-daemon-xfce diff --git a/deskutils/xfce4-notification-daemon/pkg-plist b/deskutils/xfce4-notification-daemon/pkg-plist deleted file mode 100644 index c30244a10c41..000000000000 --- a/deskutils/xfce4-notification-daemon/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/notification-settings -lib/xfce4/notification-daemon-xfce/engines/libstandard.a -lib/xfce4/notification-daemon-xfce/engines/libstandard.so -libexec/xfce4/notification-daemon-xfce -share/applications/notification-settings.desktop -share/dbus-1/services/org.freedesktop.Notifications.service -share/icons/hicolor/22x22/apps/notification-settings.png -share/icons/hicolor/48x48/apps/notification-settings.png -%%NLS%%share/locale/be/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/fr/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/hu/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/nl/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/pl/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/uk/LC_MESSAGES/notification-daemon-xfce.mo diff --git a/devel/Makefile b/devel/Makefile index d218d53074ce..f2d66252ef63 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -758,7 +758,6 @@ SUBDIR += go-protobuf SUBDIR += go-raw SUBDIR += go-runewidth - SUBDIR += go-shellwords SUBDIR += go-slices SUBDIR += go-sql-driver SUBDIR += go-tools @@ -4324,6 +4323,7 @@ SUBDIR += py-memory_profiler SUBDIR += py-mercurialserver SUBDIR += py-mez_xml + SUBDIR += py-microversion-parse SUBDIR += py-mimeparse SUBDIR += py-minimongo SUBDIR += py-mock @@ -4366,7 +4366,10 @@ SUBDIR += py-orbit SUBDIR += py-ordered-set SUBDIR += py-ordereddict + SUBDIR += py-os-brick SUBDIR += py-os-client-config + SUBDIR += py-os-vif + SUBDIR += py-os-win SUBDIR += py-osc-lib SUBDIR += py-oslo.cache SUBDIR += py-oslo.concurrency @@ -4378,9 +4381,13 @@ SUBDIR += py-oslo.messaging SUBDIR += py-oslo.middleware SUBDIR += py-oslo.policy + SUBDIR += py-oslo.privsep + SUBDIR += py-oslo.reports + SUBDIR += py-oslo.rootwrap SUBDIR += py-oslo.serialization SUBDIR += py-oslo.service SUBDIR += py-oslo.utils + SUBDIR += py-oslo.versionedobjects SUBDIR += py-osprofiler SUBDIR += py-palm SUBDIR += py-parsedatetime @@ -4621,6 +4628,7 @@ SUBDIR += py-thriftpy SUBDIR += py-timelib SUBDIR += py-tinyarray + SUBDIR += py-tinyrpc SUBDIR += py-tipper SUBDIR += py-total-ordering SUBDIR += py-tox @@ -4674,8 +4682,10 @@ SUBDIR += py-wcwidth SUBDIR += py-weakrefmethod SUBDIR += py-weblib + SUBDIR += py-websockify SUBDIR += py-wheel SUBDIR += py-wrapt + SUBDIR += py-wsgi_intercept SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils @@ -4785,6 +4795,7 @@ SUBDIR += py3-gobject3 SUBDIR += py3-jsonschema SUBDIR += py3-libpeas + SUBDIR += py3-lxml SUBDIR += py3-nose SUBDIR += py3-pyicu SUBDIR += py3-pylru-cache diff --git a/devel/autobook/Makefile b/devel/autobook/Makefile index 481f04b9cc42..46f36f7594fd 100644 --- a/devel/autobook/Makefile +++ b/devel/autobook/Makefile @@ -9,10 +9,20 @@ MASTER_SITES= http://sources.redhat.com/autobook/ MAINTAINER= ports@FreeBSD.org COMMENT= GNU autoconf, automake, and libtool - The Book -NO_BUILD= yes # it's only text! +LICENSE= OPL +LICENSE_NAME= OPEN PUBLICATION LICENSE +LICENSE_FILE= ${WRKDIR}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_BUILD= yes +NO_ARCH= yes + +post-extract: + @${SED} -ne '/
/,/<\/pre>/ { s|.*
||; s|
.*||; s|<|<|g; s|>|>|g; p; }' \ + < ${WRKSRC}/autobook_284.html > ${WRKDIR}/LICENSE do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/autobook - ${CP} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/doc/autobook + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile index 9a0c8b698771..c3c1cd9ac68a 100644 --- a/devel/avrdude/Makefile +++ b/devel/avrdude/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= avrdude -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= devel MASTER_SITES= SAVANNAH/avrdude @@ -13,24 +13,20 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +USES= libtool localbase readline +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= FTDI +OPTIONS_DEFINE= FTDI OPTIONS_DEFAULT= FTDI -FTDI_DESC= libftdi support +FTDI_DESC= libftdi support FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USES= libtool -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -.include post-patch: @${REINPLACE_CMD} -e 's|-lusb-1.0|-lusb|g' ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MFTDI} + +post-patch-FTDI-off: @${REINPLACE_CMD} -e '/LIBS=/ s|-lftdi1*|&-do-not-detect|' ${WRKSRC}/configure -.endif .include diff --git a/devel/avrdude/distinfo b/devel/avrdude/distinfo index 7f65a85588d2..4dac1b0a159c 100644 --- a/devel/avrdude/distinfo +++ b/devel/avrdude/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472387145 -SHA256 (avrdude-6.2.tar.gz) = e65f833493b7d63a4436c7056694a0f04ae5b437b72cc084e32c58bc543b0f91 -SIZE (avrdude-6.2.tar.gz) = 941371 +TIMESTAMP = 1473765647 +SHA256 (avrdude-6.3.tar.gz) = 0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196 +SIZE (avrdude-6.3.tar.gz) = 909744 diff --git a/devel/avrdude/pkg-descr b/devel/avrdude/pkg-descr index 083992c3bb12..c50e3af49b34 100644 --- a/devel/avrdude/pkg-descr +++ b/devel/avrdude/pkg-descr @@ -3,4 +3,4 @@ flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers. It operates with several programmers including STK500 and most directly connect parallel port style programmers. -WWW: http://www.bsdhome.com/avrdude/ +WWW: http://www.nongnu.org/avrdude/ diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index 8e374e21398f..70be5704b8f5 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -3,6 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE/${PORTNAME}/stable diff --git a/devel/awscli/Makefile b/devel/awscli/Makefile index f211b7ca8490..5e85ed7dfac1 100644 --- a/devel/awscli/Makefile +++ b/devel/awscli/Makefile @@ -3,6 +3,7 @@ PORTNAME= awscli PORTVERSION= 1.11.20 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -16,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.77:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.9:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ - ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa + ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml USES= python USE_PYTHON= autoplist distutils diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile index f2546e404999..6d91d420c5a7 100644 --- a/devel/bisoncpp/Makefile +++ b/devel/bisoncpp/Makefile @@ -20,7 +20,7 @@ PORTDOCS= * WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} -USE_GCC= 4.9+ +USE_GCC= yes USES= shebangfix diff --git a/devel/boost-all/common.mk b/devel/boost-all/common.mk index 19db74b80083..60e807976e79 100644 --- a/devel/boost-all/common.mk +++ b/devel/boost-all/common.mk @@ -1,5 +1,5 @@ -PORTVERSION= 1.55.0 +PORTVERSION= 1.62.0 PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//} DISTNAME= boost_${PORTVERSION:S/./_/g} diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk index a38eb91b78c4..5e918749e6ca 100644 --- a/devel/boost-all/compiled.mk +++ b/devel/boost-all/compiled.mk @@ -1,45 +1,46 @@ USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message -BJAM= bjam -USES+= compiler:c++11-lang +MAKE_CMD= bjam +MAKEFILE= # +MAKE_FLAGS= # +ALL_TARGET= stage +USES+= compiler:features -PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} COMPAT_LIB_VER=5 +PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/devel/boost-all/pkg-message.python -BJAM_ARGS= --layout=system \ +MAKE_ARGS= --layout=system \ --prefix=${PREFIX} \ + -d2 # Our compiler-flags will be added AFTER those set by bjam. We remove # the optimization level, because Boost sets it itself (to -O3 in case # of gcc/g++): -BJAM_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" +MAKE_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" -BOOST_TOOLSET= ${CHOSEN_COMPILER_TYPE} - -BJAM_ARGS+= --toolset=${BOOST_TOOLSET} \ +MAKE_ARGS+= --toolset=${CHOSEN_COMPILER_TYPE} \ ${_MAKE_JOBS} -VERBOSE_BUILD_VARS= BJAM_ARGS+=-d2 - -DEBUG_VARS= BJAM_ARGS+=debug -DEBUG_VARS_OFF= BJAM_ARGS+=release +DEBUG_MAKE_ARGS= debug +DEBUG_MAKE_ARGS_OFF= release -BJAM_ARGS+= threading=multi \ +MAKE_ARGS+= threading=multi \ link=shared,static -BJAM_ARGS+= optimization=speed -OPTIMIZED_CFLAGS_VARS= BJAM_ARGS+=inlining=full +MAKE_ARGS+= optimization=speed +OPTIMIZED_CFLAGS_MAKE_ARGS= inlining=full # ccache build fails when using precompiled headers, on a cached build. -.if defined(WITH_CCACHE_BUILD) -BJAM_ARGS+= pch=off -.endif +# +# base gcc 4.2.1 fails when using precompiled headers on 11.0+ kernel. +# https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html +MAKE_ARGS+= pch=off post-patch: .if defined(USE_BINUTILS) - @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/src/user-config.jam .else - @${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam + @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} ;" >> ${WRKSRC}/tools/build/src/user-config.jam .endif diff --git a/devel/boost-docs/distinfo b/devel/boost-docs/distinfo index 0c3dd9d38821..445ecd8a1319 100644 --- a/devel/boost-docs/distinfo +++ b/devel/boost-docs/distinfo @@ -1,2 +1,3 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +TIMESTAMP = 1474468398 +SHA256 (boost_1_62_0.tar.bz2) = 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 +SIZE (boost_1_62_0.tar.bz2) = 84513338 diff --git a/devel/boost-docs/pkg-plist b/devel/boost-docs/pkg-plist index 9fc5a518fb62..7b066e505c22 100644 --- a/devel/boost-docs/pkg-plist +++ b/devel/boost-docs/pkg-plist @@ -1,18155 +1,23389 @@ -%%DOCSDIR%%/boost.css -%%DOCSDIR%%/boost.png -%%DOCSDIR%%/doc/html/Assignable.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_DEFINE_EXTRACTOR.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_GCC_VERSION.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_IGNORE_GLOBAL.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_ARGS.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_FEATURES.html -%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST.html -%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT.html -%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS.html -%%DOCSDIR%%/doc/html/BOOST_CB_ENABLE_DEBUG.html -%%DOCSDIR%%/doc/html/BOOST_CB_IS_CONVERTIBLE.html -%%DOCSDIR%%/doc/html/BOOST_CB_STATIC_ASSERT.html -%%DOCSDIR%%/doc/html/BOOST_COPYABLE_AND_MOVABLE.html -%%DOCSDIR%%/doc/html/BOOST_COPY_ASSIGN_REF.html -%%DOCSDIR%%/doc/html/BOOST_FWD_REF.html -%%DOCSDIR%%/doc/html/BOOST_IS_MPI_DATATYPE.html -%%DOCSDIR%%/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html -%%DOCSDIR%%/doc/html/BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN.html -%%DOCSDIR%%/doc/html/BOOST_MPI_CALLING_CONVENTION.html -%%DOCSDIR%%/doc/html/BOOST_MPI_CHECK_RESULT.html -%%DOCSDIR%%/doc/html/BOOST_MPI_DECL.html -%%DOCSDIR%%/doc/html/BOOST_MPI_HAS_MEMORY_ALLOCATION.html -%%DOCSDIR%%/doc/html/BOOST_MPI_HAS_NOARG_INITIALIZATION.html -%%DOCSDIR%%/doc/html/BOOST_PARAMETER_NESTED_KEYWORD.html -%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_DECL.html -%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_VERSION.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_AUTO.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref_a.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idp67618120.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref_a.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_BASIC_EXTENDS.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_DEFINE_ENV_VAR.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_DEFINE_OPERATORS.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_FUNCTION.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_SUBSCRIPT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_FUSION_V2.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_LOCAL_ITERATE.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_FUNCTION_CALL_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_LOGICAL_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_EX.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO_EX.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idp67645672.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_ref_a.html -%%DOCSDIR%%/doc/html/BOOST_PROTO_typename_A.html -%%DOCSDIR%%/doc/html/BOOST_RV_REF.html -%%DOCSDIR%%/doc/html/BOOST_RV_REF_BEG.html -%%DOCSDIR%%/doc/html/BOOST_RV_REF_END.html -%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp22244312.html -%%DOCSDIR%%/doc/html/BOOST_SERIALIZ_idp53582936.html -%%DOCSDIR%%/doc/html/BOOST_TRIBOOL_THIRD_STATE.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_FREE.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_ARITY.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_FUNCTIONS.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_TUPLE_SIZE.html -%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MEMBER.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_CHECK_HOMOGENEOUS_UNITS.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_OFFSET.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idp157812264.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_NO_COMPILER_CHECK.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY.html -%%DOCSDIR%%/doc/html/BOOST_UNITS_STATIC_CONSTANT.html -%%DOCSDIR%%/doc/html/BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_PARAMS.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_SHIFTED_PARAMS.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_LIMIT_TYPES.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_FULL_RECURSIVE_VARIANT_SUPPORT.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_REFERENCE_SUPPORT.html -%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_TYPE_SEQUENCE_SUPPORT.html -%%DOCSDIR%%/doc/html/BOOST_XPRESSIVE_HAS_MS_STACK_GUARD.html -%%DOCSDIR%%/doc/html/BOOST_XPR_ENSURE_.html -%%DOCSDIR%%/doc/html/BidirectionalIterator.html -%%DOCSDIR%%/doc/html/CallableTransform.html -%%DOCSDIR%%/doc/html/CopyConstructible.html -%%DOCSDIR%%/doc/html/DefaultConstructible.html -%%DOCSDIR%%/doc/html/Domain.html -%%DOCSDIR%%/doc/html/EqualityComparable.html -%%DOCSDIR%%/doc/html/Expr.html -%%DOCSDIR%%/doc/html/ForwardIterator.html -%%DOCSDIR%%/doc/html/InputIterator.html -%%DOCSDIR%%/doc/html/LessThanComparable.html -%%DOCSDIR%%/doc/html/MPICH_IGNORE_CXX_SEEK.html -%%DOCSDIR%%/doc/html/ObjectTransform.html -%%DOCSDIR%%/doc/html/OutputIterator.html -%%DOCSDIR%%/doc/html/PolymorphicFunctionObject.html -%%DOCSDIR%%/doc/html/PrimitiveTransform.html -%%DOCSDIR%%/doc/html/RandomAccessIterator.html -%%DOCSDIR%%/doc/html/SignedInteger.html -%%DOCSDIR%%/doc/html/Transform.html -%%DOCSDIR%%/doc/html/about.html -%%DOCSDIR%%/doc/html/accumulators.html -%%DOCSDIR%%/doc/html/accumulators/acknowledgements.html -%%DOCSDIR%%/doc/html/accumulators/reference.html -%%DOCSDIR%%/doc/html/accumulators/user_s_guide.html -%%DOCSDIR%%/doc/html/adaptive_pool.html -%%DOCSDIR%%/doc/html/adaptive_pool/rebind.html -%%DOCSDIR%%/doc/html/allocator_traits.html -%%DOCSDIR%%/doc/html/allocator_traits/portable_rebind_alloc.html -%%DOCSDIR%%/doc/html/any.html -%%DOCSDIR%%/doc/html/any/reference.html -%%DOCSDIR%%/doc/html/any/s02.html -%%DOCSDIR%%/doc/html/any/s04.html -%%DOCSDIR%%/doc/html/array.html -%%DOCSDIR%%/doc/html/array/ack.html -%%DOCSDIR%%/doc/html/array/more/info.html -%%DOCSDIR%%/doc/html/array/rationale.html -%%DOCSDIR%%/doc/html/array/reference.html -%%DOCSDIR%%/doc/html/atomic.html -%%DOCSDIR%%/doc/html/atomic/interface.html -%%DOCSDIR%%/doc/html/atomic/limitations.html -%%DOCSDIR%%/doc/html/atomic/porting.html -%%DOCSDIR%%/doc/html/atomic/thread_coordination.html -%%DOCSDIR%%/doc/html/atomic/usage_examples.html -%%DOCSDIR%%/doc/html/bbv2.html -%%DOCSDIR%%/doc/html/bbv2/extender.html -%%DOCSDIR%%/doc/html/bbv2/faq.html -%%DOCSDIR%%/doc/html/bbv2/installation.html -%%DOCSDIR%%/doc/html/bbv2/overview.html -%%DOCSDIR%%/doc/html/bbv2/reference.html -%%DOCSDIR%%/doc/html/bbv2/tasks.html -%%DOCSDIR%%/doc/html/bbv2/tutorial.html -%%DOCSDIR%%/doc/html/boost/CV/constrained_value.html -%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy.html -%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy/exception_wrapper.html -%%DOCSDIR%%/doc/html/boost/accumulators/absolute.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_base.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_concept.html -%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33168856.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33231384.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33244264.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33245256.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33246264.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33247288.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33270952.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33271896.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33272872.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33273848.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33274824.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33276616.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33297656.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33298632.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33299608.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33330296.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33331656.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33392632.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33393992.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33395352.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33396712.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33406472.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33407832.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33409192.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33410552.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33449816.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33450760.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33488056.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33490296.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33509544.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33510520.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33533896.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33534872.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33535848.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33537640.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33542392.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33543384.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33544392.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33559112.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33560504.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33571624.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33582488.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33584728.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33591272.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_feature_tag_idp33592248.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33170408.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33211288.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33225256.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33232936.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33238440.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33250104.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33252024.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33264296.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33281768.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33283608.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33285480.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33288888.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33302408.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33304248.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33306152.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33315544.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33319720.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33324712.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33335400.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33337960.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33400408.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33402936.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33414264.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33416792.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33436152.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33441192.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33451736.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33469848.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33476744.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33496568.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33500872.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33512360.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_fe_idp33514216.html -%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_feature.html -%%DOCSDIR%%/doc/html/boost/accumulators/covariate1.html -%%DOCSDIR%%/doc/html/boost/accumulators/covariate2.html -%%DOCSDIR%%/doc/html/boost/accumulators/depends_on.html -%%DOCSDIR%%/doc/html/boost/accumulators/dont_care.html -%%DOCSDIR%%/doc/html/boost/accumulators/droppable_accumulator.html -%%DOCSDIR%%/doc/html/boost/accumulators/droppable_accumulator_base.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/count.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/density.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_squ_idp33254920.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/kurtosis.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_weighted_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/max.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/min.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_w_idp33578808.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_cumul_idp33321848.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quant_idp33327512.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/peaks_over_threshold.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_tail__idp33506120.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_weigh_idp33587912.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_count.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window_plus1.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/skewness.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_variates_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_weights_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_variate.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_variate_means.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_density.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp33255688.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_exten_idp33256456.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_kurtosis.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp33550360.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_squ_idp33554728.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_peaks_idp33562088.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_skewness.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_o_idp33575144.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail__idp33587160.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_density_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_square__idp33309784.html -%%DOCSDIR%%/doc/html/boost/accumulators/extractor.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33171992.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33176360.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33181448.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33187640.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33209720.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33213064.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33226232.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33239432.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33248328.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33249208.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33251112.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33253064.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33265272.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33278408.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33279272.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33280152.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33282744.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33284600.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33287272.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33290696.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33300648.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33301512.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33303384.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33305256.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33307208.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33317032.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33320744.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33325704.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33333032.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33334216.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33336776.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33339336.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33398088.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33399240.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33401752.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33404296.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33411944.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33413096.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33415608.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33418168.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33437128.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33442168.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33443032.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33452712.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33453576.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33454424.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33455304.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33463944.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33467496.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33468664.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33471224.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33475592.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33478088.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33481160.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33483144.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33492536.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33494552.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33498808.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33503112.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33511480.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33513336.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33515208.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33566328.html -%%DOCSDIR%%/doc/html/boost/accumulators/feature_of_tag_idp33572600.html -%%DOCSDIR%%/doc/html/boost/accumulators/features.html -%%DOCSDIR%%/doc/html/boost/accumulators/for_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/immediate.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/count_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/covariance_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/density_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/error_of_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_p_squ_idp33641816.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_p_square_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_weig_idp33919640.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/kurtosis_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_variance_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_weighted__idp34059256.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/max_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/median_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/min_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/moment_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_coherent_t_idp33781288.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_coherent_w_idp34004824.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_cumul_idp33723400.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_quantile_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_thr_idp33699432.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_threshold_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/pot_quantile_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/pot_tail_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/reference_accumulator_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_count_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_sum_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_window_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_window_plus1_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/skewness_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/sum_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/sum_kahan_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_quantile_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_variate_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_variate_means_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/value_accumulator_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/variance_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_covariance_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_density_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_exten_idp33935912.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_kurtosis_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_mean_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_median_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_moment_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_p_squ_idp33960408.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_p_squ_idp33969128.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_idp33924136.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_peaks_idp33930232.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_skewness_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_sum_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_sum_kahan_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail__idp34023128.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_tail__idp34039240.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_variance_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_density_median_impl.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_density_w_idp33903624.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square__idp33676696.html -%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_square__idp33910664.html -%%DOCSDIR%%/doc/html/boost/accumulators/kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/lazy.html -%%DOCSDIR%%/doc/html/boost/accumulators/left.html -%%DOCSDIR%%/doc/html/boost/accumulators/linear.html -%%DOCSDIR%%/doc/html/boost/accumulators/quadratic.html -%%DOCSDIR%%/doc/html/boost/accumulators/regular.html -%%DOCSDIR%%/doc/html/boost/accumulators/relative.html -%%DOCSDIR%%/doc/html/boost/accumulators/right.html -%%DOCSDIR%%/doc/html/boost/accumulators/sample.html -%%DOCSDIR%%/doc/html/boost/accumulators/stats.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_tail__idp34126152.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_weigh_idp34143672.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_absol_idp33507256.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_non_c_idp33474472.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_peaks_idp33391512.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_relat_idp33507784.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_sum_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail_variate.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_weigh_idp33570472.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/accumulator.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/as_droppable.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/as_droppable_d_idp33174408.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/count.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/covariate1.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/covariate2.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/density.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_immed_idp33236952.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_mean_idp33236088.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_squ_idp33259128.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/external.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/external_Featu_idp33178728.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_weig_idp34131832.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_weighted_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/kurtosis.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_weighted_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/left_tail_variate.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/max.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/mean_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/mean_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/median.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/min.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/moment.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/non_coherent_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/non_coherent_w_idp34141544.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_cumul_idp33323000.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quant_idp33329160.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold_prob.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_quantile_prob.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_tail_mean_prob.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/reference.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/reference_tag.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_tail__idp34127720.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_weigh_idp34145272.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/right_tail_variate.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_count.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_window.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_window_plus1.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/sample.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/skewness.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_variates_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_weights_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_variate.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_variate_means.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/value.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/value_tag.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weight.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_covariance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_density.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_exten_idp33260648.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_exten_idp33262168.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_extended_p_square.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_kurtosis.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_mean_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_moment.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_squ_idp33551512.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_squ_idp33557176.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_peaks_idp34134136.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_peaks_idp34135368.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_quantile_prob.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_t_idp34139576.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_tail_mean.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_skewness.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_kahan.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_o_idp33576792.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_of_variates.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_tail__idp34142504.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_tail_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_variance.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_density_median.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_density_w_idp33547240.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square__idp33311992.html -%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_square__idp33547768.html -%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_siz_idp33462248.html -%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_siz_idp33463096.html -%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_size_named_arg.html -%%DOCSDIR%%/doc/html/boost/accumulators/unweighted.html -%%DOCSDIR%%/doc/html/boost/accumulators/weight.html -%%DOCSDIR%%/doc/html/boost/accumulators/weighted.html -%%DOCSDIR%%/doc/html/boost/accumulators/weights.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_cached_result.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_density.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_error.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_p_square__idp33601048.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_p_square_quantile.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_threshold_probability.html -%%DOCSDIR%%/doc/html/boost/accumulators/with_threshold_value.html -%%DOCSDIR%%/doc/html/boost/adaptive_pool_v1.html -%%DOCSDIR%%/doc/html/boost/adaptive_pool_v1/rebind.html -%%DOCSDIR%%/doc/html/boost/algorithm/FinderConcept.html -%%DOCSDIR%%/doc/html/boost/algorithm/FormatterConcept.html -%%DOCSDIR%%/doc/html/boost/algorithm/all.html -%%DOCSDIR%%/doc/html/boost/algorithm/const_formatter.html -%%DOCSDIR%%/doc/html/boost/algorithm/contains.html -%%DOCSDIR%%/doc/html/boost/algorithm/dissect_formatter.html -%%DOCSDIR%%/doc/html/boost/algorithm/empty_formatter.html -%%DOCSDIR%%/doc/html/boost/algorithm/ends_with.html -%%DOCSDIR%%/doc/html/boost/algorithm/equals.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_all_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_all_regex.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_all_regex_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_first.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_first_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_head.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_head_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_last.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_last_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_nth.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_nth_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_range.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_range_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_regex.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_regex_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_tail.html -%%DOCSDIR%%/doc/html/boost/algorithm/erase_tail_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/find.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_all_regex.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_first.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_format.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_format_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_format_all_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_format_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_head.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_iterator.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_last.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_nth.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_regex.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_tail.html -%%DOCSDIR%%/doc/html/boost/algorithm/find_token.html -%%DOCSDIR%%/doc/html/boost/algorithm/first_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/has_const_time_erase.html -%%DOCSDIR%%/doc/html/boost/algorithm/has_const_time_insert.html -%%DOCSDIR%%/doc/html/boost/algorithm/has_native_replace.html -%%DOCSDIR%%/doc/html/boost/algorithm/has_stable_iterators.html -%%DOCSDIR%%/doc/html/boost/algorithm/head_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/icontains.html -%%DOCSDIR%%/doc/html/boost/algorithm/identity_formatter.html -%%DOCSDIR%%/doc/html/boost/algorithm/iends_with.html -%%DOCSDIR%%/doc/html/boost/algorithm/iequals.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_all_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_first.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_first_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_last.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_last_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_nth.html -%%DOCSDIR%%/doc/html/boost/algorithm/ierase_nth_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/ifind_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/ifind_first.html -%%DOCSDIR%%/doc/html/boost/algorithm/ifind_last.html -%%DOCSDIR%%/doc/html/boost/algorithm/ifind_nth.html -%%DOCSDIR%%/doc/html/boost/algorithm/ilexicographical_compare.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_all_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_first.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_first_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_last.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_last_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_nth.html -%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_nth_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_any_of.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_equal.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_from_range.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_iequal.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_iless.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_less.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_not_greater.html -%%DOCSDIR%%/doc/html/boost/algorithm/is_not_igreater.html -%%DOCSDIR%%/doc/html/boost/algorithm/istarts_with.html -%%DOCSDIR%%/doc/html/boost/algorithm/iter_find.html -%%DOCSDIR%%/doc/html/boost/algorithm/iter_split.html -%%DOCSDIR%%/doc/html/boost/algorithm/join.html -%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idp92727112.html -%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idp93540968.html -%%DOCSDIR%%/doc/html/boost/algorithm/last_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/lexicographical_compare.html -%%DOCSDIR%%/doc/html/boost/algorithm/make_find_iterator.html -%%DOCSDIR%%/doc/html/boost/algorithm/make_split_iterator.html -%%DOCSDIR%%/doc/html/boost/algorithm/nth_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator___idp60888376.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator__idp57990392.html -%%DOCSDIR%%/doc/html/boost/algorithm/operator_idp35737624.html -%%DOCSDIR%%/doc/html/boost/algorithm/range_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/regex_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/regex_formatter.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_all_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_all_regex.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_all_regex_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_first.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_first_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_head.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_head_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_last.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_last_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_nth.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_nth_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_range.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_range_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_regex.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_regex_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_tail.html -%%DOCSDIR%%/doc/html/boost/algorithm/replace_tail_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/split_idp58609016.html -%%DOCSDIR%%/doc/html/boost/algorithm/split_iterator.html -%%DOCSDIR%%/doc/html/boost/algorithm/split_regex.html -%%DOCSDIR%%/doc/html/boost/algorithm/starts_with.html -%%DOCSDIR%%/doc/html/boost/algorithm/tail_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/to_lower.html -%%DOCSDIR%%/doc/html/boost/algorithm/to_lower_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/to_upper.html -%%DOCSDIR%%/doc/html/boost/algorithm/to_upper_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/token_compress_mode_type.html -%%DOCSDIR%%/doc/html/boost/algorithm/token_finder.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_all.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_all_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_all_copy_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_all_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_copy_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill_copy_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_left.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_left_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_left_copy_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_left_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_right.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_right_copy.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_right_copy_if.html -%%DOCSDIR%%/doc/html/boost/algorithm/trim_right_if.html -%%DOCSDIR%%/doc/html/boost/any.html -%%DOCSDIR%%/doc/html/boost/any_cast_idp25247624.html -%%DOCSDIR%%/doc/html/boost/apply_visitor.html -%%DOCSDIR%%/doc/html/boost/apply_visitor_delayed_t.html -%%DOCSDIR%%/doc/html/boost/apply_visitor_idp160064248.html -%%DOCSDIR%%/doc/html/boost/array.html -%%DOCSDIR%%/doc/html/boost/back_move_insert_iterator.html -%%DOCSDIR%%/doc/html/boost/back_move_inserter.html -%%DOCSDIR%%/doc/html/boost/bad_any_cast.html -%%DOCSDIR%%/doc/html/boost/bad_function_call.html -%%DOCSDIR%%/doc/html/boost/bad_get.html -%%DOCSDIR%%/doc/html/boost/bad_visit.html -%%DOCSDIR%%/doc/html/boost/circular_buffe_idp21015912.html -%%DOCSDIR%%/doc/html/boost/circular_buffer.html -%%DOCSDIR%%/doc/html/boost/container/allocator_arg.html -%%DOCSDIR%%/doc/html/boost/container/allocator_arg_t.html -%%DOCSDIR%%/doc/html/boost/container/basic_string.html -%%DOCSDIR%%/doc/html/boost/container/constructible__idp20699496.html -%%DOCSDIR%%/doc/html/boost/container/constructible__idp20704664.html -%%DOCSDIR%%/doc/html/boost/container/default_init.html -%%DOCSDIR%%/doc/html/boost/container/default_init_t.html -%%DOCSDIR%%/doc/html/boost/container/operator___idp20788248.html -%%DOCSDIR%%/doc/html/boost/container/operator___idp20792520.html -%%DOCSDIR%%/doc/html/boost/container/operator___idp20805256.html -%%DOCSDIR%%/doc/html/boost/container/operator___idp20809496.html -%%DOCSDIR%%/doc/html/boost/container/operator_idp20796808.html -%%DOCSDIR%%/doc/html/boost/container/operator_idp20801032.html -%%DOCSDIR%%/doc/html/boost/container/ordered_range.html -%%DOCSDIR%%/doc/html/boost/container/ordered_range_t.html -%%DOCSDIR%%/doc/html/boost/container/ordered_unique_range.html -%%DOCSDIR%%/doc/html/boost/container/ordered_unique_range_t.html -%%DOCSDIR%%/doc/html/boost/container/stable_vector.html -%%DOCSDIR%%/doc/html/boost/container/string.html -%%DOCSDIR%%/doc/html/boost/container/swap_idp20813736.html -%%DOCSDIR%%/doc/html/boost/container/uses_allocator.html -%%DOCSDIR%%/doc/html/boost/container/vector.html -%%DOCSDIR%%/doc/html/boost/container/wstring.html -%%DOCSDIR%%/doc/html/boost/copy_or_move.html -%%DOCSDIR%%/doc/html/boost/date_time/acst_dst_trait.html -%%DOCSDIR%%/doc/html/boost/date_time/all_date_names_put.html -%%DOCSDIR%%/doc/html/boost/date_time/bad_field_count.html -%%DOCSDIR%%/doc/html/boost/date_time/base_time.html -%%DOCSDIR%%/doc/html/boost/date_time/c_local_adjustor.html -%%DOCSDIR%%/doc/html/boost/date_time/c_time.html -%%DOCSDIR%%/doc/html/boost/date_time/convert_string_type.html -%%DOCSDIR%%/doc/html/boost/date_time/convert_to_lower.html -%%DOCSDIR%%/doc/html/boost/date_time/counted_time_rep.html -%%DOCSDIR%%/doc/html/boost/date_time/counted_time_system.html -%%DOCSDIR%%/doc/html/boost/date_time/data_not_accessible.html -%%DOCSDIR%%/doc/html/boost/date_time/date.html -%%DOCSDIR%%/doc/html/boost/date_time/date_duration.html -%%DOCSDIR%%/doc/html/boost/date_time/date_facet.html -%%DOCSDIR%%/doc/html/boost/date_time/date_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/date_generator_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/date_generator_parser.html -%%DOCSDIR%%/doc/html/boost/date_time/date_input_facet.html -%%DOCSDIR%%/doc/html/boost/date_time/date_itr.html -%%DOCSDIR%%/doc/html/boost/date_time/date_itr_base.html -%%DOCSDIR%%/doc/html/boost/date_time/date_names_put.html -%%DOCSDIR%%/doc/html/boost/date_time/day_calc_dst_rule.html -%%DOCSDIR%%/doc/html/boost/date_time/day_clock.html -%%DOCSDIR%%/doc/html/boost/date_time/day_functor.html -%%DOCSDIR%%/doc/html/boost/date_time/days_before_weekday.html -%%DOCSDIR%%/doc/html/boost/date_time/days_until_weekday.html -%%DOCSDIR%%/doc/html/boost/date_time/default_zone_names.html -%%DOCSDIR%%/doc/html/boost/date_time/dst_adjustment_offsets.html -%%DOCSDIR%%/doc/html/boost/date_time/dst_calc_engine.html -%%DOCSDIR%%/doc/html/boost/date_time/dst_calculator.html -%%DOCSDIR%%/doc/html/boost/date_time/dst_day_calc_rule.html -%%DOCSDIR%%/doc/html/boost/date_time/duration_traits_adapted.html -%%DOCSDIR%%/doc/html/boost/date_time/duration_traits_long.html -%%DOCSDIR%%/doc/html/boost/date_time/dynamic_local__idp52247992.html -%%DOCSDIR%%/doc/html/boost/date_time/eu_dst_trait.html -%%DOCSDIR%%/doc/html/boost/date_time/find_match.html -%%DOCSDIR%%/doc/html/boost/date_time/first_kday_after.html -%%DOCSDIR%%/doc/html/boost/date_time/first_kday_before.html -%%DOCSDIR%%/doc/html/boost/date_time/first_kday_of_month.html -%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_t_idp34755400.html -%%DOCSDIR%%/doc/html/boost/date_time/fixed_string_t_idp52579032.html -%%DOCSDIR%%/doc/html/boost/date_time/format_date_parser.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp34982536.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp35250376.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp52014760.html -%%DOCSDIR%%/doc/html/boost/date_time/from_stream_ty_idp54464200.html -%%DOCSDIR%%/doc/html/boost/date_time/gather_month_strings.html -%%DOCSDIR%%/doc/html/boost/date_time/gather_weekday_strings.html -%%DOCSDIR%%/doc/html/boost/date_time/gregorian_calendar_base.html -%%DOCSDIR%%/doc/html/boost/date_time/int_adapter.html -%%DOCSDIR%%/doc/html/boost/date_time/iso_extended_format.html -%%DOCSDIR%%/doc/html/boost/date_time/iso_format.html -%%DOCSDIR%%/doc/html/boost/date_time/iso_format_bas_idp36627384.html -%%DOCSDIR%%/doc/html/boost/date_time/iso_format_base.html -%%DOCSDIR%%/doc/html/boost/date_time/last_kday_of_month.html -%%DOCSDIR%%/doc/html/boost/date_time/local_adjustor.html -%%DOCSDIR%%/doc/html/boost/date_time/microsec_clock.html -%%DOCSDIR%%/doc/html/boost/date_time/month_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/month_functor.html -%%DOCSDIR%%/doc/html/boost/date_time/months_duration.html -%%DOCSDIR%%/doc/html/boost/date_time/next_weekday.html -%%DOCSDIR%%/doc/html/boost/date_time/nth_kday_of_month.html -%%DOCSDIR%%/doc/html/boost/date_time/null_dst_rules.html -%%DOCSDIR%%/doc/html/boost/date_time/operator_idp36175496.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_date_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_month_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_d_idp22533736.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_p_idp35858776.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_weekday_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ostream_ymd_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/parse_date.html -%%DOCSDIR%%/doc/html/boost/date_time/parse_delimite_idp52042600.html -%%DOCSDIR%%/doc/html/boost/date_time/parse_match_result.html -%%DOCSDIR%%/doc/html/boost/date_time/partial_date.html -%%DOCSDIR%%/doc/html/boost/date_time/period.html -%%DOCSDIR%%/doc/html/boost/date_time/period_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/period_parser.html -%%DOCSDIR%%/doc/html/boost/date_time/previous_weekday.html -%%DOCSDIR%%/doc/html/boost/date_time/second_clock.html -%%DOCSDIR%%/doc/html/boost/date_time/simple_format.html -%%DOCSDIR%%/doc/html/boost/date_time/simple_format__idp52784808.html -%%DOCSDIR%%/doc/html/boost/date_time/special_values_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/special_values_parser.html -%%DOCSDIR%%/doc/html/boost/date_time/split_timedate_system.html -%%DOCSDIR%%/doc/html/boost/date_time/static_local_time_adjustor.html -%%DOCSDIR%%/doc/html/boost/date_time/str_from_delim_idp21488264.html -%%DOCSDIR%%/doc/html/boost/date_time/string_parse_tree.html -%%DOCSDIR%%/doc/html/boost/date_time/subsecond_duration.html -%%DOCSDIR%%/doc/html/boost/date_time/time_duration.html -%%DOCSDIR%%/doc/html/boost/date_time/time_facet.html -%%DOCSDIR%%/doc/html/boost/date_time/time_formats.html -%%DOCSDIR%%/doc/html/boost/date_time/time_from_ftime.html -%%DOCSDIR%%/doc/html/boost/date_time/time_input_facet.html -%%DOCSDIR%%/doc/html/boost/date_time/time_itr.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp21940776.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp22503048.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp51443096.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolutio_idp51491048.html -%%DOCSDIR%%/doc/html/boost/date_time/time_resolution_traits.html -%%DOCSDIR%%/doc/html/boost/date_time/time_zone_base.html -%%DOCSDIR%%/doc/html/boost/date_time/time_zone_names_base.html -%%DOCSDIR%%/doc/html/boost/date_time/tz_db_base.html -%%DOCSDIR%%/doc/html/boost/date_time/uk_dst_trait.html -%%DOCSDIR%%/doc/html/boost/date_time/us_dst_rules.html -%%DOCSDIR%%/doc/html/boost/date_time/us_dst_trait.html -%%DOCSDIR%%/doc/html/boost/date_time/utc_adjustment.html -%%DOCSDIR%%/doc/html/boost/date_time/var_string_to_int.html -%%DOCSDIR%%/doc/html/boost/date_time/week_functor.html -%%DOCSDIR%%/doc/html/boost/date_time/weeks_duration.html -%%DOCSDIR%%/doc/html/boost/date_time/winapi/FILETIME.html -%%DOCSDIR%%/doc/html/boost/date_time/winapi/SYSTEMTIME.html -%%DOCSDIR%%/doc/html/boost/date_time/winapi/file_time_to_microseconds.html -%%DOCSDIR%%/doc/html/boost/date_time/winapi/lpFileTime.html -%%DOCSDIR%%/doc/html/boost/date_time/winapi/lpLocalFileTime.html -%%DOCSDIR%%/doc/html/boost/date_time/wrapping_int.html -%%DOCSDIR%%/doc/html/boost/date_time/wrapping_int2.html -%%DOCSDIR%%/doc/html/boost/date_time/year_based_generator.html -%%DOCSDIR%%/doc/html/boost/date_time/year_functor.html -%%DOCSDIR%%/doc/html/boost/date_time/year_month_day_base.html -%%DOCSDIR%%/doc/html/boost/date_time/years_duration.html -%%DOCSDIR%%/doc/html/boost/date_time/ymd_formatter.html -%%DOCSDIR%%/doc/html/boost/date_time/ymd_order_spec.html -%%DOCSDIR%%/doc/html/boost/enable_move_ut_idp97714808.html -%%DOCSDIR%%/doc/html/boost/environment_iterator.html -%%DOCSDIR%%/doc/html/boost/eof_iterator.html -%%DOCSDIR%%/doc/html/boost/forward.html -%%DOCSDIR%%/doc/html/boost/front_move_insert_iterator.html -%%DOCSDIR%%/doc/html/boost/front_move_inserter.html -%%DOCSDIR%%/doc/html/boost/function.html -%%DOCSDIR%%/doc/html/boost/function/sig.html -%%DOCSDIR%%/doc/html/boost/functionN.html -%%DOCSDIR%%/doc/html/boost/functionN/sig.html -%%DOCSDIR%%/doc/html/boost/function_base.html -%%DOCSDIR%%/doc/html/boost/function_equal.html -%%DOCSDIR%%/doc/html/boost/get_idp140956568.html -%%DOCSDIR%%/doc/html/boost/graph_traits_m_idp94977384.html -%%DOCSDIR%%/doc/html/boost/gregorian/bad_day_of_month.html -%%DOCSDIR%%/doc/html/boost/gregorian/bad_day_of_year.html -%%DOCSDIR%%/doc/html/boost/gregorian/bad_month.html -%%DOCSDIR%%/doc/html/boost/gregorian/bad_weekday.html -%%DOCSDIR%%/doc/html/boost/gregorian/bad_year.html -%%DOCSDIR%%/doc/html/boost/gregorian/date.html -%%DOCSDIR%%/doc/html/boost/gregorian/date_duration.html -%%DOCSDIR%%/doc/html/boost/gregorian/greg_day.html -%%DOCSDIR%%/doc/html/boost/gregorian/greg_durations_config.html -%%DOCSDIR%%/doc/html/boost/gregorian/greg_facet_config.html -%%DOCSDIR%%/doc/html/boost/gregorian/greg_month.html -%%DOCSDIR%%/doc/html/boost/gregorian/greg_weekday.html -%%DOCSDIR%%/doc/html/boost/gregorian/greg_year.html -%%DOCSDIR%%/doc/html/boost/gregorian/gregorian_calendar.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp19603176.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp34792440.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp36406936.html -%%DOCSDIR%%/doc/html/boost/gregorian/operator_idp53306056.html -%%DOCSDIR%%/doc/html/boost/gregorian/special_value_from_string.html -%%DOCSDIR%%/doc/html/boost/gregorian/weeks_duration.html -%%DOCSDIR%%/doc/html/boost/gregorian/year_based_generator.html -%%DOCSDIR%%/doc/html/boost/has_move_emulation_enabled.html -%%DOCSDIR%%/doc/html/boost/has_nothrow_move.html -%%DOCSDIR%%/doc/html/boost/has_trivial_constructor.html -%%DOCSDIR%%/doc/html/boost/has_trivial_de_idp97710920.html -%%DOCSDIR%%/doc/html/boost/has_trivial_destructor.html -%%DOCSDIR%%/doc/html/boost/hash.html -%%DOCSDIR%%/doc/html/boost/hash_T_idp53760024.html -%%DOCSDIR%%/doc/html/boost/hash_bool_idp53661048.html -%%DOCSDIR%%/doc/html/boost/hash_char_idp54883192.html -%%DOCSDIR%%/doc/html/boost/hash_double_idp53654904.html -%%DOCSDIR%%/doc/html/boost/hash_float_idp53651512.html -%%DOCSDIR%%/doc/html/boost/hash_int_idp53764888.html -%%DOCSDIR%%/doc/html/boost/hash_long_doub_idp53629816.html -%%DOCSDIR%%/doc/html/boost/hash_long_idp53666744.html -%%DOCSDIR%%/doc/html/boost/hash_long_long_idp54765016.html -%%DOCSDIR%%/doc/html/boost/hash_short_idp53789992.html -%%DOCSDIR%%/doc/html/boost/hash_signed_ch_idp53746984.html -%%DOCSDIR%%/doc/html/boost/hash_std_strin_idp53633208.html -%%DOCSDIR%%/doc/html/boost/hash_std_type__idp53753832.html -%%DOCSDIR%%/doc/html/boost/hash_std_wstri_idp53756616.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp53670136.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp53750376.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp53768280.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp54768408.html -%%DOCSDIR%%/doc/html/boost/hash_unsigned__idp55031368.html -%%DOCSDIR%%/doc/html/boost/hash_value_idp52963416.html -%%DOCSDIR%%/doc/html/boost/hash_wchar_t_idp53786600.html -%%DOCSDIR%%/doc/html/boost/heap/MergablePriorityQueue.html -%%DOCSDIR%%/doc/html/boost/heap/MutablePriorityQueue.html -%%DOCSDIR%%/doc/html/boost/heap/PriorityQueue.html -%%DOCSDIR%%/doc/html/boost/heap/allocator.html -%%DOCSDIR%%/doc/html/boost/heap/arity.html -%%DOCSDIR%%/doc/html/boost/heap/binomial_heap.html -%%DOCSDIR%%/doc/html/boost/heap/compare.html -%%DOCSDIR%%/doc/html/boost/heap/constant_time_size.html -%%DOCSDIR%%/doc/html/boost/heap/d_ary_heap.html -%%DOCSDIR%%/doc/html/boost/heap/fibonacci_heap.html -%%DOCSDIR%%/doc/html/boost/heap/heap_merge.html -%%DOCSDIR%%/doc/html/boost/heap/mutable_.html -%%DOCSDIR%%/doc/html/boost/heap/pairing_heap.html -%%DOCSDIR%%/doc/html/boost/heap/priority_queue.html -%%DOCSDIR%%/doc/html/boost/heap/skew_heap.html -%%DOCSDIR%%/doc/html/boost/heap/skew_heap/implementation_defined.html -%%DOCSDIR%%/doc/html/boost/heap/stability_counter_type.html -%%DOCSDIR%%/doc/html/boost/heap/stable.html -%%DOCSDIR%%/doc/html/boost/heap/store_parent_pointer.html -%%DOCSDIR%%/doc/html/boost/interprocess/accept_ownership.html -%%DOCSDIR%%/doc/html/boost/interprocess/accept_ownership_type.html -%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool.html -%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool__idp27215944.html -%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool__idp27217432.html -%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool__idp27219256.html -%%DOCSDIR%%/doc/html/boost/interprocess/address.html -%%DOCSDIR%%/doc/html/boost/interprocess/allocate_new.html -%%DOCSDIR%%/doc/html/boost/interprocess/allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/bad_alloc.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_bufferbuf.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_bufferstream.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_ibufferstream.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_ivectorstream.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27919256.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27927368.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27948200.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed__idp27967224.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_heap_memory.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_mapped_file.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_obufferstream.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_ovectorstream.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_vectorbuf.html -%%DOCSDIR%%/doc/html/boost/interprocess/basic_vectorstream.html -%%DOCSDIR%%/doc/html/boost/interprocess/cached_adaptive_pool.html -%%DOCSDIR%%/doc/html/boost/interprocess/cached_node_allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/create_only.html -%%DOCSDIR%%/doc/html/boost/interprocess/create_only_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/defer_lock.html -%%DOCSDIR%%/doc/html/boost/interprocess/defer_lock_type.html -%%DOCSDIR%%/doc/html/boost/interprocess/deleter.html -%%DOCSDIR%%/doc/html/boost/interprocess/enable_shared_from_this.html -%%DOCSDIR%%/doc/html/boost/interprocess/expand_bwd.html -%%DOCSDIR%%/doc/html/boost/interprocess/expand_fwd.html -%%DOCSDIR%%/doc/html/boost/interprocess/fd.html -%%DOCSDIR%%/doc/html/boost/interprocess/file_lock.html -%%DOCSDIR%%/doc/html/boost/interprocess/file_mapping.html -%%DOCSDIR%%/doc/html/boost/interprocess/flags.html -%%DOCSDIR%%/doc/html/boost/interprocess/flat_map_index.html -%%DOCSDIR%%/doc/html/boost/interprocess/flat_map_index_aux.html -%%DOCSDIR%%/doc/html/boost/interprocess/get_node_pool.html -%%DOCSDIR%%/doc/html/boost/interprocess/get_segment_manager.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_condition.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_condition_any.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_exception.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_mutex.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_r_idp28519592.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_s_idp28542712.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_semaphore.html -%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_u_idp28558424.html -%%DOCSDIR%%/doc/html/boost/interprocess/intrusive_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/iset_index.html -%%DOCSDIR%%/doc/html/boost/interprocess/iunordered_set_index.html -%%DOCSDIR%%/doc/html/boost/interprocess/lock_exception.html -%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_s_idp28380936.html -%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_s_idp28383208.html -%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_unique_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_weak_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/managed_shared_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/managed_unique_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/managed_weak_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/map_index.html -%%DOCSDIR%%/doc/html/boost/interprocess/mapped_region.html -%%DOCSDIR%%/doc/html/boost/interprocess/mapped_region/advice_types.html -%%DOCSDIR%%/doc/html/boost/interprocess/message_queue_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/mutex_family.html -%%DOCSDIR%%/doc/html/boost/interprocess/named_condition.html -%%DOCSDIR%%/doc/html/boost/interprocess/named_condition_any.html -%%DOCSDIR%%/doc/html/boost/interprocess/named_mutex.html -%%DOCSDIR%%/doc/html/boost/interprocess/named_recursive_mutex.html -%%DOCSDIR%%/doc/html/boost/interprocess/named_semaphore.html -%%DOCSDIR%%/doc/html/boost/interprocess/named_sharable_mutex.html -%%DOCSDIR%%/doc/html/boost/interprocess/named_upgradable_mutex.html -%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator_idp27311640.html -%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator_idp27313128.html -%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator_idp27314072.html -%%DOCSDIR%%/doc/html/boost/interprocess/nothrow_allocation.html -%%DOCSDIR%%/doc/html/boost/interprocess/null_index.html -%%DOCSDIR%%/doc/html/boost/interprocess/null_mutex.html -%%DOCSDIR%%/doc/html/boost/interprocess/null_mutex_family.html -%%DOCSDIR%%/doc/html/boost/interprocess/offset_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/offset_type_alignment.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_only.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_only_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_or_create.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_or_create_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_read_only.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_read_only_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/open_read_private_t.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27241320.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27243736.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27246984.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27251096.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27256072.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp27259288.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28324824.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28327352.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28329880.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28332216.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28334552.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator___idp28336888.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp28243512.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp28246856.html -%%DOCSDIR%%/doc/html/boost/interprocess/operator_idp28339224.html -%%DOCSDIR%%/doc/html/boost/interprocess/permissions.html -%%DOCSDIR%%/doc/html/boost/interprocess/private_adaptive_pool.html -%%DOCSDIR%%/doc/html/boost/interprocess/private_node_allocator.html -%%DOCSDIR%%/doc/html/boost/interprocess/rbtree_best_fit.html -%%DOCSDIR%%/doc/html/boost/interprocess/rebind.html -%%DOCSDIR%%/doc/html/boost/interprocess/remove_file_on_destroy.html -%%DOCSDIR%%/doc/html/boost/interprocess/remove_shared__idp28314104.html -%%DOCSDIR%%/doc/html/boost/interprocess/scoped_lock.html -%%DOCSDIR%%/doc/html/boost/interprocess/scoped_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager.html -%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager_base.html -%%DOCSDIR%%/doc/html/boost/interprocess/sharable_lock.html -%%DOCSDIR%%/doc/html/boost/interprocess/shared_memory_object.html -%%DOCSDIR%%/doc/html/boost/interprocess/shared_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/shrink_in_place.html -%%DOCSDIR%%/doc/html/boost/interprocess/simple_seq_fit.html -%%DOCSDIR%%/doc/html/boost/interprocess/swap_idp27223384.html -%%DOCSDIR%%/doc/html/boost/interprocess/swap_idp28341480.html -%%DOCSDIR%%/doc/html/boost/interprocess/swap_idp28348888.html -%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_idp28346168.html -%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_pointer_idp28351496.html -%%DOCSDIR%%/doc/html/boost/interprocess/try_shrink_in_place.html -%%DOCSDIR%%/doc/html/boost/interprocess/try_to_lock.html -%%DOCSDIR%%/doc/html/boost/interprocess/try_to_lock_type.html -%%DOCSDIR%%/doc/html/boost/interprocess/unique_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/unordered_map_index.html -%%DOCSDIR%%/doc/html/boost/interprocess/upgradable_lock.html -%%DOCSDIR%%/doc/html/boost/interprocess/weak_ptr.html -%%DOCSDIR%%/doc/html/boost/interprocess/windows_shared_memory.html -%%DOCSDIR%%/doc/html/boost/interprocess/xsi_key.html -%%DOCSDIR%%/doc/html/boost/interprocess/xsi_shared_memory.html -%%DOCSDIR%%/doc/html/boost/interprocess/zero_memory.html -%%DOCSDIR%%/doc/html/boost/interprocess/~adaptive_pool_base.html -%%DOCSDIR%%/doc/html/boost/interprocess/~node_allocator_base.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_to_avl_set_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_to_bs_set_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_to_list_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_to_set_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_to_slist_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/any_to_unordered_set_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/avl_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/avl_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/avl_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/avl_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/avltree.html -%%DOCSDIR%%/doc/html/boost/intrusive/avltree_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/bs_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/bs_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/bstree.html -%%DOCSDIR%%/doc/html/boost/intrusive/bstree_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/bucket_traits.html -%%DOCSDIR%%/doc/html/boost/intrusive/cache_begin.html -%%DOCSDIR%%/doc/html/boost/intrusive/cache_last.html -%%DOCSDIR%%/doc/html/boost/intrusive/circular_list_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/circular_slist_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/compare.html -%%DOCSDIR%%/doc/html/boost/intrusive/compare_hash.html -%%DOCSDIR%%/doc/html/boost/intrusive/constant_time_size.html -%%DOCSDIR%%/doc/html/boost/intrusive/derivation_value_traits.html -%%DOCSDIR%%/doc/html/boost/intrusive/equal.html -%%DOCSDIR%%/doc/html/boost/intrusive/floating_point.html -%%DOCSDIR%%/doc/html/boost/intrusive/function_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_fro_idp33907928.html -%%DOCSDIR%%/doc/html/boost/intrusive/get_parent_fro_idp33910088.html -%%DOCSDIR%%/doc/html/boost/intrusive/hash.html -%%DOCSDIR%%/doc/html/boost/intrusive/hashtable.html -%%DOCSDIR%%/doc/html/boost/intrusive/incremental.html -%%DOCSDIR%%/doc/html/boost/intrusive/linear.html -%%DOCSDIR%%/doc/html/boost/intrusive/linear_slist_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/link_mode.html -%%DOCSDIR%%/doc/html/boost/intrusive/link_mode_type.html -%%DOCSDIR%%/doc/html/boost/intrusive/list.html -%%DOCSDIR%%/doc/html/boost/intrusive/list_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/list_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_any_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_any_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_avltree.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_bstree.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_hashtable.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_list.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_list_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_list_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_rbtree.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_sg_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_sg_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_sgtree.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_slist.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_slist_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_slist_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_splay_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_splay_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_splay_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_splay_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_splaytree.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_treap.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_treap_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_treap_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_idp38952760.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_idp38980616.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/max_pointer_pl_idp33914776.html -%%DOCSDIR%%/doc/html/boost/intrusive/max_pointer_plus_bits.html -%%DOCSDIR%%/doc/html/boost/intrusive/member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/member_value_traits.html -%%DOCSDIR%%/doc/html/boost/intrusive/multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/optimize_multikey.html -%%DOCSDIR%%/doc/html/boost/intrusive/optimize_size.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_b_idp33918488.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_bits.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_idp33941112.html -%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits_idp33941112/rebind_pointer.html -%%DOCSDIR%%/doc/html/boost/intrusive/power_2_buckets.html -%%DOCSDIR%%/doc/html/boost/intrusive/priority.html -%%DOCSDIR%%/doc/html/boost/intrusive/priority_compare.html -%%DOCSDIR%%/doc/html/boost/intrusive/rbtree.html -%%DOCSDIR%%/doc/html/boost/intrusive/rbtree_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/set.html -%%DOCSDIR%%/doc/html/boost/intrusive/set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/sg_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/sg_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/sgtree.html -%%DOCSDIR%%/doc/html/boost/intrusive/sgtree_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/sgtree_algorithms/insert_commit_data.html -%%DOCSDIR%%/doc/html/boost/intrusive/size_type.html -%%DOCSDIR%%/doc/html/boost/intrusive/slist.html -%%DOCSDIR%%/doc/html/boost/intrusive/slist_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/slist_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/splay_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/splay_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/splay_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/splay_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/splaytree.html -%%DOCSDIR%%/doc/html/boost/intrusive/splaytree_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/store_hash.html -%%DOCSDIR%%/doc/html/boost/intrusive/tag.html -%%DOCSDIR%%/doc/html/boost/intrusive/treap.html -%%DOCSDIR%%/doc/html/boost/intrusive/treap_algorithms.html -%%DOCSDIR%%/doc/html/boost/intrusive/treap_algorithms/insert_commit_data.html -%%DOCSDIR%%/doc/html/boost/intrusive/treap_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/treap_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/trivial_value_traits.html -%%DOCSDIR%%/doc/html/boost/intrusive/unordered_multiset.html -%%DOCSDIR%%/doc/html/boost/intrusive/unordered_set.html -%%DOCSDIR%%/doc/html/boost/intrusive/unordered_set_base_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/unordered_set_member_hook.html -%%DOCSDIR%%/doc/html/boost/intrusive/value_traits.html -%%DOCSDIR%%/doc/html/boost/intrusive/void_pointer.html -%%DOCSDIR%%/doc/html/boost/is_recursive_wrapper.html -%%DOCSDIR%%/doc/html/boost/is_reference_wrapper.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156840680.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156843576.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156846472.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156865624.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156868520.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156871144.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156873768.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156876392.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156879016.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156882632.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156886248.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156889848.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156893448.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156895928.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156898408.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156901992.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156904952.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156907912.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156911512.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156914488.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156917464.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156921064.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156924664.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156927144.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156929624.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156933224.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156936840.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156940456.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156944072.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156946008.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156947944.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156949880.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156951688.html -%%DOCSDIR%%/doc/html/boost/lambda/plain_return__idp156954824.html -%%DOCSDIR%%/doc/html/boost/last_value.html -%%DOCSDIR%%/doc/html/boost/last_value_voi_idp53517720.html -%%DOCSDIR%%/doc/html/boost/local_time/ambiguous_result.html -%%DOCSDIR%%/doc/html/boost/local_time/bad_adjustment.html -%%DOCSDIR%%/doc/html/boost/local_time/bad_offset.html -%%DOCSDIR%%/doc/html/boost/local_time/custom_time_zone_base.html -%%DOCSDIR%%/doc/html/boost/local_time/dst_not_valid.html -%%DOCSDIR%%/doc/html/boost/local_time/first_last_rule_spec.html -%%DOCSDIR%%/doc/html/boost/local_time/last_last_rule_spec.html -%%DOCSDIR%%/doc/html/boost/local_time/local_date_time_base.html -%%DOCSDIR%%/doc/html/boost/local_time/nth_kday_rule_spec.html -%%DOCSDIR%%/doc/html/boost/local_time/nth_last_rule_spec.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-__idp20376936.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-__idp35508888.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-_idp19028088.html -%%DOCSDIR%%/doc/html/boost/local_time/operator-_idp21954552.html -%%DOCSDIR%%/doc/html/boost/local_time/operator___idp35894104.html -%%DOCSDIR%%/doc/html/boost/local_time/operator___idp51900456.html -%%DOCSDIR%%/doc/html/boost/local_time/operator__idp22272952.html -%%DOCSDIR%%/doc/html/boost/local_time/operator__idp22515096.html -%%DOCSDIR%%/doc/html/boost/local_time/partial_date_rule_spec.html -%%DOCSDIR%%/doc/html/boost/local_time/posix_time_zone_base.html -%%DOCSDIR%%/doc/html/boost/local_time/time_label_invalid.html -%%DOCSDIR%%/doc/html/boost/local_time/tz_database.html -%%DOCSDIR%%/doc/html/boost/lockfree/BOOST_NO_CXX1_idp100289128.html -%%DOCSDIR%%/doc/html/boost/lockfree/BOOST_NO_CXX1_idp100289128/implementation_defined.html -%%DOCSDIR%%/doc/html/boost/lockfree/BOOST_NO_CXX1_idp100289128/node.html -%%DOCSDIR%%/doc/html/boost/lockfree/allocator.html -%%DOCSDIR%%/doc/html/boost/lockfree/capacity.html -%%DOCSDIR%%/doc/html/boost/lockfree/fixed_sized.html -%%DOCSDIR%%/doc/html/boost/lockfree/spsc_queue.html -%%DOCSDIR%%/doc/html/boost/lockfree/stack.html -%%DOCSDIR%%/doc/html/boost/logic/get_default_i_idp140373848.html -%%DOCSDIR%%/doc/html/boost/logic/indeterminate.html -%%DOCSDIR%%/doc/html/boost/logic/indeterminate_name.html -%%DOCSDIR%%/doc/html/boost/logic/operator___idp140205768.html -%%DOCSDIR%%/doc/html/boost/logic/operator___idp140219496.html -%%DOCSDIR%%/doc/html/boost/logic/operator___idp140246232.html -%%DOCSDIR%%/doc/html/boost/logic/operator__idp140240312.html -%%DOCSDIR%%/doc/html/boost/logic/operator_idp140260104.html -%%DOCSDIR%%/doc/html/boost/logic/operator_idp140376808.html -%%DOCSDIR%%/doc/html/boost/logic/operator_idp140381368.html -%%DOCSDIR%%/doc/html/boost/logic/operator_idp140384856.html -%%DOCSDIR%%/doc/html/boost/logic/tribool.html -%%DOCSDIR%%/doc/html/boost/logic/tribool/value_t.html -%%DOCSDIR%%/doc/html/boost/make_move_iterator.html -%%DOCSDIR%%/doc/html/boost/make_recursiv_idp160888872.html -%%DOCSDIR%%/doc/html/boost/make_recursive_variant.html -%%DOCSDIR%%/doc/html/boost/make_variant_over.html -%%DOCSDIR%%/doc/html/boost/move_backward.html -%%DOCSDIR%%/doc/html/boost/move_idp97640488.html -%%DOCSDIR%%/doc/html/boost/move_idp97717240.html -%%DOCSDIR%%/doc/html/boost/move_insert_iterator.html -%%DOCSDIR%%/doc/html/boost/move_inserter.html -%%DOCSDIR%%/doc/html/boost/move_iterator.html -%%DOCSDIR%%/doc/html/boost/mpi/all_gather.html -%%DOCSDIR%%/doc/html/boost/mpi/all_reduce.html -%%DOCSDIR%%/doc/html/boost/mpi/all_to_all.html -%%DOCSDIR%%/doc/html/boost/mpi/allocator.html -%%DOCSDIR%%/doc/html/boost/mpi/allocator/rebind.html -%%DOCSDIR%%/doc/html/boost/mpi/allocator_void_idp95777272.html -%%DOCSDIR%%/doc/html/boost/mpi/allocator_void_idp95777272/rebind.html -%%DOCSDIR%%/doc/html/boost/mpi/any_source.html -%%DOCSDIR%%/doc/html/boost/mpi/any_tag.html -%%DOCSDIR%%/doc/html/boost/mpi/bitwise_and.html -%%DOCSDIR%%/doc/html/boost/mpi/bitwise_or.html -%%DOCSDIR%%/doc/html/boost/mpi/bitwise_xor.html -%%DOCSDIR%%/doc/html/boost/mpi/broadcast.html -%%DOCSDIR%%/doc/html/boost/mpi/comm_create_kind.html -%%DOCSDIR%%/doc/html/boost/mpi/communicator.html -%%DOCSDIR%%/doc/html/boost/mpi/content.html -%%DOCSDIR%%/doc/html/boost/mpi/environment.html -%%DOCSDIR%%/doc/html/boost/mpi/exception.html -%%DOCSDIR%%/doc/html/boost/mpi/gather.html -%%DOCSDIR%%/doc/html/boost/mpi/get_content.html -%%DOCSDIR%%/doc/html/boost/mpi/get_idp94935896.html -%%DOCSDIR%%/doc/html/boost/mpi/get_idp94938600.html -%%DOCSDIR%%/doc/html/boost/mpi/get_mpi_dataty_idp95056808.html -%%DOCSDIR%%/doc/html/boost/mpi/graph_communicator.html -%%DOCSDIR%%/doc/html/boost/mpi/group.html -%%DOCSDIR%%/doc/html/boost/mpi/inplace.html -%%DOCSDIR%%/doc/html/boost/mpi/inplace_t.html -%%DOCSDIR%%/doc/html/boost/mpi/inplace_t_T_idp94887528.html -%%DOCSDIR%%/doc/html/boost/mpi/intercommunicator.html -%%DOCSDIR%%/doc/html/boost/mpi/is_commutative.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_builtin_datatype.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_byte_datatype.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_complex_datatype.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_datatype.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_floatin_idp95073400.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_integer_datatype.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_logical_datatype.html -%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_op.html -%%DOCSDIR%%/doc/html/boost/mpi/logical_xor.html -%%DOCSDIR%%/doc/html/boost/mpi/maximum.html -%%DOCSDIR%%/doc/html/boost/mpi/minimum.html -%%DOCSDIR%%/doc/html/boost/mpi/operator-_idp94892424.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___idp94902008.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___idp94903560.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95085608.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95090744.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95781032.html -%%DOCSDIR%%/doc/html/boost/mpi/operator___idp95784120.html -%%DOCSDIR%%/doc/html/boost/mpi/operator__idp94895640.html -%%DOCSDIR%%/doc/html/boost/mpi/operator_idp94898360.html -%%DOCSDIR%%/doc/html/boost/mpi/packed.html -%%DOCSDIR%%/doc/html/boost/mpi/packed_iarchive.html -%%DOCSDIR%%/doc/html/boost/mpi/packed_oarchive.html -%%DOCSDIR%%/doc/html/boost/mpi/packed_skeleton_iarchive.html -%%DOCSDIR%%/doc/html/boost/mpi/packed_skeleton_oarchive.html -%%DOCSDIR%%/doc/html/boost/mpi/python/register_serialized.html -%%DOCSDIR%%/doc/html/boost/mpi/python/register_skele_idp94749672.html -%%DOCSDIR%%/doc/html/boost/mpi/reduce.html -%%DOCSDIR%%/doc/html/boost/mpi/request.html -%%DOCSDIR%%/doc/html/boost/mpi/scan.html -%%DOCSDIR%%/doc/html/boost/mpi/scatter.html -%%DOCSDIR%%/doc/html/boost/mpi/skeleton.html -%%DOCSDIR%%/doc/html/boost/mpi/skeleton_proxy.html -%%DOCSDIR%%/doc/html/boost/mpi/status.html -%%DOCSDIR%%/doc/html/boost/mpi/test_all.html -%%DOCSDIR%%/doc/html/boost/mpi/test_any.html -%%DOCSDIR%%/doc/html/boost/mpi/test_some.html -%%DOCSDIR%%/doc/html/boost/mpi/threading/level.html -%%DOCSDIR%%/doc/html/boost/mpi/threading/operator_idp95007160.html -%%DOCSDIR%%/doc/html/boost/mpi/threading/operator_idp95008408.html -%%DOCSDIR%%/doc/html/boost/mpi/timer.html -%%DOCSDIR%%/doc/html/boost/mpi/wait_all.html -%%DOCSDIR%%/doc/html/boost/mpi/wait_any.html -%%DOCSDIR%%/doc/html/boost/mpi/wait_some.html -%%DOCSDIR%%/doc/html/boost/node_allocator_v1.html -%%DOCSDIR%%/doc/html/boost/node_allocator_v1/rebind.html -%%DOCSDIR%%/doc/html/boost/numeric/default_.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std__idp34361368.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T__std__idp34392168.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std__idp34359048.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T__std__idp34389864.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base_Ar_idp34302920.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T__std__idp34366008.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T__std__idp34396776.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_idp34363688.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_T__std_idp34394472.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/complement.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/complement_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/divides.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/divides_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/divides_assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/divides_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/equal_to.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/equal_to_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_Left__Rig_idp34347240.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_Left__Rig_idp34382584.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_base_Left_idp34293144.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/greater.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/greater_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/greater_equal.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/greater_equal_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/left_ref.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/less.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/less_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/less_equal.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/less_equal_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/logical_not.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/logical_not_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Lef_idp34344040.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_Lef_idp34379416.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Lef_idp34340840.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_Lef_idp34376248.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/minus.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/minus_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/minus_assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/minus_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus_assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/multiply_and_p_idp33589448.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/not_equal_to.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/not_equal_to_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product__idp33220552.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/plus.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/plus_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/plus_assign_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/plus_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_ToFrom_idp34352280.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_ToFrom_idp34387304.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__Fr_idp34349432.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_To__Fr_idp34384488.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_base_T_idp34297480.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool___idp34354872.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_bool_c_idp34357448.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_valarr_idp34339656.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std_vector_idp34374680.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_minus.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_minus_base.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_plus.html -%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_plus_base.html -%%DOCSDIR%%/doc/html/boost/numeric/one.html -%%DOCSDIR%%/doc/html/boost/numeric/one_or_default.html -%%DOCSDIR%%/doc/html/boost/numeric/op/as_max.html -%%DOCSDIR%%/doc/html/boost/numeric/op/as_min.html -%%DOCSDIR%%/doc/html/boost/numeric/op/as_one.html -%%DOCSDIR%%/doc/html/boost/numeric/op/as_zero.html -%%DOCSDIR%%/doc/html/boost/numeric/op/assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/complement.html -%%DOCSDIR%%/doc/html/boost/numeric/op/divides.html -%%DOCSDIR%%/doc/html/boost/numeric/op/divides_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/equal_to.html -%%DOCSDIR%%/doc/html/boost/numeric/op/fdiv.html -%%DOCSDIR%%/doc/html/boost/numeric/op/greater.html -%%DOCSDIR%%/doc/html/boost/numeric/op/greater_equal.html -%%DOCSDIR%%/doc/html/boost/numeric/op/less.html -%%DOCSDIR%%/doc/html/boost/numeric/op/less_equal.html -%%DOCSDIR%%/doc/html/boost/numeric/op/logical_not.html -%%DOCSDIR%%/doc/html/boost/numeric/op/max_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/min_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/minus.html -%%DOCSDIR%%/doc/html/boost/numeric/op/minus_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/modulus.html -%%DOCSDIR%%/doc/html/boost/numeric/op/modulus_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/multiplies.html -%%DOCSDIR%%/doc/html/boost/numeric/op/multiplies_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/not_equal_to.html -%%DOCSDIR%%/doc/html/boost/numeric/op/outer_product.html -%%DOCSDIR%%/doc/html/boost/numeric/op/plus.html -%%DOCSDIR%%/doc/html/boost/numeric/op/plus_assign.html -%%DOCSDIR%%/doc/html/boost/numeric/op/promote.html -%%DOCSDIR%%/doc/html/boost/numeric/op/unary_minus.html -%%DOCSDIR%%/doc/html/boost/numeric/op/unary_plus.html -%%DOCSDIR%%/doc/html/boost/numeric/zero.html -%%DOCSDIR%%/doc/html/boost/numeric/zero_or_default.html -%%DOCSDIR%%/doc/html/boost/operator___idp20964104.html -%%DOCSDIR%%/doc/html/boost/operator___idp20977592.html -%%DOCSDIR%%/doc/html/boost/operator___idp20991800.html -%%DOCSDIR%%/doc/html/boost/operator___idp20998920.html -%%DOCSDIR%%/doc/html/boost/operator___idp27224968.html -%%DOCSDIR%%/doc/html/boost/operator___idp27228680.html -%%DOCSDIR%%/doc/html/boost/operator___idp27317368.html -%%DOCSDIR%%/doc/html/boost/operator___idp27320216.html -%%DOCSDIR%%/doc/html/boost/operator_idp20970856.html -%%DOCSDIR%%/doc/html/boost/operator_idp20984680.html -%%DOCSDIR%%/doc/html/boost/operator_idp53065304.html -%%DOCSDIR%%/doc/html/boost/posix_time/duration_from_string.html -%%DOCSDIR%%/doc/html/boost/posix_time/from_ftime.html -%%DOCSDIR%%/doc/html/boost/posix_time/hours.html -%%DOCSDIR%%/doc/html/boost/posix_time/millisec_posix_idp19074072.html -%%DOCSDIR%%/doc/html/boost/posix_time/minutes.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-__idp19137000.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-__idp51742776.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-_idp19416488.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator-_idp52578232.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator___idp20840680.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator___idp35021544.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator__idp35478056.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator__idp54381864.html -%%DOCSDIR%%/doc/html/boost/posix_time/operator_idp20360216.html -%%DOCSDIR%%/doc/html/boost/posix_time/posix_time_system_config.html -%%DOCSDIR%%/doc/html/boost/posix_time/ptime.html -%%DOCSDIR%%/doc/html/boost/posix_time/seconds.html -%%DOCSDIR%%/doc/html/boost/posix_time/simple_time_rep.html -%%DOCSDIR%%/doc/html/boost/posix_time/time_duration.html -%%DOCSDIR%%/doc/html/boost/posix_time/wtime_facet.html -%%DOCSDIR%%/doc/html/boost/private_adaptive_pool_v1.html -%%DOCSDIR%%/doc/html/boost/private_adaptive_pool_v1/rebind.html -%%DOCSDIR%%/doc/html/boost/private_node_allocator_v1.html -%%DOCSDIR%%/doc/html/boost/private_node_allocator_v1/rebind.html -%%DOCSDIR%%/doc/html/boost/program_options/abstract_variables_map.html -%%DOCSDIR%%/doc/html/boost/program_options/ambiguous_option.html -%%DOCSDIR%%/doc/html/boost/program_options/basic_command_line_parser.html -%%DOCSDIR%%/doc/html/boost/program_options/basic_option.html -%%DOCSDIR%%/doc/html/boost/program_options/basic_parsed__idp101350872.html -%%DOCSDIR%%/doc/html/boost/program_options/basic_parsed_options.html -%%DOCSDIR%%/doc/html/boost/program_options/bool_switch.html -%%DOCSDIR%%/doc/html/boost/program_options/collect_unrecognized.html -%%DOCSDIR%%/doc/html/boost/program_options/collect_unrecognized_mode.html -%%DOCSDIR%%/doc/html/boost/program_options/command_line_style/style_t.html -%%DOCSDIR%%/doc/html/boost/program_options/duplicate_option_error.html -%%DOCSDIR%%/doc/html/boost/program_options/error.html -%%DOCSDIR%%/doc/html/boost/program_options/error_with_no_option_name.html -%%DOCSDIR%%/doc/html/boost/program_options/error_with_option_name.html -%%DOCSDIR%%/doc/html/boost/program_options/ext_parser.html -%%DOCSDIR%%/doc/html/boost/program_options/invalid_bool_value.html -%%DOCSDIR%%/doc/html/boost/program_options/invalid_comma_idp101508472.html -%%DOCSDIR%%/doc/html/boost/program_options/invalid_command_line_style.html -%%DOCSDIR%%/doc/html/boost/program_options/invalid_config_file_syntax.html -%%DOCSDIR%%/doc/html/boost/program_options/invalid_option_value.html -%%DOCSDIR%%/doc/html/boost/program_options/invalid_syntax.html -%%DOCSDIR%%/doc/html/boost/program_options/multiple_occurrences.html -%%DOCSDIR%%/doc/html/boost/program_options/multiple_values.html -%%DOCSDIR%%/doc/html/boost/program_options/notify.html -%%DOCSDIR%%/doc/html/boost/program_options/option_description.html -%%DOCSDIR%%/doc/html/boost/program_options/options_descri_idp94227496.html -%%DOCSDIR%%/doc/html/boost/program_options/options_description.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_command_line.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_config__idp102270904.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_config_f_idp97729112.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp100788536.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp101637256.html -%%DOCSDIR%%/doc/html/boost/program_options/parse_environ_idp101639272.html -%%DOCSDIR%%/doc/html/boost/program_options/positional_op_idp102255608.html -%%DOCSDIR%%/doc/html/boost/program_options/reading_file.html -%%DOCSDIR%%/doc/html/boost/program_options/required_option.html -%%DOCSDIR%%/doc/html/boost/program_options/split_unix.html -%%DOCSDIR%%/doc/html/boost/program_options/store_idp101308296.html -%%DOCSDIR%%/doc/html/boost/program_options/store_idp102773400.html -%%DOCSDIR%%/doc/html/boost/program_options/too_many_posit_idp97907560.html -%%DOCSDIR%%/doc/html/boost/program_options/typed_value.html -%%DOCSDIR%%/doc/html/boost/program_options/typed_value_base.html -%%DOCSDIR%%/doc/html/boost/program_options/unknown_option.html -%%DOCSDIR%%/doc/html/boost/program_options/untyped_value.html -%%DOCSDIR%%/doc/html/boost/program_options/validation_error.html -%%DOCSDIR%%/doc/html/boost/program_options/value_idp103082200.html -%%DOCSDIR%%/doc/html/boost/program_options/value_semanti_idp101606184.html -%%DOCSDIR%%/doc/html/boost/program_options/value_semanti_idp101607048.html -%%DOCSDIR%%/doc/html/boost/program_options/value_semantic.html -%%DOCSDIR%%/doc/html/boost/program_options/value_semantic_idp97765848.html -%%DOCSDIR%%/doc/html/boost/program_options/variable_value.html -%%DOCSDIR%%/doc/html/boost/program_options/variables_map.html -%%DOCSDIR%%/doc/html/boost/program_options/wvalue.html -%%DOCSDIR%%/doc/html/boost/property_tree/basic_ptree.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp101566616.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp101628856.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp102245336.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_str_idp102444136.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_stre_idp97777272.html -%%DOCSDIR%%/doc/html/boost/property_tree/customize_stream.html -%%DOCSDIR%%/doc/html/boost/property_tree/id_translator.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp103159752.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp94195384.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp96409688.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_info_idp96412216.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_idp94198376.html -%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_info_idp94302408.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/ini_parser_error.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_idp96587992.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_idp96590776.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/validate_flags.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_ini_idp100846008.html -%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_ini_idp96594200.html -%%DOCSDIR%%/doc/html/boost/property_tree/iptree.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_json_idp101488088.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_json_idp102885800.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_idp102890088.html -%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_json_idp94192296.html -%%DOCSDIR%%/doc/html/boost/property_tree/load_idp94324264.html -%%DOCSDIR%%/doc/html/boost/property_tree/path.html -%%DOCSDIR%%/doc/html/boost/property_tree/path_of.html -%%DOCSDIR%%/doc/html/boost/property_tree/path_of_std_ba_idp97840600.html -%%DOCSDIR%%/doc/html/boost/property_tree/ptree.html -%%DOCSDIR%%/doc/html/boost/property_tree/ptree_bad_data.html -%%DOCSDIR%%/doc/html/boost/property_tree/ptree_bad_path.html -%%DOCSDIR%%/doc/html/boost/property_tree/ptree_error.html -%%DOCSDIR%%/doc/html/boost/property_tree/save_idp94318968.html -%%DOCSDIR%%/doc/html/boost/property_tree/serialize_idp94329160.html -%%DOCSDIR%%/doc/html/boost/property_tree/stream_translator.html -%%DOCSDIR%%/doc/html/boost/property_tree/string_path.html -%%DOCSDIR%%/doc/html/boost/property_tree/swap_idp94315864.html -%%DOCSDIR%%/doc/html/boost/property_tree/translator_bet_idp96406600.html -%%DOCSDIR%%/doc/html/boost/property_tree/translator_bet_idp96428200.html -%%DOCSDIR%%/doc/html/boost/property_tree/translator_bet_idp97837384.html -%%DOCSDIR%%/doc/html/boost/property_tree/translator_between.html -%%DOCSDIR%%/doc/html/boost/property_tree/wiptree.html -%%DOCSDIR%%/doc/html/boost/property_tree/wpath.html -%%DOCSDIR%%/doc/html/boost/property_tree/wptree.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_idp96436280.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_idp97800040.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_idp97806664.html -%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xml_idp97810232.html -%%DOCSDIR%%/doc/html/boost/proto/N.html -%%DOCSDIR%%/doc/html/boost/proto/_.html -%%DOCSDIR%%/doc/html/boost/proto/_/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_byref.html -%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T__idp68391688.html -%%DOCSDIR%%/doc/html/boost/proto/_byref/result_This_T__idp68393864.html -%%DOCSDIR%%/doc/html/boost/proto/_byval.html -%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_T__idp68408040.html -%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_T__idp68409832.html -%%DOCSDIR%%/doc/html/boost/proto/_byval/result_This_bo_idp68406216.html -%%DOCSDIR%%/doc/html/boost/proto/_child_c.html -%%DOCSDIR%%/doc/html/boost/proto/_child_c/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_data.html -%%DOCSDIR%%/doc/html/boost/proto/_data/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_default.html -%%DOCSDIR%%/doc/html/boost/proto/_default/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_env.html -%%DOCSDIR%%/doc/html/boost/proto/_env/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_env_var.html -%%DOCSDIR%%/doc/html/boost/proto/_env_var/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_expr.html -%%DOCSDIR%%/doc/html/boost/proto/_expr/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_state.html -%%DOCSDIR%%/doc/html/boost/proto/_state/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_value.html -%%DOCSDIR%%/doc/html/boost/proto/_value/impl.html -%%DOCSDIR%%/doc/html/boost/proto/_void.html -%%DOCSDIR%%/doc/html/boost/proto/_void/impl.html -%%DOCSDIR%%/doc/html/boost/proto/address_of.html -%%DOCSDIR%%/doc/html/boost/proto/address_of/impl.html -%%DOCSDIR%%/doc/html/boost/proto/and_.html -%%DOCSDIR%%/doc/html/boost/proto/and_/impl.html -%%DOCSDIR%%/doc/html/boost/proto/arity_of.html -%%DOCSDIR%%/doc/html/boost/proto/as_child_idp68177480.html -%%DOCSDIR%%/doc/html/boost/proto/as_env_idp68591864.html -%%DOCSDIR%%/doc/html/boost/proto/as_expr_idp68166056.html -%%DOCSDIR%%/doc/html/boost/proto/assert_matches.html -%%DOCSDIR%%/doc/html/boost/proto/assert_matches_not.html -%%DOCSDIR%%/doc/html/boost/proto/assign.html -%%DOCSDIR%%/doc/html/boost/proto/assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/basic_default_domain.html -%%DOCSDIR%%/doc/html/boost/proto/basic_default_generator.html -%%DOCSDIR%%/doc/html/boost/proto/basic_expr.html -%%DOCSDIR%%/doc/html/boost/proto/binary_expr.html -%%DOCSDIR%%/doc/html/boost/proto/binary_expr/impl.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_and.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_and/impl.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_and_assign.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_and_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_or.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_or/impl.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_or_assign.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_or_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor/impl.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor_assign.html -%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/by_value_generator.html -%%DOCSDIR%%/doc/html/boost/proto/by_value_generator/result_This_Ex_idp66835176.html -%%DOCSDIR%%/doc/html/boost/proto/call.html -%%DOCSDIR%%/doc/html/boost/proto/call/impl.html -%%DOCSDIR%%/doc/html/boost/proto/callable.html -%%DOCSDIR%%/doc/html/boost/proto/char_.html -%%DOCSDIR%%/doc/html/boost/proto/child_c_idp68301400.html -%%DOCSDIR%%/doc/html/boost/proto/child_idp68188920.html -%%DOCSDIR%%/doc/html/boost/proto/comma.html -%%DOCSDIR%%/doc/html/boost/proto/comma/impl.html -%%DOCSDIR%%/doc/html/boost/proto/complement.html -%%DOCSDIR%%/doc/html/boost/proto/complement/impl.html -%%DOCSDIR%%/doc/html/boost/proto/compose_generators.html -%%DOCSDIR%%/doc/html/boost/proto/compose_generators/result_This_Ex_idp66838392.html -%%DOCSDIR%%/doc/html/boost/proto/context/callable_context.html -%%DOCSDIR%%/doc/html/boost/proto/context/callable_context/eval.html -%%DOCSDIR%%/doc/html/boost/proto/context/callable_eval.html -%%DOCSDIR%%/doc/html/boost/proto/context/default_context.html -%%DOCSDIR%%/doc/html/boost/proto/context/default_context/eval.html -%%DOCSDIR%%/doc/html/boost/proto/context/default_eval.html -%%DOCSDIR%%/doc/html/boost/proto/context/null_context.html -%%DOCSDIR%%/doc/html/boost/proto/context/null_context/eval.html -%%DOCSDIR%%/doc/html/boost/proto/context/null_eval.html -%%DOCSDIR%%/doc/html/boost/proto/convertible_to.html -%%DOCSDIR%%/doc/html/boost/proto/data.html -%%DOCSDIR%%/doc/html/boost/proto/data_type.html -%%DOCSDIR%%/doc/html/boost/proto/deduce_domain.html -%%DOCSDIR%%/doc/html/boost/proto/deep_copy_idp66228648.html -%%DOCSDIR%%/doc/html/boost/proto/default_domain.html -%%DOCSDIR%%/doc/html/boost/proto/default_generator.html -%%DOCSDIR%%/doc/html/boost/proto/default_generator/result_This_Ex_idp66805928.html -%%DOCSDIR%%/doc/html/boost/proto/dereference.html -%%DOCSDIR%%/doc/html/boost/proto/dereference/impl.html -%%DOCSDIR%%/doc/html/boost/proto/display_expr_idp66182648.html -%%DOCSDIR%%/doc/html/boost/proto/divides.html -%%DOCSDIR%%/doc/html/boost/proto/divides/impl.html -%%DOCSDIR%%/doc/html/boost/proto/divides_assign.html -%%DOCSDIR%%/doc/html/boost/proto/divides_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/domain.html -%%DOCSDIR%%/doc/html/boost/proto/domain/as_child.html -%%DOCSDIR%%/doc/html/boost/proto/domain/as_expr.html -%%DOCSDIR%%/doc/html/boost/proto/domain_of.html -%%DOCSDIR%%/doc/html/boost/proto/empty_env.html -%%DOCSDIR%%/doc/html/boost/proto/env.html -%%DOCSDIR%%/doc/html/boost/proto/env_var_idp68605896.html -%%DOCSDIR%%/doc/html/boost/proto/equal_to.html -%%DOCSDIR%%/doc/html/boost/proto/equal_to/impl.html -%%DOCSDIR%%/doc/html/boost/proto/eval_idp66311848.html -%%DOCSDIR%%/doc/html/boost/proto/exact.html -%%DOCSDIR%%/doc/html/boost/proto/expr.html -%%DOCSDIR%%/doc/html/boost/proto/expr/result.html -%%DOCSDIR%%/doc/html/boost/proto/extends.html -%%DOCSDIR%%/doc/html/boost/proto/extends/result.html -%%DOCSDIR%%/doc/html/boost/proto/external_transform.html -%%DOCSDIR%%/doc/html/boost/proto/external_transforms.html -%%DOCSDIR%%/doc/html/boost/proto/external_transforms/when.html -%%DOCSDIR%%/doc/html/boost/proto/flatten_idp66776856.html -%%DOCSDIR%%/doc/html/boost/proto/fold.html -%%DOCSDIR%%/doc/html/boost/proto/fold/impl.html -%%DOCSDIR%%/doc/html/boost/proto/fold_tree.html -%%DOCSDIR%%/doc/html/boost/proto/fold_tree/impl.html -%%DOCSDIR%%/doc/html/boost/proto/function.html -%%DOCSDIR%%/doc/html/boost/proto/function/impl.html -%%DOCSDIR%%/doc/html/boost/proto/functional/advance.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_child.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_child/result_This_T__idp67737816.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_env.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_env/result.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/as_expr/result_This_T__idp67709752.html -%%DOCSDIR%%/doc/html/boost/proto/functional/at.html -%%DOCSDIR%%/doc/html/boost/proto/functional/at/result_This_Se_idp66519256.html -%%DOCSDIR%%/doc/html/boost/proto/functional/begin.html -%%DOCSDIR%%/doc/html/boost/proto/functional/begin/result_This_Ra_idp66586488.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child/result_This_Ex_idp67806120.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child_c.html -%%DOCSDIR%%/doc/html/boost/proto/functional/child_c/result_This_Ex_idp67749448.html -%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy.html -%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy/result_This_Ex_idp66223352.html -%%DOCSDIR%%/doc/html/boost/proto/functional/display_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/distance.html -%%DOCSDIR%%/doc/html/boost/proto/functional/distance/result_This_In_idp66801464.html -%%DOCSDIR%%/doc/html/boost/proto/functional/empty.html -%%DOCSDIR%%/doc/html/boost/proto/functional/end.html -%%DOCSDIR%%/doc/html/boost/proto/functional/end/result_This_Ra_idp66608136.html -%%DOCSDIR%%/doc/html/boost/proto/functional/env_var.html -%%DOCSDIR%%/doc/html/boost/proto/functional/env_var/result.html -%%DOCSDIR%%/doc/html/boost/proto/functional/eval.html -%%DOCSDIR%%/doc/html/boost/proto/functional/eval/result_This_Ex_idp66295608.html -%%DOCSDIR%%/doc/html/boost/proto/functional/first.html -%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pa_idp66737176.html -%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pa_idp66739336.html -%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_This_Pa_idp66741496.html -%%DOCSDIR%%/doc/html/boost/proto/functional/flatten.html -%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_This_Ex_idp66717368.html -%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_This_Ex_idp66765240.html -%%DOCSDIR%%/doc/html/boost/proto/functional/has_env_var.html -%%DOCSDIR%%/doc/html/boost/proto/functional/has_env_var/result.html -%%DOCSDIR%%/doc/html/boost/proto/functional/left.html -%%DOCSDIR%%/doc/html/boost/proto/functional/left/result_This_Ex_idp67760264.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr/result_This_A__idp66905256.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair.html -%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair/result_This_Fi_idp66728248.html -%%DOCSDIR%%/doc/html/boost/proto/functional/next.html -%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_This_Fo_idp66691752.html -%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_This_Fo_idp66694008.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_This_Se_idp66628456.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_This_Se_idp66630488.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_This_Se_idp66533672.html -%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_This_Se_idp66535704.html -%%DOCSDIR%%/doc/html/boost/proto/functional/prior.html -%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_This_Bi_idp66705064.html -%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_This_Bi_idp66707336.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_back.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_back/result_This_Se_idp66548312.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_front.html -%%DOCSDIR%%/doc/html/boost/proto/functional/push_front/result_This_Se_idp66559832.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin/result_This_Ra_idp66620760.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rend.html -%%DOCSDIR%%/doc/html/boost/proto/functional/rend/result_This_Ra_idp66653560.html -%%DOCSDIR%%/doc/html/boost/proto/functional/reverse.html -%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_This_Se_idp66571928.html -%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_This_Se_idp66573960.html -%%DOCSDIR%%/doc/html/boost/proto/functional/right.html -%%DOCSDIR%%/doc/html/boost/proto/functional/right/result_This_Ex_idp67773304.html -%%DOCSDIR%%/doc/html/boost/proto/functional/second.html -%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pa_idp66751752.html -%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pa_idp66753912.html -%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_This_Pa_idp66756072.html -%%DOCSDIR%%/doc/html/boost/proto/functional/size.html -%%DOCSDIR%%/doc/html/boost/proto/functional/size/result_This_Ra_idp66666104.html -%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr.html -%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr/result_This_Se_idp66871320.html -%%DOCSDIR%%/doc/html/boost/proto/functional/value.html -%%DOCSDIR%%/doc/html/boost/proto/functional/value/result_This_Ex_idp67819400.html -%%DOCSDIR%%/doc/html/boost/proto/generator.html -%%DOCSDIR%%/doc/html/boost/proto/generator/result_This_Ex_idp66816680.html -%%DOCSDIR%%/doc/html/boost/proto/greater.html -%%DOCSDIR%%/doc/html/boost/proto/greater/impl.html -%%DOCSDIR%%/doc/html/boost/proto/greater_equal.html -%%DOCSDIR%%/doc/html/boost/proto/greater_equal/impl.html -%%DOCSDIR%%/doc/html/boost/proto/has_env_var_idp68598984.html -%%DOCSDIR%%/doc/html/boost/proto/if_.html -%%DOCSDIR%%/doc/html/boost/proto/if_/impl.html -%%DOCSDIR%%/doc/html/boost/proto/if_else_.html -%%DOCSDIR%%/doc/html/boost/proto/if_else_/impl.html -%%DOCSDIR%%/doc/html/boost/proto/int_.html -%%DOCSDIR%%/doc/html/boost/proto/integral_c.html -%%DOCSDIR%%/doc/html/boost/proto/integral_c/impl.html -%%DOCSDIR%%/doc/html/boost/proto/is_aggregate.html -%%DOCSDIR%%/doc/html/boost/proto/is_callable.html -%%DOCSDIR%%/doc/html/boost/proto/is_domain.html -%%DOCSDIR%%/doc/html/boost/proto/is_env.html -%%DOCSDIR%%/doc/html/boost/proto/is_expr.html -%%DOCSDIR%%/doc/html/boost/proto/is_extension.html -%%DOCSDIR%%/doc/html/boost/proto/is_proto_expr.html -%%DOCSDIR%%/doc/html/boost/proto/is_transform.html -%%DOCSDIR%%/doc/html/boost/proto/key_not_found.html -%%DOCSDIR%%/doc/html/boost/proto/lazy.html -%%DOCSDIR%%/doc/html/boost/proto/lazy/impl.html -%%DOCSDIR%%/doc/html/boost/proto/left_idp68289688.html -%%DOCSDIR%%/doc/html/boost/proto/less.html -%%DOCSDIR%%/doc/html/boost/proto/less/impl.html -%%DOCSDIR%%/doc/html/boost/proto/less_equal.html -%%DOCSDIR%%/doc/html/boost/proto/less_equal/impl.html -%%DOCSDIR%%/doc/html/boost/proto/listN.html -%%DOCSDIR%%/doc/html/boost/proto/lit.html -%%DOCSDIR%%/doc/html/boost/proto/literal.html -%%DOCSDIR%%/doc/html/boost/proto/logical_and.html -%%DOCSDIR%%/doc/html/boost/proto/logical_and/impl.html -%%DOCSDIR%%/doc/html/boost/proto/logical_not.html -%%DOCSDIR%%/doc/html/boost/proto/logical_not/impl.html -%%DOCSDIR%%/doc/html/boost/proto/logical_or.html -%%DOCSDIR%%/doc/html/boost/proto/logical_or/impl.html -%%DOCSDIR%%/doc/html/boost/proto/long_.html -%%DOCSDIR%%/doc/html/boost/proto/make.html -%%DOCSDIR%%/doc/html/boost/proto/make/impl.html -%%DOCSDIR%%/doc/html/boost/proto/make_expr_idp66958136.html -%%DOCSDIR%%/doc/html/boost/proto/matches.html -%%DOCSDIR%%/doc/html/boost/proto/mem_ptr.html -%%DOCSDIR%%/doc/html/boost/proto/mem_ptr/impl.html -%%DOCSDIR%%/doc/html/boost/proto/minus.html -%%DOCSDIR%%/doc/html/boost/proto/minus/impl.html -%%DOCSDIR%%/doc/html/boost/proto/minus_assign.html -%%DOCSDIR%%/doc/html/boost/proto/minus_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/modulus.html -%%DOCSDIR%%/doc/html/boost/proto/modulus/impl.html -%%DOCSDIR%%/doc/html/boost/proto/modulus_assign.html -%%DOCSDIR%%/doc/html/boost/proto/modulus_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/multiplies.html -%%DOCSDIR%%/doc/html/boost/proto/multiplies/impl.html -%%DOCSDIR%%/doc/html/boost/proto/multiplies_assign.html -%%DOCSDIR%%/doc/html/boost/proto/multiplies_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/nary_expr.html -%%DOCSDIR%%/doc/html/boost/proto/nary_expr/impl.html -%%DOCSDIR%%/doc/html/boost/proto/negate.html -%%DOCSDIR%%/doc/html/boost/proto/negate/impl.html -%%DOCSDIR%%/doc/html/boost/proto/noinvoke.html -%%DOCSDIR%%/doc/html/boost/proto/not_.html -%%DOCSDIR%%/doc/html/boost/proto/not_/impl.html -%%DOCSDIR%%/doc/html/boost/proto/not_equal_to.html -%%DOCSDIR%%/doc/html/boost/proto/not_equal_to/impl.html -%%DOCSDIR%%/doc/html/boost/proto/nullary_expr.html -%%DOCSDIR%%/doc/html/boost/proto/nullary_expr/impl.html -%%DOCSDIR%%/doc/html/boost/proto/operator__idp68612776.html -%%DOCSDIR%%/doc/html/boost/proto/or_.html -%%DOCSDIR%%/doc/html/boost/proto/or_/impl.html -%%DOCSDIR%%/doc/html/boost/proto/otherwise.html -%%DOCSDIR%%/doc/html/boost/proto/pack.html -%%DOCSDIR%%/doc/html/boost/proto/pass_through.html -%%DOCSDIR%%/doc/html/boost/proto/pass_through/impl.html -%%DOCSDIR%%/doc/html/boost/proto/plus.html -%%DOCSDIR%%/doc/html/boost/proto/plus/impl.html -%%DOCSDIR%%/doc/html/boost/proto/plus_assign.html -%%DOCSDIR%%/doc/html/boost/proto/plus_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/pod_generator.html -%%DOCSDIR%%/doc/html/boost/proto/pod_generator/result_This_Ex_idp66825848.html -%%DOCSDIR%%/doc/html/boost/proto/post_dec.html -%%DOCSDIR%%/doc/html/boost/proto/post_dec/impl.html -%%DOCSDIR%%/doc/html/boost/proto/post_inc.html -%%DOCSDIR%%/doc/html/boost/proto/post_inc/impl.html -%%DOCSDIR%%/doc/html/boost/proto/pre_dec.html -%%DOCSDIR%%/doc/html/boost/proto/pre_dec/impl.html -%%DOCSDIR%%/doc/html/boost/proto/pre_inc.html -%%DOCSDIR%%/doc/html/boost/proto/pre_inc/impl.html -%%DOCSDIR%%/doc/html/boost/proto/protect.html -%%DOCSDIR%%/doc/html/boost/proto/protect/impl.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/as_child.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/as_env.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/as_expr.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/child.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/child_c.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/deep_copy.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/env_var.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/eval.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/flatten.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/has_env_var.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/left.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/make_expr.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/make_expr_Tag__idp66913128.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/right.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_expr.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_expr_Ta_idp66930360.html -%%DOCSDIR%%/doc/html/boost/proto/result_of/value.html -%%DOCSDIR%%/doc/html/boost/proto/reverse_fold.html -%%DOCSDIR%%/doc/html/boost/proto/reverse_fold_tree.html -%%DOCSDIR%%/doc/html/boost/proto/reverse_fold_tree/impl.html -%%DOCSDIR%%/doc/html/boost/proto/right_idp68332648.html -%%DOCSDIR%%/doc/html/boost/proto/shift_left.html -%%DOCSDIR%%/doc/html/boost/proto/shift_left/impl.html -%%DOCSDIR%%/doc/html/boost/proto/shift_left_assign.html -%%DOCSDIR%%/doc/html/boost/proto/shift_left_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/shift_right.html -%%DOCSDIR%%/doc/html/boost/proto/shift_right/impl.html -%%DOCSDIR%%/doc/html/boost/proto/shift_right_assign.html -%%DOCSDIR%%/doc/html/boost/proto/shift_right_assign/impl.html -%%DOCSDIR%%/doc/html/boost/proto/size_t.html -%%DOCSDIR%%/doc/html/boost/proto/subscript.html -%%DOCSDIR%%/doc/html/boost/proto/subscript/impl.html -%%DOCSDIR%%/doc/html/boost/proto/switch_.html -%%DOCSDIR%%/doc/html/boost/proto/switch_/impl.html -%%DOCSDIR%%/doc/html/boost/proto/tag/address_of.html -%%DOCSDIR%%/doc/html/boost/proto/tag/assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_and.html -%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_and_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_or.html -%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_or_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_xor.html -%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_xor_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/comma.html -%%DOCSDIR%%/doc/html/boost/proto/tag/complement.html -%%DOCSDIR%%/doc/html/boost/proto/tag/dereference.html -%%DOCSDIR%%/doc/html/boost/proto/tag/divides.html -%%DOCSDIR%%/doc/html/boost/proto/tag/divides_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/equal_to.html -%%DOCSDIR%%/doc/html/boost/proto/tag/function.html -%%DOCSDIR%%/doc/html/boost/proto/tag/greater.html -%%DOCSDIR%%/doc/html/boost/proto/tag/greater_equal.html -%%DOCSDIR%%/doc/html/boost/proto/tag/if_else_.html -%%DOCSDIR%%/doc/html/boost/proto/tag/less.html -%%DOCSDIR%%/doc/html/boost/proto/tag/less_equal.html -%%DOCSDIR%%/doc/html/boost/proto/tag/logical_and.html -%%DOCSDIR%%/doc/html/boost/proto/tag/logical_not.html -%%DOCSDIR%%/doc/html/boost/proto/tag/logical_or.html -%%DOCSDIR%%/doc/html/boost/proto/tag/mem_ptr.html -%%DOCSDIR%%/doc/html/boost/proto/tag/minus.html -%%DOCSDIR%%/doc/html/boost/proto/tag/minus_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/modulus.html -%%DOCSDIR%%/doc/html/boost/proto/tag/modulus_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/multiplies.html -%%DOCSDIR%%/doc/html/boost/proto/tag/multiplies_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/negate.html -%%DOCSDIR%%/doc/html/boost/proto/tag/not_equal_to.html -%%DOCSDIR%%/doc/html/boost/proto/tag/plus.html -%%DOCSDIR%%/doc/html/boost/proto/tag/plus_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/post_dec.html -%%DOCSDIR%%/doc/html/boost/proto/tag/post_inc.html -%%DOCSDIR%%/doc/html/boost/proto/tag/pre_dec.html -%%DOCSDIR%%/doc/html/boost/proto/tag/pre_inc.html -%%DOCSDIR%%/doc/html/boost/proto/tag/shift_left.html -%%DOCSDIR%%/doc/html/boost/proto/tag/shift_left_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/shift_right.html -%%DOCSDIR%%/doc/html/boost/proto/tag/shift_right_assign.html -%%DOCSDIR%%/doc/html/boost/proto/tag/subscript.html -%%DOCSDIR%%/doc/html/boost/proto/tag/terminal.html -%%DOCSDIR%%/doc/html/boost/proto/tag/unary_plus.html -%%DOCSDIR%%/doc/html/boost/proto/tag_of.html -%%DOCSDIR%%/doc/html/boost/proto/term.html -%%DOCSDIR%%/doc/html/boost/proto/terminal.html -%%DOCSDIR%%/doc/html/boost/proto/terminal/impl.html -%%DOCSDIR%%/doc/html/boost/proto/transform.html -%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Ex_idp68716904.html -%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Ex_idp68719544.html -%%DOCSDIR%%/doc/html/boost/proto/transform/result_This_Ex_idp68722280.html -%%DOCSDIR%%/doc/html/boost/proto/transform_impl.html -%%DOCSDIR%%/doc/html/boost/proto/transforms.html -%%DOCSDIR%%/doc/html/boost/proto/transforms_type.html -%%DOCSDIR%%/doc/html/boost/proto/unary_expr.html -%%DOCSDIR%%/doc/html/boost/proto/unary_expr/impl.html -%%DOCSDIR%%/doc/html/boost/proto/unary_plus.html -%%DOCSDIR%%/doc/html/boost/proto/unary_plus/impl.html -%%DOCSDIR%%/doc/html/boost/proto/unexpr.html -%%DOCSDIR%%/doc/html/boost/proto/unpack_expr_idp66974776.html -%%DOCSDIR%%/doc/html/boost/proto/use_basic_expr.html -%%DOCSDIR%%/doc/html/boost/proto/value_idp68315448.html -%%DOCSDIR%%/doc/html/boost/proto/vararg.html -%%DOCSDIR%%/doc/html/boost/proto/wants_basic_expr.html -%%DOCSDIR%%/doc/html/boost/proto/when.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68967240.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68972248.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68972248/impl.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68993720.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar___idp68993720/impl.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp69016184.html -%%DOCSDIR%%/doc/html/boost/proto/when_Grammar__idp69016184/impl.html -%%DOCSDIR%%/doc/html/boost/random/additive_combine_engine.html -%%DOCSDIR%%/doc/html/boost/random/bernoulli_distribution.html -%%DOCSDIR%%/doc/html/boost/random/bernoulli_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/binomial_distribution.html -%%DOCSDIR%%/doc/html/boost/random/binomial_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/cauchy_distribution.html -%%DOCSDIR%%/doc/html/boost/random/cauchy_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/chi_squared_distribution.html -%%DOCSDIR%%/doc/html/boost/random/chi_squared_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/discard_block_engine.html -%%DOCSDIR%%/doc/html/boost/random/discrete_distribution.html -%%DOCSDIR%%/doc/html/boost/random/discrete_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/ecuyer1988.html -%%DOCSDIR%%/doc/html/boost/random/exponential_distribution.html -%%DOCSDIR%%/doc/html/boost/random/exponential_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/extreme_value_distribution.html -%%DOCSDIR%%/doc/html/boost/random/extreme_value_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/fisher_f_distribution.html -%%DOCSDIR%%/doc/html/boost/random/fisher_f_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/gamma_distribution.html -%%DOCSDIR%%/doc/html/boost/random/gamma_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/geometric_distribution.html -%%DOCSDIR%%/doc/html/boost/random/geometric_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/hellekalek1995.html -%%DOCSDIR%%/doc/html/boost/random/independent_bits_engine.html -%%DOCSDIR%%/doc/html/boost/random/inversive_cong_idp59927992.html -%%DOCSDIR%%/doc/html/boost/random/knuth_b.html -%%DOCSDIR%%/doc/html/boost/random/kreutzer1986.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci1279.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci19937.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci2281.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci23209.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci3217.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci4423.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci44497.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci607.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci9689.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_01_engine.html -%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_engine.html -%%DOCSDIR%%/doc/html/boost/random/linear_congruential_engine.html -%%DOCSDIR%%/doc/html/boost/random/linear_feedbac_idp59966824.html -%%DOCSDIR%%/doc/html/boost/random/lognormal_distribution.html -%%DOCSDIR%%/doc/html/boost/random/lognormal_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/mersenne_twister_engine.html -%%DOCSDIR%%/doc/html/boost/random/minstd_rand.html -%%DOCSDIR%%/doc/html/boost/random/minstd_rand0.html -%%DOCSDIR%%/doc/html/boost/random/mt11213b.html -%%DOCSDIR%%/doc/html/boost/random/mt19937.html -%%DOCSDIR%%/doc/html/boost/random/negative_binom_idp59999032.html -%%DOCSDIR%%/doc/html/boost/random/negative_binom_idp59999032/param_type.html -%%DOCSDIR%%/doc/html/boost/random/normal_distribution.html -%%DOCSDIR%%/doc/html/boost/random/normal_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_cons_idp60179224.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_cons_idp60179224/param_type.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_line_idp60235048.html -%%DOCSDIR%%/doc/html/boost/random/piecewise_line_idp60235048/param_type.html -%%DOCSDIR%%/doc/html/boost/random/poisson_distribution.html -%%DOCSDIR%%/doc/html/boost/random/poisson_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/rand48.html -%%DOCSDIR%%/doc/html/boost/random/random_device.html -%%DOCSDIR%%/doc/html/boost/random/random_number_generator.html -%%DOCSDIR%%/doc/html/boost/random/ranlux3.html -%%DOCSDIR%%/doc/html/boost/random/ranlux3_01.html -%%DOCSDIR%%/doc/html/boost/random/ranlux4.html -%%DOCSDIR%%/doc/html/boost/random/ranlux4_01.html -%%DOCSDIR%%/doc/html/boost/random/ranlux64_3.html -%%DOCSDIR%%/doc/html/boost/random/ranlux64_3_01.html -%%DOCSDIR%%/doc/html/boost/random/ranlux64_4.html -%%DOCSDIR%%/doc/html/boost/random/ranlux64_4_01.html -%%DOCSDIR%%/doc/html/boost/random/seed_seq.html -%%DOCSDIR%%/doc/html/boost/random/shuffle_order_engine.html -%%DOCSDIR%%/doc/html/boost/random/student_t_distribution.html -%%DOCSDIR%%/doc/html/boost/random/student_t_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/subtract_with__idp35824200.html -%%DOCSDIR%%/doc/html/boost/random/subtract_with_carry_engine.html -%%DOCSDIR%%/doc/html/boost/random/taus88.html -%%DOCSDIR%%/doc/html/boost/random/triangle_distribution.html -%%DOCSDIR%%/doc/html/boost/random/triangle_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/uniform_01.html -%%DOCSDIR%%/doc/html/boost/random/uniform_int_distribution.html -%%DOCSDIR%%/doc/html/boost/random/uniform_int_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/uniform_on_sphere.html -%%DOCSDIR%%/doc/html/boost/random/uniform_on_sphere/param_type.html -%%DOCSDIR%%/doc/html/boost/random/uniform_real_distribution.html -%%DOCSDIR%%/doc/html/boost/random/uniform_real_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/uniform_smallint.html -%%DOCSDIR%%/doc/html/boost/random/uniform_smallint/param_type.html -%%DOCSDIR%%/doc/html/boost/random/weibull_distribution.html -%%DOCSDIR%%/doc/html/boost/random/weibull_distribution/param_type.html -%%DOCSDIR%%/doc/html/boost/random/xor_combine_engine.html -%%DOCSDIR%%/doc/html/boost/recursive_wrapper.html -%%DOCSDIR%%/doc/html/boost/reference_wrapper.html -%%DOCSDIR%%/doc/html/boost/signal.html -%%DOCSDIR%%/doc/html/boost/signalN.html -%%DOCSDIR%%/doc/html/boost/signals/connection.html -%%DOCSDIR%%/doc/html/boost/signals/scoped_connection.html -%%DOCSDIR%%/doc/html/boost/signals/trackable.html -%%DOCSDIR%%/doc/html/boost/signals2/connection.html -%%DOCSDIR%%/doc/html/boost/signals2/deconstruct.html -%%DOCSDIR%%/doc/html/boost/signals2/deconstruct_access.html -%%DOCSDIR%%/doc/html/boost/signals2/dummy_mutex.html -%%DOCSDIR%%/doc/html/boost/signals2/expired_slot.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/combiner_type.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/extended_slot__idp92904616.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/group_compare_type.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/group_type.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/mutex_type.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/signature_type.html -%%DOCSDIR%%/doc/html/boost/signals2/keywords/slot_function_type.html -%%DOCSDIR%%/doc/html/boost/signals2/last_value.html -%%DOCSDIR%%/doc/html/boost/signals2/last_value_voi_idp89258328.html -%%DOCSDIR%%/doc/html/boost/signals2/mutex.html -%%DOCSDIR%%/doc/html/boost/signals2/no_slots_error.html -%%DOCSDIR%%/doc/html/boost/signals2/optional_last__idp58716696.html -%%DOCSDIR%%/doc/html/boost/signals2/optional_last_value.html -%%DOCSDIR%%/doc/html/boost/signals2/postconstructor_invoker.html -%%DOCSDIR%%/doc/html/boost/signals2/scoped_connection.html -%%DOCSDIR%%/doc/html/boost/signals2/shared_connection_block.html -%%DOCSDIR%%/doc/html/boost/signals2/signal.html -%%DOCSDIR%%/doc/html/boost/signals2/signal/arg.html -%%DOCSDIR%%/doc/html/boost/signals2/signal_base.html -%%DOCSDIR%%/doc/html/boost/signals2/signal_type.html -%%DOCSDIR%%/doc/html/boost/signals2/slot.html -%%DOCSDIR%%/doc/html/boost/signals2/slot/arg.html -%%DOCSDIR%%/doc/html/boost/signals2/slot_base.html -%%DOCSDIR%%/doc/html/boost/signals2/trackable.html -%%DOCSDIR%%/doc/html/boost/slot.html -%%DOCSDIR%%/doc/html/boost/static_visitor.html -%%DOCSDIR%%/doc/html/boost/swap_idp21006040.html -%%DOCSDIR%%/doc/html/boost/swap_idp25244936.html -%%DOCSDIR%%/doc/html/boost/swap_idp98051496.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_a.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_b.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_c.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_d.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_e.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_f.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_g.html -%%DOCSDIR%%/doc/html/boost/type_erasure/_self.html -%%DOCSDIR%%/doc/html/boost/type_erasure/add_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/addable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/any.html -%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept__T_idp46233448.html -%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept___idp100797896.html -%%DOCSDIR%%/doc/html/boost/type_erasure/any_Concept__c_idp36806616.html -%%DOCSDIR%%/doc/html/boost/type_erasure/any_cast_idp21896760.html -%%DOCSDIR%%/doc/html/boost/type_erasure/as_param.html -%%DOCSDIR%%/doc/html/boost/type_erasure/assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bad_any_cast.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bad_function_call.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bidirectional_iterator.html -%%DOCSDIR%%/doc/html/boost/type_erasure/binding.html -%%DOCSDIR%%/doc/html/boost/type_erasure/binding_of.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bitand_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bitandable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bitor_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bitorable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bitxor_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/bitxorable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/call_idp93789880.html -%%DOCSDIR%%/doc/html/boost/type_erasure/callable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/check_match.html -%%DOCSDIR%%/doc/html/boost/type_erasure/complementable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/concept_interface.html -%%DOCSDIR%%/doc/html/boost/type_erasure/concept_of.html -%%DOCSDIR%%/doc/html/boost/type_erasure/constructible.html -%%DOCSDIR%%/doc/html/boost/type_erasure/copy_constructible.html -%%DOCSDIR%%/doc/html/boost/type_erasure/decrementable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/deduced.html -%%DOCSDIR%%/doc/html/boost/type_erasure/dereferenceable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/derived.html -%%DOCSDIR%%/doc/html/boost/type_erasure/destructible.html -%%DOCSDIR%%/doc/html/boost/type_erasure/dividable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/divide_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/equality_comparable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/forward_iterator.html -%%DOCSDIR%%/doc/html/boost/type_erasure/get_idp60914696.html -%%DOCSDIR%%/doc/html/boost/type_erasure/incrementable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/is_empty.html -%%DOCSDIR%%/doc/html/boost/type_erasure/is_placeholder.html -%%DOCSDIR%%/doc/html/boost/type_erasure/is_relaxed.html -%%DOCSDIR%%/doc/html/boost/type_erasure/is_subconcept.html -%%DOCSDIR%%/doc/html/boost/type_erasure/istreamable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/iterator.html -%%DOCSDIR%%/doc/html/boost/type_erasure/left_shift_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/left_shiftable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/less_than_comparable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/make_binding.html -%%DOCSDIR%%/doc/html/boost/type_erasure/mod_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/modable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/multipliable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/multiply_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/negatable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/ostreamable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/param.html -%%DOCSDIR%%/doc/html/boost/type_erasure/placeholder.html -%%DOCSDIR%%/doc/html/boost/type_erasure/placeholder_of.html -%%DOCSDIR%%/doc/html/boost/type_erasure/random_access_iterator.html -%%DOCSDIR%%/doc/html/boost/type_erasure/rebind_any.html -%%DOCSDIR%%/doc/html/boost/type_erasure/relaxed.html -%%DOCSDIR%%/doc/html/boost/type_erasure/require_match.html -%%DOCSDIR%%/doc/html/boost/type_erasure/right_shift_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/right_shiftable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/same_type.html -%%DOCSDIR%%/doc/html/boost/type_erasure/static_binding.html -%%DOCSDIR%%/doc/html/boost/type_erasure/subscriptable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/subtract_assignable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/subtractable.html -%%DOCSDIR%%/doc/html/boost/type_erasure/tuple.html -%%DOCSDIR%%/doc/html/boost/type_erasure/typeid_.html -%%DOCSDIR%%/doc/html/boost/type_erasure/typeid_of.html -%%DOCSDIR%%/doc/html/boost/uninitialized_copy_or_move.html -%%DOCSDIR%%/doc/html/boost/uninitialized_move.html -%%DOCSDIR%%/doc/html/boost/units/absolute.html -%%DOCSDIR%%/doc/html/boost/units/abstract/amount_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/current_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/length_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/luminous_inte_idp157951560.html -%%DOCSDIR%%/doc/html/boost/units/abstract/mass_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/plane_angle_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/solid_angle_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/temperature_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/abstract/time_unit_tag.html -%%DOCSDIR%%/doc/html/boost/units/add_typeof_he_idp157113720.html -%%DOCSDIR%%/doc/html/boost/units/add_typeof_he_idp157116952.html -%%DOCSDIR%%/doc/html/boost/units/add_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/amount_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/angle/degree_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/angle/gradian_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/angle/radian_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/angle/steradian_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/astronomical/astronomical__idp157983176.html -%%DOCSDIR%%/doc/html/boost/units/astronomical/light_second_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/astronomical/parsec_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/base_unit.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157932728.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157934456.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157936184.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157937912.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157939640.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157941368.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157943096.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157944840.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157946568.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157962584.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157965752.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157976504.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157985544.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157988776.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157992008.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp157997800.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158009992.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158013144.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158016296.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158019432.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158022584.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158025736.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158028872.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158032024.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158035192.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158038328.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158041480.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158044616.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158052760.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158055896.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158059048.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158062184.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158065320.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158071736.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158084712.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158087656.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158093112.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158101064.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158104024.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158109480.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158112440.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158117880.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158144312.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158147448.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158150584.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158153736.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158156888.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158160024.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158163176.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158166312.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158169448.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158172600.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158175736.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158178872.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158182008.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158185144.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158195816.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158198952.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158202104.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_inf_idp158205256.html -%%DOCSDIR%%/doc/html/boost/units/base_unit_info.html -%%DOCSDIR%%/doc/html/boost/units/celsius/degree.html -%%DOCSDIR%%/doc/html/boost/units/celsius/degrees.html -%%DOCSDIR%%/doc/html/boost/units/cgs/barye.html -%%DOCSDIR%%/doc/html/boost/units/cgs/baryes.html -%%DOCSDIR%%/doc/html/boost/units/cgs/biot.html -%%DOCSDIR%%/doc/html/boost/units/cgs/biots.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimeter.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimeter_per_second.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimeters.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimeters_per_second.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimetre.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimetre_per_second.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimetres.html -%%DOCSDIR%%/doc/html/boost/units/cgs/centimetres_per_second.html -%%DOCSDIR%%/doc/html/boost/units/cgs/cgs_dimensionless.html -%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimeter.html -%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimeters.html -%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimetre.html -%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimetres.html -%%DOCSDIR%%/doc/html/boost/units/cgs/dyne.html -%%DOCSDIR%%/doc/html/boost/units/cgs/dynes.html -%%DOCSDIR%%/doc/html/boost/units/cgs/erg.html -%%DOCSDIR%%/doc/html/boost/units/cgs/ergs.html -%%DOCSDIR%%/doc/html/boost/units/cgs/gal.html -%%DOCSDIR%%/doc/html/boost/units/cgs/gals.html -%%DOCSDIR%%/doc/html/boost/units/cgs/gram.html -%%DOCSDIR%%/doc/html/boost/units/cgs/gram_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/cgs/gramme.html -%%DOCSDIR%%/doc/html/boost/units/cgs/grammes.html -%%DOCSDIR%%/doc/html/boost/units/cgs/grams.html -%%DOCSDIR%%/doc/html/boost/units/cgs/kayser.html -%%DOCSDIR%%/doc/html/boost/units/cgs/kaysers.html -%%DOCSDIR%%/doc/html/boost/units/cgs/poise.html -%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimeter.html -%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimeters.html -%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimetre.html -%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimetres.html -%%DOCSDIR%%/doc/html/boost/units/cgs/second.html -%%DOCSDIR%%/doc/html/boost/units/cgs/seconds.html -%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimeter.html -%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimeters.html -%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimetre.html -%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimetres.html -%%DOCSDIR%%/doc/html/boost/units/cgs/stoke.html -%%DOCSDIR%%/doc/html/boost/units/cgs/stokes.html -%%DOCSDIR%%/doc/html/boost/units/conversion_helper.html -%%DOCSDIR%%/doc/html/boost/units/current_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/degree/degree.html -%%DOCSDIR%%/doc/html/boost/units/degree/degrees.html -%%DOCSDIR%%/doc/html/boost/units/derived_dimension.html -%%DOCSDIR%%/doc/html/boost/units/dim.html -%%DOCSDIR%%/doc/html/boost/units/dimensionless_quantity.html -%%DOCSDIR%%/doc/html/boost/units/dimensionless_type.html -%%DOCSDIR%%/doc/html/boost/units/dimensionless_unit.html -%%DOCSDIR%%/doc/html/boost/units/divide_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/divide_typeof_idp156960696.html -%%DOCSDIR%%/doc/html/boost/units/divide_typeof_idp156965752.html -%%DOCSDIR%%/doc/html/boost/units/fahrenheit/degree.html -%%DOCSDIR%%/doc/html/boost/units/fahrenheit/degrees.html -%%DOCSDIR%%/doc/html/boost/units/get_dimension.html -%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp156729144.html -%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp156730872.html -%%DOCSDIR%%/doc/html/boost/units/get_dimension_idp156732360.html -%%DOCSDIR%%/doc/html/boost/units/get_system.html -%%DOCSDIR%%/doc/html/boost/units/get_system_ab_idp156737368.html -%%DOCSDIR%%/doc/html/boost/units/get_system_qu_idp156738856.html -%%DOCSDIR%%/doc/html/boost/units/get_system_un_idp156735640.html -%%DOCSDIR%%/doc/html/boost/units/gradian/gradian.html -%%DOCSDIR%%/doc/html/boost/units/gradian/gradians.html -%%DOCSDIR%%/doc/html/boost/units/heterogeneous_system.html -%%DOCSDIR%%/doc/html/boost/units/homogeneous_system.html -%%DOCSDIR%%/doc/html/boost/units/imperial/pint_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/imperial/pound_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/imperial/yard_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/is_dim.html -%%DOCSDIR%%/doc/html/boost/units/is_dim_dim_T__idp156798856.html -%%DOCSDIR%%/doc/html/boost/units/is_dimension__idp156802216.html -%%DOCSDIR%%/doc/html/boost/units/is_dimension__idp156803736.html -%%DOCSDIR%%/doc/html/boost/units/is_dimension_list.html -%%DOCSDIR%%/doc/html/boost/units/is_dimensionl_idp156806264.html -%%DOCSDIR%%/doc/html/boost/units/is_dimensionl_idp156807704.html -%%DOCSDIR%%/doc/html/boost/units/is_dimensionless.html -%%DOCSDIR%%/doc/html/boost/units/is_dimensionless_quantity.html -%%DOCSDIR%%/doc/html/boost/units/is_dimensionless_unit.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_o_idp156818728.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_o_idp156822856.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_of_dimension.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_of_system.html -%%DOCSDIR%%/doc/html/boost/units/is_quantity_q_idp156815064.html -%%DOCSDIR%%/doc/html/boost/units/is_unit.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_di_idp156830280.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_di_idp156831944.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_dimension.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_sy_idp156835784.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_sy_idp156837448.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_of_system.html -%%DOCSDIR%%/doc/html/boost/units/is_unit_unit__idp156826616.html -%%DOCSDIR%%/doc/html/boost/units/length_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/luminous_inte_idp157327720.html -%%DOCSDIR%%/doc/html/boost/units/make_dimension_list.html -%%DOCSDIR%%/doc/html/boost/units/make_scaled_u_idp157012424.html -%%DOCSDIR%%/doc/html/boost/units/make_scaled_u_idp157015992.html -%%DOCSDIR%%/doc/html/boost/units/make_scaled_unit.html -%%DOCSDIR%%/doc/html/boost/units/make_system.html -%%DOCSDIR%%/doc/html/boost/units/mass_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/metric/are_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/atmosphere_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/bar_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/barn_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/hectare_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/knot_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/liter_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/mmHg_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/metric/torr_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156958152.html -%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156963224.html -%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156968280.html -%%DOCSDIR%%/doc/html/boost/units/multiply_type_idp156971064.html -%%DOCSDIR%%/doc/html/boost/units/multiply_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/operator/_idp156976968.html -%%DOCSDIR%%/doc/html/boost/units/operator/_idp156983176.html -%%DOCSDIR%%/doc/html/boost/units/operator_idp156788680.html -%%DOCSDIR%%/doc/html/boost/units/operator_idp156792920.html -%%DOCSDIR%%/doc/html/boost/units/operator_idp156973864.html -%%DOCSDIR%%/doc/html/boost/units/operator_idp156980072.html -%%DOCSDIR%%/doc/html/boost/units/operator_idp156986280.html -%%DOCSDIR%%/doc/html/boost/units/operator_idp156989880.html -%%DOCSDIR%%/doc/html/boost/units/plane_angle_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/pow_idp156633096.html -%%DOCSDIR%%/doc/html/boost/units/power_typeof__idp157236232.html -%%DOCSDIR%%/doc/html/boost/units/power_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/quantity.html -%%DOCSDIR%%/doc/html/boost/units/quantity_BOOS_idp156575320.html -%%DOCSDIR%%/doc/html/boost/units/quantity_BOOS_idp157082504.html -%%DOCSDIR%%/doc/html/boost/units/reduce_unit.html -%%DOCSDIR%%/doc/html/boost/units/reduce_unit_u_idp157234424.html -%%DOCSDIR%%/doc/html/boost/units/revolution/revolution.html -%%DOCSDIR%%/doc/html/boost/units/revolution/revolutions.html -%%DOCSDIR%%/doc/html/boost/units/root_typeof_h_idp157241864.html -%%DOCSDIR%%/doc/html/boost/units/root_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/scale.html -%%DOCSDIR%%/doc/html/boost/units/scaled_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/si/ampere.html -%%DOCSDIR%%/doc/html/boost/units/si/ampere_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/si/amperes.html -%%DOCSDIR%%/doc/html/boost/units/si/becquerel.html -%%DOCSDIR%%/doc/html/boost/units/si/becquerels.html -%%DOCSDIR%%/doc/html/boost/units/si/candela.html -%%DOCSDIR%%/doc/html/boost/units/si/candela_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/si/candelas.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157415144.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157423864.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157432792.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157472376.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157517640.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157537592.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157562712.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157609512.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157647496.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157661752.html -%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UNITS_P_idp157692232.html -%%DOCSDIR%%/doc/html/boost/units/si/coulomb.html -%%DOCSDIR%%/doc/html/boost/units/si/coulombs.html -%%DOCSDIR%%/doc/html/boost/units/si/cubic_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/cubic_meters.html -%%DOCSDIR%%/doc/html/boost/units/si/cubic_metre.html -%%DOCSDIR%%/doc/html/boost/units/si/cubic_metres.html -%%DOCSDIR%%/doc/html/boost/units/si/farad.html -%%DOCSDIR%%/doc/html/boost/units/si/farads.html -%%DOCSDIR%%/doc/html/boost/units/si/gray.html -%%DOCSDIR%%/doc/html/boost/units/si/grays.html -%%DOCSDIR%%/doc/html/boost/units/si/henry.html -%%DOCSDIR%%/doc/html/boost/units/si/henrys.html -%%DOCSDIR%%/doc/html/boost/units/si/hertz.html -%%DOCSDIR%%/doc/html/boost/units/si/joule.html -%%DOCSDIR%%/doc/html/boost/units/si/joules.html -%%DOCSDIR%%/doc/html/boost/units/si/katal.html -%%DOCSDIR%%/doc/html/boost/units/si/katals.html -%%DOCSDIR%%/doc/html/boost/units/si/kelvin.html -%%DOCSDIR%%/doc/html/boost/units/si/kelvin_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/si/kelvins.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogram.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogram_per_cubic_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogram_per_square_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogramme.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogramme_pe_idp157823832.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogramme_per_cubic_metre.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes_p_idp157783176.html -%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes_p_idp157824328.html -%%DOCSDIR%%/doc/html/boost/units/si/kilograms.html -%%DOCSDIR%%/doc/html/boost/units/si/kilograms_per_cubic_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/kilograms_per_square_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/lumen.html -%%DOCSDIR%%/doc/html/boost/units/si/lumens.html -%%DOCSDIR%%/doc/html/boost/units/si/lux.html -%%DOCSDIR%%/doc/html/boost/units/si/meter.html -%%DOCSDIR%%/doc/html/boost/units/si/meter_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/si/meter_per_second.html -%%DOCSDIR%%/doc/html/boost/units/si/meter_per_second_squared.html -%%DOCSDIR%%/doc/html/boost/units/si/meters.html -%%DOCSDIR%%/doc/html/boost/units/si/meters_per_second.html -%%DOCSDIR%%/doc/html/boost/units/si/meters_per_second_squared.html -%%DOCSDIR%%/doc/html/boost/units/si/metre.html -%%DOCSDIR%%/doc/html/boost/units/si/metre_per_second.html -%%DOCSDIR%%/doc/html/boost/units/si/metre_per_second_squared.html -%%DOCSDIR%%/doc/html/boost/units/si/metres.html -%%DOCSDIR%%/doc/html/boost/units/si/metres_per_second.html -%%DOCSDIR%%/doc/html/boost/units/si/metres_per_second_squared.html -%%DOCSDIR%%/doc/html/boost/units/si/mho.html -%%DOCSDIR%%/doc/html/boost/units/si/mhos.html -%%DOCSDIR%%/doc/html/boost/units/si/mole.html -%%DOCSDIR%%/doc/html/boost/units/si/mole_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/si/moles.html -%%DOCSDIR%%/doc/html/boost/units/si/newton.html -%%DOCSDIR%%/doc/html/boost/units/si/newton_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/newton_meters.html -%%DOCSDIR%%/doc/html/boost/units/si/newton_per_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/newtons.html -%%DOCSDIR%%/doc/html/boost/units/si/newtons_per_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/ohm.html -%%DOCSDIR%%/doc/html/boost/units/si/ohms.html -%%DOCSDIR%%/doc/html/boost/units/si/pascal.html -%%DOCSDIR%%/doc/html/boost/units/si/pascals.html -%%DOCSDIR%%/doc/html/boost/units/si/radian.html -%%DOCSDIR%%/doc/html/boost/units/si/radian_per_second.html -%%DOCSDIR%%/doc/html/boost/units/si/radians.html -%%DOCSDIR%%/doc/html/boost/units/si/radians_per_second.html -%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_meters.html -%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_metre.html -%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_metres.html -%%DOCSDIR%%/doc/html/boost/units/si/second.html -%%DOCSDIR%%/doc/html/boost/units/si/second_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/si/seconds.html -%%DOCSDIR%%/doc/html/boost/units/si/si_dimensionless.html -%%DOCSDIR%%/doc/html/boost/units/si/siemen.html -%%DOCSDIR%%/doc/html/boost/units/si/siemens.html -%%DOCSDIR%%/doc/html/boost/units/si/sievert.html -%%DOCSDIR%%/doc/html/boost/units/si/sieverts.html -%%DOCSDIR%%/doc/html/boost/units/si/square_meter.html -%%DOCSDIR%%/doc/html/boost/units/si/square_meters.html -%%DOCSDIR%%/doc/html/boost/units/si/square_metre.html -%%DOCSDIR%%/doc/html/boost/units/si/square_metres.html -%%DOCSDIR%%/doc/html/boost/units/si/steradian.html -%%DOCSDIR%%/doc/html/boost/units/si/steradians.html -%%DOCSDIR%%/doc/html/boost/units/si/tesla.html -%%DOCSDIR%%/doc/html/boost/units/si/teslas.html -%%DOCSDIR%%/doc/html/boost/units/si/volt.html -%%DOCSDIR%%/doc/html/boost/units/si/volts.html -%%DOCSDIR%%/doc/html/boost/units/si/watt.html -%%DOCSDIR%%/doc/html/boost/units/si/watts.html -%%DOCSDIR%%/doc/html/boost/units/si/weber.html -%%DOCSDIR%%/doc/html/boost/units/si/webers.html -%%DOCSDIR%%/doc/html/boost/units/solid_angle_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/static_abs.html -%%DOCSDIR%%/doc/html/boost/units/static_power.html -%%DOCSDIR%%/doc/html/boost/units/static_rational.html -%%DOCSDIR%%/doc/html/boost/units/static_root.html -%%DOCSDIR%%/doc/html/boost/units/subtract_type_idp157120824.html -%%DOCSDIR%%/doc/html/boost/units/subtract_type_idp157123768.html -%%DOCSDIR%%/doc/html/boost/units/subtract_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/temperature/celsius_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/temperature/fahrenheit_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/temperature_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/time_base_dimension.html -%%DOCSDIR%%/doc/html/boost/units/unary_minus_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/unary_plus_typeof_helper.html -%%DOCSDIR%%/doc/html/boost/units/unit.html -%%DOCSDIR%%/doc/html/boost/units/us/pint_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/us/pound_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/us/pound_force_base_unit.html -%%DOCSDIR%%/doc/html/boost/units/us/yard_base_unit.html -%%DOCSDIR%%/doc/html/boost/unordered_map.html -%%DOCSDIR%%/doc/html/boost/unordered_multimap.html -%%DOCSDIR%%/doc/html/boost/unordered_multiset.html -%%DOCSDIR%%/doc/html/boost/unordered_set.html -%%DOCSDIR%%/doc/html/boost/unwrap_recursive_wrapper.html -%%DOCSDIR%%/doc/html/boost/unwrap_reference.html -%%DOCSDIR%%/doc/html/boost/variant.html -%%DOCSDIR%%/doc/html/boost/variate_generator.html -%%DOCSDIR%%/doc/html/boost/visit_each.html -%%DOCSDIR%%/doc/html/boost/visitor_ptr.html -%%DOCSDIR%%/doc/html/boost/visitor_ptr_t.html -%%DOCSDIR%%/doc/html/boost/xpressive/_.html -%%DOCSDIR%%/doc/html/boost/xpressive/_b.html -%%DOCSDIR%%/doc/html/boost/xpressive/_d.html -%%DOCSDIR%%/doc/html/boost/xpressive/_ln.html -%%DOCSDIR%%/doc/html/boost/xpressive/_n.html -%%DOCSDIR%%/doc/html/boost/xpressive/_s.html -%%DOCSDIR%%/doc/html/boost/xpressive/_w.html -%%DOCSDIR%%/doc/html/boost/xpressive/a1.html -%%DOCSDIR%%/doc/html/boost/xpressive/a2.html -%%DOCSDIR%%/doc/html/boost/xpressive/a3.html -%%DOCSDIR%%/doc/html/boost/xpressive/a4.html -%%DOCSDIR%%/doc/html/boost/xpressive/a5.html -%%DOCSDIR%%/doc/html/boost/xpressive/a6.html -%%DOCSDIR%%/doc/html/boost/xpressive/a7.html -%%DOCSDIR%%/doc/html/boost/xpressive/a8.html -%%DOCSDIR%%/doc/html/boost/xpressive/a9.html -%%DOCSDIR%%/doc/html/boost/xpressive/after.html -%%DOCSDIR%%/doc/html/boost/xpressive/alnum.html -%%DOCSDIR%%/doc/html/boost/xpressive/alpha.html -%%DOCSDIR%%/doc/html/boost/xpressive/as_idp163600616.html -%%DOCSDIR%%/doc/html/boost/xpressive/as_xpr.html -%%DOCSDIR%%/doc/html/boost/xpressive/at.html -%%DOCSDIR%%/doc/html/boost/xpressive/back.html -%%DOCSDIR%%/doc/html/boost/xpressive/basic_regex.html -%%DOCSDIR%%/doc/html/boost/xpressive/before.html -%%DOCSDIR%%/doc/html/boost/xpressive/blank.html -%%DOCSDIR%%/doc/html/boost/xpressive/bol.html -%%DOCSDIR%%/doc/html/boost/xpressive/bos.html -%%DOCSDIR%%/doc/html/boost/xpressive/bow.html -%%DOCSDIR%%/doc/html/boost/xpressive/by_ref.html -%%DOCSDIR%%/doc/html/boost/xpressive/c_regex_traits.html -%%DOCSDIR%%/doc/html/boost/xpressive/check.html -%%DOCSDIR%%/doc/html/boost/xpressive/cntrl.html -%%DOCSDIR%%/doc/html/boost/xpressive/compiler_traits.html -%%DOCSDIR%%/doc/html/boost/xpressive/const_cast_idp163608920.html -%%DOCSDIR%%/doc/html/boost/xpressive/construct_idp163632632.html -%%DOCSDIR%%/doc/html/boost/xpressive/cpp_regex_traits.html -%%DOCSDIR%%/doc/html/boost/xpressive/cref_idp163616008.html -%%DOCSDIR%%/doc/html/boost/xpressive/digit.html -%%DOCSDIR%%/doc/html/boost/xpressive/dynamic_cast_idp163606152.html -%%DOCSDIR%%/doc/html/boost/xpressive/eol.html -%%DOCSDIR%%/doc/html/boost/xpressive/eos.html -%%DOCSDIR%%/doc/html/boost/xpressive/eow.html -%%DOCSDIR%%/doc/html/boost/xpressive/first.html -%%DOCSDIR%%/doc/html/boost/xpressive/front.html -%%DOCSDIR%%/doc/html/boost/xpressive/function.html -%%DOCSDIR%%/doc/html/boost/xpressive/graph.html -%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case.html -%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_idp164029448.html -%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case_idp164031192.html -%%DOCSDIR%%/doc/html/boost/xpressive/icase.html -%%DOCSDIR%%/doc/html/boost/xpressive/imbue.html -%%DOCSDIR%%/doc/html/boost/xpressive/inf.html -%%DOCSDIR%%/doc/html/boost/xpressive/insert.html -%%DOCSDIR%%/doc/html/boost/xpressive/keep.html -%%DOCSDIR%%/doc/html/boost/xpressive/length.html -%%DOCSDIR%%/doc/html/boost/xpressive/let.html -%%DOCSDIR%%/doc/html/boost/xpressive/local.html -%%DOCSDIR%%/doc/html/boost/xpressive/lower.html -%%DOCSDIR%%/doc/html/boost/xpressive/make_pair.html -%%DOCSDIR%%/doc/html/boost/xpressive/mark_tag.html -%%DOCSDIR%%/doc/html/boost/xpressive/match_results.html -%%DOCSDIR%%/doc/html/boost/xpressive/matched.html -%%DOCSDIR%%/doc/html/boost/xpressive/nil.html -%%DOCSDIR%%/doc/html/boost/xpressive/null_regex_traits.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/as.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/at.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp163424520.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp163426360.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_This_C_idp163428232.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/back.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/back/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/back/result_This_S_idp163467096.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/const_cast_.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/construct.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/dynamic_cast_.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/first.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/first/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/first/result_This_P_idp163478872.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/front.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/front/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/front/result_This_S_idp163461208.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/length.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/length/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/length/result_This_S_idp163492952.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result_This_F_idp163524872.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/matched.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/pop.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/pop_back.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/pop_front.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/push.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/push_back.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/push_front.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/second.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/second/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/second/result_This_P_idp163483736.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/static_cast_.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/str.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/str/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/str/result_This_S_idp163498840.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/throw_.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/top.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/top/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/top/result_This_S_idp163472984.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_This_R_idp163571768.html -%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_This_R_idp163573224.html -%%DOCSDIR%%/doc/html/boost/xpressive/operator_idp163962264.html -%%DOCSDIR%%/doc/html/boost/xpressive/optional_idp163876824.html -%%DOCSDIR%%/doc/html/boost/xpressive/placeholder.html -%%DOCSDIR%%/doc/html/boost/xpressive/pop.html -%%DOCSDIR%%/doc/html/boost/xpressive/pop_back.html -%%DOCSDIR%%/doc/html/boost/xpressive/pop_front.html -%%DOCSDIR%%/doc/html/boost/xpressive/print.html -%%DOCSDIR%%/doc/html/boost/xpressive/punct.html -%%DOCSDIR%%/doc/html/boost/xpressive/push.html -%%DOCSDIR%%/doc/html/boost/xpressive/push_back.html -%%DOCSDIR%%/doc/html/boost/xpressive/push_front.html -%%DOCSDIR%%/doc/html/boost/xpressive/range.html -%%DOCSDIR%%/doc/html/boost/xpressive/range_begin.html -%%DOCSDIR%%/doc/html/boost/xpressive/range_end.html -%%DOCSDIR%%/doc/html/boost/xpressive/ref_idp163613832.html -%%DOCSDIR%%/doc/html/boost/xpressive/reference.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_compiler.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_constants/error_type.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_constants/match_flag_type.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_constants/syntax_option_type.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_error.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_id_filter_predicate.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_iterator.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_match.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_replace.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_search.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_token_iterator.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_traits.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_traits_version_1_tag.html -%%DOCSDIR%%/doc/html/boost/xpressive/regex_traits_version_2_tag.html -%%DOCSDIR%%/doc/html/boost/xpressive/repeat_idp163878648.html -%%DOCSDIR%%/doc/html/boost/xpressive/s0.html -%%DOCSDIR%%/doc/html/boost/xpressive/s1.html -%%DOCSDIR%%/doc/html/boost/xpressive/s2.html -%%DOCSDIR%%/doc/html/boost/xpressive/s3.html -%%DOCSDIR%%/doc/html/boost/xpressive/s4.html -%%DOCSDIR%%/doc/html/boost/xpressive/s5.html -%%DOCSDIR%%/doc/html/boost/xpressive/s6.html -%%DOCSDIR%%/doc/html/boost/xpressive/s7.html -%%DOCSDIR%%/doc/html/boost/xpressive/s8.html -%%DOCSDIR%%/doc/html/boost/xpressive/s9.html -%%DOCSDIR%%/doc/html/boost/xpressive/second.html -%%DOCSDIR%%/doc/html/boost/xpressive/self.html -%%DOCSDIR%%/doc/html/boost/xpressive/set.html -%%DOCSDIR%%/doc/html/boost/xpressive/skip.html -%%DOCSDIR%%/doc/html/boost/xpressive/space.html -%%DOCSDIR%%/doc/html/boost/xpressive/static_cast_idp163603384.html -%%DOCSDIR%%/doc/html/boost/xpressive/str.html -%%DOCSDIR%%/doc/html/boost/xpressive/sub_match.html -%%DOCSDIR%%/doc/html/boost/xpressive/swap_idp163317784.html -%%DOCSDIR%%/doc/html/boost/xpressive/top.html -%%DOCSDIR%%/doc/html/boost/xpressive/unwrap_reference.html -%%DOCSDIR%%/doc/html/boost/xpressive/upper.html -%%DOCSDIR%%/doc/html/boost/xpressive/val.html -%%DOCSDIR%%/doc/html/boost/xpressive/value.html -%%DOCSDIR%%/doc/html/boost/xpressive/xdigit.html -%%DOCSDIR%%/doc/html/boost_asio.html -%%DOCSDIR%%/doc/html/boost_asio/async_op1.png -%%DOCSDIR%%/doc/html/boost_asio/async_op2.png -%%DOCSDIR%%/doc/html/boost_asio/examples.html -%%DOCSDIR%%/doc/html/boost_asio/examples/cpp03_examples.html -%%DOCSDIR%%/doc/html/boost_asio/examples/cpp11_examples.html -%%DOCSDIR%%/doc/html/boost_asio/history.html -%%DOCSDIR%%/doc/html/boost_asio/index.html -%%DOCSDIR%%/doc/html/boost_asio/overview.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/allocation.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/async.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/basics.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/buffers.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/coroutine.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/handler_tracking.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/line_based.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/reactor.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/spawn.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/strands.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/streams.html -%%DOCSDIR%%/doc/html/boost_asio/overview/core/threads.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/array.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/atomic.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/chrono.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/futures.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/move_handlers.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/move_objects.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/shared_ptr.html -%%DOCSDIR%%/doc/html/boost_asio/overview/cpp2011/variadic.html -%%DOCSDIR%%/doc/html/boost_asio/overview/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/overview/networking.html -%%DOCSDIR%%/doc/html/boost_asio/overview/networking/bsd_sockets.html -%%DOCSDIR%%/doc/html/boost_asio/overview/networking/iostreams.html -%%DOCSDIR%%/doc/html/boost_asio/overview/networking/other_protocols.html -%%DOCSDIR%%/doc/html/boost_asio/overview/networking/protocols.html -%%DOCSDIR%%/doc/html/boost_asio/overview/posix.html -%%DOCSDIR%%/doc/html/boost_asio/overview/posix/fork.html -%%DOCSDIR%%/doc/html/boost_asio/overview/posix/local.html -%%DOCSDIR%%/doc/html/boost_asio/overview/posix/stream_descriptor.html -%%DOCSDIR%%/doc/html/boost_asio/overview/rationale.html -%%DOCSDIR%%/doc/html/boost_asio/overview/serial_ports.html -%%DOCSDIR%%/doc/html/boost_asio/overview/signals.html -%%DOCSDIR%%/doc/html/boost_asio/overview/ssl.html -%%DOCSDIR%%/doc/html/boost_asio/overview/timers.html -%%DOCSDIR%%/doc/html/boost_asio/overview/windows.html -%%DOCSDIR%%/doc/html/boost_asio/overview/windows/object_handle.html -%%DOCSDIR%%/doc/html/boost_asio/overview/windows/random_access_handle.html -%%DOCSDIR%%/doc/html/boost_asio/overview/windows/stream_handle.html -%%DOCSDIR%%/doc/html/boost_asio/proactor.png -%%DOCSDIR%%/doc/html/boost_asio/reference.html -%%DOCSDIR%%/doc/html/boost_asio/reference/AcceptHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html -%%DOCSDIR%%/doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html -%%DOCSDIR%%/doc/html/boost_asio/reference/AsyncReadStream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/AsyncWriteStream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/BufferedHandshakeHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/CompletionHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ComposedConnectHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ConnectHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ConstBufferSequence.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ConvertibleToConstBuffer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ConvertibleToMutableBuffer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/DatagramSocketService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/DescriptorService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/Endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/GettableSerialPortOption.html -%%DOCSDIR%%/doc/html/boost_asio/reference/GettableSocketOption.html -%%DOCSDIR%%/doc/html/boost_asio/reference/HandleService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/Handler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/HandshakeHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/InternetProtocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/IoControlCommand.html -%%DOCSDIR%%/doc/html/boost_asio/reference/IoObjectService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/MutableBufferSequence.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ObjectHandleService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/Protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/RandomAccessHandleService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/RawSocketService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ReadHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ResolveHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ResolverService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SeqPacketSocketService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SerialPortService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/Service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SettableSerialPortOption.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SettableSocketOption.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ShutdownHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SignalHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SignalSetService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SocketAcceptorService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SocketService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/StreamDescriptorService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/StreamHandleService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/StreamSocketService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SyncRandomAccessReadDevice.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SyncRandomAccessWriteDevice.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SyncReadStream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/SyncWriteStream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/TimeTraits.html -%%DOCSDIR%%/doc/html/boost_asio/reference/TimerService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/WaitHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/WaitTraits.html -%%DOCSDIR%%/doc/html/boost_asio/reference/WaitableTimerService.html -%%DOCSDIR%%/doc/html/boost_asio/reference/WriteHandler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/add_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_allocate.html -%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_deallocate.html -%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_invoke.html -%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_invoke/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_invoke/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/asio_handler_is_continuation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_connect/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_connect/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_at/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_at/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_read_until/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_result.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_result/async_result.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_result/get.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_result/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write_at/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/async_write_at/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/asynchronous_operations.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/available/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/available/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_datagram_socket/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/time_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/traits_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_io_object/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/available/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/send_break.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/send_break/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/send_break/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_serial_port/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/add.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/add/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/add/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/clear.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/clear/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/clear/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/remove.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/remove/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/remove/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_signal_set/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/_basic_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/at_mark/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/at_mark/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/available/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/available/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/basic_socket/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/bind/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/bind/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/shutdown/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/shutdown/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/accept.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/listen.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_acceptor/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/error.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_iostream/time_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/basic_socket_streambuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/error.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/sync.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/available/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/available/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/receive/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/receive/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/receive/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/send/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/send/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/basic_streambuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/commit.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/const_buffers_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/consume.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/data.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/max_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/overflow.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/prepare.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/reserve.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_streambuf/underflow.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/duration.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/time_point.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/basic_yield_context.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/callee_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/caller_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/basic_yield_context/operator_lb__rb_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload10.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload11.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload12.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload13.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload14.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload15.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload16.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload17.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload18.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload19.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload20.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload21.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload22.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload23.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload24.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload25.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload26.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload27.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload28.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer/overload9.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_cast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_cast/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_cast/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload10.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload11.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload12.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload13.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload14.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload15.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload16.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload17.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload18.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload19.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload20.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload21.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload22.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload23.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload24.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload25.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload26.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload27.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload28.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload29.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload30.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_copy/overload9.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_size/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_size/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_size/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_size/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffer_size/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/async_fill.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/default_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/fill.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/fill/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/fill/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/in_avail.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/next_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/next_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/peek/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/peek/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/async_fill.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/async_flush.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/buffered_stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/fill.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/fill/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/fill/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/flush.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/flush/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/flush/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/in_avail.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/in_avail/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/in_avail/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/next_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/next_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/peek/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/peek/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_stream/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/async_flush.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/default_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/flush.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/flush/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/flush/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/in_avail.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/next_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/next_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/peek/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/peek/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_begin.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_end.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/begin.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/difference_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/end.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/iterator_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator__star_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_gt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_lb__rb_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_lt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_minus__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/pointer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/reference.html -%%DOCSDIR%%/doc/html/boost_asio/reference/buffers_iterator/value_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/connect/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer/const_buffer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer/const_buffer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer/const_buffer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer/const_buffer/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer/operator_plus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/begin.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/const_iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/end.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/operator_plus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/const_buffers_1/value_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine.html -%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/coroutine.html -%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/is_child.html -%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/is_complete.html -%%DOCSDIR%%/doc/html/boost_asio/reference/coroutine/is_parent.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/async_receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/async_send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/converting_move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/datagram_socket_service/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/duration_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/time_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/traits_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/deadline_timer_service/wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__addrinfo_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__addrinfo_errors.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__basic_errors.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__get_addrinfo_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__get_misc_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__get_netdb_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__get_ssl_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__get_system_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__make_error_code.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__make_error_code/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__make_error_code/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__make_error_code/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__make_error_code/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__make_error_code/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__misc_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__misc_errors.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__netdb_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__netdb_errors.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__ssl_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__ssl_errors.html -%%DOCSDIR%%/doc/html/boost_asio/reference/error__system_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/capacity.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/data_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/resize.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__basic_endpoint/size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__datagram_protocol/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__raw_protocol/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__seq_packet_protocol/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/iostream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/generic__stream_protocol/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/handler_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/handler_type/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/has_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/high_resolution_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/invalid_service_owner.html -%%DOCSDIR%%/doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/add_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/dispatch.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/fork_event.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/has_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/io_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/io_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/notify_fork.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/poll.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/poll/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/poll/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/poll_one.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/poll_one/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/poll_one/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/post.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/reset.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/run.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/run/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/run/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/run_one.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/run_one/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/run_one/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/stop.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/stopped.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/use_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service/wrap.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__id/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__service/_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__service/fork_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__service/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__service/shutdown_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/_strand.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/dispatch.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/post.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/running_in_this_thread.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/strand.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__strand/wrap.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__work.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__work/_work.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__work/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__work/work.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__work/work/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/io_service__work/work/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/address/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/address/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/address/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/address/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/from_string.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/from_string/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/from_string/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/from_string/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/from_string/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/is_loopback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/is_multicast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/is_unspecified.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/is_v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/is_v6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_eq_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_eq_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_eq_/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_gt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_lt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_lt__lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/to_string.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/to_string/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/to_string/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/to_v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address/to_v6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/address_v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/any.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/bytes_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/from_string.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/from_string/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/from_string/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/from_string/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/from_string/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/is_class_a.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/is_class_b.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/is_class_c.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/is_loopback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/is_multicast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/loopback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/netmask.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_gt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_lt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_lt__lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/to_bytes.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/to_string.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/to_string/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/to_string/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v4/to_ulong.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/address_v6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/any.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/bytes_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/from_string.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/from_string/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/from_string/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/from_string/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/from_string/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_link_local.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_loopback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_multicast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_multicast_global.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_multicast_link_local.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_multicast_node_local.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_multicast_org_local.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_multicast_site_local.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_site_local.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_unspecified.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_v4_compatible.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/is_v4_mapped.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/loopback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_gt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_lt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_lt__lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/scope_id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/to_bytes.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/to_string.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/to_string/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/to_string/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/to_v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/v4_compatible.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__address_v6/v4_mapped.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/capacity.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/data.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/data_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/port.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/resize.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_endpoint/size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/query.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/resolve.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/host_name.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/operator_endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_entry/service_name.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/canonical_name.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/hints.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/host_name.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_host.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/passive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/service_name.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__basic_resolver_query/v4_mapped.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__host_name.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__host_name/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__host_name/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/resolver.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__icmp/v6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__multicast__enable_loopback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__multicast__hops.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__multicast__join_group.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__multicast__leave_group.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__multicast__outbound_interface.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/_resolver_query_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/address_configured.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/all_matching.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/canonical_name.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_host.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/passive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_query_base/v4_mapped.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/async_resolve.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/query_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/resolve.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/acceptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/iostream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/no_delay.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/resolver.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__tcp/v6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/resolver.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/v4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__udp/v6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__unicast__hops.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ip__v6_only.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_match_condition.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_match_condition/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_read_buffered.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_read_buffered/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_write_buffered.html -%%DOCSDIR%%/doc/html/boost_asio/reference/is_write_buffered/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/capacity.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/data.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/data/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/data/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__lt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/operator_not__eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/path.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/path/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/path/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/path/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/resize.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__basic_endpoint/size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__connect_pair.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__connect_pair/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__connect_pair/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__datagram_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__datagram_protocol/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__datagram_protocol/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__datagram_protocol/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__datagram_protocol/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__datagram_protocol/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol/acceptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol/endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol/family.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol/iostream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol/protocol.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol/socket.html -%%DOCSDIR%%/doc/html/boost_asio/reference/local__stream_protocol/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/begin.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/end.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/mutable_buffers_1/value_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/null_buffers.html -%%DOCSDIR%%/doc/html/boost_asio/reference/null_buffers/begin.html -%%DOCSDIR%%/doc/html/boost_asio/reference/null_buffers/const_iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/null_buffers/end.html -%%DOCSDIR%%/doc/html/boost_asio/reference/null_buffers/value_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/placeholders__bytes_transferred.html -%%DOCSDIR%%/doc/html/boost_asio/reference/placeholders__error.html -%%DOCSDIR%%/doc/html/boost_asio/reference/placeholders__iterator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/placeholders__signal_number.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/release.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__descriptor_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/async_receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/async_send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/converting_move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/receive_from.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/send_to.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/raw_socket_service/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_at/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/read_until/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/converting_move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__baud_rate.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__baud_rate/baud_rate.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__baud_rate/load.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__baud_rate/store.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__baud_rate/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__character_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__character_size/character_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__character_size/load.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__character_size/store.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__character_size/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__flow_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__flow_control/flow_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__flow_control/load.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__flow_control/store.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__flow_control/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__flow_control/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__parity.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__parity/load.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__parity/parity.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__parity/store.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__parity/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__parity/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__stop_bits.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__stop_bits/load.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__stop_bits/stop_bits.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__stop_bits/store.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__stop_bits/type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_base__stop_bits/value.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/send_break.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/serial_port_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/serial_port_service/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/service_already_exists.html -%%DOCSDIR%%/doc/html/boost_asio/reference/service_already_exists/service_already_exists.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/add.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/clear.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/remove.html -%%DOCSDIR%%/doc/html/boost_asio/reference/signal_set_service/signal_set_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/accept.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/async_accept.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/converting_move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/listen.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/_socket_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/broadcast.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/bytes_readable.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/debug.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/keep_alive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/linger.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/max_connections.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/message_do_not_route.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/message_end_of_record.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/message_flags.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/message_out_of_band.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/message_peek.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/non_blocking_io.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/reuse_address.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/send_buffer_size.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/send_low_watermark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/socket_base/shutdown_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/spawn.html -%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/spawn/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/_context.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_certificate_authority.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_verify_path.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/clear_options.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/clear_options/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/clear_options/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/context/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/default_workarounds.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/file_format.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/impl.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/impl_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/load_verify_file.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/method.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_compression.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_sslv2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_sslv3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/options.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/password_purpose.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_options.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_options/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_options/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_password_callback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_callback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_depth.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_mode.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/single_dh_use.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_file.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key_file.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/_context_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/file_format.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/method.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_compression.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/options.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__rfc2818_verification.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/_stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_handshake.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/handshake_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/impl.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/impl_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/next_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/next_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/next_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_depth.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/shutdown/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/shutdown/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/stream.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream__impl_struct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_client_once.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_context.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_context/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_context/verify_context.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_mode.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_none.html -%%DOCSDIR%%/doc/html/boost_asio/reference/ssl__verify_peer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/steady_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/strand.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/async_connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/async_receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/async_send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/at_mark.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/available.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/bind.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/connect.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/converting_move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/get_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/io_control.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/non_blocking.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/protocol_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/receive.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/remote_endpoint.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/send.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/set_option.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/shutdown.html -%%DOCSDIR%%/doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/streambuf.html -%%DOCSDIR%%/doc/html/boost_asio/reference/system_timer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/less_than.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/now.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/subtract.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/time_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html -%%DOCSDIR%%/doc/html/boost_asio/reference/transfer_all.html -%%DOCSDIR%%/doc/html/boost_asio/reference/transfer_at_least.html -%%DOCSDIR%%/doc/html/boost_asio/reference/transfer_exactly.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/allocator_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/get_allocator.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/operator_lb__rb_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/use_future_t.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/use_future_t/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_future_t/use_future_t/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/use_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/wait_traits.html -%%DOCSDIR%%/doc/html/boost_asio/reference/wait_traits/to_wait_duration.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/clock_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/duration.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/expires_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/time_point.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/traits_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_handle/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_write_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__object_handle_service/wait.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/get.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/release.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/reset.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/async_write_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/close.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/id.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/native.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html -%%DOCSDIR%%/doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload1.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload2.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload3.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload4.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload5.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload6.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload7.html -%%DOCSDIR%%/doc/html/boost_asio/reference/write_at/overload8.html -%%DOCSDIR%%/doc/html/boost_asio/reference/yield_context.html -%%DOCSDIR%%/doc/html/boost_asio/sync_op.png -%%DOCSDIR%%/doc/html/boost_asio/tutorial.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime1.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime1/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime2.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime2/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime3.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime3/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime4.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime4/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime5.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime5/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime6.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime6/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime7.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tutdaytime7/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer1.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer1/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer2.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer2/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer3.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer3/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer4.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer4/src.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer5.html -%%DOCSDIR%%/doc/html/boost_asio/tutorial/tuttimer5/src.html -%%DOCSDIR%%/doc/html/boost_asio/using.html -%%DOCSDIR%%/doc/html/boost_circular_buffer_c___reference.html -%%DOCSDIR%%/doc/html/boost_container_header_reference.html -%%DOCSDIR%%/doc/html/boost_lexical_cast.html -%%DOCSDIR%%/doc/html/boost_lexical_cast/changes.html -%%DOCSDIR%%/doc/html/boost_lexical_cast/examples.html -%%DOCSDIR%%/doc/html/boost_lexical_cast/frequently_asked_questions.html -%%DOCSDIR%%/doc/html/boost_lexical_cast/performance.html -%%DOCSDIR%%/doc/html/boost_lexical_cast/synopsis.html -%%DOCSDIR%%/doc/html/boost_propertytree/accessing.html -%%DOCSDIR%%/doc/html/boost_propertytree/container.html -%%DOCSDIR%%/doc/html/boost_propertytree/parsers.html -%%DOCSDIR%%/doc/html/boost_propertytree/synopsis.html -%%DOCSDIR%%/doc/html/boost_propertytree/tutorial.html -%%DOCSDIR%%/doc/html/boost_random.html -%%DOCSDIR%%/doc/html/boost_random/history_and_acknowledgements.html -%%DOCSDIR%%/doc/html/boost_random/performance.html -%%DOCSDIR%%/doc/html/boost_random/reference.html -%%DOCSDIR%%/doc/html/boost_random/tutorial.html -%%DOCSDIR%%/doc/html/boost_staticassert.html -%%DOCSDIR%%/doc/html/boost_staticassert/how.html -%%DOCSDIR%%/doc/html/boost_staticassert/test.html -%%DOCSDIR%%/doc/html/boost_tr1.html -%%DOCSDIR%%/doc/html/boost_tr1/config.html -%%DOCSDIR%%/doc/html/boost_tr1/header_list.html -%%DOCSDIR%%/doc/html/boost_tr1/implementation.html -%%DOCSDIR%%/doc/html/boost_tr1/subject_list.html -%%DOCSDIR%%/doc/html/boost_tr1/testing.html -%%DOCSDIR%%/doc/html/boost_tr1/usage.html -%%DOCSDIR%%/doc/html/boost_typeerasure.html -%%DOCSDIR%%/doc/html/boost_typeerasure/acknowledgements.html -%%DOCSDIR%%/doc/html/boost_typeerasure/any.html -%%DOCSDIR%%/doc/html/boost_typeerasure/basic.html -%%DOCSDIR%%/doc/html/boost_typeerasure/composing_concepts.html -%%DOCSDIR%%/doc/html/boost_typeerasure/concept.html -%%DOCSDIR%%/doc/html/boost_typeerasure/conceptdef.html -%%DOCSDIR%%/doc/html/boost_typeerasure/examples.html -%%DOCSDIR%%/doc/html/boost_typeerasure/future.html -%%DOCSDIR%%/doc/html/boost_typeerasure/multi.html -%%DOCSDIR%%/doc/html/boost_typeerasure/predef.html -%%DOCSDIR%%/doc/html/boost_typeerasure/rationale.html -%%DOCSDIR%%/doc/html/boost_typeerasure/reading.html -%%DOCSDIR%%/doc/html/boost_typeerasure/reference.html -%%DOCSDIR%%/doc/html/boost_typeerasure/related.html -%%DOCSDIR%%/doc/html/boost_units.html -%%DOCSDIR%%/doc/html/boost_units/Acknowledgements.html -%%DOCSDIR%%/doc/html/boost_units/Dimensional_Analysis.html -%%DOCSDIR%%/doc/html/boost_units/Examples.html -%%DOCSDIR%%/doc/html/boost_units/FAQ.html -%%DOCSDIR%%/doc/html/boost_units/HelpWanted.html -%%DOCSDIR%%/doc/html/boost_units/Installation.html -%%DOCSDIR%%/doc/html/boost_units/Quantities.html -%%DOCSDIR%%/doc/html/boost_units/Quick_Start.html -%%DOCSDIR%%/doc/html/boost_units/Reference.html -%%DOCSDIR%%/doc/html/boost_units/ReleaseNotes.html -%%DOCSDIR%%/doc/html/boost_units/TODO.html -%%DOCSDIR%%/doc/html/boost_units/Units.html -%%DOCSDIR%%/doc/html/boost_units/Utilities.html -%%DOCSDIR%%/doc/html/boost_units/version_id.html -%%DOCSDIR%%/doc/html/boost_xpressive/acknowledgments.html -%%DOCSDIR%%/doc/html/boostbook.html -%%DOCSDIR%%/doc/html/boostbook/documenting.html -%%DOCSDIR%%/doc/html/boostbook/dtd/access.html -%%DOCSDIR%%/doc/html/boostbook/dtd/boostbook.html -%%DOCSDIR%%/doc/html/boostbook/dtd/class-specialization.html -%%DOCSDIR%%/doc/html/boostbook/dtd/class.html -%%DOCSDIR%%/doc/html/boostbook/dtd/code.html -%%DOCSDIR%%/doc/html/boostbook/dtd/compile-fail-test.html -%%DOCSDIR%%/doc/html/boostbook/dtd/compile-test.html -%%DOCSDIR%%/doc/html/boostbook/dtd/complexity.html -%%DOCSDIR%%/doc/html/boostbook/dtd/constructor.html -%%DOCSDIR%%/doc/html/boostbook/dtd/copy-assignment.html -%%DOCSDIR%%/doc/html/boostbook/dtd/data-member.html -%%DOCSDIR%%/doc/html/boostbook/dtd/default.html -%%DOCSDIR%%/doc/html/boostbook/dtd/description.html -%%DOCSDIR%%/doc/html/boostbook/dtd/destructor.html -%%DOCSDIR%%/doc/html/boostbook/dtd/effects.html -%%DOCSDIR%%/doc/html/boostbook/dtd/enum.html -%%DOCSDIR%%/doc/html/boostbook/dtd/enumname.html -%%DOCSDIR%%/doc/html/boostbook/dtd/enumvalue.html -%%DOCSDIR%%/doc/html/boostbook/dtd/free-function-group.html -%%DOCSDIR%%/doc/html/boostbook/dtd/function.html -%%DOCSDIR%%/doc/html/boostbook/dtd/functionname.html -%%DOCSDIR%%/doc/html/boostbook/dtd/globalname.html -%%DOCSDIR%%/doc/html/boostbook/dtd/header.html -%%DOCSDIR%%/doc/html/boostbook/dtd/headername.html -%%DOCSDIR%%/doc/html/boostbook/dtd/if-fails.html -%%DOCSDIR%%/doc/html/boostbook/dtd/inherit.html -%%DOCSDIR%%/doc/html/boostbook/dtd/lib.html -%%DOCSDIR%%/doc/html/boostbook/dtd/library-reference.html -%%DOCSDIR%%/doc/html/boostbook/dtd/library.html -%%DOCSDIR%%/doc/html/boostbook/dtd/librarycategory.html -%%DOCSDIR%%/doc/html/boostbook/dtd/librarycategorydef.html -%%DOCSDIR%%/doc/html/boostbook/dtd/librarycategorylist.html -%%DOCSDIR%%/doc/html/boostbook/dtd/libraryinfo.html -%%DOCSDIR%%/doc/html/boostbook/dtd/librarylist.html -%%DOCSDIR%%/doc/html/boostbook/dtd/libraryname.html -%%DOCSDIR%%/doc/html/boostbook/dtd/librarypurpose.html -%%DOCSDIR%%/doc/html/boostbook/dtd/link-fail-test.html -%%DOCSDIR%%/doc/html/boostbook/dtd/link-test.html -%%DOCSDIR%%/doc/html/boostbook/dtd/macroname.html -%%DOCSDIR%%/doc/html/boostbook/dtd/method-group.html -%%DOCSDIR%%/doc/html/boostbook/dtd/method.html -%%DOCSDIR%%/doc/html/boostbook/dtd/namespace.html -%%DOCSDIR%%/doc/html/boostbook/dtd/notes.html -%%DOCSDIR%%/doc/html/boostbook/dtd/overloaded-function.html -%%DOCSDIR%%/doc/html/boostbook/dtd/overloaded-method.html -%%DOCSDIR%%/doc/html/boostbook/dtd/parameter.html -%%DOCSDIR%%/doc/html/boostbook/dtd/paramtype.html -%%DOCSDIR%%/doc/html/boostbook/dtd/postconditions.html -%%DOCSDIR%%/doc/html/boostbook/dtd/precondition.html -%%DOCSDIR%%/doc/html/boostbook/dtd/programlisting.html -%%DOCSDIR%%/doc/html/boostbook/dtd/purpose.html -%%DOCSDIR%%/doc/html/boostbook/dtd/rationale.html -%%DOCSDIR%%/doc/html/boostbook/dtd/requirement.html -%%DOCSDIR%%/doc/html/boostbook/dtd/requires.html -%%DOCSDIR%%/doc/html/boostbook/dtd/returns.html -%%DOCSDIR%%/doc/html/boostbook/dtd/run-fail-test.html -%%DOCSDIR%%/doc/html/boostbook/dtd/run-test.html -%%DOCSDIR%%/doc/html/boostbook/dtd/signature.html -%%DOCSDIR%%/doc/html/boostbook/dtd/snippet.html -%%DOCSDIR%%/doc/html/boostbook/dtd/source.html -%%DOCSDIR%%/doc/html/boostbook/dtd/specialization.html -%%DOCSDIR%%/doc/html/boostbook/dtd/static-constant.html -%%DOCSDIR%%/doc/html/boostbook/dtd/struct-specialization.html -%%DOCSDIR%%/doc/html/boostbook/dtd/struct.html -%%DOCSDIR%%/doc/html/boostbook/dtd/template-arg.html -%%DOCSDIR%%/doc/html/boostbook/dtd/template-nontype-parameter.html -%%DOCSDIR%%/doc/html/boostbook/dtd/template-type-parameter.html -%%DOCSDIR%%/doc/html/boostbook/dtd/template-varargs.html -%%DOCSDIR%%/doc/html/boostbook/dtd/template.html -%%DOCSDIR%%/doc/html/boostbook/dtd/testsuite.html -%%DOCSDIR%%/doc/html/boostbook/dtd/throws.html -%%DOCSDIR%%/doc/html/boostbook/dtd/type.html -%%DOCSDIR%%/doc/html/boostbook/dtd/typedef.html -%%DOCSDIR%%/doc/html/boostbook/dtd/union-specialization.html -%%DOCSDIR%%/doc/html/boostbook/dtd/union.html -%%DOCSDIR%%/doc/html/boostbook/dtd/using-class.html -%%DOCSDIR%%/doc/html/boostbook/dtd/using-namespace.html -%%DOCSDIR%%/doc/html/boostbook/getting/started.html -%%DOCSDIR%%/doc/html/boostbook/together.html -%%DOCSDIR%%/doc/html/chrono.html -%%DOCSDIR%%/doc/html/chrono/appendices.html -%%DOCSDIR%%/doc/html/chrono/reference.html -%%DOCSDIR%%/doc/html/chrono/users_guide.html -%%DOCSDIR%%/doc/html/circular_buffer.html -%%DOCSDIR%%/doc/html/circular_buffer/acknowledgements.html -%%DOCSDIR%%/doc/html/circular_buffer/concepts.html -%%DOCSDIR%%/doc/html/circular_buffer/example.html -%%DOCSDIR%%/doc/html/circular_buffer/examples.html -%%DOCSDIR%%/doc/html/circular_buffer/headers.html -%%DOCSDIR%%/doc/html/circular_buffer/implementation.html -%%DOCSDIR%%/doc/html/circular_buffer/rationale.html -%%DOCSDIR%%/doc/html/circular_buffer/release.html -%%DOCSDIR%%/doc/html/circular_buffer/s14.html -%%DOCSDIR%%/doc/html/circular_buffer/template_params.html -%%DOCSDIR%%/doc/html/circular_buffer/tickets.html -%%DOCSDIR%%/doc/html/circular_buffer/version_id.html -%%DOCSDIR%%/doc/html/container.html -%%DOCSDIR%%/doc/html/container/Cpp11_conformance.html -%%DOCSDIR%%/doc/html/container/acknowledgements_notes.html -%%DOCSDIR%%/doc/html/container/exception_handling.html -%%DOCSDIR%%/doc/html/container/extended_functionality.html -%%DOCSDIR%%/doc/html/container/history_and_reasons.html -%%DOCSDIR%%/doc/html/container/index.html -%%DOCSDIR%%/doc/html/container/main_features.html -%%DOCSDIR%%/doc/html/container/non_standard_containers.html -%%DOCSDIR%%/doc/html/container/release_notes.html -%%DOCSDIR%%/doc/html/date_time.html -%%DOCSDIR%%/doc/html/date_time/date_time_io.html -%%DOCSDIR%%/doc/html/date_time/details.html -%%DOCSDIR%%/doc/html/date_time/doxy.html -%%DOCSDIR%%/doc/html/date_time/examples.html -%%DOCSDIR%%/doc/html/date_time/examples/general_usage_examples.html -%%DOCSDIR%%/doc/html/date_time/gregorian.html -%%DOCSDIR%%/doc/html/date_time/local_time.html -%%DOCSDIR%%/doc/html/date_time/posix_time.html -%%DOCSDIR%%/doc/html/date_time/serialization.html -%%DOCSDIR%%/doc/html/foreach.html -%%DOCSDIR%%/doc/html/foreach/extensibility.html -%%DOCSDIR%%/doc/html/foreach/history_and_acknowledgements.html -%%DOCSDIR%%/doc/html/foreach/pitfalls.html -%%DOCSDIR%%/doc/html/foreach/portability.html -%%DOCSDIR%%/doc/html/function.html -%%DOCSDIR%%/doc/html/function/faq.html -%%DOCSDIR%%/doc/html/function/history.html -%%DOCSDIR%%/doc/html/function/misc.html -%%DOCSDIR%%/doc/html/function/reference.html -%%DOCSDIR%%/doc/html/function/testsuite.html -%%DOCSDIR%%/doc/html/function/tutorial.html -%%DOCSDIR%%/doc/html/hash.html -%%DOCSDIR%%/doc/html/hash/acknowledgements.html -%%DOCSDIR%%/doc/html/hash/changes.html -%%DOCSDIR%%/doc/html/hash/combine.html -%%DOCSDIR%%/doc/html/hash/custom.html -%%DOCSDIR%%/doc/html/hash/disable.html -%%DOCSDIR%%/doc/html/hash/links.html -%%DOCSDIR%%/doc/html/hash/portability.html -%%DOCSDIR%%/doc/html/hash/rationale.html -%%DOCSDIR%%/doc/html/hash/reference.html -%%DOCSDIR%%/doc/html/hash/tutorial.html -%%DOCSDIR%%/doc/html/heap.html -%%DOCSDIR%%/doc/html/heap/acknowledgements.html -%%DOCSDIR%%/doc/html/heap/concepts.html -%%DOCSDIR%%/doc/html/heap/data_structures.html -%%DOCSDIR%%/doc/html/heap/reference.html -%%DOCSDIR%%/doc/html/idp18734808-bb.html -%%DOCSDIR%%/doc/html/images/accumulators/bc_s.png -%%DOCSDIR%%/doc/html/images/accumulators/bdwn.png -%%DOCSDIR%%/doc/html/images/accumulators/closed.png -%%DOCSDIR%%/doc/html/images/accumulators/doxygen.png -%%DOCSDIR%%/doc/html/images/accumulators/form_0.png -%%DOCSDIR%%/doc/html/images/accumulators/form_1.png -%%DOCSDIR%%/doc/html/images/accumulators/form_10.png -%%DOCSDIR%%/doc/html/images/accumulators/form_100.png -%%DOCSDIR%%/doc/html/images/accumulators/form_11.png -%%DOCSDIR%%/doc/html/images/accumulators/form_12.png -%%DOCSDIR%%/doc/html/images/accumulators/form_13.png -%%DOCSDIR%%/doc/html/images/accumulators/form_14.png -%%DOCSDIR%%/doc/html/images/accumulators/form_15.png -%%DOCSDIR%%/doc/html/images/accumulators/form_16.png -%%DOCSDIR%%/doc/html/images/accumulators/form_17.png -%%DOCSDIR%%/doc/html/images/accumulators/form_18.png -%%DOCSDIR%%/doc/html/images/accumulators/form_19.png -%%DOCSDIR%%/doc/html/images/accumulators/form_2.png -%%DOCSDIR%%/doc/html/images/accumulators/form_20.png -%%DOCSDIR%%/doc/html/images/accumulators/form_21.png -%%DOCSDIR%%/doc/html/images/accumulators/form_22.png -%%DOCSDIR%%/doc/html/images/accumulators/form_23.png -%%DOCSDIR%%/doc/html/images/accumulators/form_24.png -%%DOCSDIR%%/doc/html/images/accumulators/form_25.png -%%DOCSDIR%%/doc/html/images/accumulators/form_26.png -%%DOCSDIR%%/doc/html/images/accumulators/form_27.png -%%DOCSDIR%%/doc/html/images/accumulators/form_28.png -%%DOCSDIR%%/doc/html/images/accumulators/form_29.png -%%DOCSDIR%%/doc/html/images/accumulators/form_3.png -%%DOCSDIR%%/doc/html/images/accumulators/form_30.png -%%DOCSDIR%%/doc/html/images/accumulators/form_31.png -%%DOCSDIR%%/doc/html/images/accumulators/form_32.png -%%DOCSDIR%%/doc/html/images/accumulators/form_33.png -%%DOCSDIR%%/doc/html/images/accumulators/form_34.png -%%DOCSDIR%%/doc/html/images/accumulators/form_35.png -%%DOCSDIR%%/doc/html/images/accumulators/form_36.png -%%DOCSDIR%%/doc/html/images/accumulators/form_37.png -%%DOCSDIR%%/doc/html/images/accumulators/form_38.png -%%DOCSDIR%%/doc/html/images/accumulators/form_39.png -%%DOCSDIR%%/doc/html/images/accumulators/form_4.png -%%DOCSDIR%%/doc/html/images/accumulators/form_40.png -%%DOCSDIR%%/doc/html/images/accumulators/form_41.png -%%DOCSDIR%%/doc/html/images/accumulators/form_42.png -%%DOCSDIR%%/doc/html/images/accumulators/form_43.png -%%DOCSDIR%%/doc/html/images/accumulators/form_44.png -%%DOCSDIR%%/doc/html/images/accumulators/form_45.png -%%DOCSDIR%%/doc/html/images/accumulators/form_46.png -%%DOCSDIR%%/doc/html/images/accumulators/form_47.png -%%DOCSDIR%%/doc/html/images/accumulators/form_48.png -%%DOCSDIR%%/doc/html/images/accumulators/form_49.png -%%DOCSDIR%%/doc/html/images/accumulators/form_5.png -%%DOCSDIR%%/doc/html/images/accumulators/form_50.png -%%DOCSDIR%%/doc/html/images/accumulators/form_51.png -%%DOCSDIR%%/doc/html/images/accumulators/form_52.png -%%DOCSDIR%%/doc/html/images/accumulators/form_53.png -%%DOCSDIR%%/doc/html/images/accumulators/form_54.png -%%DOCSDIR%%/doc/html/images/accumulators/form_55.png -%%DOCSDIR%%/doc/html/images/accumulators/form_56.png -%%DOCSDIR%%/doc/html/images/accumulators/form_57.png -%%DOCSDIR%%/doc/html/images/accumulators/form_58.png -%%DOCSDIR%%/doc/html/images/accumulators/form_59.png -%%DOCSDIR%%/doc/html/images/accumulators/form_6.png -%%DOCSDIR%%/doc/html/images/accumulators/form_60.png -%%DOCSDIR%%/doc/html/images/accumulators/form_61.png -%%DOCSDIR%%/doc/html/images/accumulators/form_62.png -%%DOCSDIR%%/doc/html/images/accumulators/form_63.png -%%DOCSDIR%%/doc/html/images/accumulators/form_64.png -%%DOCSDIR%%/doc/html/images/accumulators/form_65.png -%%DOCSDIR%%/doc/html/images/accumulators/form_66.png -%%DOCSDIR%%/doc/html/images/accumulators/form_67.png -%%DOCSDIR%%/doc/html/images/accumulators/form_68.png -%%DOCSDIR%%/doc/html/images/accumulators/form_69.png -%%DOCSDIR%%/doc/html/images/accumulators/form_7.png -%%DOCSDIR%%/doc/html/images/accumulators/form_70.png -%%DOCSDIR%%/doc/html/images/accumulators/form_71.png -%%DOCSDIR%%/doc/html/images/accumulators/form_72.png -%%DOCSDIR%%/doc/html/images/accumulators/form_73.png -%%DOCSDIR%%/doc/html/images/accumulators/form_74.png -%%DOCSDIR%%/doc/html/images/accumulators/form_75.png -%%DOCSDIR%%/doc/html/images/accumulators/form_76.png -%%DOCSDIR%%/doc/html/images/accumulators/form_77.png -%%DOCSDIR%%/doc/html/images/accumulators/form_78.png -%%DOCSDIR%%/doc/html/images/accumulators/form_79.png -%%DOCSDIR%%/doc/html/images/accumulators/form_8.png -%%DOCSDIR%%/doc/html/images/accumulators/form_80.png -%%DOCSDIR%%/doc/html/images/accumulators/form_81.png -%%DOCSDIR%%/doc/html/images/accumulators/form_82.png -%%DOCSDIR%%/doc/html/images/accumulators/form_83.png -%%DOCSDIR%%/doc/html/images/accumulators/form_84.png -%%DOCSDIR%%/doc/html/images/accumulators/form_85.png -%%DOCSDIR%%/doc/html/images/accumulators/form_86.png -%%DOCSDIR%%/doc/html/images/accumulators/form_87.png -%%DOCSDIR%%/doc/html/images/accumulators/form_88.png -%%DOCSDIR%%/doc/html/images/accumulators/form_89.png -%%DOCSDIR%%/doc/html/images/accumulators/form_9.png -%%DOCSDIR%%/doc/html/images/accumulators/form_90.png -%%DOCSDIR%%/doc/html/images/accumulators/form_91.png -%%DOCSDIR%%/doc/html/images/accumulators/form_92.png -%%DOCSDIR%%/doc/html/images/accumulators/form_93.png -%%DOCSDIR%%/doc/html/images/accumulators/form_94.png -%%DOCSDIR%%/doc/html/images/accumulators/form_95.png -%%DOCSDIR%%/doc/html/images/accumulators/form_96.png -%%DOCSDIR%%/doc/html/images/accumulators/form_97.png -%%DOCSDIR%%/doc/html/images/accumulators/form_98.png -%%DOCSDIR%%/doc/html/images/accumulators/form_99.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2blank.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2cl.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2doc.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2folderclosed.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2folderopen.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2lastnode.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2link.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2mlastnode.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2mnode.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2mo.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2node.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2ns.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2plastnode.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2pnode.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2splitbar.png -%%DOCSDIR%%/doc/html/images/accumulators/ftv2vertline.png -%%DOCSDIR%%/doc/html/images/accumulators/nav_f.png -%%DOCSDIR%%/doc/html/images/accumulators/nav_g.png -%%DOCSDIR%%/doc/html/images/accumulators/nav_h.png -%%DOCSDIR%%/doc/html/images/accumulators/open.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__variate_3_01bd5040caa5e48b0af425af2314206bf.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1is__tail__variate__feature_3_01tag_1_1tail__weights_3_0fa85f1b662027d6a6ba3c7e1452c871b.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1detail_1_1lvalue__index__iterator.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__tail__variate__means_3_01_left_r5a9741cd069ef83a2e892fe45876a0e1.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1absolute__weighted__tail__variate__means_34c1f81c6aee6cf38edb4e1f9a2ff0c7e.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1coherent__tail__mean_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1covariance_3_01_variate_type_00_01_variate_tag_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1extended__p__square__quantile__quadratic_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__variates_3_01_variatee38f42f07e7840ff955a87372c1f5a8d.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__mean__of__weights_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1immediate__weighted__mean__of__variates_3_3cfff156dbe194c88e4e7bba9627c364.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__variance_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1lazy__weighted__variance_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1non__coherent__tail__mean_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1non__coherent__weighted__tail__mean_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1peaks__over__threshold_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1peaks__over__threshold__prob_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__quantile_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__quantile__prob_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__tail__mean_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1pot__tail__mean__prob_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__tail__variate__means_3_01_left_r9a710314578e1b32c94cf7868ec5afb6.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1relative__weighted__tail__variate__means_33299fee6b36da588cd986e084fabcbdf.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__kahan_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates_3_01_variate_type_00_01_variate_tag_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__variates__kahan_3_01_variate_type_00_01_variate_tag_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1sum__of__weights__kahan_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__quantile_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1tail__variate_3_01_variate_type_00_01_vari6bdad847861055c3924c924ae1ff9afa.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__covariance_3_01_variate_type_00_01_variate_tag_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__density_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__extended__p__square__quantile__quadratic_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__kurtosis_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__mean__of__variates_3_01_variate_fac72d704e217cdc92b3694b2c301655.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__median_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__moment_3_01_n_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__cumulative__distribution_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__p__square__quantile_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__peaks__over__threshold__prob_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__quantile__prob_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__pot__tail__mean__prob_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__skewness_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__kahan_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates_3_01_variate_type_00_01_variate_tag_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__sum__of__variates__kahan_3_01_vaf9aa4d802c7cbf1c7cb2845000b18ce1.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__tail__quantile_3_01_left_right_01_4_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1weighted__variance_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__median_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__density__weighted__median_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution__median_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1feature__of_3_01tag_1_1with__p__square__cumulative__distribution__weighted__median_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1coherent__tail__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1count__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1covariance__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1density__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1error__of__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1extended__p__square__quantile__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1immediate__weighted__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1kurtosis__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__variance__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1lazy__weighted__variance__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1max__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1median__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1min__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1moment__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__tail__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1non__coherent__weighted__tail__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__cumulative__distribution__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1p__square__quantile__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1peaks__over__threshold__prob__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__quantile__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1pot__tail__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__count__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__sum__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1rolling__window__plus1__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1skewness__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1sum__kahan__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__impl_1_1is__tail__variate_1_1apply.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__quantile__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1tail__variate__means__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1this__feature__has__no__error__calculation.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1variance__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__covariance__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__density__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__extended__p__square__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__kurtosis__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__mean__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__median__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__moment__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__cumulative__distribution__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__p__square__quantile__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__peaks__over__threshold__prob__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__skewness__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__sum__kahan__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__quantile__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__tail__variate__means__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1weighted__variance__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__median__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__density__weighted__median__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__median__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1impl_1_1with__p__square__cumulative__distribution__weighted__median__impl.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1stats.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__tail__variate__means.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1absolute__weighted__tail__variate__means.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__absolute__tail__variate__means.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__covariance.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__non__coherent__tail__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__peaks__over__threshold.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__relative__tail__variate__means.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__sum__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__variate.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__tail__weights.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1abstract__weighted__sum__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1coherent__tail__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1count.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1covariance.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1density.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01immediate__mean_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1error__of_3_01mean_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1extended__p__square__quantile__quadratic.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__mean__of__weights.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1immediate__weighted__mean__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1kurtosis.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__variance.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1lazy__weighted__variance.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1max.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1mean__of__weights.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1min.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1moment.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__tail__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1non__coherent__weighted__tail__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__cumulative__distribution.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1p__square__quantile__for__median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1peaks__over__threshold__prob.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__quantile__prob.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1pot__tail__mean__prob.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__tail__variate__means.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1relative__weighted__tail__variate__means.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__count.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__sum.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1rolling__window__plus1.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1skewness.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__kahan.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__variates__kahan.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1sum__of__weights__kahan.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__variate.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1tail__weights.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1variance.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__covariance.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__density.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__extended__p__square__quantile__quadratic.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__kurtosis.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__mean__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__moment.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__cumulative__distribution.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__p__square__quantile__for__median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__peaks__over__threshold__prob.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__quantile__prob.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__pot__tail__mean__prob.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__skewness.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__kahan.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__sum__of__variates__kahan.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__tail__quantile.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1weighted__variance.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__density__weighted__median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tag_1_1with__p__square__cumulative__distribution__weighted__median.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01left_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1tail__cache__size__named__arg_3_01right_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1accumulators_1_1with__error.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1multiply__and__promote__to__double.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product_3_01_left_00_01_right_00_01std__vector__tag_00_01std__vector__tag_01_4.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1functional_1_1outer__product__base.png -%%DOCSDIR%%/doc/html/images/accumulators/structboost_1_1numeric_1_1op_1_1outer__product.png -%%DOCSDIR%%/doc/html/images/accumulators/sync_off.png -%%DOCSDIR%%/doc/html/images/accumulators/sync_on.png -%%DOCSDIR%%/doc/html/images/accumulators/tab_a.png -%%DOCSDIR%%/doc/html/images/accumulators/tab_b.png -%%DOCSDIR%%/doc/html/images/accumulators/tab_h.png -%%DOCSDIR%%/doc/html/images/accumulators/tab_s.png -%%DOCSDIR%%/doc/html/images/alert.png -%%DOCSDIR%%/doc/html/images/blank.png -%%DOCSDIR%%/doc/html/images/callouts/1.png -%%DOCSDIR%%/doc/html/images/callouts/10.png -%%DOCSDIR%%/doc/html/images/callouts/11.png -%%DOCSDIR%%/doc/html/images/callouts/12.png -%%DOCSDIR%%/doc/html/images/callouts/13.png -%%DOCSDIR%%/doc/html/images/callouts/14.png -%%DOCSDIR%%/doc/html/images/callouts/15.png -%%DOCSDIR%%/doc/html/images/callouts/2.png -%%DOCSDIR%%/doc/html/images/callouts/3.png -%%DOCSDIR%%/doc/html/images/callouts/4.png -%%DOCSDIR%%/doc/html/images/callouts/5.png -%%DOCSDIR%%/doc/html/images/callouts/6.png -%%DOCSDIR%%/doc/html/images/callouts/7.png -%%DOCSDIR%%/doc/html/images/callouts/8.png -%%DOCSDIR%%/doc/html/images/callouts/9.png -%%DOCSDIR%%/doc/html/images/caution.png -%%DOCSDIR%%/doc/html/images/draft.png -%%DOCSDIR%%/doc/html/images/home.png -%%DOCSDIR%%/doc/html/images/important.png -%%DOCSDIR%%/doc/html/images/next.png -%%DOCSDIR%%/doc/html/images/next_disabled.png -%%DOCSDIR%%/doc/html/images/note.png -%%DOCSDIR%%/doc/html/images/prev.png -%%DOCSDIR%%/doc/html/images/prev_disabled.png -%%DOCSDIR%%/doc/html/images/random/bc_s.png -%%DOCSDIR%%/doc/html/images/random/bdwn.png -%%DOCSDIR%%/doc/html/images/random/classboost_1_1random_1_1random__device.png -%%DOCSDIR%%/doc/html/images/random/closed.png -%%DOCSDIR%%/doc/html/images/random/doxygen.png -%%DOCSDIR%%/doc/html/images/random/form_0.png -%%DOCSDIR%%/doc/html/images/random/form_1.png -%%DOCSDIR%%/doc/html/images/random/form_10.png -%%DOCSDIR%%/doc/html/images/random/form_11.png -%%DOCSDIR%%/doc/html/images/random/form_12.png -%%DOCSDIR%%/doc/html/images/random/form_13.png -%%DOCSDIR%%/doc/html/images/random/form_14.png -%%DOCSDIR%%/doc/html/images/random/form_15.png -%%DOCSDIR%%/doc/html/images/random/form_16.png -%%DOCSDIR%%/doc/html/images/random/form_17.png -%%DOCSDIR%%/doc/html/images/random/form_18.png -%%DOCSDIR%%/doc/html/images/random/form_19.png -%%DOCSDIR%%/doc/html/images/random/form_2.png -%%DOCSDIR%%/doc/html/images/random/form_20.png -%%DOCSDIR%%/doc/html/images/random/form_21.png -%%DOCSDIR%%/doc/html/images/random/form_22.png -%%DOCSDIR%%/doc/html/images/random/form_23.png -%%DOCSDIR%%/doc/html/images/random/form_24.png -%%DOCSDIR%%/doc/html/images/random/form_25.png -%%DOCSDIR%%/doc/html/images/random/form_26.png -%%DOCSDIR%%/doc/html/images/random/form_27.png -%%DOCSDIR%%/doc/html/images/random/form_28.png -%%DOCSDIR%%/doc/html/images/random/form_29.png -%%DOCSDIR%%/doc/html/images/random/form_3.png -%%DOCSDIR%%/doc/html/images/random/form_30.png -%%DOCSDIR%%/doc/html/images/random/form_31.png -%%DOCSDIR%%/doc/html/images/random/form_32.png -%%DOCSDIR%%/doc/html/images/random/form_33.png -%%DOCSDIR%%/doc/html/images/random/form_34.png -%%DOCSDIR%%/doc/html/images/random/form_35.png -%%DOCSDIR%%/doc/html/images/random/form_36.png -%%DOCSDIR%%/doc/html/images/random/form_37.png -%%DOCSDIR%%/doc/html/images/random/form_38.png -%%DOCSDIR%%/doc/html/images/random/form_4.png -%%DOCSDIR%%/doc/html/images/random/form_5.png -%%DOCSDIR%%/doc/html/images/random/form_6.png -%%DOCSDIR%%/doc/html/images/random/form_7.png -%%DOCSDIR%%/doc/html/images/random/form_8.png -%%DOCSDIR%%/doc/html/images/random/form_9.png -%%DOCSDIR%%/doc/html/images/random/ftv2blank.png -%%DOCSDIR%%/doc/html/images/random/ftv2cl.png -%%DOCSDIR%%/doc/html/images/random/ftv2doc.png -%%DOCSDIR%%/doc/html/images/random/ftv2folderclosed.png -%%DOCSDIR%%/doc/html/images/random/ftv2folderopen.png -%%DOCSDIR%%/doc/html/images/random/ftv2lastnode.png -%%DOCSDIR%%/doc/html/images/random/ftv2link.png -%%DOCSDIR%%/doc/html/images/random/ftv2mlastnode.png -%%DOCSDIR%%/doc/html/images/random/ftv2mnode.png -%%DOCSDIR%%/doc/html/images/random/ftv2mo.png -%%DOCSDIR%%/doc/html/images/random/ftv2node.png -%%DOCSDIR%%/doc/html/images/random/ftv2ns.png -%%DOCSDIR%%/doc/html/images/random/ftv2plastnode.png -%%DOCSDIR%%/doc/html/images/random/ftv2pnode.png -%%DOCSDIR%%/doc/html/images/random/ftv2splitbar.png -%%DOCSDIR%%/doc/html/images/random/ftv2vertline.png -%%DOCSDIR%%/doc/html/images/random/nav_f.png -%%DOCSDIR%%/doc/html/images/random/nav_g.png -%%DOCSDIR%%/doc/html/images/random/nav_h.png -%%DOCSDIR%%/doc/html/images/random/open.png -%%DOCSDIR%%/doc/html/images/random/sync_off.png -%%DOCSDIR%%/doc/html/images/random/sync_on.png -%%DOCSDIR%%/doc/html/images/random/tab_a.png -%%DOCSDIR%%/doc/html/images/random/tab_b.png -%%DOCSDIR%%/doc/html/images/random/tab_h.png -%%DOCSDIR%%/doc/html/images/random/tab_s.png -%%DOCSDIR%%/doc/html/images/smiley.png -%%DOCSDIR%%/doc/html/images/tip.png -%%DOCSDIR%%/doc/html/images/toc-blank.png -%%DOCSDIR%%/doc/html/images/toc-minus.png -%%DOCSDIR%%/doc/html/images/toc-plus.png -%%DOCSDIR%%/doc/html/images/up.png -%%DOCSDIR%%/doc/html/images/up_disabled.png -%%DOCSDIR%%/doc/html/images/warning.png -%%DOCSDIR%%/doc/html/index.html -%%DOCSDIR%%/doc/html/interprocess.html -%%DOCSDIR%%/doc/html/interprocess/acknowledgements_notes.html -%%DOCSDIR%%/doc/html/interprocess/allocators_containers.html -%%DOCSDIR%%/doc/html/interprocess/architecture.html -%%DOCSDIR%%/doc/html/interprocess/customizing_interprocess.html -%%DOCSDIR%%/doc/html/interprocess/indexes_reference.html -%%DOCSDIR%%/doc/html/interprocess/interprocess_smart_ptr.html -%%DOCSDIR%%/doc/html/interprocess/managed_memory_segments.html -%%DOCSDIR%%/doc/html/interprocess/memory_algorithms.html -%%DOCSDIR%%/doc/html/interprocess/offset_ptr.html -%%DOCSDIR%%/doc/html/interprocess/quick_guide.html -%%DOCSDIR%%/doc/html/interprocess/sharedmemorybetweenprocesses.html -%%DOCSDIR%%/doc/html/interprocess/some_basic_explanations.html -%%DOCSDIR%%/doc/html/interprocess/streams.html -%%DOCSDIR%%/doc/html/interprocess/synchronization_mechanisms.html -%%DOCSDIR%%/doc/html/intrusive.html -%%DOCSDIR%%/doc/html/intrusive/acknowledgements.html -%%DOCSDIR%%/doc/html/intrusive/advanced_lookups_insertions.html -%%DOCSDIR%%/doc/html/intrusive/any_hooks.html -%%DOCSDIR%%/doc/html/intrusive/auto_unlink_hooks.html -%%DOCSDIR%%/doc/html/intrusive/avl_set_multiset.html -%%DOCSDIR%%/doc/html/intrusive/clone_from.html -%%DOCSDIR%%/doc/html/intrusive/concepts.html -%%DOCSDIR%%/doc/html/intrusive/concepts_summary.html -%%DOCSDIR%%/doc/html/intrusive/design_notes.html -%%DOCSDIR%%/doc/html/intrusive/equal_range_stability.html -%%DOCSDIR%%/doc/html/intrusive/erasing_and_disposing.html -%%DOCSDIR%%/doc/html/intrusive/function_hooks.html -%%DOCSDIR%%/doc/html/intrusive/index.html -%%DOCSDIR%%/doc/html/intrusive/intrusive_vs_nontrusive.html -%%DOCSDIR%%/doc/html/intrusive/list.html -%%DOCSDIR%%/doc/html/intrusive/node_algorithms.html -%%DOCSDIR%%/doc/html/intrusive/obtaining_iterators_from_values.html -%%DOCSDIR%%/doc/html/intrusive/obtaining_same_type_reducing_space.html -%%DOCSDIR%%/doc/html/intrusive/performance.html -%%DOCSDIR%%/doc/html/intrusive/presenting_containers.html -%%DOCSDIR%%/doc/html/intrusive/recursive.html -%%DOCSDIR%%/doc/html/intrusive/reference.html -%%DOCSDIR%%/doc/html/intrusive/references.html -%%DOCSDIR%%/doc/html/intrusive/release_notes.html -%%DOCSDIR%%/doc/html/intrusive/safe_hook.html -%%DOCSDIR%%/doc/html/intrusive/scary_iterators.html -%%DOCSDIR%%/doc/html/intrusive/set_multiset.html -%%DOCSDIR%%/doc/html/intrusive/sg_set_multiset.html -%%DOCSDIR%%/doc/html/intrusive/slist.html -%%DOCSDIR%%/doc/html/intrusive/splay_set_multiset.html -%%DOCSDIR%%/doc/html/intrusive/tested_compilers.html -%%DOCSDIR%%/doc/html/intrusive/thread_safety.html -%%DOCSDIR%%/doc/html/intrusive/treap_set_multiset.html -%%DOCSDIR%%/doc/html/intrusive/unordered_set_unordered_multiset.html -%%DOCSDIR%%/doc/html/intrusive/usage.html -%%DOCSDIR%%/doc/html/intrusive/usage_when.html -%%DOCSDIR%%/doc/html/intrusive/using_smart_pointers.html -%%DOCSDIR%%/doc/html/intrusive/value_traits.html -%%DOCSDIR%%/doc/html/jam.html -%%DOCSDIR%%/doc/html/jam/history.html -%%DOCSDIR%%/doc/html/jam/language.html -%%DOCSDIR%%/doc/html/jam/miscellaneous.html -%%DOCSDIR%%/doc/html/lambda.html -%%DOCSDIR%%/doc/html/lambda/extending.html -%%DOCSDIR%%/doc/html/lambda/getting_started.html -%%DOCSDIR%%/doc/html/lambda/le_in_details.html -%%DOCSDIR%%/doc/html/lambda/s03.html -%%DOCSDIR%%/doc/html/lambda/s07.html -%%DOCSDIR%%/doc/html/lambda/s08.html -%%DOCSDIR%%/doc/html/lambda/s09.html -%%DOCSDIR%%/doc/html/lambda/s10.html -%%DOCSDIR%%/doc/html/lambda/using_library.html -%%DOCSDIR%%/doc/html/libraries.html -%%DOCSDIR%%/doc/html/load_idp20752952.html -%%DOCSDIR%%/doc/html/load_idp20965096.html -%%DOCSDIR%%/doc/html/load_idp21667464.html -%%DOCSDIR%%/doc/html/load_idp36619912.html -%%DOCSDIR%%/doc/html/load_idp51893928.html -%%DOCSDIR%%/doc/html/load_idp52349288.html -%%DOCSDIR%%/doc/html/load_idp53076072.html -%%DOCSDIR%%/doc/html/load_idp53584008.html -%%DOCSDIR%%/doc/html/load_idp54215784.html -%%DOCSDIR%%/doc/html/lockfree.html -%%DOCSDIR%%/doc/html/lockfree/appendices.html -%%DOCSDIR%%/doc/html/lockfree/examples.html -%%DOCSDIR%%/doc/html/lockfree/rationale.html -%%DOCSDIR%%/doc/html/lockfree/reference.html -%%DOCSDIR%%/doc/html/move.html -%%DOCSDIR%%/doc/html/move/composition_inheritance.html -%%DOCSDIR%%/doc/html/move/construct_forwarding.html -%%DOCSDIR%%/doc/html/move/emulation_limitations.html -%%DOCSDIR%%/doc/html/move/how_the_library_works.html -%%DOCSDIR%%/doc/html/move/implementing_movable_classes.html -%%DOCSDIR%%/doc/html/move/introduction.html -%%DOCSDIR%%/doc/html/move/movable_only_classes.html -%%DOCSDIR%%/doc/html/move/move_algorithms.html -%%DOCSDIR%%/doc/html/move/move_and_containers.html -%%DOCSDIR%%/doc/html/move/move_inserters.html -%%DOCSDIR%%/doc/html/move/move_iterator.html -%%DOCSDIR%%/doc/html/move/release_notes.html -%%DOCSDIR%%/doc/html/move/thanks_to.html -%%DOCSDIR%%/doc/html/mpi.html -%%DOCSDIR%%/doc/html/mpi/getting_started.html -%%DOCSDIR%%/doc/html/mpi/python.html -%%DOCSDIR%%/doc/html/mpi/reference.html -%%DOCSDIR%%/doc/html/mpi/tutorial.html -%%DOCSDIR%%/doc/html/node_allocator.html -%%DOCSDIR%%/doc/html/node_allocator/rebind.html -%%DOCSDIR%%/doc/html/operator___idp27232392.html -%%DOCSDIR%%/doc/html/operator___idp27236424.html -%%DOCSDIR%%/doc/html/operator___idp27323064.html -%%DOCSDIR%%/doc/html/operator___idp27326200.html -%%DOCSDIR%%/doc/html/operator___idp27393544.html -%%DOCSDIR%%/doc/html/operator___idp27397640.html -%%DOCSDIR%%/doc/html/operator___idp27460568.html -%%DOCSDIR%%/doc/html/operator___idp27464664.html -%%DOCSDIR%%/doc/html/private_adaptive_pool.html -%%DOCSDIR%%/doc/html/private_adaptive_pool/rebind.html -%%DOCSDIR%%/doc/html/private_node_allocator.html -%%DOCSDIR%%/doc/html/private_node_allocator/rebind.html -%%DOCSDIR%%/doc/html/program_options.html -%%DOCSDIR%%/doc/html/program_options/design.html -%%DOCSDIR%%/doc/html/program_options/howto.html -%%DOCSDIR%%/doc/html/program_options/overview.html -%%DOCSDIR%%/doc/html/program_options/reference.html -%%DOCSDIR%%/doc/html/program_options/s06.html -%%DOCSDIR%%/doc/html/program_options/tutorial.html -%%DOCSDIR%%/doc/html/property_tree.html -%%DOCSDIR%%/doc/html/property_tree/appendices.html -%%DOCSDIR%%/doc/html/property_tree/reference.html -%%DOCSDIR%%/doc/html/proto.html -%%DOCSDIR%%/doc/html/proto/appendices.html -%%DOCSDIR%%/doc/html/proto/reference.html -%%DOCSDIR%%/doc/html/proto/users_guide.html -%%DOCSDIR%%/doc/html/quickbook.html -%%DOCSDIR%%/doc/html/quickbook/change_log.html -%%DOCSDIR%%/doc/html/quickbook/editors.html -%%DOCSDIR%%/doc/html/quickbook/faq.html -%%DOCSDIR%%/doc/html/quickbook/install.html -%%DOCSDIR%%/doc/html/quickbook/ref.html -%%DOCSDIR%%/doc/html/quickbook/syntax.html -%%DOCSDIR%%/doc/html/quickbook/syntax/block.html -%%DOCSDIR%%/doc/html/quickbook/syntax/phrase.html -%%DOCSDIR%%/doc/html/quickbook/syntax/structure.html -%%DOCSDIR%%/doc/html/quickbook/versions.html -%%DOCSDIR%%/doc/html/ratio.html -%%DOCSDIR%%/doc/html/ratio/appendices.html -%%DOCSDIR%%/doc/html/ratio/reference.html -%%DOCSDIR%%/doc/html/ratio/users_guide.html -%%DOCSDIR%%/doc/html/ref.html -%%DOCSDIR%%/doc/html/ref/ack.html -%%DOCSDIR%%/doc/html/ref/reference.html -%%DOCSDIR%%/doc/html/reference.html -%%DOCSDIR%%/doc/html/save_idp21540472.html -%%DOCSDIR%%/doc/html/save_idp21931896.html -%%DOCSDIR%%/doc/html/save_idp35437608.html -%%DOCSDIR%%/doc/html/save_idp51922584.html -%%DOCSDIR%%/doc/html/save_idp52104856.html -%%DOCSDIR%%/doc/html/save_idp53157752.html -%%DOCSDIR%%/doc/html/save_idp54213448.html -%%DOCSDIR%%/doc/html/save_idp54363720.html -%%DOCSDIR%%/doc/html/signals.html -%%DOCSDIR%%/doc/html/signals/reference.html -%%DOCSDIR%%/doc/html/signals/s04.html -%%DOCSDIR%%/doc/html/signals/s05.html -%%DOCSDIR%%/doc/html/signals/s06.html -%%DOCSDIR%%/doc/html/signals/tests.html -%%DOCSDIR%%/doc/html/signals/tutorial.html -%%DOCSDIR%%/doc/html/signals2.html -%%DOCSDIR%%/doc/html/signals2/api_changes.html -%%DOCSDIR%%/doc/html/signals2/examples.html -%%DOCSDIR%%/doc/html/signals2/faq.html -%%DOCSDIR%%/doc/html/signals2/rationale.html -%%DOCSDIR%%/doc/html/signals2/reference.html -%%DOCSDIR%%/doc/html/signals2/tests.html -%%DOCSDIR%%/doc/html/signals2/thread-safety.html -%%DOCSDIR%%/doc/html/signals2/tutorial.html -%%DOCSDIR%%/doc/html/std/numeric_limit_idp156994056.html -%%DOCSDIR%%/doc/html/string_algo.html -%%DOCSDIR%%/doc/html/string_algo/concept.html -%%DOCSDIR%%/doc/html/string_algo/credits.html -%%DOCSDIR%%/doc/html/string_algo/design.html -%%DOCSDIR%%/doc/html/string_algo/env.html -%%DOCSDIR%%/doc/html/string_algo/quickref.html -%%DOCSDIR%%/doc/html/string_algo/rationale.html -%%DOCSDIR%%/doc/html/string_algo/reference.html -%%DOCSDIR%%/doc/html/string_algo/release_notes.html -%%DOCSDIR%%/doc/html/string_algo/usage.html -%%DOCSDIR%%/doc/html/thread.html -%%DOCSDIR%%/doc/html/thread/ScopedThreads.html -%%DOCSDIR%%/doc/html/thread/acknowledgements.html -%%DOCSDIR%%/doc/html/thread/build.html -%%DOCSDIR%%/doc/html/thread/changes.html -%%DOCSDIR%%/doc/html/thread/compliance.html -%%DOCSDIR%%/doc/html/thread/emulations.html -%%DOCSDIR%%/doc/html/thread/future.html -%%DOCSDIR%%/doc/html/thread/sds.html -%%DOCSDIR%%/doc/html/thread/synchronization.html -%%DOCSDIR%%/doc/html/thread/thread_local_storage.html -%%DOCSDIR%%/doc/html/thread/thread_management.html -%%DOCSDIR%%/doc/html/thread/time.html -%%DOCSDIR%%/doc/html/tools.html -%%DOCSDIR%%/doc/html/tribool.html -%%DOCSDIR%%/doc/html/tribool/reference.html -%%DOCSDIR%%/doc/html/tribool/tests.html -%%DOCSDIR%%/doc/html/tribool/tutorial.html -%%DOCSDIR%%/doc/html/typeof.html -%%DOCSDIR%%/doc/html/typeof/ackn.html -%%DOCSDIR%%/doc/html/typeof/cont.html -%%DOCSDIR%%/doc/html/typeof/other.html -%%DOCSDIR%%/doc/html/typeof/refe.html -%%DOCSDIR%%/doc/html/typeof/tuto.html -%%DOCSDIR%%/doc/html/unordered.html -%%DOCSDIR%%/doc/html/unordered/bibliography.html -%%DOCSDIR%%/doc/html/unordered/buckets.html -%%DOCSDIR%%/doc/html/unordered/changes.html -%%DOCSDIR%%/doc/html/unordered/comparison.html -%%DOCSDIR%%/doc/html/unordered/compliance.html -%%DOCSDIR%%/doc/html/unordered/hash_equality.html -%%DOCSDIR%%/doc/html/unordered/rationale.html -%%DOCSDIR%%/doc/html/unordered/reference.html -%%DOCSDIR%%/doc/html/variant.html -%%DOCSDIR%%/doc/html/variant/design.html -%%DOCSDIR%%/doc/html/variant/misc.html -%%DOCSDIR%%/doc/html/variant/reference.html -%%DOCSDIR%%/doc/html/variant/refs.html -%%DOCSDIR%%/doc/html/variant/tutorial.html -%%DOCSDIR%%/doc/html/vector.html -%%DOCSDIR%%/doc/html/xpressive.html -%%DOCSDIR%%/doc/html/xpressive/appendices.html -%%DOCSDIR%%/doc/html/xpressive/reference.html -%%DOCSDIR%%/doc/html/xpressive/user_s_guide.html -%%DOCSDIR%%/doc/images/valid-html401.png -%%DOCSDIR%%/doc/src/boostbook.css -%%DOCSDIR%%/doc/src/docutils.css -%%DOCSDIR%%/doc/src/images/alert.png -%%DOCSDIR%%/doc/src/images/blank.png -%%DOCSDIR%%/doc/src/images/callouts/1.png -%%DOCSDIR%%/doc/src/images/callouts/10.png -%%DOCSDIR%%/doc/src/images/callouts/11.png -%%DOCSDIR%%/doc/src/images/callouts/12.png -%%DOCSDIR%%/doc/src/images/callouts/13.png -%%DOCSDIR%%/doc/src/images/callouts/14.png -%%DOCSDIR%%/doc/src/images/callouts/15.png -%%DOCSDIR%%/doc/src/images/callouts/2.png -%%DOCSDIR%%/doc/src/images/callouts/3.png -%%DOCSDIR%%/doc/src/images/callouts/4.png -%%DOCSDIR%%/doc/src/images/callouts/5.png -%%DOCSDIR%%/doc/src/images/callouts/6.png -%%DOCSDIR%%/doc/src/images/callouts/7.png -%%DOCSDIR%%/doc/src/images/callouts/8.png -%%DOCSDIR%%/doc/src/images/callouts/9.png -%%DOCSDIR%%/doc/src/images/caution.png -%%DOCSDIR%%/doc/src/images/draft.png -%%DOCSDIR%%/doc/src/images/home.png -%%DOCSDIR%%/doc/src/images/important.png -%%DOCSDIR%%/doc/src/images/next.png -%%DOCSDIR%%/doc/src/images/next_disabled.png -%%DOCSDIR%%/doc/src/images/note.png -%%DOCSDIR%%/doc/src/images/prev.png -%%DOCSDIR%%/doc/src/images/prev_disabled.png -%%DOCSDIR%%/doc/src/images/smiley.png -%%DOCSDIR%%/doc/src/images/tip.png -%%DOCSDIR%%/doc/src/images/toc-blank.png -%%DOCSDIR%%/doc/src/images/toc-minus.png -%%DOCSDIR%%/doc/src/images/toc-plus.png -%%DOCSDIR%%/doc/src/images/up.png -%%DOCSDIR%%/doc/src/images/up_disabled.png -%%DOCSDIR%%/doc/src/images/warning.png -%%DOCSDIR%%/doc/src/minimal.css -%%DOCSDIR%%/doc/src/reference.css -%%DOCSDIR%%/doc/test/gold/boost/accumulators/extract/weighted_tail_quantile.html -%%DOCSDIR%%/doc/test/gold/boost/accumulators/impl/weighted_tail_quantile__id330053.html -%%DOCSDIR%%/doc/test/gold/boost/accumulators/tag/weighted_tail_quantile.html -%%DOCSDIR%%/doc/test/gold/boost/array.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/accumulators.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/array.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/basic_formatting.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/blurbs.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/code_blocks.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/images.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/lists_and_tables.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/remez.html -%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/test.html -%%DOCSDIR%%/doc/test/gold/images/accumulators/doxygen.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_0.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_1.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_2.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_3.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_4.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_5.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_6.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_7.png -%%DOCSDIR%%/doc/test/gold/images/accumulators/form_8.png -%%DOCSDIR%%/doc/test/gold/images/beta_dist_kurtosis.png -%%DOCSDIR%%/doc/test/gold/images/digamma3.png -%%DOCSDIR%%/doc/test/gold/images/doctest.png -%%DOCSDIR%%/doc/test/gold/images/remez-2.png -%%DOCSDIR%%/doc/test/gold/images/remez-3.png -%%DOCSDIR%%/doc/test/gold/images/remez-4.png -%%DOCSDIR%%/doc/test/gold/images/remez-5.png -%%DOCSDIR%%/doc/test/gold/index.html -%%DOCSDIR%%/doc/test/html/images/beta_dist_kurtosis.png -%%DOCSDIR%%/doc/test/html/images/digamma3.png -%%DOCSDIR%%/doc/test/html/images/doctest.png -%%DOCSDIR%%/doc/test/html/images/remez-2.png -%%DOCSDIR%%/doc/test/html/images/remez-3.png -%%DOCSDIR%%/doc/test/html/images/remez-4.png -%%DOCSDIR%%/doc/test/html/images/remez-5.png -%%DOCSDIR%%/index.htm -%%DOCSDIR%%/index.html -%%DOCSDIR%%/libs/accumulators/example/Jamfile.v2 -%%DOCSDIR%%/libs/accumulators/example/example.vcproj -%%DOCSDIR%%/libs/accumulators/example/main.cpp -%%DOCSDIR%%/libs/accumulators/index.html -%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/CXX11.html -%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/CXX14.html -%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/Misc.html -%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/Searching.html -%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/reference.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_equal_idp20334888.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_equal_idp20338392.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idp20327960.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idp20331944.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_equal_idp20348888.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_equal_idp20352408.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idp20342392.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idp20345944.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_ho_idp20651672.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_horspool.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_se_idp20633800.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idp20304792.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idp6597192.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20307928.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20312408.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20316488.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_range_idp20321880.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idp20356392.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idp20361096.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_n.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_until_idp20372904.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_until_idp20377224.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_while_idp20364776.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_while_idp20369112.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idp20524408.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idp20529032.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if_not_idp20387288.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if_not_idp20391144.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_decode_error.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20568232.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20572024.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20575240.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idp20588408.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idp20395048.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idp20398664.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_n.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_decreasing_idp20462840.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_decreasing_idp20465704.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_increasing_idp20457608.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_increasing_idp20460568.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_partitioned_idp20405528.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_partitioned_idp20409128.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20412328.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20416872.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20420328.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20424616.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20429752.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permutation_idp20432344.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20442776.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20446008.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20453064.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_idp20455848.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20437080.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20440392.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20448360.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorted_unti_idp20451256.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_de_idp20473112.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_de_idp20475976.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_in_idp20467976.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_strictly_in_idp20470840.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_morris_p_idp20669144.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_morris_pratt.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/mismatch_idp20550136.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/mismatch_idp20554824.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/non_hex_input.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_equal_idp20485848.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_equal_idp20489368.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idp20479336.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idp20482888.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/not_enough_input.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_equal_idp20499288.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_equal_idp20502488.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idp20493384.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idp20496632.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_copy_idp20506168.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_copy_idp20511720.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_poin_idp20516984.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partition_poin_idp20520616.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20578440.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20582152.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20585288.html -%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idp20590392.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/all_of_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/any_of_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/copy_if_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/copy_n_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/find_if_not_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/iota_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_partitioned_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_permutation_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_sorted_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/none_of_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/one_of_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/partition_copy_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/partition_point_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/equal_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/is_permutation_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/mismatch_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/gather_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/hex_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/minmax_element_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/minmax_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/searching/boyer_moore_horspool_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/searching/boyer_moore_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/searching/knuth_morris_pratt_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/string_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/string_regex_hpp.html -%%DOCSDIR%%/libs/algorithm/doc/html/index.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/any_of.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_partitioned.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_permutation.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_sorted.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/none_of.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/one_of.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/partition_point.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/gather.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/hex.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Searching/BoyerMooreHorspool.html -%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Searching/KnuthMorrisPratt.html -%%DOCSDIR%%/libs/algorithm/example/Jamfile.v2 -%%DOCSDIR%%/libs/algorithm/example/clamp_example.cpp -%%DOCSDIR%%/libs/algorithm/example/search_example.cpp -%%DOCSDIR%%/libs/algorithm/index.html -%%DOCSDIR%%/libs/algorithm/minmax/doc/minmax_benchs.html -%%DOCSDIR%%/libs/algorithm/minmax/doc/minmax_synopsis.html -%%DOCSDIR%%/libs/algorithm/minmax/example/Jamfile -%%DOCSDIR%%/libs/algorithm/minmax/example/minmax_ex.cpp -%%DOCSDIR%%/libs/algorithm/minmax/example/minmax_timer.cpp -%%DOCSDIR%%/libs/algorithm/minmax/index.html -%%DOCSDIR%%/libs/algorithm/string/doc/external_concepts.html -%%DOCSDIR%%/libs/algorithm/string/example/Jamfile -%%DOCSDIR%%/libs/algorithm/string/example/conv_example.cpp -%%DOCSDIR%%/libs/algorithm/string/example/find_example.cpp -%%DOCSDIR%%/libs/algorithm/string/example/predicate_example.cpp -%%DOCSDIR%%/libs/algorithm/string/example/regex_example.cpp -%%DOCSDIR%%/libs/algorithm/string/example/replace_example.cpp -%%DOCSDIR%%/libs/algorithm/string/example/rle_example.cpp -%%DOCSDIR%%/libs/algorithm/string/example/split_example.cpp -%%DOCSDIR%%/libs/algorithm/string/example/trim_example.cpp -%%DOCSDIR%%/libs/algorithm/string/index.html -%%DOCSDIR%%/libs/any/index.html -%%DOCSDIR%%/libs/array/index.html -%%DOCSDIR%%/libs/asio/doc/overview/async_op1.png -%%DOCSDIR%%/libs/asio/doc/overview/async_op2.png -%%DOCSDIR%%/libs/asio/doc/overview/proactor.png -%%DOCSDIR%%/libs/asio/doc/overview/sync_op.png -%%DOCSDIR%%/libs/asio/example/cpp03/allocation/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/allocation/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/allocation/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/buffers/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/buffers/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/buffers/reference_counted.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/chat/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/chat/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_message.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/chat/posix_chat_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/echo/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/echo/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/echo/async_tcp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/echo/async_udp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_tcp_echo_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_tcp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_udp_echo_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_udp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/fork/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/fork/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/fork/daemon.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/fork/process_per_connection.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/client/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/http/client/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/http/client/async_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/client/sync_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_1K.html -%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_2K.html -%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_4K.html -%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_8K.html -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection_manager.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection_manager.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/header.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/main.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/reply.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/reply.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_handler.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_handler.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server/server.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/connection.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/connection.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/header.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/io_service_pool.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/io_service_pool.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/main.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/reply.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/reply.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_handler.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_handler.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/server.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/connection.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/connection.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/header.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/main.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/reply.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/reply.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_handler.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_handler.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/server.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/file_handler.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/file_handler.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/header.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/main.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/reply.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/reply.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/server.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/icmp/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/icmp/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/icmp/icmp_header.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/icmp/ipv4_header.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/icmp/ping.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/invocation/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/invocation/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/invocation/prioritised_handlers.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/daytime_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/daytime_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/http_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/local/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/local/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/local/connect_pair.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/local/iostream_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/local/stream_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/local/stream_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/multicast/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/multicast/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/multicast/receiver.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/multicast/sender.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/third_party_lib.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/protocol.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/serialization/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/serialization/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/serialization/client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/serialization/connection.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/serialization/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/serialization/stock.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/services/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/services/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/services/basic_logger.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/services/daytime_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/services/logger.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/services/logger_service.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/services/logger_service.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/services/stream_socket_service.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/socks4/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/socks4/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/socks4/socks4.hpp -%%DOCSDIR%%/libs/asio/example/cpp03/socks4/sync_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/spawn/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/spawn/echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/README -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/ca.pem -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/dh512.pem -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/ssl/server.pem -%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/async_tcp_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/blocking_tcp_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/blocking_udp_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/timers/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/timers/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/timers/tick_count_timer.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/timers/time_t_timer.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime1/client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime2/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime3/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime4/client.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime5/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime6/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime7/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime_dox.txt -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/index_dox.txt -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer1/timer.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer2/timer.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer3/timer.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer4/timer.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer5/timer.cpp -%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer_dox.txt -%%DOCSDIR%%/libs/asio/example/cpp03/windows/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp03/windows/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp03/windows/transmit_file.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/allocation/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp11/allocation/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp11/allocation/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/buffers/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp11/buffers/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp11/buffers/reference_counted.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/chat/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp11/chat/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_message.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/echo/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp11/echo/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/futures/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp11/futures/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp11/futures/daytime_client.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/Jamfile -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection_manager.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection_manager.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/header.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/main.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/mime_types.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/mime_types.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/reply.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/reply.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_handler.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_handler.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_parser.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_parser.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/server.cpp -%%DOCSDIR%%/libs/asio/example/cpp11/http/server/server.hpp -%%DOCSDIR%%/libs/asio/example/cpp11/spawn/Jamfile.v2 -%%DOCSDIR%%/libs/asio/example/cpp11/spawn/echo_server.cpp -%%DOCSDIR%%/libs/asio/index.html -%%DOCSDIR%%/libs/assign/doc/email_example.html -%%DOCSDIR%%/libs/assign/doc/index.html -%%DOCSDIR%%/libs/assign/doc/multi_index_container.html -%%DOCSDIR%%/libs/assign/doc/my_vector_example.html -%%DOCSDIR%%/libs/assign/doc/style.css -%%DOCSDIR%%/libs/assign/index.html -%%DOCSDIR%%/libs/atomic/index.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/acknowledgements.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost/boost_libraries_that_work_well_with_boost_bimap.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost/dependencies.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/compiler_specifics.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/mighty_bimap.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/multiindex_to_bimap_path___bidirectional_map.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/multiindex_to_bimap_path___hashed_indices.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/simple_bimap.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/future_work.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/history.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/history/multiindex_and_bimap.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/introduction.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/one_minute_tutorial.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/performance.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale/additional_features.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale/code.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale/the_student_and_the_mentor.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/bimap_reference.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/list_of_reference.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/set_of_reference.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/unconstrained_set_of_reference.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/unordered_set_of_reference.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/vector_of_reference.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/release_notes.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/test_suite.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/additional_information.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/bimaps_with_user_defined_names.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/complete_instantiation_scheme.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/differences_with_standard_maps.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/discovering_the_bimap_framework.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/the_collection_of_relations_type.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/unconstrained_sets.html -%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/useful_functions.html -%%DOCSDIR%%/libs/bimap/doc/html/boostbook.css -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/bimap.structures.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/boost.bimap.header.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/boost.bimap.logo.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/collection.type.of.relation.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/extended.mapping.framework.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/miBimapFramework.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/more.bimap.structures.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/relation.and.pair.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/relation.and.pair.with.info.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/relation.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/simple.bimap.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/standard.mapping.framework.png -%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/tagged.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/1.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/10.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/11.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/12.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/13.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/14.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/15.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/2.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/3.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/4.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/5.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/6.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/7.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/8.png -%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/9.png -%%DOCSDIR%%/libs/bimap/doc/html/images/extern/googlesoc.png -%%DOCSDIR%%/libs/bimap/doc/html/images/people/hector.png -%%DOCSDIR%%/libs/bimap/doc/html/images/people/joaquin.png -%%DOCSDIR%%/libs/bimap/doc/html/images/people/mafalda.png -%%DOCSDIR%%/libs/bimap/doc/html/images/people/matias.png -%%DOCSDIR%%/libs/bimap/doc/html/images/space.png -%%DOCSDIR%%/libs/bimap/doc/html/index.html -%%DOCSDIR%%/libs/bimap/example/Jamfile.v2 -%%DOCSDIR%%/libs/bimap/example/at_function_examples.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/assign.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/foreach.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/lambda.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/property_map.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/range.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/serialization.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/typeof.cpp -%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/xpressive.cpp -%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/bidirectional_map.cpp -%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/hashed_indices.cpp -%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/mi_bidirectional_map.cpp -%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/mi_hashed_indices.cpp -%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/tagged_bidirectional_map.cpp -%%DOCSDIR%%/libs/bimap/example/mighty_bimap.cpp -%%DOCSDIR%%/libs/bimap/example/population_bimap.cpp -%%DOCSDIR%%/libs/bimap/example/projection.cpp -%%DOCSDIR%%/libs/bimap/example/repetitions_counter.cpp -%%DOCSDIR%%/libs/bimap/example/simple_bimap.cpp -%%DOCSDIR%%/libs/bimap/example/standard_map_comparison.cpp -%%DOCSDIR%%/libs/bimap/example/step_by_step.cpp -%%DOCSDIR%%/libs/bimap/example/tagged_simple_bimap.cpp -%%DOCSDIR%%/libs/bimap/example/tutorial_info_hook.cpp -%%DOCSDIR%%/libs/bimap/example/tutorial_modify_and_replace.cpp -%%DOCSDIR%%/libs/bimap/example/tutorial_range.cpp -%%DOCSDIR%%/libs/bimap/example/unconstrained_collection.cpp -%%DOCSDIR%%/libs/bimap/example/user_defined_names.cpp -%%DOCSDIR%%/libs/bimap/index.html -%%DOCSDIR%%/libs/bind/bind.html -%%DOCSDIR%%/libs/bind/index.html -%%DOCSDIR%%/libs/bind/mem_fn.html -%%DOCSDIR%%/libs/bind/ref.html -%%DOCSDIR%%/libs/chrono/doc/time2_demo.html -%%DOCSDIR%%/libs/chrono/example/await_keystroke.cpp -%%DOCSDIR%%/libs/chrono/example/chrono_accuracy_test.cpp -%%DOCSDIR%%/libs/chrono/example/chrono_unit_test.cpp -%%DOCSDIR%%/libs/chrono/example/clock_name.cpp -%%DOCSDIR%%/libs/chrono/example/clock_name.hpp -%%DOCSDIR%%/libs/chrono/example/cycle_count.cpp -%%DOCSDIR%%/libs/chrono/example/explore_limits.cpp -%%DOCSDIR%%/libs/chrono/example/french.cpp -%%DOCSDIR%%/libs/chrono/example/i_dont_like_the_default_duration_behavior.cpp -%%DOCSDIR%%/libs/chrono/example/io_ex1.cpp -%%DOCSDIR%%/libs/chrono/example/io_ex2.cpp -%%DOCSDIR%%/libs/chrono/example/io_ex3.cpp -%%DOCSDIR%%/libs/chrono/example/io_ex4.cpp -%%DOCSDIR%%/libs/chrono/example/io_ex5.cpp -%%DOCSDIR%%/libs/chrono/example/manipulate_clock_object.cpp -%%DOCSDIR%%/libs/chrono/example/min_time_point.cpp -%%DOCSDIR%%/libs/chrono/example/miscellaneous.cpp -%%DOCSDIR%%/libs/chrono/example/rounding.cpp -%%DOCSDIR%%/libs/chrono/example/run_timer_example.cpp -%%DOCSDIR%%/libs/chrono/example/run_timer_example2.cpp -%%DOCSDIR%%/libs/chrono/example/runtime_resolution.cpp -%%DOCSDIR%%/libs/chrono/example/saturating.cpp -%%DOCSDIR%%/libs/chrono/example/simulated_thread_interface_demo.cpp -%%DOCSDIR%%/libs/chrono/example/test_clock.cpp -%%DOCSDIR%%/libs/chrono/example/test_clock2.cpp -%%DOCSDIR%%/libs/chrono/example/test_duration.cpp -%%DOCSDIR%%/libs/chrono/example/test_minmax.cpp -%%DOCSDIR%%/libs/chrono/example/test_special_values.cpp -%%DOCSDIR%%/libs/chrono/example/test_thread_clock.cpp -%%DOCSDIR%%/libs/chrono/example/time2_demo.cpp -%%DOCSDIR%%/libs/chrono/example/time2_demo_output.txt -%%DOCSDIR%%/libs/chrono/example/timer.hpp -%%DOCSDIR%%/libs/chrono/example/timeval_demo.cpp -%%DOCSDIR%%/libs/chrono/example/xtime.cpp -%%DOCSDIR%%/libs/chrono/index.html -%%DOCSDIR%%/libs/circular_buffer/doc/images/circular_buffer.png -%%DOCSDIR%%/libs/circular_buffer/doc/images/space_optimized.png -%%DOCSDIR%%/libs/circular_buffer/example/bounded_buffer_comparison.cpp -%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_bound_example.cpp -%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_example.cpp -%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_examples.bat -%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_iter_example.cpp -%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_sum_example.cpp -%%DOCSDIR%%/libs/circular_buffer/example/jamfile.v2 -%%DOCSDIR%%/libs/circular_buffer/index.html -%%DOCSDIR%%/libs/compatibility/index.html -%%DOCSDIR%%/libs/compose/index.htm -%%DOCSDIR%%/libs/compose/index.html -%%DOCSDIR%%/libs/concept_check/bibliography.htm -%%DOCSDIR%%/libs/concept_check/concept_check.htm -%%DOCSDIR%%/libs/concept_check/concept_covering.htm -%%DOCSDIR%%/libs/concept_check/creating_concepts.htm -%%DOCSDIR%%/libs/concept_check/implementation.htm -%%DOCSDIR%%/libs/concept_check/index.html -%%DOCSDIR%%/libs/concept_check/prog_with_concepts.htm -%%DOCSDIR%%/libs/concept_check/reference.htm -%%DOCSDIR%%/libs/concept_check/using_concept_check.htm -%%DOCSDIR%%/libs/config/config.htm -%%DOCSDIR%%/libs/config/doc/html/boost_config/acknowledgements.html -%%DOCSDIR%%/libs/config/doc/html/boost_config/boost_macro_reference.html -%%DOCSDIR%%/libs/config/doc/html/boost_config/guidelines_for_boost_authors.html -%%DOCSDIR%%/libs/config/doc/html/boost_config/rationale.html -%%DOCSDIR%%/libs/config/doc/html/index.html -%%DOCSDIR%%/libs/config/index.html -%%DOCSDIR%%/libs/container/doc/html/images/stable_vector.png -%%DOCSDIR%%/libs/container/example/Jamfile.v2 -%%DOCSDIR%%/libs/container/example/doc_emplace.cpp -%%DOCSDIR%%/libs/container/example/doc_move_containers.cpp -%%DOCSDIR%%/libs/container/example/doc_recursive_containers.cpp -%%DOCSDIR%%/libs/container/example/doc_type_erasure.cpp -%%DOCSDIR%%/libs/container/index.html -%%DOCSDIR%%/libs/context/doc/html/context/acknowledgements.html -%%DOCSDIR%%/libs/context/doc/html/context/context.html -%%DOCSDIR%%/libs/context/doc/html/context/context/boost_fcontext.html -%%DOCSDIR%%/libs/context/doc/html/context/overview.html -%%DOCSDIR%%/libs/context/doc/html/context/performance.html -%%DOCSDIR%%/libs/context/doc/html/context/rationale.html -%%DOCSDIR%%/libs/context/doc/html/context/rationale/other_apis_.html -%%DOCSDIR%%/libs/context/doc/html/context/rationale/x86_and_floating_point_env.html -%%DOCSDIR%%/libs/context/doc/html/context/reference.html -%%DOCSDIR%%/libs/context/doc/html/context/requirements.html -%%DOCSDIR%%/libs/context/doc/html/context/stack.html -%%DOCSDIR%%/libs/context/doc/html/context/todo.html -%%DOCSDIR%%/libs/context/doc/html/index.html -%%DOCSDIR%%/libs/context/example/Jamfile.v2 -%%DOCSDIR%%/libs/context/example/exit.cpp -%%DOCSDIR%%/libs/context/example/jump.cpp -%%DOCSDIR%%/libs/context/example/simple_stack_allocator.hpp -%%DOCSDIR%%/libs/context/example/transfer.cpp -%%DOCSDIR%%/libs/context/index.html -%%DOCSDIR%%/libs/conversion/cast.htm -%%DOCSDIR%%/libs/conversion/example/args_to_numbers.cpp -%%DOCSDIR%%/libs/conversion/example/generic_stringize.cpp -%%DOCSDIR%%/libs/conversion/example/small_examples.cpp -%%DOCSDIR%%/libs/conversion/example/variant_to_long_double.cpp -%%DOCSDIR%%/libs/conversion/index.html -%%DOCSDIR%%/libs/conversion/lexical_cast.htm -%%DOCSDIR%%/libs/coroutine/doc/foo_bar.png -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/acknowledgements.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/attributes.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/unidirect.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/unidirect/pull_coro.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/unidirect/push_coro.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/intro.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/motivation.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/overview.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/performance.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/segmented_stack.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_allocator.html -%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_context.html -%%DOCSDIR%%/libs/coroutine/doc/html/index.html -%%DOCSDIR%%/libs/coroutine/doc/images/foo_bar.png -%%DOCSDIR%%/libs/coroutine/doc/images/foo_bar_seq.png -%%DOCSDIR%%/libs/coroutine/doc/images/fringe.png -%%DOCSDIR%%/libs/coroutine/example/c++11/fibonacci.cpp -%%DOCSDIR%%/libs/coroutine/example/c++11/same_fringe.cpp -%%DOCSDIR%%/libs/coroutine/example/c++11/tree.h -%%DOCSDIR%%/libs/coroutine/example/cpp03/Jamfile.v2 -%%DOCSDIR%%/libs/coroutine/example/cpp03/chaining.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/echo.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/echosse.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/fibonacci.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/layout.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/parallel.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/power.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/same_fringe.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/segmented_stack.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp03/tree.h -%%DOCSDIR%%/libs/coroutine/example/cpp03/unwind.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp11/Jamfile.v2 -%%DOCSDIR%%/libs/coroutine/example/cpp11/await_emu.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp11/fibonacci.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp11/layout.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp11/same_fringe.cpp -%%DOCSDIR%%/libs/coroutine/example/cpp11/tree.h -%%DOCSDIR%%/libs/coroutine/index.html -%%DOCSDIR%%/libs/crc/crc.html -%%DOCSDIR%%/libs/crc/crc_example.cpp -%%DOCSDIR%%/libs/crc/index.html -%%DOCSDIR%%/libs/date_time/doc/index.html -%%DOCSDIR%%/libs/date_time/doc/time_duration_inherit.png -%%DOCSDIR%%/libs/date_time/example/Jamfile -%%DOCSDIR%%/libs/date_time/example/gregorian/Jamfile.v2 -%%DOCSDIR%%/libs/date_time/example/gregorian/date_serialization_demo.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/dates_as_strings.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/days_alive.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/days_between_new_years.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/days_since_year_start.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/days_till_new_year.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/end_of_month_day.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/find_last_day_of_months.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/localization.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/month_add.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/period_calc.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/print_holidays.cpp -%%DOCSDIR%%/libs/date_time/example/gregorian/print_month.cpp -%%DOCSDIR%%/libs/date_time/example/local_time/calc_rules.cpp -%%DOCSDIR%%/libs/date_time/example/local_time/flight.cpp -%%DOCSDIR%%/libs/date_time/example/local_time/local_date_time.cpp -%%DOCSDIR%%/libs/date_time/example/local_time/seconds_since_epoch.cpp -%%DOCSDIR%%/libs/date_time/example/local_time/simple_time_zone.cpp -%%DOCSDIR%%/libs/date_time/example/posix_time/Jamfile.v2 -%%DOCSDIR%%/libs/date_time/example/posix_time/local_utc_conversion.cpp -%%DOCSDIR%%/libs/date_time/example/posix_time/print_hours.cpp -%%DOCSDIR%%/libs/date_time/example/posix_time/time_math.cpp -%%DOCSDIR%%/libs/date_time/example/posix_time/time_periods.cpp -%%DOCSDIR%%/libs/date_time/example/tutorial/io_tutorial.cpp -%%DOCSDIR%%/libs/date_time/index.html -%%DOCSDIR%%/libs/date_time/xmldoc/date_time_docs_howto.html -%%DOCSDIR%%/libs/disjoint_sets/bibliography.html -%%DOCSDIR%%/libs/disjoint_sets/disjoint_sets.html -%%DOCSDIR%%/libs/disjoint_sets/index.html -%%DOCSDIR%%/libs/dynamic_bitset/dynamic_bitset.html -%%DOCSDIR%%/libs/dynamic_bitset/example/Jamfile -%%DOCSDIR%%/libs/dynamic_bitset/example/example1.cpp -%%DOCSDIR%%/libs/dynamic_bitset/example/example2.cpp -%%DOCSDIR%%/libs/dynamic_bitset/example/example3.cpp -%%DOCSDIR%%/libs/dynamic_bitset/example/timing_tests.cpp -%%DOCSDIR%%/libs/dynamic_bitset/index.html -%%DOCSDIR%%/libs/exception/doc/BOOST_THROW_EXCEPTION.html -%%DOCSDIR%%/libs/exception/doc/boost-exception.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_all_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_current_exception_cast_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_diagnostic_information_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_enable_current_exception_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_enable_error_info_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_api_function_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_at_line_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_errno_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_file_handle_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_file_name_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_file_open_mode_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_nested_exception_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_type_info_name_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_error_info_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_exception_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_get_error_info_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_info_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_info_tuple_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_exception_ptr_hpp.html -%%DOCSDIR%%/libs/exception/doc/boost_throw_exception_hpp.html -%%DOCSDIR%%/libs/exception/doc/configuration_macros.html -%%DOCSDIR%%/libs/exception/doc/copy_exception.html -%%DOCSDIR%%/libs/exception/doc/current_exception.html -%%DOCSDIR%%/libs/exception/doc/current_exception_cast.html -%%DOCSDIR%%/libs/exception/doc/current_exception_diagnostic_information.html -%%DOCSDIR%%/libs/exception/doc/diagnostic_information.html -%%DOCSDIR%%/libs/exception/doc/diagnostic_information_what.html -%%DOCSDIR%%/libs/exception/doc/enable_current_exception.html -%%DOCSDIR%%/libs/exception/doc/enable_error_info.html -%%DOCSDIR%%/libs/exception/doc/errinfo_api_function.html -%%DOCSDIR%%/libs/exception/doc/errinfo_at_line.html -%%DOCSDIR%%/libs/exception/doc/errinfo_errno.html -%%DOCSDIR%%/libs/exception/doc/errinfo_file_handle.html -%%DOCSDIR%%/libs/exception/doc/errinfo_file_name.html -%%DOCSDIR%%/libs/exception/doc/errinfo_file_open_mode.html -%%DOCSDIR%%/libs/exception/doc/errinfo_nested_exception.html -%%DOCSDIR%%/libs/exception/doc/errinfo_type_info_name.html -%%DOCSDIR%%/libs/exception/doc/error_info.html -%%DOCSDIR%%/libs/exception/doc/error_info_error_info.html -%%DOCSDIR%%/libs/exception/doc/error_info_value.html -%%DOCSDIR%%/libs/exception/doc/error_info_value_type.html -%%DOCSDIR%%/libs/exception/doc/exception.html -%%DOCSDIR%%/libs/exception/doc/exception_constructors.html -%%DOCSDIR%%/libs/exception/doc/exception_destructor.html -%%DOCSDIR%%/libs/exception/doc/exception_operator_shl.html -%%DOCSDIR%%/libs/exception/doc/exception_ptr.html -%%DOCSDIR%%/libs/exception/doc/exception_types_as_simple_semantic_tags.html -%%DOCSDIR%%/libs/exception/doc/frequently_asked_questions.html -%%DOCSDIR%%/libs/exception/doc/functions.html -%%DOCSDIR%%/libs/exception/doc/get_error_info.html -%%DOCSDIR%%/libs/exception/doc/headers.html -%%DOCSDIR%%/libs/exception/doc/macros.html -%%DOCSDIR%%/libs/exception/doc/motivation.html -%%DOCSDIR%%/libs/exception/doc/original_exception_type.html -%%DOCSDIR%%/libs/exception/doc/page_idx.html -%%DOCSDIR%%/libs/exception/doc/reno.css -%%DOCSDIR%%/libs/exception/doc/rethrow_exception.html -%%DOCSDIR%%/libs/exception/doc/shade-l.png -%%DOCSDIR%%/libs/exception/doc/shade-r.png -%%DOCSDIR%%/libs/exception/doc/synopsis.html -%%DOCSDIR%%/libs/exception/doc/throw_exception.html -%%DOCSDIR%%/libs/exception/doc/tuple_operator_shl.html -%%DOCSDIR%%/libs/exception/doc/tutorial_diagnostic_information.html -%%DOCSDIR%%/libs/exception/doc/tutorial_enable_error_info.html -%%DOCSDIR%%/libs/exception/doc/tutorial_exception_ptr.html -%%DOCSDIR%%/libs/exception/doc/tutorial_transporting_data.html -%%DOCSDIR%%/libs/exception/doc/types.html -%%DOCSDIR%%/libs/exception/doc/unknown_exception.html -%%DOCSDIR%%/libs/exception/doc/using_virtual_inheritance_in_exception_types.html -%%DOCSDIR%%/libs/exception/doc/valid-css.png -%%DOCSDIR%%/libs/exception/doc/valid-xhtml.png -%%DOCSDIR%%/libs/exception/example/Jamfile -%%DOCSDIR%%/libs/exception/example/cloning_1.cpp -%%DOCSDIR%%/libs/exception/example/cloning_2.cpp -%%DOCSDIR%%/libs/exception/example/enable_error_info.cpp -%%DOCSDIR%%/libs/exception/example/errinfos.cpp -%%DOCSDIR%%/libs/exception/example/error_info_1.cpp -%%DOCSDIR%%/libs/exception/example/error_info_2.cpp -%%DOCSDIR%%/libs/exception/example/example_io.cpp -%%DOCSDIR%%/libs/exception/example/info_tuple.cpp -%%DOCSDIR%%/libs/exception/example/logging.cpp -%%DOCSDIR%%/libs/exception/index.html -%%DOCSDIR%%/libs/filesystem/doc/deprecated.html -%%DOCSDIR%%/libs/filesystem/doc/design.htm -%%DOCSDIR%%/libs/filesystem/doc/do_list.html -%%DOCSDIR%%/libs/filesystem/doc/faq.htm -%%DOCSDIR%%/libs/filesystem/doc/index.htm -%%DOCSDIR%%/libs/filesystem/doc/portability_guide.htm -%%DOCSDIR%%/libs/filesystem/doc/reference.html -%%DOCSDIR%%/libs/filesystem/doc/release_history.html -%%DOCSDIR%%/libs/filesystem/doc/src/boost_snippets.html -%%DOCSDIR%%/libs/filesystem/doc/src/source.html -%%DOCSDIR%%/libs/filesystem/doc/src/tr2_snippets.html -%%DOCSDIR%%/libs/filesystem/doc/tutorial.html -%%DOCSDIR%%/libs/filesystem/doc/v3.html -%%DOCSDIR%%/libs/filesystem/doc/v3_design.html -%%DOCSDIR%%/libs/filesystem/example/Jamfile.v2 -%%DOCSDIR%%/libs/filesystem/example/error_demo.cpp -%%DOCSDIR%%/libs/filesystem/example/file_size.cpp -%%DOCSDIR%%/libs/filesystem/example/file_status.cpp -%%DOCSDIR%%/libs/filesystem/example/mbcopy.cpp -%%DOCSDIR%%/libs/filesystem/example/mbpath.cpp -%%DOCSDIR%%/libs/filesystem/example/mbpath.hpp -%%DOCSDIR%%/libs/filesystem/example/path_info.cpp -%%DOCSDIR%%/libs/filesystem/example/simple_ls.cpp -%%DOCSDIR%%/libs/filesystem/example/stems.cpp -%%DOCSDIR%%/libs/filesystem/example/tchar.cpp -%%DOCSDIR%%/libs/filesystem/example/test/Jamfile.v2 -%%DOCSDIR%%/libs/filesystem/example/test/bld.bat -%%DOCSDIR%%/libs/filesystem/example/test/bld.sh -%%DOCSDIR%%/libs/filesystem/example/test/setup.bat -%%DOCSDIR%%/libs/filesystem/example/test/setup.sh -%%DOCSDIR%%/libs/filesystem/example/tut0.cpp -%%DOCSDIR%%/libs/filesystem/example/tut1.cpp -%%DOCSDIR%%/libs/filesystem/example/tut2.cpp -%%DOCSDIR%%/libs/filesystem/example/tut3.cpp -%%DOCSDIR%%/libs/filesystem/example/tut4.cpp -%%DOCSDIR%%/libs/filesystem/example/tut5.cpp -%%DOCSDIR%%/libs/filesystem/example/tut6a.cpp -%%DOCSDIR%%/libs/filesystem/example/tut6b.cpp -%%DOCSDIR%%/libs/filesystem/example/tut6c.cpp -%%DOCSDIR%%/libs/filesystem/index.html -%%DOCSDIR%%/libs/flyweight/doc/acknowledgements.html -%%DOCSDIR%%/libs/flyweight/doc/examples.html -%%DOCSDIR%%/libs/flyweight/doc/future_work.html -%%DOCSDIR%%/libs/flyweight/doc/html.png -%%DOCSDIR%%/libs/flyweight/doc/index.html -%%DOCSDIR%%/libs/flyweight/doc/memory.png -%%DOCSDIR%%/libs/flyweight/doc/memory_gcc_344.png -%%DOCSDIR%%/libs/flyweight/doc/memory_msvc_80.png -%%DOCSDIR%%/libs/flyweight/doc/next.gif -%%DOCSDIR%%/libs/flyweight/doc/performance.html -%%DOCSDIR%%/libs/flyweight/doc/prev.gif -%%DOCSDIR%%/libs/flyweight/doc/reference/factories.html -%%DOCSDIR%%/libs/flyweight/doc/reference/flyweight.html -%%DOCSDIR%%/libs/flyweight/doc/reference/holders.html -%%DOCSDIR%%/libs/flyweight/doc/reference/index.html -%%DOCSDIR%%/libs/flyweight/doc/reference/key_value.html -%%DOCSDIR%%/libs/flyweight/doc/reference/locking.html -%%DOCSDIR%%/libs/flyweight/doc/reference/tags.html -%%DOCSDIR%%/libs/flyweight/doc/reference/tracking.html -%%DOCSDIR%%/libs/flyweight/doc/release_notes.html -%%DOCSDIR%%/libs/flyweight/doc/style.css -%%DOCSDIR%%/libs/flyweight/doc/tests.html -%%DOCSDIR%%/libs/flyweight/doc/time_gcc_344.png -%%DOCSDIR%%/libs/flyweight/doc/time_msvc_80.png -%%DOCSDIR%%/libs/flyweight/doc/tutorial/basics.html -%%DOCSDIR%%/libs/flyweight/doc/tutorial/configuration.html -%%DOCSDIR%%/libs/flyweight/doc/tutorial/extension.html -%%DOCSDIR%%/libs/flyweight/doc/tutorial/flyweight_rep.png -%%DOCSDIR%%/libs/flyweight/doc/tutorial/index.html -%%DOCSDIR%%/libs/flyweight/doc/tutorial/key_value.html -%%DOCSDIR%%/libs/flyweight/doc/tutorial/lambda_expressions.html -%%DOCSDIR%%/libs/flyweight/doc/tutorial/technical.html -%%DOCSDIR%%/libs/flyweight/doc/up.gif -%%DOCSDIR%%/libs/flyweight/example/Jamfile.v2 -%%DOCSDIR%%/libs/flyweight/example/basic.cpp -%%DOCSDIR%%/libs/flyweight/example/composite.cpp -%%DOCSDIR%%/libs/flyweight/example/custom_factory.cpp -%%DOCSDIR%%/libs/flyweight/example/fibonacci.cpp -%%DOCSDIR%%/libs/flyweight/example/html.cpp -%%DOCSDIR%%/libs/flyweight/example/key_value.cpp -%%DOCSDIR%%/libs/flyweight/example/perf.cpp -%%DOCSDIR%%/libs/flyweight/index.html -%%DOCSDIR%%/libs/foreach/index.html -%%DOCSDIR%%/libs/format/doc/choices.html -%%DOCSDIR%%/libs/format/doc/format.html -%%DOCSDIR%%/libs/format/example/Jamfile -%%DOCSDIR%%/libs/format/example/sample_advanced.cpp -%%DOCSDIR%%/libs/format/example/sample_formats.cpp -%%DOCSDIR%%/libs/format/example/sample_new_features.cpp -%%DOCSDIR%%/libs/format/example/sample_userType.cpp -%%DOCSDIR%%/libs/format/index.html -%%DOCSDIR%%/libs/function/example/bind1st.cpp -%%DOCSDIR%%/libs/function/example/int_div.cpp -%%DOCSDIR%%/libs/function/example/sum_avg.cpp -%%DOCSDIR%%/libs/function/index.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/about_tag_types.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/acknowledgements.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/introduction.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/rationale.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/classification.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/decomposition.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/macros.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/synthesis.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/tag_types.html -%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/use_cases.html -%%DOCSDIR%%/libs/function_types/doc/html/index.html -%%DOCSDIR%%/libs/function_types/example/Jamfile -%%DOCSDIR%%/libs/function_types/example/detail/param_type.hpp -%%DOCSDIR%%/libs/function_types/example/fast_mem_fn.hpp -%%DOCSDIR%%/libs/function_types/example/fast_mem_fn_example.cpp -%%DOCSDIR%%/libs/function_types/example/interface.hpp -%%DOCSDIR%%/libs/function_types/example/interface_example.cpp -%%DOCSDIR%%/libs/function_types/example/interpreter.hpp -%%DOCSDIR%%/libs/function_types/example/interpreter_example.cpp -%%DOCSDIR%%/libs/function_types/example/macro_type_args.hpp -%%DOCSDIR%%/libs/function_types/example/macro_type_args_example.cpp -%%DOCSDIR%%/libs/function_types/example/result_of.hpp -%%DOCSDIR%%/libs/function_types/example/result_of_example.cpp -%%DOCSDIR%%/libs/function_types/index.html -%%DOCSDIR%%/libs/functional/binders.html -%%DOCSDIR%%/libs/functional/factory/doc/html/index.html -%%DOCSDIR%%/libs/functional/factory/index.html -%%DOCSDIR%%/libs/functional/forward/doc/html/index.html -%%DOCSDIR%%/libs/functional/forward/index.html -%%DOCSDIR%%/libs/functional/function_traits.html -%%DOCSDIR%%/libs/functional/hash/examples/Jamfile.v2 -%%DOCSDIR%%/libs/functional/hash/examples/books.cpp -%%DOCSDIR%%/libs/functional/hash/examples/books.hpp -%%DOCSDIR%%/libs/functional/hash/examples/point.cpp -%%DOCSDIR%%/libs/functional/hash/examples/portable.cpp -%%DOCSDIR%%/libs/functional/hash/examples/template.cpp -%%DOCSDIR%%/libs/functional/hash/examples/template.hpp -%%DOCSDIR%%/libs/functional/hash/index.html -%%DOCSDIR%%/libs/functional/index.html -%%DOCSDIR%%/libs/functional/mem_fun.html -%%DOCSDIR%%/libs/functional/negators.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONFIG_ARITY_MAX.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONFIG_OVERLOAD_MAX.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost/make_overloaded_function.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost/overloaded_function.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/acknowledgments.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/getting_started.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/tutorial.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/index.html -%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/reference.html -%%DOCSDIR%%/libs/functional/overloaded_function/index.html -%%DOCSDIR%%/libs/functional/ptr_fun.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/acknowledgements.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_adt.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_adt.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_struct_named.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_adt.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_struct.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_struct.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_struct_named.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_tpl_adt.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_tpl_struct.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/array.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/boost__array.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/boost__tuple.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_assoc_struct.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_assoc_tpl_struct.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_struct.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_struct_inline.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_tpl_struct.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_tpl_struct_inline.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/std__pair.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions/copy.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/iter_fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/reverse_fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/reverse_iter_fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/iter_fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/reverse_fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/reverse_iter_fold.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/change_log.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/back_extended_deque.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/cons.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_deque.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_deque.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/deque.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/front_extended_deque.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/deque_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_deque.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/deque_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_deque.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/list.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/map.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/set.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/vector.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension/ext_full.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension/iterator_facade.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension/sequence_facade.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/fused.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/limits.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/unfused.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/callable.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/poly.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/limits.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/introduction.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/associative_iterator.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/advance.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/deref.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/distance.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/next.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/prior.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/deref_data.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/key_of.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of_data.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/notes.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/organization.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/preface.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/quick_start.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/references.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/category_of.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/deduce.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/deduce_sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/is_sequence.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/is_view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/pair.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/tag_of.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/pairs.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/filter_view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/iterator_range.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/joint_view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/nview.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/repetitive_view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/reverse_view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/single_view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/transform_view.html -%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/zip_view.html -%%DOCSDIR%%/libs/fusion/doc/html/images/alert.png -%%DOCSDIR%%/libs/fusion/doc/html/images/caution.png -%%DOCSDIR%%/libs/fusion/doc/html/images/fusion_org.png -%%DOCSDIR%%/libs/fusion/doc/html/images/home.png -%%DOCSDIR%%/libs/fusion/doc/html/images/important.png -%%DOCSDIR%%/libs/fusion/doc/html/images/next.png -%%DOCSDIR%%/libs/fusion/doc/html/images/note.png -%%DOCSDIR%%/libs/fusion/doc/html/images/prev.png -%%DOCSDIR%%/libs/fusion/doc/html/images/smiley.png -%%DOCSDIR%%/libs/fusion/doc/html/images/tip.png -%%DOCSDIR%%/libs/fusion/doc/html/images/up.png -%%DOCSDIR%%/libs/fusion/doc/html/images/warning.png -%%DOCSDIR%%/libs/fusion/doc/html/index.html -%%DOCSDIR%%/libs/fusion/example/cookbook/do_the_bind.cpp -%%DOCSDIR%%/libs/fusion/example/cookbook/fill_em_up.cpp -%%DOCSDIR%%/libs/fusion/example/extension/Jamfile -%%DOCSDIR%%/libs/fusion/example/extension/detail/advance_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/at_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/at_key_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/begin_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/category_of_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/deref_data_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/deref_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/distance_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/end_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/equal_to_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/has_key_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/is_sequence_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/is_view_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/key_of_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/next_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/prior_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/size_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/value_at_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/value_at_key_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/value_of_data_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/detail/value_of_impl.hpp -%%DOCSDIR%%/libs/fusion/example/extension/example_struct.hpp -%%DOCSDIR%%/libs/fusion/example/extension/example_struct_iterator.hpp -%%DOCSDIR%%/libs/fusion/example/extension/example_struct_type.hpp -%%DOCSDIR%%/libs/fusion/example/extension/tag_of.hpp -%%DOCSDIR%%/libs/fusion/example/extension/test_example.cpp -%%DOCSDIR%%/libs/fusion/example/extension/triple.cpp -%%DOCSDIR%%/libs/fusion/example/performance/Jamfile -%%DOCSDIR%%/libs/fusion/example/performance/accumulate.cpp -%%DOCSDIR%%/libs/fusion/example/performance/functional.cpp -%%DOCSDIR%%/libs/fusion/example/performance/inner_product.cpp -%%DOCSDIR%%/libs/fusion/example/performance/inner_product2.cpp -%%DOCSDIR%%/libs/fusion/example/performance/measure.hpp -%%DOCSDIR%%/libs/fusion/example/performance/sequence_efficiency.cpp -%%DOCSDIR%%/libs/fusion/example/performance/timings.txt -%%DOCSDIR%%/libs/fusion/example/performance/zip_efficiency.cpp -%%DOCSDIR%%/libs/fusion/index.html -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/ggl_doxygen_footer.html -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/ggl_doxygen_header.html -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/07_graph_route_example_svg.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/07_graph_route_example_text.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/centroid_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/centroid_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/clip_linestring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/clip_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/clip_segment_segment.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/combine_box_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/combine_box_point.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/convexhull_polygon_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/envelope_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/linestring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/multi_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/output_main.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_float.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_stars.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_triangle_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_triangles.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/set_a_ac.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/set_adapt_turns.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/set_int_right_union_left.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/simplify_example.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/simplify_linestring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/speed_comparison.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_convex_hull_cities.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_convex_hull_country.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_countries.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_polygon_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_polygon_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_ring_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_ring_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_roads.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_simplify_country.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_simplify_road.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_polygon_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_polygon_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_ring_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_ring_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/union_box_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/within_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/within_polygon_example.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/within_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/x01_qt_example_output.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/x02_numeric_adaptor_example_output.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/pages/doxygen_examples.hpp -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/07_graph_route_example_svg.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/07_graph_route_example_text.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/centroid_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/centroid_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/clip_linestring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/clip_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/combine_box_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/combine_box_point.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/doxygen.css -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/doxygen.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/envelope_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/accepted_by_boost.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/draft.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/ggl-logo-big.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/proposed_boost.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/output_main.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/set_a_ac.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/set_adapt_turns.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/set_int_right_union_left.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/simplify_linestring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_convex_hull_cities.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_convex_hull_country.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_countries.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_polygon_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_polygon_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_ring_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_ring_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_roads.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_simplify_country.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_simplify_road.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_polygon_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_polygon_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_ring_box.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_ring_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_b.gif -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_l.gif -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_r.gif -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tabs.css -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/within_polygon.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/within_ring.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/x01_qt_example_output.png -%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/x02_numeric_adaptor_example_output.png -%%DOCSDIR%%/libs/geometry/doc/html/geometry/aboutdoc.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/acknowledgments.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/compilation.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/design.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples/example__adapting_a_legacy_geometry_object_model.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples/example_source_code__adapting_a_legacy_geometry_object_model.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/indexes.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/indexes/alphabetical_index.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/indexes/matrix.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/introduction.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/quickstart.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1_const_version.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_1.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_1_with_index.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_as_radian.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1_const_version.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_2_with_index.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_from_radian.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_array.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_fusion.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/point_data.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/polygon_data.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/polygon_with_holes_data.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/rectangle_data.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/filtered.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/reversed.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/sliced.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/strided.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_tuple.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/c_array.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box_2d_4values.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box_templated.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_linestring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_linestring_templated.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_linestring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_linestring_templated.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_point_templated.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_polygon.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_polygon_templated.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d_const.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d_get_set.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d_const.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d_get_set.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_ring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_ring_templated.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/append.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/area.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/area/area_1.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/area/area_2_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_inverse.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_points.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_3_2_coordinate_values.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_4_3_coordinate_values.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_5_4_coordinate_values.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_zero.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/return_buffer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/centroid_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/centroid_3_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/return_centroid_1.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/return_centroid_2_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/clear.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/convert.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/convex_hull.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/correct.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_3_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/difference.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/disjoint.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/comparable_distance.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_3_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/envelope.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/envelope/envelope.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/envelope/return_envelope.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/equals.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/expand.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_segment.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersection.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_1_one_geometry.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_2_two_geometries.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length/length_1.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length/length_2_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_2_2_coordinate_values.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_3_3_coordinate_values.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_inverse.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_zero.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_geometries.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_interior_rings.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_points.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/overlaps.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter/perimeter_1.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter/perimeter_2_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/reverse.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/simplify.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/simplify/simplify_3.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/simplify/simplify_4_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/sym_difference.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/touches.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/touches/touches_1_one_geometry.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/touches/touches_2_two_geometries.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/transform.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/transform/transform_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/transform/transform_3_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/union_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/unique.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/within.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/within/within_2.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/within/within_3_with_strategy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/add_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/add_value.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/assign_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/assign_value.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/divide_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/divide_value.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/dot_product.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/multiply_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/multiply_value.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/subtract_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/subtract_value.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_box.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_linestring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_multi_linestring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_multi_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_multi_polygon.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_polygon.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_ring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_segment.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/constants.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/constants/max_corner.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/constants/min_corner.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/closure.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/coordinate_system.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/coordinate_type.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/cs_tag.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/degree.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/dimension.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/interior_type.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/is_radian.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/point_order.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/point_type.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/radian.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/ring_type.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/tag.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/tag_cast.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_cartesian.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_geographic.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_spherical.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_spherical_equatorial.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/closure_selector.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/order_selector.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions/centroid_exception.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions/exception.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg/svg.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg/svg_mapper.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/wkt.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators/closing_iterator.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators/ever_circling_iterator.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_box.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_d2_point_xy.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_linestring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_multi_linestring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_multi_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_multi_polygon.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_polygon.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_referring_segment.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_ring.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_segment.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/_rtree__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/bounds__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/clear__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/count_valueorindexable_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/empty__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/get_allocator__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/indexable_get__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_iterator__iterator_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_range_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_value_type_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree____.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/parameters__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/qbegin_predicates_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/qend__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/query_predicates_const____outiter_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_iterator__iterator_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_range_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_value_type_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_iterator__iterator_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_range_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree____.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_____allocator_type_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const____allocator_type_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/size__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/swap_rtree___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/value_eq__.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__adaptors.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__adaptors/queried_predicates_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__inserters.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__inserters/inserter_container___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/contains_geometry_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/covered_by_geometry_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/covers_geometry_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/disjoint_geometry_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/intersects_geometry_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/nearest_point_const____unsigned_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/overlaps_geometry_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/satisfies_unarypredicate_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/within_geometry_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/bounds_rtree______const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/clear_rtree________.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/empty_rtree______const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________iterator__iterator_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________range_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________value_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/qbegin_rtree______const____predicates_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/qend_rtree______const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/query_rtree______const____predicates_const____outiter_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________iterator__iterator_.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________range_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________value_const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/size_rtree______const___.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/swap_rtree_________rtree________.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers/boost__geometry__index__equal_to.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers/boost__geometry__index__indexable.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_linear.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_quadratic.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_rstar.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__linear.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__quadratic.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__rstar.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_area_huiller.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_area_surveyor.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_average.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_bashein_detmer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_convex_hull_graham_andrew.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_cross_track.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_haversine.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_projected_point.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_cross_track.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_triangle.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_spherical_side_formula.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_simplify_douglas_peucker.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_inverse_transformer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_map_transformer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_rotate_transformer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_scale_transformer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_translate_transformer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_ublas_transformer.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_within_crossings_multiply.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_within_franklin.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_within_winding.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/box_view.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/closeable_view.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/identity_view.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/reversible_view.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/segment_view.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/release_notes.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/creation_and_modification.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/queries.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_iterators_of_a_map_storing_variant_geometries.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_polygons_stored_in_vector.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_shared_pointers_to_polygons.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_stored_in_shared_memory_using_boost_interprocess.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/quick_start.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/specializing_index__indexable_function_object___storing_shared_pointers_in_the_rtree.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/using_indexablegetter_function_object___storing_indexes_of_external_container_s_elements.html -%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_quickstart.html -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/centroid.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/convex_hull.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/difference_a.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/difference_b.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/envelope.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/intersection.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/return_envelope.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/sym_difference.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/union.png -%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/within.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/build_non_ovl.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/build_ovl.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/bulk.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/disjoint.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_linestring.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_mpoly.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_poly.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_ring.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_segment.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/linear.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/overlaps.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/path.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/quadratic.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/query_non_ovl.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/query_ovl.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rstar.png -%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/within.png -%%DOCSDIR%%/libs/geometry/doc/html/img/io/svg_mapper.png -%%DOCSDIR%%/libs/geometry/doc/html/img/nyi.png -%%DOCSDIR%%/libs/geometry/doc/html/img/ok.png -%%DOCSDIR%%/libs/geometry/doc/html/index.html -%%DOCSDIR%%/libs/geometry/doc/html/svg_simplify_country.png -%%DOCSDIR%%/libs/geometry/doc/html/svg_simplify_road.png -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/interprocess.cpp -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_shared_ptr.cpp -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_vector.cpp -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/quick_start.cpp -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_index.cpp -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_shared_ptr.cpp -%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/variants_map.cpp -%%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/manual.html -%%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/src/examples/apple_example.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/append.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/area.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_points.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/centroid.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/clear.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/comparable_distance.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/convert.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/convex_hull.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/correct.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_overlay.hpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_two.hpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/difference.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/distance.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/envelope.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/equals.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/expand.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/length.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_points.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/return_envelope.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/reverse.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/simplify.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/simplify_insert.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/simplify_insert_with_strategy.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/transform.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/transform_with_strategy.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/union.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/unique.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/within.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/closure.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/coordinate_dimension.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/coordinate_system.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/coordinate_type.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/degree_radian.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/get_box.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/get_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/interior_type.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/point_order.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/point_type.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/ring_type.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/rings.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/set_box.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/set_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/tag.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/core/tag_cast.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_array.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_fusion.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/filtered.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/reversed.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/sliced.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/strided.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/uniqued.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_tuple.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/c_array.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/box.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/box_2d_4values.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/box_templated.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/linestring.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/linestring_templated.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_linestring.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_point_templated.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_polygon.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/point.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/ring.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/ring_templated.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/io/svg.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/quick_start.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/views/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/doc/src/examples/views/box_view.cpp -%%DOCSDIR%%/libs/geometry/doc/src/examples/views/segment_view.cpp -%%DOCSDIR%%/libs/geometry/example/01_point_example.cpp -%%DOCSDIR%%/libs/geometry/example/02_linestring_example.cpp -%%DOCSDIR%%/libs/geometry/example/03_polygon_example.cpp -%%DOCSDIR%%/libs/geometry/example/04_boost_example.cpp -%%DOCSDIR%%/libs/geometry/example/05_a_overlay_polygon_example.cpp -%%DOCSDIR%%/libs/geometry/example/05_b_overlay_linestring_polygon_example.cpp -%%DOCSDIR%%/libs/geometry/example/06_a_transformation_example.cpp -%%DOCSDIR%%/libs/geometry/example/06_b_transformation_example.cpp -%%DOCSDIR%%/libs/geometry/example/07_a_graph_route_example.cpp -%%DOCSDIR%%/libs/geometry/example/07_b_graph_route_example.cpp -%%DOCSDIR%%/libs/geometry/example/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/example/c01_custom_point_example.cpp -%%DOCSDIR%%/libs/geometry/example/c02_custom_box_example.cpp -%%DOCSDIR%%/libs/geometry/example/c03_custom_linestring_example.cpp -%%DOCSDIR%%/libs/geometry/example/c04_a_custom_triangle_example.cpp -%%DOCSDIR%%/libs/geometry/example/c04_b_custom_triangle_example.cpp -%%DOCSDIR%%/libs/geometry/example/c05_custom_point_pointer_example.cpp -%%DOCSDIR%%/libs/geometry/example/c06_custom_polygon_example.cpp -%%DOCSDIR%%/libs/geometry/example/c07_custom_ring_pointer_example.cpp -%%DOCSDIR%%/libs/geometry/example/c08_custom_non_std_example.cpp -%%DOCSDIR%%/libs/geometry/example/c09_custom_fusion_example.cpp -%%DOCSDIR%%/libs/geometry/example/c10_custom_cs_example.cpp -%%DOCSDIR%%/libs/geometry/example/c11_custom_cs_transform_example.cpp -%%DOCSDIR%%/libs/geometry/example/data/cities.sql -%%DOCSDIR%%/libs/geometry/example/data/cities.wkt -%%DOCSDIR%%/libs/geometry/example/data/roads.wkt -%%DOCSDIR%%/libs/geometry/example/data/world.wkt -%%DOCSDIR%%/libs/geometry/example/ml01_multipolygon_simplify.cpp -%%DOCSDIR%%/libs/geometry/example/ml02_distance_strategy.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/gd-2.0.35/boost_geometry_readme.txt -%%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/shapelib-1.3.0b2/boost_geometry_readme.txt -%%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/soci-3.1.0/boost_geometry_readme.txt -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x01_qt_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x02_gd_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_a_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_b_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_c_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_d_soci_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x05_shapelib_example.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper.cpp -%%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper_readme.txt -%%DOCSDIR%%/libs/geometry/index.html -%%DOCSDIR%%/libs/geometry/index/example/3d_benchmark.cpp -%%DOCSDIR%%/libs/geometry/index/example/Jamfile.v2 -%%DOCSDIR%%/libs/geometry/index/example/benchmark.cpp -%%DOCSDIR%%/libs/geometry/index/example/benchmark2.cpp -%%DOCSDIR%%/libs/geometry/index/example/benchmark3.cpp -%%DOCSDIR%%/libs/geometry/index/example/benchmark_experimental.cpp -%%DOCSDIR%%/libs/geometry/index/example/glut_vis.cpp -%%DOCSDIR%%/libs/geometry/index/example/random_test.cpp -%%DOCSDIR%%/libs/geometry/index/example/serialize.cpp -%%DOCSDIR%%/libs/gil/doc/adobe_logo.gif -%%DOCSDIR%%/libs/gil/doc/adobe_source.css -%%DOCSDIR%%/libs/gil/doc/boost.png -%%DOCSDIR%%/libs/gil/doc/doxygen/images/interleaved.jpg -%%DOCSDIR%%/libs/gil/doc/doxygen/images/mandel.jpg -%%DOCSDIR%%/libs/gil/doc/doxygen/images/monkey_steps.jpg -%%DOCSDIR%%/libs/gil/doc/doxygen/images/planar.jpg -%%DOCSDIR%%/libs/gil/doc/doxygen/images/step_iterator.gif -%%DOCSDIR%%/libs/gil/doc/html/adobe_source.css -%%DOCSDIR%%/libs/gil/doc/html/algorithm_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/annotated.html -%%DOCSDIR%%/libs/gil/doc/html/any__image_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/channel_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/classes.html -%%DOCSDIR%%/libs/gil/doc/html/cmyk_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/deprecated_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/device__n_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/dirs.html -%%DOCSDIR%%/libs/gil/doc/html/doxygen.png -%%DOCSDIR%%/libs/gil/doc/html/files.html -%%DOCSDIR%%/libs/gil/doc/html/functions.html -%%DOCSDIR%%/libs/gil/doc/html/functions_func.html -%%DOCSDIR%%/libs/gil/doc/html/functions_rela.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0001.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0001.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0002.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0002.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0003.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0003.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0004.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0004.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0005.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0005.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0006.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0006.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0007.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0007.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0008.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0008.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0009.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0009.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0010.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0010.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0011.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0011.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0012.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0012.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0013.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0013.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0014.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0014.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0015.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0015.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0016.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0016.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0017.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0017.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0018.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0018.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0019.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0019.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0020.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0020.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0021.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0021.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0022.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0022.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0023.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0023.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0024.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0024.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0025.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0025.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0026.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0026.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0027.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0027.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0028.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0028.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0029.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0029.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0030.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0030.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0031.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0031.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0032.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0032.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0033.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0033.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0034.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0034.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0035.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0035.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0036.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0036.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0037.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0037.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0038.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0038.png -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0039.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0040.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0041.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0042.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0043.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0044.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0045.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0046.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0047.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0048.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0049.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0050.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0051.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0052.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0053.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0054.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0055.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0056.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0057.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0058.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0059.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0060.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0061.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0062.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0063.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0064.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0065.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0066.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0067.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0068.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0069.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0070.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0071.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0072.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0073.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0074.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0075.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0076.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0077.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0078.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0079.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0080.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0081.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0082.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0083.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0084.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0085.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0086.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0087.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0088.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0089.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0090.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0091.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0092.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0093.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0094.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0095.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0096.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0097.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0098.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0099.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0100.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0101.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0102.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0103.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0104.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0105.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0106.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0107.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0108.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0109.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0110.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0111.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0112.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0113.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0114.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0115.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0116.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0117.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0118.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0119.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0120.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0121.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0122.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0123.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0124.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0125.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0126.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0127.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0128.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0129.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0130.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0131.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0132.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0133.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0134.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0135.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0136.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0137.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0138.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0139.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0140.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0141.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0142.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0143.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0144.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0145.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0146.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0147.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0148.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0149.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0150.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0151.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0152.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0153.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0154.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0155.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0156.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0157.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0158.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0159.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0160.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0161.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0162.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0163.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0164.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0165.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0166.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0167.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0168.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0169.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0170.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0171.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0172.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0173.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0174.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0175.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0176.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0177.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0178.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0179.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0180.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0181.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0182.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0183.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0184.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0185.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0186.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0187.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0188.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0189.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0190.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0191.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0192.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0193.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0194.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0195.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0196.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0197.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0198.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0199.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0200.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0201.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0202.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0203.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0204.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0205.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0206.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0207.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0208.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0209.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0210.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0211.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0212.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0213.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0214.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0215.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0216.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0217.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0218.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0219.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0220.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0221.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0222.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0223.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0224.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0225.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0226.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0227.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0228.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0229.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0230.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0231.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0232.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0233.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0234.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0235.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0236.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0237.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0238.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0239.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0240.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0241.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0242.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0243.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0244.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0245.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0246.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0247.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0248.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0249.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0250.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0251.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0252.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0253.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0254.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0255.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0256.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0257.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0258.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0259.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0260.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0261.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0262.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0263.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0264.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0265.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0266.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0267.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0268.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0269.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0270.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0271.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0272.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0273.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0274.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0275.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0276.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0277.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0278.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0279.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0280.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0281.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0282.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0283.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0284.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0285.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0286.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0287.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0288.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0289.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0290.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0291.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0292.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0293.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0294.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0295.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0296.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0297.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0298.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0299.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0300.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0301.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0302.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0303.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0304.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0305.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0306.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0307.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0308.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0309.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0310.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0311.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0312.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0313.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0314.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0315.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0316.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0317.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0318.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0319.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0320.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0321.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0322.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0323.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0324.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0325.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0326.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0327.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0328.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0329.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0330.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0331.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0332.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0333.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0334.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0335.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0336.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0337.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0338.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0339.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0340.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0341.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0342.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0343.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0344.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0345.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0346.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0347.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0348.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0349.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0350.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0351.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0352.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0353.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0354.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0355.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0356.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0357.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0358.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0359.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0360.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0361.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0362.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0363.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0364.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0365.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0366.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0367.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0368.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0369.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0370.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0371.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0372.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0373.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0374.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0375.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0376.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0377.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0378.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0379.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0380.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0381.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0382.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0383.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0384.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0385.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0386.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0387.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0388.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0389.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0390.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0391.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0392.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0393.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0394.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0395.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0396.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0397.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0398.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0399.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0400.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0401.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0402.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0403.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0404.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0405.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0406.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0407.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0408.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0409.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0410.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0411.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0412.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0413.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0414.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0415.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0416.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0417.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0418.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0419.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0420.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0421.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0422.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0423.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0424.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0425.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0426.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0427.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0428.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0429.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0430.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0431.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0432.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0433.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0434.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0435.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0436.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0437.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0438.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0439.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0440.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0441.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0442.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0443.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0444.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0445.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0446.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0447.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0448.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0449.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0450.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0451.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0452.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0453.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0454.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0455.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0456.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0457.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0458.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0459.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0460.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0461.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0462.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0463.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0464.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0465.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0466.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0467.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0468.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0469.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0470.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0471.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0472.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0473.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0474.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0475.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0476.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0477.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0478.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0479.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0480.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0481.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0482.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0483.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0484.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0485.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0486.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0487.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0488.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0489.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0490.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0491.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0492.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0493.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0494.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0495.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0496.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0497.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0498.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0499.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0500.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0501.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0502.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0503.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0504.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0505.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0506.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0507.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0508.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0509.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0510.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0511.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0512.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0513.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0514.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0515.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0516.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0517.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0518.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0519.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0520.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0521.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0522.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0523.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0524.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0525.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0526.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0527.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0528.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0529.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0530.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0531.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0532.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0533.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0534.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0535.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0536.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0537.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0538.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0539.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0540.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0541.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0542.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0543.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0544.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0545.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0546.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0547.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0548.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0549.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0550.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0551.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0552.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0553.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0554.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0555.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0556.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0557.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0558.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0559.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0560.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0561.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0562.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0563.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0564.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0565.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0566.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0567.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0568.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0569.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0570.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0571.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0572.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0573.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0574.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0575.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0576.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0577.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0578.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0579.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0580.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0581.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0582.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0583.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0584.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0585.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0586.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0587.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0588.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0589.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0590.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0591.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0592.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0593.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0594.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0595.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0596.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0597.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0598.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0599.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0600.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0601.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0602.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0603.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0604.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0605.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0606.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0607.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0608.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0609.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0610.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0611.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0612.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0613.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0614.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0615.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0616.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0617.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0618.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0619.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0620.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0621.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0622.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0623.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0624.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0625.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0626.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0627.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0628.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0629.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0630.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0631.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0632.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0633.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0634.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0635.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0636.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0637.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0638.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0639.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0640.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0641.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0642.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0643.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0644.html -%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0645.html -%%DOCSDIR%%/libs/gil/doc/html/gil__all_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/gildesignguide.html -%%DOCSDIR%%/libs/gil/doc/html/giltutorial.html -%%DOCSDIR%%/libs/gil/doc/html/gray_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/group___channel.html -%%DOCSDIR%%/libs/gil/doc/html/group___i_o.html -%%DOCSDIR%%/libs/gil/doc/html/group___image.html -%%DOCSDIR%%/libs/gil/doc/html/group___pixel.html -%%DOCSDIR%%/libs/gil/doc/html/group___point.html -%%DOCSDIR%%/libs/gil/doc/html/group___variant.html -%%DOCSDIR%%/libs/gil/doc/html/group__bits16.html -%%DOCSDIR%%/libs/gil/doc/html/group__bits16s.html -%%DOCSDIR%%/libs/gil/doc/html/group__bits32.html -%%DOCSDIR%%/libs/gil/doc/html/group__bits32f.html -%%DOCSDIR%%/libs/gil/doc/html/group__bits32s.html -%%DOCSDIR%%/libs/gil/doc/html/group__bits8.html -%%DOCSDIR%%/libs/gil/doc/html/group__bits8s.html -%%DOCSDIR%%/libs/gil/doc/html/hierarchy.html -%%DOCSDIR%%/libs/gil/doc/html/image_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/index.html -%%DOCSDIR%%/libs/gil/doc/html/interleaved.jpg -%%DOCSDIR%%/libs/gil/doc/html/io__error_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/jpeg__io_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/locator_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/mandel.jpg -%%DOCSDIR%%/libs/gil/doc/html/modules.html -%%DOCSDIR%%/libs/gil/doc/html/monkey_steps.jpg -%%DOCSDIR%%/libs/gil/doc/html/namespaceboost.html -%%DOCSDIR%%/libs/gil/doc/html/namespaces.html -%%DOCSDIR%%/libs/gil/doc/html/pages.html -%%DOCSDIR%%/libs/gil/doc/html/pixel_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/planar.jpg -%%DOCSDIR%%/libs/gil/doc/html/png__io_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/reduce_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/rgb_8hpp-source.html -%%DOCSDIR%%/libs/gil/doc/html/rgb_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/rgba_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/step_iterator.gif -%%DOCSDIR%%/libs/gil/doc/html/tiff__io_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/tutorial_8dox.html -%%DOCSDIR%%/libs/gil/doc/html/typedefs_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/utilities_8hpp.html -%%DOCSDIR%%/libs/gil/doc/html/variant_8hpp.html -%%DOCSDIR%%/libs/gil/doc/index.html -%%DOCSDIR%%/libs/gil/example/Makefile -%%DOCSDIR%%/libs/gil/example/README.txt -%%DOCSDIR%%/libs/gil/example/affine.cpp -%%DOCSDIR%%/libs/gil/example/convolution.cpp -%%DOCSDIR%%/libs/gil/example/dynamic_image.cpp -%%DOCSDIR%%/libs/gil/example/histogram.cpp -%%DOCSDIR%%/libs/gil/example/interleaved_ptr.cpp -%%DOCSDIR%%/libs/gil/example/interleaved_ptr.hpp -%%DOCSDIR%%/libs/gil/example/interleaved_ref.hpp -%%DOCSDIR%%/libs/gil/example/mandelbrot.cpp -%%DOCSDIR%%/libs/gil/example/packed_pixel.cpp -%%DOCSDIR%%/libs/gil/example/resize.cpp -%%DOCSDIR%%/libs/gil/example/test.jpg -%%DOCSDIR%%/libs/gil/example/x_gradient.cpp -%%DOCSDIR%%/libs/gil/index.html -%%DOCSDIR%%/libs/graph/doc/AStarHeuristic.html -%%DOCSDIR%%/libs/graph/doc/AStarVisitor.html -%%DOCSDIR%%/libs/graph/doc/AddEdgeVisitor.html -%%DOCSDIR%%/libs/graph/doc/AdjacencyGraph.html -%%DOCSDIR%%/libs/graph/doc/AdjacencyMatrix.html -%%DOCSDIR%%/libs/graph/doc/BFSVisitor.html -%%DOCSDIR%%/libs/graph/doc/BasicMatrix.html -%%DOCSDIR%%/libs/graph/doc/BellmanFordVisitor.html -%%DOCSDIR%%/libs/graph/doc/BidirectionalGraph.html -%%DOCSDIR%%/libs/graph/doc/Buffer.html -%%DOCSDIR%%/libs/graph/doc/ColorValue.html -%%DOCSDIR%%/libs/graph/doc/DFSVisitor.html -%%DOCSDIR%%/libs/graph/doc/DijkstraVisitor.html -%%DOCSDIR%%/libs/graph/doc/EdgeListGraph.html -%%DOCSDIR%%/libs/graph/doc/EdgeMutableGraph.html -%%DOCSDIR%%/libs/graph/doc/EventVisitor.html -%%DOCSDIR%%/libs/graph/doc/EventVisitorList.html -%%DOCSDIR%%/libs/graph/doc/Graph.html -%%DOCSDIR%%/libs/graph/doc/IncidenceGraph.html -%%DOCSDIR%%/libs/graph/doc/IteratorConstructibleGraph.html -%%DOCSDIR%%/libs/graph/doc/KeyedUpdatableQueue.html -%%DOCSDIR%%/libs/graph/doc/Monoid.html -%%DOCSDIR%%/libs/graph/doc/MutableGraph.html -%%DOCSDIR%%/libs/graph/doc/MutablePropertyGraph.html -%%DOCSDIR%%/libs/graph/doc/PlanarEmbedding.html -%%DOCSDIR%%/libs/graph/doc/PlanarFaceVisitor.html -%%DOCSDIR%%/libs/graph/doc/PropertyGraph.html -%%DOCSDIR%%/libs/graph/doc/PropertyTag.html -%%DOCSDIR%%/libs/graph/doc/TSPTourVisitor.html -%%DOCSDIR%%/libs/graph/doc/UpdatableQueue.html -%%DOCSDIR%%/libs/graph/doc/VertexAndEdgeListGraph.html -%%DOCSDIR%%/libs/graph/doc/VertexListGraph.html -%%DOCSDIR%%/libs/graph/doc/VertexMutableGraph.html -%%DOCSDIR%%/libs/graph/doc/acknowledgements.html -%%DOCSDIR%%/libs/graph/doc/adjacency_iterator.html -%%DOCSDIR%%/libs/graph/doc/adjacency_list.html -%%DOCSDIR%%/libs/graph/doc/adjacency_list_traits.html -%%DOCSDIR%%/libs/graph/doc/adjacency_matrix.html -%%DOCSDIR%%/libs/graph/doc/astar_heuristic.html -%%DOCSDIR%%/libs/graph/doc/astar_search.html -%%DOCSDIR%%/libs/graph/doc/astar_visitor.html -%%DOCSDIR%%/libs/graph/doc/bandwidth.html -%%DOCSDIR%%/libs/graph/doc/bc_clustering.html -%%DOCSDIR%%/libs/graph/doc/bellman_ford_shortest.html -%%DOCSDIR%%/libs/graph/doc/bellman_visitor.html -%%DOCSDIR%%/libs/graph/doc/betweenness_centrality.html -%%DOCSDIR%%/libs/graph/doc/bfs_visitor.html -%%DOCSDIR%%/libs/graph/doc/bgl-cover.jpg -%%DOCSDIR%%/libs/graph/doc/bgl_named_params.html -%%DOCSDIR%%/libs/graph/doc/bibliography.html -%%DOCSDIR%%/libs/graph/doc/biconnected_components.html -%%DOCSDIR%%/libs/graph/doc/boyer_myrvold.html -%%DOCSDIR%%/libs/graph/doc/boykov_kolmogorov_max_flow.html -%%DOCSDIR%%/libs/graph/doc/breadth_first_search.html -%%DOCSDIR%%/libs/graph/doc/breadth_first_visit.html -%%DOCSDIR%%/libs/graph/doc/bundles.html -%%DOCSDIR%%/libs/graph/doc/challenge.html -%%DOCSDIR%%/libs/graph/doc/circle_layout.html -%%DOCSDIR%%/libs/graph/doc/compressed_sparse_row.html -%%DOCSDIR%%/libs/graph/doc/connected_components.html -%%DOCSDIR%%/libs/graph/doc/constructing_algorithms.html -%%DOCSDIR%%/libs/graph/doc/copy_graph.html -%%DOCSDIR%%/libs/graph/doc/cuthill_mckee_ordering.html -%%DOCSDIR%%/libs/graph/doc/cycle_canceling.html -%%DOCSDIR%%/libs/graph/doc/dag_shortest_paths.html -%%DOCSDIR%%/libs/graph/doc/depth_first_search.html -%%DOCSDIR%%/libs/graph/doc/depth_first_visit.html -%%DOCSDIR%%/libs/graph/doc/dfs_visitor.html -%%DOCSDIR%%/libs/graph/doc/dijkstra_shortest_paths.html -%%DOCSDIR%%/libs/graph/doc/dijkstra_shortest_paths_no_color_map.html -%%DOCSDIR%%/libs/graph/doc/dijkstra_visitor.html -%%DOCSDIR%%/libs/graph/doc/directed_graph.html -%%DOCSDIR%%/libs/graph/doc/distance_recorder.html -%%DOCSDIR%%/libs/graph/doc/edge_coloring.html -%%DOCSDIR%%/libs/graph/doc/edge_list.html -%%DOCSDIR%%/libs/graph/doc/edge_predecessor_recorder.html -%%DOCSDIR%%/libs/graph/doc/edmonds_karp_max_flow.html -%%DOCSDIR%%/libs/graph/doc/erdos_renyi_generator.html -%%DOCSDIR%%/libs/graph/doc/exception.html -%%DOCSDIR%%/libs/graph/doc/faq.html -%%DOCSDIR%%/libs/graph/doc/figs/adj-list.gif -%%DOCSDIR%%/libs/graph/doc/figs/adj-list2.gif -%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix-graph.gif -%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix-graph2.gif -%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix-graph3.gif -%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix.gif -%%DOCSDIR%%/libs/graph/doc/figs/adj_list.gif -%%DOCSDIR%%/libs/graph/doc/figs/adj_matrix.gif -%%DOCSDIR%%/libs/graph/doc/figs/analogy.gif -%%DOCSDIR%%/libs/graph/doc/figs/back_edges.gif -%%DOCSDIR%%/libs/graph/doc/figs/betweenness_centrality.gif -%%DOCSDIR%%/libs/graph/doc/figs/bfs_example.gif -%%DOCSDIR%%/libs/graph/doc/figs/bfs_family.gif -%%DOCSDIR%%/libs/graph/doc/figs/bfs_visitor.gif -%%DOCSDIR%%/libs/graph/doc/figs/biconnected.png -%%DOCSDIR%%/libs/graph/doc/figs/bk_max_flow.gif -%%DOCSDIR%%/libs/graph/doc/figs/canonical_ordering.png -%%DOCSDIR%%/libs/graph/doc/figs/central_point_dominance.gif -%%DOCSDIR%%/libs/graph/doc/figs/concepts.gif -%%DOCSDIR%%/libs/graph/doc/figs/cr.jpg -%%DOCSDIR%%/libs/graph/doc/figs/dfs.gif -%%DOCSDIR%%/libs/graph/doc/figs/dfs_example.gif -%%DOCSDIR%%/libs/graph/doc/figs/dfs_family.gif -%%DOCSDIR%%/libs/graph/doc/figs/dfs_visitor.gif -%%DOCSDIR%%/libs/graph/doc/figs/digraph.gif -%%DOCSDIR%%/libs/graph/doc/figs/disjoint_set_family.gif -%%DOCSDIR%%/libs/graph/doc/figs/dominator-tree1.gif -%%DOCSDIR%%/libs/graph/doc/figs/dominator-tree2.gif -%%DOCSDIR%%/libs/graph/doc/figs/edge_list.gif -%%DOCSDIR%%/libs/graph/doc/figs/embedding_illustration.png -%%DOCSDIR%%/libs/graph/doc/figs/face_illustration.png -%%DOCSDIR%%/libs/graph/doc/figs/face_traversal_example.png -%%DOCSDIR%%/libs/graph/doc/figs/file_dep.gif -%%DOCSDIR%%/libs/graph/doc/figs/forward_or_cross_edges.gif -%%DOCSDIR%%/libs/graph/doc/figs/ga-circle.png -%%DOCSDIR%%/libs/graph/doc/figs/ga-heart.png -%%DOCSDIR%%/libs/graph/doc/figs/ga-square.png -%%DOCSDIR%%/libs/graph/doc/figs/graph_search.gif -%%DOCSDIR%%/libs/graph/doc/figs/grid_graph_indexed.png -%%DOCSDIR%%/libs/graph/doc/figs/grid_graph_unwrapped.png -%%DOCSDIR%%/libs/graph/doc/figs/grid_graph_wrapped.png -%%DOCSDIR%%/libs/graph/doc/figs/k_5_and_k_3_3.png -%%DOCSDIR%%/libs/graph/doc/figs/knights_tour.gif -%%DOCSDIR%%/libs/graph/doc/figs/kolmogorov_max_flow.gif -%%DOCSDIR%%/libs/graph/doc/figs/max-flow.gif -%%DOCSDIR%%/libs/graph/doc/figs/maximal-match.png -%%DOCSDIR%%/libs/graph/doc/figs/maximum-match.png -%%DOCSDIR%%/libs/graph/doc/figs/mcr.jpg -%%DOCSDIR%%/libs/graph/doc/figs/planar_plane_straight_line.png -%%DOCSDIR%%/libs/graph/doc/figs/python.gif -%%DOCSDIR%%/libs/graph/doc/figs/python_ico.gif -%%DOCSDIR%%/libs/graph/doc/figs/quick_start.gif -%%DOCSDIR%%/libs/graph/doc/figs/rel_betweenness_centrality.gif -%%DOCSDIR%%/libs/graph/doc/figs/search_states.gif -%%DOCSDIR%%/libs/graph/doc/figs/sequential_vertex_coloring.png -%%DOCSDIR%%/libs/graph/doc/figs/sigma_st.gif -%%DOCSDIR%%/libs/graph/doc/figs/sigma_stv.gif -%%DOCSDIR%%/libs/graph/doc/figs/stl_iter.gif -%%DOCSDIR%%/libs/graph/doc/figs/straight_line_drawing.png -%%DOCSDIR%%/libs/graph/doc/figs/subgraph-tree.gif -%%DOCSDIR%%/libs/graph/doc/figs/subgraph.gif -%%DOCSDIR%%/libs/graph/doc/figs/tree_edges.gif -%%DOCSDIR%%/libs/graph/doc/figs/undigraph.gif -%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-list.gif -%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix-graph.gif -%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix-graph2.gif -%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix-graph3.gif -%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix.gif -%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix2.gif -%%DOCSDIR%%/libs/graph/doc/figs/v_star.gif -%%DOCSDIR%%/libs/graph/doc/figs/very_complex_graph.gif -%%DOCSDIR%%/libs/graph/doc/figs/visitor.gif -%%DOCSDIR%%/libs/graph/doc/figs/warning.png -%%DOCSDIR%%/libs/graph/doc/figs/wheel_graph.gif -%%DOCSDIR%%/libs/graph/doc/file_dependency_example.html -%%DOCSDIR%%/libs/graph/doc/filtered_graph.html -%%DOCSDIR%%/libs/graph/doc/find_flow_cost.html -%%DOCSDIR%%/libs/graph/doc/find_odd_cycle.html -%%DOCSDIR%%/libs/graph/doc/floyd_warshall_shortest.html -%%DOCSDIR%%/libs/graph/doc/fruchterman_reingold.html -%%DOCSDIR%%/libs/graph/doc/graph_coloring.html -%%DOCSDIR%%/libs/graph/doc/graph_concepts.html -%%DOCSDIR%%/libs/graph/doc/graph_theory_review.html -%%DOCSDIR%%/libs/graph/doc/graph_traits.html -%%DOCSDIR%%/libs/graph/doc/grid_graph.html -%%DOCSDIR%%/libs/graph/doc/gursoy_atun_layout.html -%%DOCSDIR%%/libs/graph/doc/hawick_circuits.html -%%DOCSDIR%%/libs/graph/doc/history.html -%%DOCSDIR%%/libs/graph/doc/howard_cycle_ratio.html -%%DOCSDIR%%/libs/graph/doc/incident.html -%%DOCSDIR%%/libs/graph/doc/incremental_components.html -%%DOCSDIR%%/libs/graph/doc/index.html -%%DOCSDIR%%/libs/graph/doc/inv_adjacency_iterator.html -%%DOCSDIR%%/libs/graph/doc/is_bipartite.html -%%DOCSDIR%%/libs/graph/doc/is_kuratowski_subgraph.html -%%DOCSDIR%%/libs/graph/doc/is_straight_line_drawing.html -%%DOCSDIR%%/libs/graph/doc/isomorphism.html -%%DOCSDIR%%/libs/graph/doc/johnson_all_pairs_shortest.html -%%DOCSDIR%%/libs/graph/doc/kamada_kawai_spring_layout.html -%%DOCSDIR%%/libs/graph/doc/kevin_bacon.html -%%DOCSDIR%%/libs/graph/doc/king_ordering.html -%%DOCSDIR%%/libs/graph/doc/known_problems.html -%%DOCSDIR%%/libs/graph/doc/kruskal_min_spanning_tree.html -%%DOCSDIR%%/libs/graph/doc/layout_tolerance.html -%%DOCSDIR%%/libs/graph/doc/leda_conversion.html -%%DOCSDIR%%/libs/graph/doc/lengauer_tarjan_dominator.htm -%%DOCSDIR%%/libs/graph/doc/make_biconnected_planar.html -%%DOCSDIR%%/libs/graph/doc/make_connected.html -%%DOCSDIR%%/libs/graph/doc/make_maximal_planar.html -%%DOCSDIR%%/libs/graph/doc/maximum_adjacency_search.html -%%DOCSDIR%%/libs/graph/doc/maximum_matching.html -%%DOCSDIR%%/libs/graph/doc/mcgregor_common_subgraphs.html -%%DOCSDIR%%/libs/graph/doc/metric_tsp_approx.html -%%DOCSDIR%%/libs/graph/doc/minimum_degree_ordering.html -%%DOCSDIR%%/libs/graph/doc/null_visitor.html -%%DOCSDIR%%/libs/graph/doc/opposite.html -%%DOCSDIR%%/libs/graph/doc/planar_canonical_ordering.html -%%DOCSDIR%%/libs/graph/doc/planar_face_traversal.html -%%DOCSDIR%%/libs/graph/doc/planar_graphs.html -%%DOCSDIR%%/libs/graph/doc/plod_generator.html -%%DOCSDIR%%/libs/graph/doc/predecessor_recorder.html -%%DOCSDIR%%/libs/graph/doc/prim_minimum_spanning_tree.html -%%DOCSDIR%%/libs/graph/doc/profile.htm -%%DOCSDIR%%/libs/graph/doc/property.html -%%DOCSDIR%%/libs/graph/doc/property_map.html -%%DOCSDIR%%/libs/graph/doc/property_put.html -%%DOCSDIR%%/libs/graph/doc/property_writer.html -%%DOCSDIR%%/libs/graph/doc/publications.html -%%DOCSDIR%%/libs/graph/doc/push_relabel_max_flow.html -%%DOCSDIR%%/libs/graph/doc/python.html -%%DOCSDIR%%/libs/graph/doc/quick_tour.html -%%DOCSDIR%%/libs/graph/doc/r_c_shortest_paths.html -%%DOCSDIR%%/libs/graph/doc/random.html -%%DOCSDIR%%/libs/graph/doc/random_layout.html -%%DOCSDIR%%/libs/graph/doc/random_spanning_tree.html -%%DOCSDIR%%/libs/graph/doc/read_dimacs.html -%%DOCSDIR%%/libs/graph/doc/read_graphml.html -%%DOCSDIR%%/libs/graph/doc/read_graphviz.html -%%DOCSDIR%%/libs/graph/doc/reverse_graph.html -%%DOCSDIR%%/libs/graph/doc/sequential_vertex_coloring.html -%%DOCSDIR%%/libs/graph/doc/sloan_ordering.htm -%%DOCSDIR%%/libs/graph/doc/sloan_start_end_vertices.htm -%%DOCSDIR%%/libs/graph/doc/small_world_generator.html -%%DOCSDIR%%/libs/graph/doc/sorted_erdos_renyi_gen.html -%%DOCSDIR%%/libs/graph/doc/sparse_matrix_ordering.html -%%DOCSDIR%%/libs/graph/doc/stanford_graph.html -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/6e4.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/8b7.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/digraph1-min-cut.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/digraph1.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/f79.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner-example-c1.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner-example-min-cut.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner-example.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner.cpp.gif -%%DOCSDIR%%/libs/graph/doc/stoer_wagner_min_cut.html -%%DOCSDIR%%/libs/graph/doc/straight_line_drawing.html -%%DOCSDIR%%/libs/graph/doc/strong_components.html -%%DOCSDIR%%/libs/graph/doc/subgraph.html -%%DOCSDIR%%/libs/graph/doc/successive_shortest_path_nonnegative_weights.html -%%DOCSDIR%%/libs/graph/doc/table_of_contents.html -%%DOCSDIR%%/libs/graph/doc/tc-out.gif -%%DOCSDIR%%/libs/graph/doc/tc.gif -%%DOCSDIR%%/libs/graph/doc/time_stamper.html -%%DOCSDIR%%/libs/graph/doc/topological_sort.html -%%DOCSDIR%%/libs/graph/doc/topology.html -%%DOCSDIR%%/libs/graph/doc/transitive_closure.html -%%DOCSDIR%%/libs/graph/doc/transpose_graph.html -%%DOCSDIR%%/libs/graph/doc/trouble_shooting.html -%%DOCSDIR%%/libs/graph/doc/tsp_tour_len_visitor.html -%%DOCSDIR%%/libs/graph/doc/tsp_tour_visitor.html -%%DOCSDIR%%/libs/graph/doc/two_graphs_common_spanning_trees.html -%%DOCSDIR%%/libs/graph/doc/undirected_dfs.html -%%DOCSDIR%%/libs/graph/doc/undirected_graph.html -%%DOCSDIR%%/libs/graph/doc/users.html -%%DOCSDIR%%/libs/graph/doc/using_adjacency_list.html -%%DOCSDIR%%/libs/graph/doc/using_property_maps.html -%%DOCSDIR%%/libs/graph/doc/vf2_sub_graph_iso.html -%%DOCSDIR%%/libs/graph/doc/visitor_concepts.html -%%DOCSDIR%%/libs/graph/doc/wavefront.htm -%%DOCSDIR%%/libs/graph/doc/write-graphviz.html -%%DOCSDIR%%/libs/graph/doc/write_dimacs.html -%%DOCSDIR%%/libs/graph/doc/write_graphml.html -%%DOCSDIR%%/libs/graph/example/Jamfile.v2 -%%DOCSDIR%%/libs/graph/example/accum-compile-times.cpp -%%DOCSDIR%%/libs/graph/example/actor_clustering.cpp -%%DOCSDIR%%/libs/graph/example/adj_list_ra_edgelist.cpp -%%DOCSDIR%%/libs/graph/example/adjacency_list.cpp -%%DOCSDIR%%/libs/graph/example/adjacency_list.expected -%%DOCSDIR%%/libs/graph/example/adjacency_list_io.cpp -%%DOCSDIR%%/libs/graph/example/adjacency_matrix.cpp -%%DOCSDIR%%/libs/graph/example/astar-cities.cpp -%%DOCSDIR%%/libs/graph/example/astar_maze.cpp -%%DOCSDIR%%/libs/graph/example/bcsstk01 -%%DOCSDIR%%/libs/graph/example/bcsstk01.rsa -%%DOCSDIR%%/libs/graph/example/bellman-example.cpp -%%DOCSDIR%%/libs/graph/example/bellman-ford-internet.cpp -%%DOCSDIR%%/libs/graph/example/bellman_ford.expected -%%DOCSDIR%%/libs/graph/example/bfs-example.cpp -%%DOCSDIR%%/libs/graph/example/bfs-example2.cpp -%%DOCSDIR%%/libs/graph/example/bfs-name-printer.cpp -%%DOCSDIR%%/libs/graph/example/bfs.cpp -%%DOCSDIR%%/libs/graph/example/bfs.expected -%%DOCSDIR%%/libs/graph/example/bfs_basics.expected -%%DOCSDIR%%/libs/graph/example/bfs_neighbor.cpp -%%DOCSDIR%%/libs/graph/example/biconnected_components.cpp -%%DOCSDIR%%/libs/graph/example/bipartite_example.cpp -%%DOCSDIR%%/libs/graph/example/boost_web.dat -%%DOCSDIR%%/libs/graph/example/boost_web_graph.cpp -%%DOCSDIR%%/libs/graph/example/boost_web_graph.expected -%%DOCSDIR%%/libs/graph/example/boykov_kolmogorov-eg.cpp -%%DOCSDIR%%/libs/graph/example/bron_kerbosch_clique_number.cpp -%%DOCSDIR%%/libs/graph/example/bron_kerbosch_print_cliques.cpp -%%DOCSDIR%%/libs/graph/example/bucket_sorter.cpp -%%DOCSDIR%%/libs/graph/example/canonical_ordering.cpp -%%DOCSDIR%%/libs/graph/example/cc-internet.cpp -%%DOCSDIR%%/libs/graph/example/city_visitor.cpp -%%DOCSDIR%%/libs/graph/example/closeness_centrality.cpp -%%DOCSDIR%%/libs/graph/example/clustering_coefficient.cpp -%%DOCSDIR%%/libs/graph/example/comm_network.graph -%%DOCSDIR%%/libs/graph/example/components_on_edgelist.cpp -%%DOCSDIR%%/libs/graph/example/components_on_edgelist.expected -%%DOCSDIR%%/libs/graph/example/concept_checks.expected -%%DOCSDIR%%/libs/graph/example/connected-components.cpp -%%DOCSDIR%%/libs/graph/example/connected_components.cpp -%%DOCSDIR%%/libs/graph/example/connected_components.expected -%%DOCSDIR%%/libs/graph/example/container_gen.cpp -%%DOCSDIR%%/libs/graph/example/container_gen.expected -%%DOCSDIR%%/libs/graph/example/copy-example.cpp -%%DOCSDIR%%/libs/graph/example/csr-example.cpp -%%DOCSDIR%%/libs/graph/example/cuthill_mckee_ordering.cpp -%%DOCSDIR%%/libs/graph/example/cuthill_mckee_ordering.expected -%%DOCSDIR%%/libs/graph/example/cycle-file-dep.cpp -%%DOCSDIR%%/libs/graph/example/cycle-file-dep2.cpp -%%DOCSDIR%%/libs/graph/example/cycle_canceling_example.cpp -%%DOCSDIR%%/libs/graph/example/cycle_ratio_example.cpp -%%DOCSDIR%%/libs/graph/example/dag_shortest_paths.cpp -%%DOCSDIR%%/libs/graph/example/data1.txt -%%DOCSDIR%%/libs/graph/example/data2.txt -%%DOCSDIR%%/libs/graph/example/data3.txt -%%DOCSDIR%%/libs/graph/example/dave.cpp -%%DOCSDIR%%/libs/graph/example/dave.expected -%%DOCSDIR%%/libs/graph/example/default-constructor.cpp -%%DOCSDIR%%/libs/graph/example/default-constructor2.cpp -%%DOCSDIR%%/libs/graph/example/degree_centrality.cpp -%%DOCSDIR%%/libs/graph/example/dfs-example.cpp -%%DOCSDIR%%/libs/graph/example/dfs-parenthesis.cpp -%%DOCSDIR%%/libs/graph/example/dfs.cpp -%%DOCSDIR%%/libs/graph/example/dfs.expected -%%DOCSDIR%%/libs/graph/example/dfs_basics.expected -%%DOCSDIR%%/libs/graph/example/dfs_parenthesis.cpp -%%DOCSDIR%%/libs/graph/example/dfs_parenthesis.expected -%%DOCSDIR%%/libs/graph/example/dijkstra-example-listS.cpp -%%DOCSDIR%%/libs/graph/example/dijkstra-example.cpp -%%DOCSDIR%%/libs/graph/example/dijkstra-no-color-map-example.cpp -%%DOCSDIR%%/libs/graph/example/dijkstra.expected -%%DOCSDIR%%/libs/graph/example/directed_graph.cpp -%%DOCSDIR%%/libs/graph/example/eccentricity.cpp -%%DOCSDIR%%/libs/graph/example/edge-connectivity.cpp -%%DOCSDIR%%/libs/graph/example/edge-function.cpp -%%DOCSDIR%%/libs/graph/example/edge-iter-constructor.cpp -%%DOCSDIR%%/libs/graph/example/edge_basics.cpp -%%DOCSDIR%%/libs/graph/example/edge_basics.expected -%%DOCSDIR%%/libs/graph/example/edge_coloring.cpp -%%DOCSDIR%%/libs/graph/example/edge_connectivity.cpp -%%DOCSDIR%%/libs/graph/example/edge_iterator_constructor.cpp -%%DOCSDIR%%/libs/graph/example/edge_iterator_constructor.dat -%%DOCSDIR%%/libs/graph/example/edge_property.cpp -%%DOCSDIR%%/libs/graph/example/edge_property.expected -%%DOCSDIR%%/libs/graph/example/edmonds-karp-eg.cpp -%%DOCSDIR%%/libs/graph/example/exterior_properties.cpp -%%DOCSDIR%%/libs/graph/example/exterior_properties.expected -%%DOCSDIR%%/libs/graph/example/exterior_property_map.cpp -%%DOCSDIR%%/libs/graph/example/exterior_property_map.expected -%%DOCSDIR%%/libs/graph/example/family-tree-eg.cpp -%%DOCSDIR%%/libs/graph/example/family_tree.expected -%%DOCSDIR%%/libs/graph/example/fibonacci_heap.cpp -%%DOCSDIR%%/libs/graph/example/fibonacci_heap.expected -%%DOCSDIR%%/libs/graph/example/figs/cc-internet.dot -%%DOCSDIR%%/libs/graph/example/figs/dfs-example.dot -%%DOCSDIR%%/libs/graph/example/figs/edge-connectivity.dot -%%DOCSDIR%%/libs/graph/example/figs/ospf-graph.dot -%%DOCSDIR%%/libs/graph/example/figs/scc.dot -%%DOCSDIR%%/libs/graph/example/figs/telephone-network.dot -%%DOCSDIR%%/libs/graph/example/file_dependencies.cpp -%%DOCSDIR%%/libs/graph/example/file_dependencies.expected -%%DOCSDIR%%/libs/graph/example/filtered-copy-example.cpp -%%DOCSDIR%%/libs/graph/example/filtered_graph.cpp -%%DOCSDIR%%/libs/graph/example/filtered_graph.expected -%%DOCSDIR%%/libs/graph/example/filtered_graph_edge_range.cpp -%%DOCSDIR%%/libs/graph/example/filtered_vec_as_graph.cpp -%%DOCSDIR%%/libs/graph/example/fr_layout.cpp -%%DOCSDIR%%/libs/graph/example/gerdemann.cpp -%%DOCSDIR%%/libs/graph/example/gerdemann.expected -%%DOCSDIR%%/libs/graph/example/girth.cpp -%%DOCSDIR%%/libs/graph/example/graph-assoc-types.cpp -%%DOCSDIR%%/libs/graph/example/graph-property-iter-eg.cpp -%%DOCSDIR%%/libs/graph/example/graph-thingie.cpp -%%DOCSDIR%%/libs/graph/example/graph.cpp -%%DOCSDIR%%/libs/graph/example/graph_as_tree.cpp -%%DOCSDIR%%/libs/graph/example/graph_property.cpp -%%DOCSDIR%%/libs/graph/example/graphviz.cpp -%%DOCSDIR%%/libs/graph/example/graphviz_example.dot -%%DOCSDIR%%/libs/graph/example/graphviz_test.dot -%%DOCSDIR%%/libs/graph/example/grid_graph_example.cpp -%%DOCSDIR%%/libs/graph/example/grid_graph_properties.cpp -%%DOCSDIR%%/libs/graph/example/hawick_circuits.cpp -%%DOCSDIR%%/libs/graph/example/helper.hpp -%%DOCSDIR%%/libs/graph/example/implicit_graph.cpp -%%DOCSDIR%%/libs/graph/example/in_edges.cpp -%%DOCSDIR%%/libs/graph/example/in_edges.expected -%%DOCSDIR%%/libs/graph/example/inclusive_mean_geodesic.cpp -%%DOCSDIR%%/libs/graph/example/incremental-components-eg.cpp -%%DOCSDIR%%/libs/graph/example/incremental_components.cpp -%%DOCSDIR%%/libs/graph/example/incremental_components.expected -%%DOCSDIR%%/libs/graph/example/influence_prestige.cpp -%%DOCSDIR%%/libs/graph/example/info_network.graph -%%DOCSDIR%%/libs/graph/example/interior_pmap_bundled.cpp -%%DOCSDIR%%/libs/graph/example/interior_property_map.cpp -%%DOCSDIR%%/libs/graph/example/interior_property_map.expected -%%DOCSDIR%%/libs/graph/example/iohb.c -%%DOCSDIR%%/libs/graph/example/iohb.h -%%DOCSDIR%%/libs/graph/example/isomorphism.cpp -%%DOCSDIR%%/libs/graph/example/iteration_macros.cpp -%%DOCSDIR%%/libs/graph/example/iterator-property-map-eg.cpp -%%DOCSDIR%%/libs/graph/example/johnson-eg.cpp -%%DOCSDIR%%/libs/graph/example/johnson.expected -%%DOCSDIR%%/libs/graph/example/kevin-bacon.cpp -%%DOCSDIR%%/libs/graph/example/kevin-bacon.dat -%%DOCSDIR%%/libs/graph/example/kevin-bacon2.cpp -%%DOCSDIR%%/libs/graph/example/kevin-bacon2.dat -%%DOCSDIR%%/libs/graph/example/kevin-bacon2.expected -%%DOCSDIR%%/libs/graph/example/kevin_bacon.expected -%%DOCSDIR%%/libs/graph/example/king_ordering.cpp -%%DOCSDIR%%/libs/graph/example/knights-tour.cpp -%%DOCSDIR%%/libs/graph/example/knights_tour.expected -%%DOCSDIR%%/libs/graph/example/kruskal-example.cpp -%%DOCSDIR%%/libs/graph/example/kruskal-telephone.cpp -%%DOCSDIR%%/libs/graph/example/kruskal.expected -%%DOCSDIR%%/libs/graph/example/kuratowski_subgraph.cpp -%%DOCSDIR%%/libs/graph/example/labeled_graph.cpp -%%DOCSDIR%%/libs/graph/example/last-mod-time.cpp -%%DOCSDIR%%/libs/graph/example/leda-concept-check.cpp -%%DOCSDIR%%/libs/graph/example/leda-graph-eg.cpp -%%DOCSDIR%%/libs/graph/example/leda-regression.cfg -%%DOCSDIR%%/libs/graph/example/loops_dfs.cpp -%%DOCSDIR%%/libs/graph/example/make_biconnected_planar.cpp -%%DOCSDIR%%/libs/graph/example/make_connected.cpp -%%DOCSDIR%%/libs/graph/example/make_maximal_planar.cpp -%%DOCSDIR%%/libs/graph/example/makefile-dependencies.dat -%%DOCSDIR%%/libs/graph/example/makefile-target-names.dat -%%DOCSDIR%%/libs/graph/example/matching_example.cpp -%%DOCSDIR%%/libs/graph/example/max_flow.cpp -%%DOCSDIR%%/libs/graph/example/max_flow.dat -%%DOCSDIR%%/libs/graph/example/max_flow.expected -%%DOCSDIR%%/libs/graph/example/max_flow2.dat -%%DOCSDIR%%/libs/graph/example/max_flow3.dat -%%DOCSDIR%%/libs/graph/example/max_flow4.dat -%%DOCSDIR%%/libs/graph/example/max_flow5.dat -%%DOCSDIR%%/libs/graph/example/max_flow6.dat -%%DOCSDIR%%/libs/graph/example/max_flow7.dat -%%DOCSDIR%%/libs/graph/example/max_flow8.dat -%%DOCSDIR%%/libs/graph/example/max_flow9.dat -%%DOCSDIR%%/libs/graph/example/mcgregor_subgraphs_example.cpp -%%DOCSDIR%%/libs/graph/example/mean_geodesic.cpp -%%DOCSDIR%%/libs/graph/example/miles_span.cpp -%%DOCSDIR%%/libs/graph/example/miles_span.expected -%%DOCSDIR%%/libs/graph/example/min_max_paths.cpp -%%DOCSDIR%%/libs/graph/example/minimum_degree_ordering.cpp -%%DOCSDIR%%/libs/graph/example/modify_graph.cpp -%%DOCSDIR%%/libs/graph/example/modify_graph.expected -%%DOCSDIR%%/libs/graph/example/neighbor_bfs.cpp -%%DOCSDIR%%/libs/graph/example/ordered_out_edges.cpp -%%DOCSDIR%%/libs/graph/example/ordered_out_edges.expected -%%DOCSDIR%%/libs/graph/example/ospf-example.cpp -%%DOCSDIR%%/libs/graph/example/parallel-compile-time.cpp -%%DOCSDIR%%/libs/graph/example/planar_face_traversal.cpp -%%DOCSDIR%%/libs/graph/example/prim-example.cpp -%%DOCSDIR%%/libs/graph/example/prim-telephone.cpp -%%DOCSDIR%%/libs/graph/example/prim.expected -%%DOCSDIR%%/libs/graph/example/print-adjacent-vertices.cpp -%%DOCSDIR%%/libs/graph/example/print-edges.cpp -%%DOCSDIR%%/libs/graph/example/print-in-edges.cpp -%%DOCSDIR%%/libs/graph/example/print-out-edges.cpp -%%DOCSDIR%%/libs/graph/example/prism_3_2.graph -%%DOCSDIR%%/libs/graph/example/prob_network.graph -%%DOCSDIR%%/libs/graph/example/property-map-traits-eg.cpp -%%DOCSDIR%%/libs/graph/example/property_iterator.cpp -%%DOCSDIR%%/libs/graph/example/push-relabel-eg.cpp -%%DOCSDIR%%/libs/graph/example/put-get-helper-eg.cpp -%%DOCSDIR%%/libs/graph/example/quick-tour.cpp -%%DOCSDIR%%/libs/graph/example/quick_tour.cpp -%%DOCSDIR%%/libs/graph/example/quick_tour.expected -%%DOCSDIR%%/libs/graph/example/r_c_shortest_paths_example.cpp -%%DOCSDIR%%/libs/graph/example/reachable-loop-head.cpp -%%DOCSDIR%%/libs/graph/example/reachable-loop-tail.cpp -%%DOCSDIR%%/libs/graph/example/read_graphviz.cpp -%%DOCSDIR%%/libs/graph/example/read_write_dimacs-eg.cpp -%%DOCSDIR%%/libs/graph/example/regression.cfg -%%DOCSDIR%%/libs/graph/example/remove_edge_if_bidir.cpp -%%DOCSDIR%%/libs/graph/example/remove_edge_if_bidir.expected -%%DOCSDIR%%/libs/graph/example/remove_edge_if_dir.cpp -%%DOCSDIR%%/libs/graph/example/remove_edge_if_dir.expected -%%DOCSDIR%%/libs/graph/example/remove_edge_if_undir.cpp -%%DOCSDIR%%/libs/graph/example/remove_edge_if_undir.expected -%%DOCSDIR%%/libs/graph/example/reverse-graph-eg.cpp -%%DOCSDIR%%/libs/graph/example/reverse_graph.expected -%%DOCSDIR%%/libs/graph/example/roget_components.cpp -%%DOCSDIR%%/libs/graph/example/scaled_closeness_centrality.cpp -%%DOCSDIR%%/libs/graph/example/scc.cpp -%%DOCSDIR%%/libs/graph/example/scc.dot -%%DOCSDIR%%/libs/graph/example/sgb-regression.cfg -%%DOCSDIR%%/libs/graph/example/simple_planarity_test.cpp -%%DOCSDIR%%/libs/graph/example/sloan_ordering.cpp -%%DOCSDIR%%/libs/graph/example/social_network.graph -%%DOCSDIR%%/libs/graph/example/stoer_wagner.cpp -%%DOCSDIR%%/libs/graph/example/straight_line_drawing.cpp -%%DOCSDIR%%/libs/graph/example/strong-components.cpp -%%DOCSDIR%%/libs/graph/example/strong_components.cpp -%%DOCSDIR%%/libs/graph/example/strong_components.expected -%%DOCSDIR%%/libs/graph/example/subgraph.cpp -%%DOCSDIR%%/libs/graph/example/subgraph.expected -%%DOCSDIR%%/libs/graph/example/subgraph_properties.cpp -%%DOCSDIR%%/libs/graph/example/successive_shortest_path_nonnegative_weights_example.cpp -%%DOCSDIR%%/libs/graph/example/target-compile-costs.dat -%%DOCSDIR%%/libs/graph/example/tc.dot -%%DOCSDIR%%/libs/graph/example/test-astar-cities.dot -%%DOCSDIR%%/libs/graph/example/tiernan_girth_circumference.cpp -%%DOCSDIR%%/libs/graph/example/tiernan_print_cycles.cpp -%%DOCSDIR%%/libs/graph/example/topo-sort-file-dep.cpp -%%DOCSDIR%%/libs/graph/example/topo-sort-file-dep2.cpp -%%DOCSDIR%%/libs/graph/example/topo-sort-with-leda.cpp -%%DOCSDIR%%/libs/graph/example/topo-sort-with-sgb.cpp -%%DOCSDIR%%/libs/graph/example/topo-sort1.cpp -%%DOCSDIR%%/libs/graph/example/topo-sort2.cpp -%%DOCSDIR%%/libs/graph/example/topo_sort.cpp -%%DOCSDIR%%/libs/graph/example/topo_sort.expected -%%DOCSDIR%%/libs/graph/example/transitive_closure.cpp -%%DOCSDIR%%/libs/graph/example/transpose-example.cpp -%%DOCSDIR%%/libs/graph/example/two_graphs_common_spanning_trees.cpp -%%DOCSDIR%%/libs/graph/example/undirected_adjacency_list.cpp -%%DOCSDIR%%/libs/graph/example/undirected_adjacency_list.expected -%%DOCSDIR%%/libs/graph/example/undirected_dfs.cpp -%%DOCSDIR%%/libs/graph/example/undirected_graph.cpp -%%DOCSDIR%%/libs/graph/example/vector-as-graph.cpp -%%DOCSDIR%%/libs/graph/example/vector_as_graph.expected -%%DOCSDIR%%/libs/graph/example/vertex-name-property.cpp -%%DOCSDIR%%/libs/graph/example/vertex_basics.cpp -%%DOCSDIR%%/libs/graph/example/vertex_basics.expected -%%DOCSDIR%%/libs/graph/example/vf2_sub_graph_iso_example.cpp -%%DOCSDIR%%/libs/graph/example/vf2_sub_graph_iso_multi_example.cpp -%%DOCSDIR%%/libs/graph/example/visitor.cpp -%%DOCSDIR%%/libs/graph/example/visitor.expected -%%DOCSDIR%%/libs/graph/example/write_graphviz.cpp -%%DOCSDIR%%/libs/graph/index.html -%%DOCSDIR%%/libs/graph_parallel/doc/architecture.png -%%DOCSDIR%%/libs/graph_parallel/doc/dijkstra_dist3_graph.png -%%DOCSDIR%%/libs/graph_parallel/doc/dijkstra_seq_graph.png -%%DOCSDIR%%/libs/graph_parallel/doc/dist-adjlist.png -%%DOCSDIR%%/libs/graph_parallel/doc/dist-pmap.png -%%DOCSDIR%%/libs/graph_parallel/doc/distributed-graph.png -%%DOCSDIR%%/libs/graph_parallel/doc/graph.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/DistributedEdgeListGraph.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/DistributedGraph.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/DistributedVertexListGraph.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/GlobalDescriptor.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/betweenness_centrality.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/boman_et_al_graph_coloring.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/breadth_first_search.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_4.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_4_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_5.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_5_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_4.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_4_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_5.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_5_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_cluster_Odin_columns_11.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_cluster_Odin_columns_11_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_4.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_4_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_5.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_5_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_6.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_6_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_7.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_7_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_9.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_9_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_cluster_Odin_columns_11.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_cluster_Odin_columns_11_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_4.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_4_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_5.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_5_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_6.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_6_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_7.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_7_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_9.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_9_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeDense_columns_5_6_7_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeDense_columns_5_6_7_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeSparse_columns_5_6_7_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeSparse_columns_5_6_7_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeDense_columns_5_6_7_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeDense_columns_5_6_7_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeSparse_columns_5_6_7_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeSparse_columns_5_6_7_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeDense_columns_5_6_7_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeDense_columns_5_6_7_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeSparse_columns_5_6_7_8.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeSparse_columns_5_6_7_8_speedup_1.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/connected_components.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/connected_components_parallel_search.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/dehne_gotz_min_spanning_tree.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/dijkstra_example.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/dijkstra_shortest_paths.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/distributedS.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/distributed_adjacency_list.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/distributed_property_map.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/distributed_queue.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/fruchterman_reingold.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/index.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/local_subgraph.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/mesh_generator.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/metis.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/mpi_bsp_process_group.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/non_distributed_betweenness_centrality.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/overview.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/page_rank.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/pbgl-logo.png -%%DOCSDIR%%/libs/graph_parallel/doc/html/process_group.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/rmat_generator.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/scalable_rmat_generator.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/simple_trigger.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/sorted_rmat_generator.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/sorted_unique_rmat_generator.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/ssca_generator.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/st_connected.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/strong_components.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/tsin_depth_first_visit.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/unique_rmat_generator.html -%%DOCSDIR%%/libs/graph_parallel/doc/html/vertex_list_adaptor.html -%%DOCSDIR%%/libs/graph_parallel/doc/vertex_coloring.png -%%DOCSDIR%%/libs/graph_parallel/example/Jamfile.v2 -%%DOCSDIR%%/libs/graph_parallel/example/breadth_first_search.cpp -%%DOCSDIR%%/libs/graph_parallel/example/dijkstra_shortest_paths.cpp -%%DOCSDIR%%/libs/graph_parallel/index.html -%%DOCSDIR%%/libs/heap/examples/interface.cpp -%%DOCSDIR%%/libs/heap/index.html -%%DOCSDIR%%/libs/icl/doc/html/ICL_IMPL_SPACE.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id667491.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id670660.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id673898.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id678817.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/add_iterator.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/adder.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/bounded_value.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/closed_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/continuous_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/conversion.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id662992.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id671644.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id676690.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/discrete_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/domain_type_of_in_id671569.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id660749.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id661283.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval_traits.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id662960.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id663051.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id676658.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id676749.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_boost_id676948.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id667292.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id670473.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_m_id673813.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_s_id678536.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_based_in_id661589.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_element__id662943.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_add.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_and.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_subtract.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_xor.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_caret.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_erase.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_erasure.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_et.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_identity.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_insert.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_max.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_min.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_minus.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_plus.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_slash.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_star.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/insert_iterator.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inserter.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inter_section.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id664034.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id664096.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id664162.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id664199.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id664236.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id664278.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id664320.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id664394.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id664439.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_set.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id660357.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id660840.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id661374.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id672139.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id676511.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id677183.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bounds.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_map.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_set.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id660269.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id660657.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id661191.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id672051.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id674239.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id677096.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662246.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662262.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662279.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662296.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662313.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662330.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662346.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662363.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662380.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662397.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662414.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662430.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id662447.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inter_id662483.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_boo_id676876.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_int_id660885.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id662910.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id663018.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id676625.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id676717.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id676912.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_inter_id661419.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id667392.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id668775.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id670566.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id671387.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id677753.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id678629.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id679542.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_joine_id671452.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_separ_id677818.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id678724.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id679607.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id667192.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id670379.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_map_Do_id673728.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_split__id678442.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id662554.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id662590.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_numeric_boost__id676840.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id668704.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id671322.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_separa_id677689.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_split__id679477.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id667591.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id670753.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_map__id673980.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_spli_id678911.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/left_open_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672316.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672356.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672396.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id672440.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id672484.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id672522.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id672559.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id672601.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672643.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672697.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672751.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id672795.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/mapping_pair.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/open_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/partial_absorber.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/partial_enricher.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/right_open_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/separate_interval_set.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id663005.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id663083.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id676703.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id676781.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_inte_id671665.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/split_interval_map.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/split_interval_set.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id663254.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id663308.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/total_absorber.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/total_enricher.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id660401.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id660929.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id661464.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id670847.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id671517.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id672183.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id674061.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id676556.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id677228.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id677883.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id679004.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id679672.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/unit_element_base_id661606.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_cl_id660430.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_co_id660958.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_di_id661493.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_le_id672212.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_op_id676585.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_ri_id677257.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662708.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662729.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662751.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662772.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662794.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662816.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662837.html -%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id662859.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/acknowledgments.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/aggrovering.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/aspects.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/map_traits.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/sets_and_maps.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/customization.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/custom_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/dynamic_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/interval_container.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/man_power.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/overlap_counter.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/party.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/partys_height_average.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/partys_tallest_guests.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/static_interval.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/std_copy.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/std_transform.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/time_grids.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/user_groups.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/addition.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/additional_interval_orderings.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/construct__copy__destruct.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/containedness.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/element_iteration.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/equivalences_and_orderings.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/erasure.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/insertion.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/intersection.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/interval_construction.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/iterator_related.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/key_types.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/miscellaneous_interval_functions.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/range.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/segmentational_fineness.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/selection.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/size.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/streaming__conversion.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/subtraction.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/symmetric_difference.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/implementation.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/implementation/complexity.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/implementation/inplace_and_infix_operators.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface/associated_types.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface/function_synopsis.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface/required_concepts.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/projects.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/collectors__maps_of_sets.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/concept_induction.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/maps.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/quantifiers__maps_of_numbers.html -%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/sets.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/continuous_interval_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/discrete_interval_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/dynamic_interval_traits_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/functors_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/gregorian_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/impl_config_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_base_map_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_base_set_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_bounds_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_combining_style_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_map_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_set_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_traits_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/iterator_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/left_open_interval_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/map_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/open_interval_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/ptime_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/rational_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/right_open_interval_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/separate_interval_set_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/split_interval_map_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/split_interval_set_hpp.html -%%DOCSDIR%%/libs/icl/doc/html/index.html -%%DOCSDIR%%/libs/icl/doc/html/interval_container_library_reference.html -%%DOCSDIR%%/libs/icl/example/Jamfile.v2 -%%DOCSDIR%%/libs/icl/example/boost_party_/Jamfile.v2 -%%DOCSDIR%%/libs/icl/example/boost_party_/boost_party.cpp -%%DOCSDIR%%/libs/icl/example/boost_party_/vc10_boost_party.vcxproj -%%DOCSDIR%%/libs/icl/example/boost_party_/vc10_boost_party.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/boost_party_/vc9_boost_party.vcproj -%%DOCSDIR%%/libs/icl/example/custom_interval_/Jamfile.v2 -%%DOCSDIR%%/libs/icl/example/custom_interval_/custom_interval.cpp -%%DOCSDIR%%/libs/icl/example/custom_interval_/vc10_custom_interval.vcxproj -%%DOCSDIR%%/libs/icl/example/custom_interval_/vc10_custom_interval.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/custom_interval_/vc9_custom_interval.vcproj -%%DOCSDIR%%/libs/icl/example/dynamic_interval_/dynamic_interval.cpp -%%DOCSDIR%%/libs/icl/example/dynamic_interval_/vc10_dynamic_interval.vcxproj -%%DOCSDIR%%/libs/icl/example/dynamic_interval_/vc10_dynamic_interval.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/dynamic_interval_/vc9_dynamic_interval.vcproj -%%DOCSDIR%%/libs/icl/example/interval_/interval.cpp -%%DOCSDIR%%/libs/icl/example/interval_/vc10_interval.vcxproj -%%DOCSDIR%%/libs/icl/example/interval_/vc10_interval.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/interval_/vc9_interval.vcproj -%%DOCSDIR%%/libs/icl/example/interval_container_/interval_container.cpp -%%DOCSDIR%%/libs/icl/example/interval_container_/vc10_interval_container.vcxproj -%%DOCSDIR%%/libs/icl/example/interval_container_/vc10_interval_container.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/interval_container_/vc9_interval_container.vcproj -%%DOCSDIR%%/libs/icl/example/itvset_shell_/itvset_shell.cpp -%%DOCSDIR%%/libs/icl/example/itvset_shell_/vc9_itvset_shell.vcproj -%%DOCSDIR%%/libs/icl/example/large_bitset_/bits.hpp -%%DOCSDIR%%/libs/icl/example/large_bitset_/large_bitset.cpp -%%DOCSDIR%%/libs/icl/example/large_bitset_/large_bitset.hpp -%%DOCSDIR%%/libs/icl/example/large_bitset_/meta_log.hpp -%%DOCSDIR%%/libs/icl/example/large_bitset_/vc10_large_bitset.vcxproj -%%DOCSDIR%%/libs/icl/example/large_bitset_/vc10_large_bitset.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/large_bitset_/vc9_large_bitset.vcproj -%%DOCSDIR%%/libs/icl/example/man_power_/man_power.cpp -%%DOCSDIR%%/libs/icl/example/man_power_/vc10_man_power.vcxproj -%%DOCSDIR%%/libs/icl/example/man_power_/vc10_man_power.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/man_power_/vc9_man_power.vcproj -%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/month_and_week_grid.cpp -%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/vc10_month_and_week_grid.vcxproj -%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/vc10_month_and_week_grid.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/vc9_month_and_week_grid.vcproj -%%DOCSDIR%%/libs/icl/example/overlap_counter_/overlap_counter.cpp -%%DOCSDIR%%/libs/icl/example/overlap_counter_/vc10_overlap_counter.vcxproj -%%DOCSDIR%%/libs/icl/example/overlap_counter_/vc10_overlap_counter.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/overlap_counter_/vc9_overlap_counter.vcproj -%%DOCSDIR%%/libs/icl/example/party_/party.cpp -%%DOCSDIR%%/libs/icl/example/party_/vc10_party.vcxproj -%%DOCSDIR%%/libs/icl/example/party_/vc10_party.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/party_/vc9_party.vcproj -%%DOCSDIR%%/libs/icl/example/partys_height_average_/Jamfile.v2 -%%DOCSDIR%%/libs/icl/example/partys_height_average_/partys_height_average.cpp -%%DOCSDIR%%/libs/icl/example/partys_height_average_/vc10_partys_height_average.vcxproj -%%DOCSDIR%%/libs/icl/example/partys_height_average_/vc10_partys_height_average.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/partys_height_average_/vc9_partys_height_average.vcproj -%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/Jamfile.v2 -%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/partys_tallest_guests.cpp -%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/vc10_partys_tallest_guests.vcxproj -%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/vc10_partys_tallest_guests.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/vc9_partys_tallest_guests.vcproj -%%DOCSDIR%%/libs/icl/example/splititvmap_shell_/splititvmap_shell.cpp -%%DOCSDIR%%/libs/icl/example/splititvmap_shell_/vc9_splititvmap_shell.vcproj -%%DOCSDIR%%/libs/icl/example/static_interval_/static_interval.cpp -%%DOCSDIR%%/libs/icl/example/static_interval_/vc10_static_interval.vcxproj -%%DOCSDIR%%/libs/icl/example/static_interval_/vc10_static_interval.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/static_interval_/vc9_static_interval.vcproj -%%DOCSDIR%%/libs/icl/example/std_copy_/std_copy.cpp -%%DOCSDIR%%/libs/icl/example/std_copy_/vc10_std_copy.vcxproj -%%DOCSDIR%%/libs/icl/example/std_copy_/vc10_std_copy.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/std_copy_/vc9_std_copy.vcproj -%%DOCSDIR%%/libs/icl/example/std_transform_/std_transform.cpp -%%DOCSDIR%%/libs/icl/example/std_transform_/vc10_std_transform.vcxproj -%%DOCSDIR%%/libs/icl/example/std_transform_/vc10_std_transform.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/std_transform_/vc9_std_transform.vcproj -%%DOCSDIR%%/libs/icl/example/toytime.hpp -%%DOCSDIR%%/libs/icl/example/user_groups_/user_groups.cpp -%%DOCSDIR%%/libs/icl/example/user_groups_/vc10_user_groups.vcxproj -%%DOCSDIR%%/libs/icl/example/user_groups_/vc10_user_groups.vcxproj.filters -%%DOCSDIR%%/libs/icl/example/user_groups_/vc9_user_groups.vcproj -%%DOCSDIR%%/libs/icl/example/vc10_icl_examples.sln -%%DOCSDIR%%/libs/icl/example/vc9_icl_examples.sln -%%DOCSDIR%%/libs/icl/index.html -%%DOCSDIR%%/libs/index.html -%%DOCSDIR%%/libs/integer/doc/html/boost_integer/cstdint.html -%%DOCSDIR%%/libs/integer/doc/html/boost_integer/history.html -%%DOCSDIR%%/libs/integer/doc/html/boost_integer/integer.html -%%DOCSDIR%%/libs/integer/doc/html/boost_integer/log2.html -%%DOCSDIR%%/libs/integer/doc/html/boost_integer/mask.html -%%DOCSDIR%%/libs/integer/doc/html/boost_integer/minmax.html -%%DOCSDIR%%/libs/integer/doc/html/boost_integer/traits.html -%%DOCSDIR%%/libs/integer/doc/html/index.html -%%DOCSDIR%%/libs/integer/index.html -%%DOCSDIR%%/libs/interprocess/example/Jamfile.v2 -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_conditionA.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_conditionB.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_mutexA.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_mutexB.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_semaphoreA.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_semaphoreB.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_upgradable_mutexA.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_upgradable_mutexB.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_message_queueA.cpp -%%DOCSDIR%%/libs/interprocess/example/comp_doc_message_queueB.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_adaptive_pool.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_allocator.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_condition_shared_data.hpp -%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_mutex_shared_data.hpp -%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_semaphore_shared_data.hpp -%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_shared_memory.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_bufferstream.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_cached_adaptive_pool.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_cached_node_allocator.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_complex_map.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_cont.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_file_mapping.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_intrusive.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_ipc_message.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_aligned_allocation.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_allocation_command.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_construction_info.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_copy_on_write.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_external_buffer.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_grow.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_heap_memory.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_mapped_file.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_multiple_allocation.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_managed_raw_allocation.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_map.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_move_containers.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_multi_index.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_named_alloc.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_named_condition_shared_data.hpp -%%DOCSDIR%%/libs/interprocess/example/doc_named_mutex.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_node_allocator.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_offset_ptr.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_private_adaptive_pool.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_private_node_allocator.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_scoped_ptr.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_shared_memory.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_shared_ptr.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_shared_ptr_explicit.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_spawn_vector.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_unique_ptr.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_unordered_map.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_upgradable_mutex_shared_data.hpp -%%DOCSDIR%%/libs/interprocess/example/doc_vectorstream.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_where_allocate.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_windows_shared_memory.cpp -%%DOCSDIR%%/libs/interprocess/example/doc_xsi_shared_memory.cpp -%%DOCSDIR%%/libs/interprocess/index.html -%%DOCSDIR%%/libs/intrusive/example/Jamfile.v2 -%%DOCSDIR%%/libs/intrusive/example/doc_advanced_value_traits.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_advanced_value_traits2.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_any_hook.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_assoc_optimized_code.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_auto_unlink.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_avl_set.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_avltree_algorithms.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_bucket_traits.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_clone_from.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_entity.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_erasing_and_disposing.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_external_value_traits.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_function_hooks.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_how_to_use.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_iterator_from_value.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_list.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_list_algorithms.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_offset_ptr.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_positional_insertion.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_rbtree_algorithms.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_recursive.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_recursive_member.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_set.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_sg_set.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_slist.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_slist_algorithms.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_splay_algorithms.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_splay_set.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_splaytree_algorithms.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_stateful_value_traits.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_treap_algorithms.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_treap_set.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_unordered_set.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_value_traits.cpp -%%DOCSDIR%%/libs/intrusive/example/doc_window.cpp -%%DOCSDIR%%/libs/intrusive/index.html -%%DOCSDIR%%/libs/io/doc/index.html -%%DOCSDIR%%/libs/io/doc/ios_state.html -%%DOCSDIR%%/libs/io/doc/quoted_manip.html -%%DOCSDIR%%/libs/io/index.html -%%DOCSDIR%%/libs/iostreams/doc/acknowledgments.html -%%DOCSDIR%%/libs/iostreams/doc/bibliography.html -%%DOCSDIR%%/libs/iostreams/doc/classes/aggregate.html -%%DOCSDIR%%/libs/iostreams/doc/classes/array.html -%%DOCSDIR%%/libs/iostreams/doc/classes/back_inserter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/bzip2.html -%%DOCSDIR%%/libs/iostreams/doc/classes/chain.html -%%DOCSDIR%%/libs/iostreams/doc/classes/char_traits.html -%%DOCSDIR%%/libs/iostreams/doc/classes/classes.html -%%DOCSDIR%%/libs/iostreams/doc/classes/code_converter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/counter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/device.html -%%DOCSDIR%%/libs/iostreams/doc/classes/file.html -%%DOCSDIR%%/libs/iostreams/doc/classes/file_descriptor.html -%%DOCSDIR%%/libs/iostreams/doc/classes/filter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/filtering_stream.html -%%DOCSDIR%%/libs/iostreams/doc/classes/filtering_streambuf.html -%%DOCSDIR%%/libs/iostreams/doc/classes/grep_filter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/gzip.html -%%DOCSDIR%%/libs/iostreams/doc/classes/line_filter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/mapped_file.html -%%DOCSDIR%%/libs/iostreams/doc/classes/mode.html -%%DOCSDIR%%/libs/iostreams/doc/classes/newline_filter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/null.html -%%DOCSDIR%%/libs/iostreams/doc/classes/regex_filter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/stdio_filter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/symmetric_filter.html -%%DOCSDIR%%/libs/iostreams/doc/classes/zlib.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/bidirectional_device.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/bidirectional_filter.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/blocking.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/closable.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/concepts.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/device.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/direct.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/dual_use_filter.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/filter.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/flushable.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/input_filter.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/localizable.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/multi_character.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/optimally_buffered.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/output_filter.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/peekable.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/pipable.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/seekable_device.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/seekable_filter.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/sink.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/source.html -%%DOCSDIR%%/libs/iostreams/doc/concepts/symmetric_filter.html -%%DOCSDIR%%/libs/iostreams/doc/faq.html -%%DOCSDIR%%/libs/iostreams/doc/functions/close.html -%%DOCSDIR%%/libs/iostreams/doc/functions/combine.html -%%DOCSDIR%%/libs/iostreams/doc/functions/compose.html -%%DOCSDIR%%/libs/iostreams/doc/functions/copy.html -%%DOCSDIR%%/libs/iostreams/doc/functions/filter_test.html -%%DOCSDIR%%/libs/iostreams/doc/functions/flush.html -%%DOCSDIR%%/libs/iostreams/doc/functions/functions.html -%%DOCSDIR%%/libs/iostreams/doc/functions/get.html -%%DOCSDIR%%/libs/iostreams/doc/functions/imbue.html -%%DOCSDIR%%/libs/iostreams/doc/functions/invert.html -%%DOCSDIR%%/libs/iostreams/doc/functions/optimal_buffer_size.html -%%DOCSDIR%%/libs/iostreams/doc/functions/positioning.html -%%DOCSDIR%%/libs/iostreams/doc/functions/put.html -%%DOCSDIR%%/libs/iostreams/doc/functions/putback.html -%%DOCSDIR%%/libs/iostreams/doc/functions/read.html -%%DOCSDIR%%/libs/iostreams/doc/functions/restrict.html -%%DOCSDIR%%/libs/iostreams/doc/functions/seek.html -%%DOCSDIR%%/libs/iostreams/doc/functions/slice.html -%%DOCSDIR%%/libs/iostreams/doc/functions/tee.html -%%DOCSDIR%%/libs/iostreams/doc/functions/write.html -%%DOCSDIR%%/libs/iostreams/doc/graphics/bidirectional_chain.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/important_modes.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/input_chain.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/key_bidirectional_seq.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/key_important.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/key_input_seq.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/key_output_seq.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/key_read_head.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/key_read_write_head.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/key_write_head.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/modes.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/output_chain.gif -%%DOCSDIR%%/libs/iostreams/doc/graphics/seekable_chain.gif -%%DOCSDIR%%/libs/iostreams/doc/guide/asynchronous.html -%%DOCSDIR%%/libs/iostreams/doc/guide/buffering.html -%%DOCSDIR%%/libs/iostreams/doc/guide/code_conversion.html -%%DOCSDIR%%/libs/iostreams/doc/guide/concepts.html -%%DOCSDIR%%/libs/iostreams/doc/guide/exceptions.html -%%DOCSDIR%%/libs/iostreams/doc/guide/filtering_streams.html -%%DOCSDIR%%/libs/iostreams/doc/guide/generic_streams.html -%%DOCSDIR%%/libs/iostreams/doc/guide/guide.html -%%DOCSDIR%%/libs/iostreams/doc/guide/lifetimes.html -%%DOCSDIR%%/libs/iostreams/doc/guide/modes.html -%%DOCSDIR%%/libs/iostreams/doc/guide/pipelines.html -%%DOCSDIR%%/libs/iostreams/doc/guide/text_processing.html -%%DOCSDIR%%/libs/iostreams/doc/guide/traits.html -%%DOCSDIR%%/libs/iostreams/doc/guide/views.html -%%DOCSDIR%%/libs/iostreams/doc/home.html -%%DOCSDIR%%/libs/iostreams/doc/index.html -%%DOCSDIR%%/libs/iostreams/doc/installation.html -%%DOCSDIR%%/libs/iostreams/doc/macros/buffer_sizes.html -%%DOCSDIR%%/libs/iostreams/doc/macros/macros.html -%%DOCSDIR%%/libs/iostreams/doc/macros/workarounds.html -%%DOCSDIR%%/libs/iostreams/doc/menu.html -%%DOCSDIR%%/libs/iostreams/doc/portability.html -%%DOCSDIR%%/libs/iostreams/doc/quick_reference.html -%%DOCSDIR%%/libs/iostreams/doc/rationale.html -%%DOCSDIR%%/libs/iostreams/doc/reference.html -%%DOCSDIR%%/libs/iostreams/doc/release_notes.html -%%DOCSDIR%%/libs/iostreams/doc/theme/boost.png -%%DOCSDIR%%/libs/iostreams/doc/theme/boost_small.png -%%DOCSDIR%%/libs/iostreams/doc/theme/iostreams.css -%%DOCSDIR%%/libs/iostreams/doc/theme/wedge.gif -%%DOCSDIR%%/libs/iostreams/doc/tree/tree.css -%%DOCSDIR%%/libs/iostreams/doc/tutorial/container_device.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/container_sink.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/container_source.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/dictionary_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/dual_use_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/filter_usage.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/finite_state_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/line_wrapping_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/multichar_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/shell_comments_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/tab_expanding_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/tutorial.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/unix2dos_filters.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/writing_devices.html -%%DOCSDIR%%/libs/iostreams/doc/tutorial/writing_filters.html -%%DOCSDIR%%/libs/iostreams/example/boost_back_inserter_example.cpp -%%DOCSDIR%%/libs/iostreams/example/container_device.hpp -%%DOCSDIR%%/libs/iostreams/example/container_device_example.cpp -%%DOCSDIR%%/libs/iostreams/example/container_sink_example.cpp -%%DOCSDIR%%/libs/iostreams/example/container_source_example.cpp -%%DOCSDIR%%/libs/iostreams/example/dictionary_filter.hpp -%%DOCSDIR%%/libs/iostreams/example/finite_state_filter.hpp -%%DOCSDIR%%/libs/iostreams/example/iterator_range_example.cpp -%%DOCSDIR%%/libs/iostreams/example/line_wrapping_filter.hpp -%%DOCSDIR%%/libs/iostreams/example/shell_comments_filter.hpp -%%DOCSDIR%%/libs/iostreams/example/std_back_inserter_example.cpp -%%DOCSDIR%%/libs/iostreams/example/tab_expanding_filter.hpp -%%DOCSDIR%%/libs/iostreams/example/unix2dos_filter.hpp -%%DOCSDIR%%/libs/iostreams/index.html -%%DOCSDIR%%/libs/iostreams/test/example_test.cpp -%%DOCSDIR%%/libs/iterator/doc/BidirectionalTraversal.html -%%DOCSDIR%%/libs/iterator/doc/ForwardTraversal.html -%%DOCSDIR%%/libs/iterator/doc/IncrementableIterator.html -%%DOCSDIR%%/libs/iterator/doc/LvalueIterator.html -%%DOCSDIR%%/libs/iterator/doc/RandomAccessTraversal.html -%%DOCSDIR%%/libs/iterator/doc/ReadableIterator.html -%%DOCSDIR%%/libs/iterator/doc/SinglePassIterator.html -%%DOCSDIR%%/libs/iterator/doc/SwappableIterator.html -%%DOCSDIR%%/libs/iterator/doc/WritableIterator.html -%%DOCSDIR%%/libs/iterator/doc/access.png -%%DOCSDIR%%/libs/iterator/doc/access2old.png -%%DOCSDIR%%/libs/iterator/doc/counting_iterator.html -%%DOCSDIR%%/libs/iterator/doc/default.css -%%DOCSDIR%%/libs/iterator/doc/facade-and-adaptor.html -%%DOCSDIR%%/libs/iterator/doc/filter_iterator.html -%%DOCSDIR%%/libs/iterator/doc/function_input_iterator.html -%%DOCSDIR%%/libs/iterator/doc/function_output_iterator.html -%%DOCSDIR%%/libs/iterator/doc/index.html -%%DOCSDIR%%/libs/iterator/doc/indirect_iterator.html -%%DOCSDIR%%/libs/iterator/doc/iterator_adaptor.html -%%DOCSDIR%%/libs/iterator/doc/iterator_archetypes.html -%%DOCSDIR%%/libs/iterator/doc/iterator_concepts.html -%%DOCSDIR%%/libs/iterator/doc/iterator_facade.html -%%DOCSDIR%%/libs/iterator/doc/iterator_traits.html -%%DOCSDIR%%/libs/iterator/doc/new-iter-concepts.html -%%DOCSDIR%%/libs/iterator/doc/oldeqnew.png -%%DOCSDIR%%/libs/iterator/doc/permutation_iterator.html -%%DOCSDIR%%/libs/iterator/doc/pointee.html -%%DOCSDIR%%/libs/iterator/doc/reverse_iterator.html -%%DOCSDIR%%/libs/iterator/doc/transform_iterator.html -%%DOCSDIR%%/libs/iterator/doc/traversal.png -%%DOCSDIR%%/libs/iterator/doc/zip_iterator.html -%%DOCSDIR%%/libs/iterator/example/counting_iterator_example.cpp -%%DOCSDIR%%/libs/iterator/example/filter_iterator_example.cpp -%%DOCSDIR%%/libs/iterator/example/func_output_iter_example.cpp -%%DOCSDIR%%/libs/iterator/example/indirect_iterator_example.cpp -%%DOCSDIR%%/libs/iterator/example/node.hpp -%%DOCSDIR%%/libs/iterator/example/node_iterator1.cpp -%%DOCSDIR%%/libs/iterator/example/node_iterator1.hpp -%%DOCSDIR%%/libs/iterator/example/node_iterator2.cpp -%%DOCSDIR%%/libs/iterator/example/node_iterator2.hpp -%%DOCSDIR%%/libs/iterator/example/node_iterator3.cpp -%%DOCSDIR%%/libs/iterator/example/node_iterator3.hpp -%%DOCSDIR%%/libs/iterator/example/permutation_iter_example.cpp -%%DOCSDIR%%/libs/iterator/example/reverse_iterator.cpp -%%DOCSDIR%%/libs/iterator/example/reverse_iterator_example.cpp -%%DOCSDIR%%/libs/iterator/example/transform_iterator_example.cpp -%%DOCSDIR%%/libs/iterator/index.html -%%DOCSDIR%%/libs/lambda/doc/index.html -%%DOCSDIR%%/libs/lambda/index.html -%%DOCSDIR%%/libs/libraries.htm -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_CONFIG_ARITY_MAX.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_CONFIG_BIND_MAX.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_CONFIG_LOCALS_AS_TPARAMS.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_ID.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_ID_TPL.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_NAME.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_NAME_TPL.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_TPL.html -%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_TYPEOF.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/acknowledgments.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/advanced_topics.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/alternatives.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/bibliography.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/examples.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/getting_started.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/implementation.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/no_variadic_macros.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/release_notes.html -%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/tutorial.html -%%DOCSDIR%%/libs/local_function/doc/html/index.html -%%DOCSDIR%%/libs/local_function/doc/html/reference.html -%%DOCSDIR%%/libs/local_function/example/Jamfile.v2 -%%DOCSDIR%%/libs/local_function/example/add_cxx11_lambda.cpp -%%DOCSDIR%%/libs/local_function/example/add_global_functor.cpp -%%DOCSDIR%%/libs/local_function/example/add_local_functor.cpp -%%DOCSDIR%%/libs/local_function/example/add_phoenix.cpp -%%DOCSDIR%%/libs/local_function/example/chrono.py -%%DOCSDIR%%/libs/local_function/example/const_block.cpp -%%DOCSDIR%%/libs/local_function/example/const_block.hpp -%%DOCSDIR%%/libs/local_function/example/const_block_error.cpp -%%DOCSDIR%%/libs/local_function/example/const_block_error_cxx11_lambda.cpp -%%DOCSDIR%%/libs/local_function/example/expensive_copy_cxx11_lambda.cpp -%%DOCSDIR%%/libs/local_function/example/expensive_copy_local_function.cpp -%%DOCSDIR%%/libs/local_function/example/gcc_access.cpp -%%DOCSDIR%%/libs/local_function/example/gcc_cxx11_lambda.cpp -%%DOCSDIR%%/libs/local_function/example/gcc_lambda.cpp -%%DOCSDIR%%/libs/local_function/example/gcc_lambda.hpp -%%DOCSDIR%%/libs/local_function/example/gcc_square.cpp -%%DOCSDIR%%/libs/local_function/example/gcc_store.cpp -%%DOCSDIR%%/libs/local_function/example/impl_pp_keyword.cpp -%%DOCSDIR%%/libs/local_function/example/impl_tparam_tricks.cpp -%%DOCSDIR%%/libs/local_function/example/n2529_this.cpp -%%DOCSDIR%%/libs/local_function/example/n2550_find_if.cpp -%%DOCSDIR%%/libs/local_function/example/noncopyable_cxx11_lambda_error.cpp -%%DOCSDIR%%/libs/local_function/example/noncopyable_local_function.cpp -%%DOCSDIR%%/libs/local_function/example/phoenix_factorial.cpp -%%DOCSDIR%%/libs/local_function/example/phoenix_factorial_local.cpp -%%DOCSDIR%%/libs/local_function/example/profile.xls -%%DOCSDIR%%/libs/local_function/example/profile_cxx11_lambda.cpp -%%DOCSDIR%%/libs/local_function/example/profile_gcc_cxx11_debug.png -%%DOCSDIR%%/libs/local_function/example/profile_gcc_cxx11_release.png -%%DOCSDIR%%/libs/local_function/example/profile_gcc_debug.png -%%DOCSDIR%%/libs/local_function/example/profile_gcc_release.png -%%DOCSDIR%%/libs/local_function/example/profile_global_functor.cpp -%%DOCSDIR%%/libs/local_function/example/profile_helpers.hpp -%%DOCSDIR%%/libs/local_function/example/profile_legend_cxx11_lambda.png -%%DOCSDIR%%/libs/local_function/example/profile_legend_global_functor.png -%%DOCSDIR%%/libs/local_function/example/profile_legend_local_function.png -%%DOCSDIR%%/libs/local_function/example/profile_legend_local_function_inline.png -%%DOCSDIR%%/libs/local_function/example/profile_legend_local_functor.png -%%DOCSDIR%%/libs/local_function/example/profile_legend_phoenix.png -%%DOCSDIR%%/libs/local_function/example/profile_local_function.cpp -%%DOCSDIR%%/libs/local_function/example/profile_local_function_inline.cpp -%%DOCSDIR%%/libs/local_function/example/profile_local_functor.cpp -%%DOCSDIR%%/libs/local_function/example/profile_msvc_debug.png -%%DOCSDIR%%/libs/local_function/example/profile_msvc_release.png -%%DOCSDIR%%/libs/local_function/example/profile_phoenix.cpp -%%DOCSDIR%%/libs/local_function/example/scope_exit.cpp -%%DOCSDIR%%/libs/local_function/example/scope_exit.hpp -%%DOCSDIR%%/libs/local_function/index.html -%%DOCSDIR%%/libs/locale/doc/boost-small.png -%%DOCSDIR%%/libs/locale/doc/html/annotated.html -%%DOCSDIR%%/libs/locale/doc/html/appendix.html -%%DOCSDIR%%/libs/locale/doc/html/bc_s.png -%%DOCSDIR%%/libs/locale/doc/html/boost-small.png -%%DOCSDIR%%/libs/locale/doc/html/boundary_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/boundary_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/boundary__point_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/boundary_analysys.html -%%DOCSDIR%%/libs/locale/doc/html/building_boost_locale.html -%%DOCSDIR%%/libs/locale/doc/html/calendar_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/changelog.html -%%DOCSDIR%%/libs/locale/doc/html/charset_handling.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1abstract__calendar-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1abstract__calendar.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__format-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__format.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__message-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__message.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__indexing-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__indexing.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point__index-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point__index.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment__index-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment__index.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar__facet-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar__facet.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator.png -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator__base-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator__base.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator__base.png -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1conversion__error-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1conversion__error.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1invalid__charset__error-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1invalid__charset__error.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter.png -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter__base-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter__base.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter__base.png -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__duration-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__duration.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__error-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__error.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__period__set-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__period__set.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generator-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generator.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1hold__ptr-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1hold__ptr.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1info-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1info.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1ios__info-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1ios__info.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend__manager-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend__manager.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1message__format-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1message__format.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1period_1_1period__type-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1period_1_1period__type.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1util_1_1base__converter-members.html -%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1util_1_1base__converter.html -%%DOCSDIR%%/libs/locale/doc/html/classes.html -%%DOCSDIR%%/libs/locale/doc/html/closed.png -%%DOCSDIR%%/libs/locale/doc/html/collate_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/collation.html -%%DOCSDIR%%/libs/locale/doc/html/collator_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/config_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/conversion_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/conversions.html -%%DOCSDIR%%/libs/locale/doc/html/conversions_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/date__time_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/date__time__facet_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/dates_times_timezones.html -%%DOCSDIR%%/libs/locale/doc/html/default_encoding_under_windows.html -%%DOCSDIR%%/libs/locale/doc/html/definitions_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/doxygen.css -%%DOCSDIR%%/libs/locale/doc/html/doxygen.png -%%DOCSDIR%%/libs/locale/doc/html/encoding_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/encoding__errors_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/encoding__utf_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/examples.html -%%DOCSDIR%%/libs/locale/doc/html/facets_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/faq.html -%%DOCSDIR%%/libs/locale/doc/html/files.html -%%DOCSDIR%%/libs/locale/doc/html/format_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/formatting_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/formatting_and_parsing.html -%%DOCSDIR%%/libs/locale/doc/html/ftv2blank.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2doc.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2folderclosed.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2folderopen.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2lastnode.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2link.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2mlastnode.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2mnode.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2node.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2plastnode.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2pnode.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2splitbar.png -%%DOCSDIR%%/libs/locale/doc/html/ftv2vertline.png -%%DOCSDIR%%/libs/locale/doc/html/functions.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x62.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x63.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x64.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x65.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x66.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x67.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x68.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x69.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x6c.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x6d.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x6e.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x6f.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x70.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x71.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x72.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x73.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x74.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x75.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x76.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x77.html -%%DOCSDIR%%/libs/locale/doc/html/functions_0x7e.html -%%DOCSDIR%%/libs/locale/doc/html/functions_enum.html -%%DOCSDIR%%/libs/locale/doc/html/functions_eval.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x62.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x63.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x64.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x65.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x66.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x67.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x68.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x69.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x6c.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x6d.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x6e.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x6f.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x70.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x72.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x73.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x74.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x75.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x76.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x77.html -%%DOCSDIR%%/libs/locale/doc/html/functions_func_0x7e.html -%%DOCSDIR%%/libs/locale/doc/html/functions_type.html -%%DOCSDIR%%/libs/locale/doc/html/functions_vars.html -%%DOCSDIR%%/libs/locale/doc/html/generator_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/gettext_for_windows.html -%%DOCSDIR%%/libs/locale/doc/html/glossary.html -%%DOCSDIR%%/libs/locale/doc/html/gnu__gettext_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/group__boundary.html -%%DOCSDIR%%/libs/locale/doc/html/group__codepage.html -%%DOCSDIR%%/libs/locale/doc/html/group__collation.html -%%DOCSDIR%%/libs/locale/doc/html/group__convert.html -%%DOCSDIR%%/libs/locale/doc/html/group__date__time.html -%%DOCSDIR%%/libs/locale/doc/html/group__format.html -%%DOCSDIR%%/libs/locale/doc/html/group__manipulators.html -%%DOCSDIR%%/libs/locale/doc/html/group__message.html -%%DOCSDIR%%/libs/locale/doc/html/hello_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/hierarchy.html -%%DOCSDIR%%/libs/locale/doc/html/hold__ptr_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/index.html -%%DOCSDIR%%/libs/locale/doc/html/index_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/info_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/locale_gen.html -%%DOCSDIR%%/libs/locale/doc/html/locale_information.html -%%DOCSDIR%%/libs/locale/doc/html/localization__backend_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/localized_text_formatting.html -%%DOCSDIR%%/libs/locale/doc/html/message_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/messages_formatting.html -%%DOCSDIR%%/libs/locale/doc/html/modules.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1as.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1boundary.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1conv.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1flags.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1gnu__gettext.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1period.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1period_1_1marks.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1time__zone.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1utf.html -%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1util.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x62.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x63.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x64.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x65.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x66.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x67.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x68.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x69.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x6a.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x6c.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x6d.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x6e.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x6f.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x70.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x72.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x73.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x74.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x75.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x76.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x77.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_0x79.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_enum.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_eval.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x62.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x63.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x64.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x65.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x66.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x67.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x68.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x69.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x6a.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x6c.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x6d.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x6e.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x6f.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x70.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x73.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x74.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x75.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x77.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_0x79.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_type.html -%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_vars.html -%%DOCSDIR%%/libs/locale/doc/html/namespaces.html -%%DOCSDIR%%/libs/locale/doc/html/nav_f.png -%%DOCSDIR%%/libs/locale/doc/html/nav_h.png -%%DOCSDIR%%/libs/locale/doc/html/navtree.css -%%DOCSDIR%%/libs/locale/doc/html/open.png -%%DOCSDIR%%/libs/locale/doc/html/rationale.html -%%DOCSDIR%%/libs/locale/doc/html/recommendations_and_myths.html -%%DOCSDIR%%/libs/locale/doc/html/running_examples_under_windows.html -%%DOCSDIR%%/libs/locale/doc/html/segment_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/special_thanks.html -%%DOCSDIR%%/libs/locale/doc/html/status_of_cpp0x_characters_support.html -%%DOCSDIR%%/libs/locale/doc/html/std_locales.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1boundary_1_1break__info-members.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1boundary_1_1break__info.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1comparator-members.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1comparator.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1date__time__period-members.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1date__time__period.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info-members.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info_1_1domain-members.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info_1_1domain.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1posix__time-members.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1posix__time.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1utf_1_1utf__traits-members.html -%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1utf_1_1utf__traits.html -%%DOCSDIR%%/libs/locale/doc/html/tab_a.png -%%DOCSDIR%%/libs/locale/doc/html/tab_b.png -%%DOCSDIR%%/libs/locale/doc/html/tab_h.png -%%DOCSDIR%%/libs/locale/doc/html/tab_s.png -%%DOCSDIR%%/libs/locale/doc/html/tabs.css -%%DOCSDIR%%/libs/locale/doc/html/tested_compilers_and_paltforms.html -%%DOCSDIR%%/libs/locale/doc/html/time__zone_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/types_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/using_boost_locale.html -%%DOCSDIR%%/libs/locale/doc/html/using_localization_backends.html -%%DOCSDIR%%/libs/locale/doc/html/utf_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/util_8hpp_source.html -%%DOCSDIR%%/libs/locale/doc/html/wboundary_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/wconversions_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/whello_8cpp-example.html -%%DOCSDIR%%/libs/locale/doc/html/working_with_multiple_locales.html -%%DOCSDIR%%/libs/locale/doc/style/boost_small.png -%%DOCSDIR%%/libs/locale/doc/style/header-bg.png -%%DOCSDIR%%/libs/locale/doc/style/header-fg.png -%%DOCSDIR%%/libs/locale/doc/style/header.css -%%DOCSDIR%%/libs/locale/doc/style/header_grass.css -%%DOCSDIR%%/libs/locale/doc/style/section-basic.css -%%DOCSDIR%%/libs/locale/doc/style/space.png -%%DOCSDIR%%/libs/locale/doc/templates/footer.html -%%DOCSDIR%%/libs/locale/examples/boundary.cpp -%%DOCSDIR%%/libs/locale/examples/calendar.cpp -%%DOCSDIR%%/libs/locale/examples/collate.cpp -%%DOCSDIR%%/libs/locale/examples/conversions.cpp -%%DOCSDIR%%/libs/locale/examples/hello.cpp -%%DOCSDIR%%/libs/locale/examples/wboundary.cpp -%%DOCSDIR%%/libs/locale/examples/wconversions.cpp -%%DOCSDIR%%/libs/locale/examples/whello.cpp -%%DOCSDIR%%/libs/locale/index.html -%%DOCSDIR%%/libs/lockfree/examples/Jamfile.v2 -%%DOCSDIR%%/libs/lockfree/examples/queue.cpp -%%DOCSDIR%%/libs/lockfree/examples/spsc_queue.cpp -%%DOCSDIR%%/libs/lockfree/examples/stack.cpp -%%DOCSDIR%%/libs/lockfree/index.html -%%DOCSDIR%%/libs/log/doc/Design.png -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ATTRIBUTE_KEYWORD.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ATTRIBUTE_KEYWORD_TYPE.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_CHANNEL.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_CHANNEL_SEV.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_COMBINE_REQUIREMENTS_LIMIT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER_MT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER_TYPE.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_WLOGGER.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_WLOGGER_MT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_EXPLICIT_OPERATOR_BOOL.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_ASSIGNMENT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_ASSIGNMENT_TEMPLATE.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_CONSTRUCTORS.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_CONSTRUCTORS_TEMPLATE.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_MEMBERS.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_MEMBERS_TEMPLATE.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FUNCTION.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_CTOR_ARGS.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_DEFAULT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_INIT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_CTOR_ARGS.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_DEFAULT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_INIT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_MAX_EXCEPTION_TYPES.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_NAMED_SCOPE.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK_FLAG.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK_INIT.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_LOGGER_ATTR.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_LOGGER_TAG.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_THREAD_ATTR.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_THREAD_TAG.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SEV.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_CHANNEL.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_CHANNEL_SEV.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_SEV.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_WITH_PARAMS.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_TRIVIAL.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_UNIQUE_IDENTIFIER_NAME.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_UNUSED_VARIABLE.html -%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_WITH_PARAMS.html -%%DOCSDIR%%/libs/log/doc/html/attributes.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/abstract_ordering.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_common_attributes.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp28294808.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp28300584.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_console_lo_idp28303368.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_file_log.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_scoped_log_idp26158312.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_scoped_thr_idp26162008.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_value.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/add_value_manip.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/as_action.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/as_action_adapter.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/assign_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_cast.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_name.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_name_info.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_set.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering/l1_visitor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering/l2_visitor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_set.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/attribute_value_impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_clock.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_clock/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_time_traits.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/cast_source.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/constant.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/constant/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl_dec.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl_generic.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl_inc.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_process_id.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_process_name.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_thread_id.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_thread_id/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function/impl_template.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/local_time_traits.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_attribute_value.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_constant.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_function.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_consta_idp26097720.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_consta_idp26097720/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_constant.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_constant/impl.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope/sentry.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope_entry.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope_list.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/operator_idp26152456.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/timer.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/utc_time_traits.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_filter_factory.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatter_factory.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatting_ostream.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatting_ostream/sentry.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_record_ostream.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_settings.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_settings_section.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_string_l_idp28576392.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_string_literal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/begins_with_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind1st_idp28083272.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind1st_idp28085144.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idp28087000.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idp28088872.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idp28090728.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idp28092600.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_assign.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_output.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_to_log_idp28113512.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_to_log_idp28114984.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/binder1st.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/binder1st_FunT_idp28056392.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/binder2nd.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/binder2nd_FunT_idp28068376.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/binder3rd.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/binder3rd_FunT_idp28078680.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_date_time_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_date_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_time_duration_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_time_period_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/bounded_dump_manip.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/contains_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/conversion_error.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/core.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/current_scope.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/current_scope_info.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/date_time_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/date_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/default_attribute_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_elements_idp28234184.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_elements_idp28240072.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idp28231544.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idp28237048.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_manip.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/dynamic_type_dispatcher.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/ends_with_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/equal_to.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/exception_handler.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attr_idp25033160.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attr_idp25051832.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_actor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_begins_with.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_contains.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_ends_with.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_is_in_range.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_keyword.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_matches.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result_const_t_idp25310648.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result_this_ty_idp25312728.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp26536808.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp26540120.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_with_idp26542888.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_ascii_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_ascii_pattern_replacer.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26546472.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26546472/channel_visitor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26546472/severity_visitor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26569656.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severi_idp26569656/subscript_result.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severity_filter.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decor_idp25163672.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decor_idp25166312.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decorator_actor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decorator_terminal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp26656520.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp26659832.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idp26662600.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/csv_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp26667128.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp26670440.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_with_idp26673208.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26375288.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26378360.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26381464.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26385176.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26388920.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_ti_idp26393144.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_time_actor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_time_terminal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_idp26404680.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_idp26406360.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26413592.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26437496.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26440312.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26443160.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26446872.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26450616.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26454872.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_s_idp26459160.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_scope_actor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_terminal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idp26689640.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idp26691496.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attribute.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attribute__idp26682424.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/if_.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp26697112.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp26701048.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_range_idp26704440.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_keyword_descriptor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/keyword_descriptor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_c_ascii_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_c_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_csv_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_xml_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp26709608.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp26712904.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idp26715656.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/message.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/message_type.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/pattern_replacer.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/pattern_replacer/string_lengths.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/record.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/record_type.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/smessage.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/smessage_type.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/stream.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/stream_type.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/message.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/smessage.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/wmessage.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wc_ascii_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wc_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wcsv_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wmessage.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wmessage_type.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrap_formatter_idp26488840.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrap_formatter_idp26491048.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrapped_formatter_actor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrapped_formatter_terminal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wxml_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/xml_decor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26210312.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26214152.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26217848.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26221560.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26258920.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26262712.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idp26266360.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26240584.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26245432.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26250136.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26254856.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26282376.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26287192.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_def_idp26291864.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26224616.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26228872.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26232984.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26237112.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26270024.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26274232.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_or_thr_idp26278296.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_default.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_none.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_throw.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/filter_factory.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/floating_point_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/formatter_factory.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/fun_ref.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/function_reference_wrapper.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/greater.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/greater_equal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/in_range_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/init_from_settings.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/init_from_stream.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/integral_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/invalid_type.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/invalid_value.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/less.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/less_equal.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/limitation_error.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/logic_error.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/make_attr_orde_idp28284152.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/make_attr_orde_idp28286312.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27903576.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27906808.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27910824.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_idp27914456.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_suppressor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/matches_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/matches_fun/match_traits.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/missing_value.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/native_date_time_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/native_date_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/native_time_duration_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/native_time_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/nop.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/not_equal_to.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/nothrow_exception_handler.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/numeric_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/odr_violation.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/once_block_flag.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28642520.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28644008.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28646984.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28675800.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28677928.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28680056.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28682616.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28684744.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28686872.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28703064.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28705192.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28707320.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28709880.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28712008.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator___idp28714136.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp25822040.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28032376.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28212264.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28227368.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28229448.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28248712.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28251160.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28576872.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28645496.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28669960.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28672584.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28689432.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28691560.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28693688.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28696248.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28698376.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idp28700504.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/output_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_error.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp28364968.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp28368760.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_filter_idp28371944.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp28398664.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp28402264.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_formatte_idp28405464.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_settings.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/position_info.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/record.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/record_view.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_filte_idp28349064.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_filte_idp28352360.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_forma_idp28388856.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_forma_idp28392104.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28355736.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28358808.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28361608.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_simpl_idp28395432.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28418664.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28421800.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28424872.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/register_sink__idp28428088.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract_or_default.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract_or_throw.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/runtime_error.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/save_result.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/save_result_wrapper.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/setup_error.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sink_factory.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink/scoped_flag.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink/scoped_thread_id.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_custom_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_debug_output_backend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_direct_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_event_log_backend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatte_idp27106456.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatti_idp27135480.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_formatti_idp27135480/formatting_context.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_simple_e_idp27205816.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_sink_backend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_sink_frontend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_text_ostream_backend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/block_on_overflow.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_fifo_queue.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue/enqueued_record.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue/enqueued_record/order.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/combine_requirements.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/concurrent_feeding.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/drop_on_overflow.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/basic_event_composer.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_c_idp27260616.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_id_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_type_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_c_idp27257608.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_id_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_type_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_category.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_id.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_type.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/as_file_name_composer.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/collector.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/file_name_composer_adapter.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/make_collector.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/rotation_at_time_interval.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/rotation_at_time_point.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/flushing.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/formatted_records.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/has_requirement.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/sink.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/synchronized_feeding.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/synchronous_sink.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/custom_severity_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/direct_severity_mapping.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/make_facility.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/make_level.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog_backend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/text_file_backend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/text_multifile_backend.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_fifo_queue.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue/enqueued_record.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue/enqueued_record/order.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unlocked_sink.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_channel_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_channel_logger/make_default_channel_name.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_composit_idp25746440.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_composite_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_exceptio_idp25657208.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_severity_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel/apply.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel_logger_mt.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/exception_handler.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/exception_handler/apply.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/features.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/logger_mt.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/multi_thread_model.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity/apply.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_channel_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_channel_logger_mt.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_logger_mt.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/single_thread_model.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/swap_idp25665352.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wchannel_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wchannel_logger_mt.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wlogger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wlogger_mt.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_chan_idp26795608.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_channel_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_logger_mt.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/static_type_dispatcher.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/strictest_lock.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/string_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25056344.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25059784.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25235608.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25260408.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25771832.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25873752.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25919176.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp25987608.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28476152.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28579240.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28648472.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idp28667816.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/system_error.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28483912.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28485080.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28486248.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28487416.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28488584.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28489752.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access__idp28490936.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access_mode_of.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/time_duration_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/time_period_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/time_types.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_fun.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_fun_voi_idp28110392.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idp28254200.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idp28255432.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_manip.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/to_string_idp28649976.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/logger.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/operator_idp25107368.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/operator_idp25109336.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/to_string_idp25106280.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/type_dispatcher.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/type_dispatcher/callback.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/type_info_info.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/type_info_wrapper.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/unexpected_call.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/value_extractor.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/value_ref.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/value_visitor_invoker.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26328696.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26332616.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26336392.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26340184.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26343320.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26347576.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idp26351688.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/visitation_result.html -%%DOCSDIR%%/libs/log/doc/html/boost/log/wadd_console_log.html -%%DOCSDIR%%/libs/log/doc/html/core_components.html -%%DOCSDIR%%/libs/log/doc/html/expressions.html -%%DOCSDIR%%/libs/log/doc/html/images/log/Design.png -%%DOCSDIR%%/libs/log/doc/html/index.html -%%DOCSDIR%%/libs/log/doc/html/log/acknowledgments.html -%%DOCSDIR%%/libs/log/doc/html/log/changelog.html -%%DOCSDIR%%/libs/log/doc/html/log/defs.html -%%DOCSDIR%%/libs/log/doc/html/log/design.html -%%DOCSDIR%%/libs/log/doc/html/log/detailed.html -%%DOCSDIR%%/libs/log/doc/html/log/detailed/attributes.html -%%DOCSDIR%%/libs/log/doc/html/log/detailed/expressions.html -%%DOCSDIR%%/libs/log/doc/html/log/detailed/sink_backends.html -%%DOCSDIR%%/libs/log/doc/html/log/detailed/sink_frontends.html -%%DOCSDIR%%/libs/log/doc/html/log/detailed/sources.html -%%DOCSDIR%%/libs/log/doc/html/log/detailed/utilities.html -%%DOCSDIR%%/libs/log/doc/html/log/extension.html -%%DOCSDIR%%/libs/log/doc/html/log/extension/attributes.html -%%DOCSDIR%%/libs/log/doc/html/log/extension/settings.html -%%DOCSDIR%%/libs/log/doc/html/log/extension/sources.html -%%DOCSDIR%%/libs/log/doc/html/log/how_to_read.html -%%DOCSDIR%%/libs/log/doc/html/log/installation.html -%%DOCSDIR%%/libs/log/doc/html/log/installation/config.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/fork_support.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/init_term_support.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/msvc_link_fails_lnk1123.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/namespace_mangling.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_attribute_manips_dont_affect_filters.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_crash_on_term.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_not_lazy_streaming.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_not_log4j.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_weak_record_ordering.html -%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_weak_scoped_attributes.html -%%DOCSDIR%%/libs/log/doc/html/log/reference.html -%%DOCSDIR%%/libs/log/doc/html/log/todo.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial/advanced_filtering.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial/attributes.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial/formatters.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial/sinks.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial/sources.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial/trivial_filtering.html -%%DOCSDIR%%/libs/log/doc/html/log/tutorial/wide_char.html -%%DOCSDIR%%/libs/log/doc/html/logging_sources.html -%%DOCSDIR%%/libs/log/doc/html/other_libraries_support_layer.html -%%DOCSDIR%%/libs/log/doc/html/sinks.html -%%DOCSDIR%%/libs/log/doc/html/utilities.html -%%DOCSDIR%%/libs/log/example/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/advanced_usage/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/advanced_usage/main.cpp -%%DOCSDIR%%/libs/log/example/async_log/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/async_log/main.cpp -%%DOCSDIR%%/libs/log/example/basic_usage/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/basic_usage/main.cpp -%%DOCSDIR%%/libs/log/example/bounded_async_log/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/bounded_async_log/main.cpp -%%DOCSDIR%%/libs/log/example/doc/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/doc/attr_value_extraction.cpp -%%DOCSDIR%%/libs/log/example/doc/attr_value_visitation.cpp -%%DOCSDIR%%/libs/log/example/doc/core_core_manual.cpp -%%DOCSDIR%%/libs/log/example/doc/core_record.cpp -%%DOCSDIR%%/libs/log/example/doc/exception_handling.cpp -%%DOCSDIR%%/libs/log/example/doc/expressions_attr_fmt_tag.cpp -%%DOCSDIR%%/libs/log/example/doc/expressions_channel_severity_filter.cpp -%%DOCSDIR%%/libs/log/example/doc/expressions_has_attr_stat_accum.cpp -%%DOCSDIR%%/libs/log/example/doc/expressions_keyword_fmt_tag.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_app_launcher.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_filter_parser.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_filter_parser_custom_rel.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_formatter_parser.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_record_tagger.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_stat_collector.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_stat_collector_settings.cpp -%%DOCSDIR%%/libs/log/example/doc/extension_system_uptime_attr.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_async.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_async_bounded.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_async_ordering.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_debugger.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_file.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_multifile.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_ostream.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_simple_event_log.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_sync.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_syslog.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_unlocked.cpp -%%DOCSDIR%%/libs/log/example/doc/sinks_xml_file.cpp -%%DOCSDIR%%/libs/log/example/doc/sources_net_connection.cpp -%%DOCSDIR%%/libs/log/example/doc/sources_net_connection_chan.cpp -%%DOCSDIR%%/libs/log/example/doc/sources_net_connection_dynamic_chan.cpp -%%DOCSDIR%%/libs/log/example/doc/sources_severity.cpp -%%DOCSDIR%%/libs/log/example/doc/sources_severity_channel.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_attributes.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_file.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_file_manual.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_filtering.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_custom.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_format.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_stream.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_stream_manual.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_string.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_logging.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_trivial.cpp -%%DOCSDIR%%/libs/log/example/doc/tutorial_trivial_flt.cpp -%%DOCSDIR%%/libs/log/example/doc/util_dynamic_type_disp.cpp -%%DOCSDIR%%/libs/log/example/doc/util_manip_to_log.cpp -%%DOCSDIR%%/libs/log/example/doc/util_static_type_disp.cpp -%%DOCSDIR%%/libs/log/example/event_log/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/event_log/event_log_messages.mc -%%DOCSDIR%%/libs/log/example/event_log/main.cpp -%%DOCSDIR%%/libs/log/example/keywords/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/keywords/main.cpp -%%DOCSDIR%%/libs/log/example/multiple_files/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/multiple_files/main.cpp -%%DOCSDIR%%/libs/log/example/multiple_threads/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/multiple_threads/main.cpp -%%DOCSDIR%%/libs/log/example/native_syslog/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/native_syslog/main.cpp -%%DOCSDIR%%/libs/log/example/rotating_file/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/rotating_file/main.cpp -%%DOCSDIR%%/libs/log/example/settings_file/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/settings_file/main.cpp -%%DOCSDIR%%/libs/log/example/settings_file/settings.txt -%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/main.cpp -%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/settings.txt -%%DOCSDIR%%/libs/log/example/syslog/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/syslog/main.cpp -%%DOCSDIR%%/libs/log/example/trivial/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/trivial/main.cpp -%%DOCSDIR%%/libs/log/example/wide_char/Jamfile.v2 -%%DOCSDIR%%/libs/log/example/wide_char/main.cpp -%%DOCSDIR%%/libs/log/index.html -%%DOCSDIR%%/libs/logic/index.html -%%DOCSDIR%%/libs/math/doc/distexplorer/html/index.html -%%DOCSDIR%%/libs/math/doc/equations/acosh1.png -%%DOCSDIR%%/libs/math/doc/equations/acosh2.png -%%DOCSDIR%%/libs/math/doc/equations/acosh3.png -%%DOCSDIR%%/libs/math/doc/equations/acosh4.png -%%DOCSDIR%%/libs/math/doc/equations/airy.png -%%DOCSDIR%%/libs/math/doc/equations/airy_ai.png -%%DOCSDIR%%/libs/math/doc/equations/airy_aip.png -%%DOCSDIR%%/libs/math/doc/equations/airy_bi.png -%%DOCSDIR%%/libs/math/doc/equations/airy_bip.png -%%DOCSDIR%%/libs/math/doc/equations/asinh1.png -%%DOCSDIR%%/libs/math/doc/equations/asinh2.png -%%DOCSDIR%%/libs/math/doc/equations/asinh3.png -%%DOCSDIR%%/libs/math/doc/equations/asinh4.png -%%DOCSDIR%%/libs/math/doc/equations/atanh1.png -%%DOCSDIR%%/libs/math/doc/equations/atanh2.png -%%DOCSDIR%%/libs/math/doc/equations/atanh3.png -%%DOCSDIR%%/libs/math/doc/equations/bessel1.png -%%DOCSDIR%%/libs/math/doc/equations/bessel10.png -%%DOCSDIR%%/libs/math/doc/equations/bessel11.png -%%DOCSDIR%%/libs/math/doc/equations/bessel12.png -%%DOCSDIR%%/libs/math/doc/equations/bessel13.png -%%DOCSDIR%%/libs/math/doc/equations/bessel14.png -%%DOCSDIR%%/libs/math/doc/equations/bessel15.png -%%DOCSDIR%%/libs/math/doc/equations/bessel16.png -%%DOCSDIR%%/libs/math/doc/equations/bessel2.png -%%DOCSDIR%%/libs/math/doc/equations/bessel3.png -%%DOCSDIR%%/libs/math/doc/equations/bessel4.png -%%DOCSDIR%%/libs/math/doc/equations/bessel5.png -%%DOCSDIR%%/libs/math/doc/equations/bessel6.png -%%DOCSDIR%%/libs/math/doc/equations/bessel7.png -%%DOCSDIR%%/libs/math/doc/equations/bessel8.png -%%DOCSDIR%%/libs/math/doc/equations/bessel9.png -%%DOCSDIR%%/libs/math/doc/equations/bessel_y0_small_z.png -%%DOCSDIR%%/libs/math/doc/equations/bessel_y1_small_z.png -%%DOCSDIR%%/libs/math/doc/equations/bessel_y2_small_z.png -%%DOCSDIR%%/libs/math/doc/equations/bessel_yn_small_z.png -%%DOCSDIR%%/libs/math/doc/equations/bessel_yv_small_z.png -%%DOCSDIR%%/libs/math/doc/equations/beta1.png -%%DOCSDIR%%/libs/math/doc/equations/beta2.png -%%DOCSDIR%%/libs/math/doc/equations/beta3.png -%%DOCSDIR%%/libs/math/doc/equations/beta4.png -%%DOCSDIR%%/libs/math/doc/equations/beta5.png -%%DOCSDIR%%/libs/math/doc/equations/beta6.png -%%DOCSDIR%%/libs/math/doc/equations/beta7.png -%%DOCSDIR%%/libs/math/doc/equations/beta8.png -%%DOCSDIR%%/libs/math/doc/equations/beta_dist_kurtosis.png -%%DOCSDIR%%/libs/math/doc/equations/binomial_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/binomial_ref2.png -%%DOCSDIR%%/libs/math/doc/equations/cauchy_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/chf.png -%%DOCSDIR%%/libs/math/doc/equations/chi_squ_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut1.png -%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut2.png -%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut3.png -%%DOCSDIR%%/libs/math/doc/equations/derivative1.png -%%DOCSDIR%%/libs/math/doc/equations/derivative2.png -%%DOCSDIR%%/libs/math/doc/equations/digamma1.png -%%DOCSDIR%%/libs/math/doc/equations/digamma2.png -%%DOCSDIR%%/libs/math/doc/equations/digamma3.png -%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial1.png -%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial2.png -%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial3.png -%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial4.png -%%DOCSDIR%%/libs/math/doc/equations/ellint1.png -%%DOCSDIR%%/libs/math/doc/equations/ellint10.png -%%DOCSDIR%%/libs/math/doc/equations/ellint11.png -%%DOCSDIR%%/libs/math/doc/equations/ellint12.png -%%DOCSDIR%%/libs/math/doc/equations/ellint13.png -%%DOCSDIR%%/libs/math/doc/equations/ellint14.png -%%DOCSDIR%%/libs/math/doc/equations/ellint15.png -%%DOCSDIR%%/libs/math/doc/equations/ellint16.png -%%DOCSDIR%%/libs/math/doc/equations/ellint17.png -%%DOCSDIR%%/libs/math/doc/equations/ellint18.png -%%DOCSDIR%%/libs/math/doc/equations/ellint19.png -%%DOCSDIR%%/libs/math/doc/equations/ellint2.png -%%DOCSDIR%%/libs/math/doc/equations/ellint20.png -%%DOCSDIR%%/libs/math/doc/equations/ellint21.png -%%DOCSDIR%%/libs/math/doc/equations/ellint22.png -%%DOCSDIR%%/libs/math/doc/equations/ellint23.png -%%DOCSDIR%%/libs/math/doc/equations/ellint24.png -%%DOCSDIR%%/libs/math/doc/equations/ellint25.png -%%DOCSDIR%%/libs/math/doc/equations/ellint26.png -%%DOCSDIR%%/libs/math/doc/equations/ellint3.png -%%DOCSDIR%%/libs/math/doc/equations/ellint4.png -%%DOCSDIR%%/libs/math/doc/equations/ellint5.png -%%DOCSDIR%%/libs/math/doc/equations/ellint6.png -%%DOCSDIR%%/libs/math/doc/equations/ellint7.png -%%DOCSDIR%%/libs/math/doc/equations/ellint8.png -%%DOCSDIR%%/libs/math/doc/equations/ellint9.png -%%DOCSDIR%%/libs/math/doc/equations/erf1.png -%%DOCSDIR%%/libs/math/doc/equations/erf2.png -%%DOCSDIR%%/libs/math/doc/equations/error1.png -%%DOCSDIR%%/libs/math/doc/equations/error2.png -%%DOCSDIR%%/libs/math/doc/equations/expint_i_1.png -%%DOCSDIR%%/libs/math/doc/equations/expint_i_2.png -%%DOCSDIR%%/libs/math/doc/equations/expint_i_3.png -%%DOCSDIR%%/libs/math/doc/equations/expint_i_4.png -%%DOCSDIR%%/libs/math/doc/equations/expint_n_1.png -%%DOCSDIR%%/libs/math/doc/equations/expint_n_2.png -%%DOCSDIR%%/libs/math/doc/equations/expint_n_3.png -%%DOCSDIR%%/libs/math/doc/equations/expint_n_4.png -%%DOCSDIR%%/libs/math/doc/equations/expint_n_5.png -%%DOCSDIR%%/libs/math/doc/equations/exponential_dist_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/fisher_pdf.png -%%DOCSDIR%%/libs/math/doc/equations/fraction1.png -%%DOCSDIR%%/libs/math/doc/equations/fraction2.png -%%DOCSDIR%%/libs/math/doc/equations/fraction3.png -%%DOCSDIR%%/libs/math/doc/equations/fraction4.png -%%DOCSDIR%%/libs/math/doc/equations/gamm1.png -%%DOCSDIR%%/libs/math/doc/equations/gamm2.png -%%DOCSDIR%%/libs/math/doc/equations/gamm3.png -%%DOCSDIR%%/libs/math/doc/equations/gamm4.png -%%DOCSDIR%%/libs/math/doc/equations/gamm5.png -%%DOCSDIR%%/libs/math/doc/equations/gamma_dist_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/gamma_dist_ref2.png -%%DOCSDIR%%/libs/math/doc/equations/gamma_ratio0.png -%%DOCSDIR%%/libs/math/doc/equations/gamma_ratio1.png -%%DOCSDIR%%/libs/math/doc/equations/hankel1.png -%%DOCSDIR%%/libs/math/doc/equations/hankel2.png -%%DOCSDIR%%/libs/math/doc/equations/hankel3.png -%%DOCSDIR%%/libs/math/doc/equations/hankel4.png -%%DOCSDIR%%/libs/math/doc/equations/hankel5.png -%%DOCSDIR%%/libs/math/doc/equations/hazard.png -%%DOCSDIR%%/libs/math/doc/equations/hermite_0.png -%%DOCSDIR%%/libs/math/doc/equations/hermite_1.png -%%DOCSDIR%%/libs/math/doc/equations/hypergeometric1.png -%%DOCSDIR%%/libs/math/doc/equations/hypergeometric2.png -%%DOCSDIR%%/libs/math/doc/equations/hypergeometric3.png -%%DOCSDIR%%/libs/math/doc/equations/hypergeometric4.png -%%DOCSDIR%%/libs/math/doc/equations/hypergeometric5.png -%%DOCSDIR%%/libs/math/doc/equations/hypergeometric6.png -%%DOCSDIR%%/libs/math/doc/equations/hypot.png -%%DOCSDIR%%/libs/math/doc/equations/hypot2.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta1.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta10.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta11.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta12.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta2.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta3.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta4.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta5.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta6.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta7.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta8.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta9.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv1.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv2.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv3.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv4.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv5.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv6.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv7.png -%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv8.png -%%DOCSDIR%%/libs/math/doc/equations/igamma1.png -%%DOCSDIR%%/libs/math/doc/equations/igamma10.png -%%DOCSDIR%%/libs/math/doc/equations/igamma11.png -%%DOCSDIR%%/libs/math/doc/equations/igamma11b.png -%%DOCSDIR%%/libs/math/doc/equations/igamma12.png -%%DOCSDIR%%/libs/math/doc/equations/igamma13.png -%%DOCSDIR%%/libs/math/doc/equations/igamma16.png -%%DOCSDIR%%/libs/math/doc/equations/igamma17.png -%%DOCSDIR%%/libs/math/doc/equations/igamma18.png -%%DOCSDIR%%/libs/math/doc/equations/igamma19.png -%%DOCSDIR%%/libs/math/doc/equations/igamma1f.png -%%DOCSDIR%%/libs/math/doc/equations/igamma2.png -%%DOCSDIR%%/libs/math/doc/equations/igamma2f.png -%%DOCSDIR%%/libs/math/doc/equations/igamma3.png -%%DOCSDIR%%/libs/math/doc/equations/igamma4.png -%%DOCSDIR%%/libs/math/doc/equations/igamma5.png -%%DOCSDIR%%/libs/math/doc/equations/igamma6.png -%%DOCSDIR%%/libs/math/doc/equations/igamma7.png -%%DOCSDIR%%/libs/math/doc/equations/igamma8.png -%%DOCSDIR%%/libs/math/doc/equations/igamma9.png -%%DOCSDIR%%/libs/math/doc/equations/jacobi1.png -%%DOCSDIR%%/libs/math/doc/equations/jacobi2.png -%%DOCSDIR%%/libs/math/doc/equations/jacobi3.png -%%DOCSDIR%%/libs/math/doc/equations/jacobi4.png -%%DOCSDIR%%/libs/math/doc/equations/laguerre_0.png -%%DOCSDIR%%/libs/math/doc/equations/laguerre_1.png -%%DOCSDIR%%/libs/math/doc/equations/laguerre_2.png -%%DOCSDIR%%/libs/math/doc/equations/laguerre_3.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos0.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos0a.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos0b.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos1.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos2.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos3.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos4.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos5.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos6.png -%%DOCSDIR%%/libs/math/doc/equations/lanczos7.png -%%DOCSDIR%%/libs/math/doc/equations/laplace_pdf.png -%%DOCSDIR%%/libs/math/doc/equations/legendre_0.png -%%DOCSDIR%%/libs/math/doc/equations/legendre_1.png -%%DOCSDIR%%/libs/math/doc/equations/legendre_1b.png -%%DOCSDIR%%/libs/math/doc/equations/legendre_2.png -%%DOCSDIR%%/libs/math/doc/equations/legendre_3.png -%%DOCSDIR%%/libs/math/doc/equations/legendre_4.png -%%DOCSDIR%%/libs/math/doc/equations/legendre_5.png -%%DOCSDIR%%/libs/math/doc/equations/lgamm1.png -%%DOCSDIR%%/libs/math/doc/equations/lgamm2.png -%%DOCSDIR%%/libs/math/doc/equations/lgamm3.png -%%DOCSDIR%%/libs/math/doc/equations/lgamm4.png -%%DOCSDIR%%/libs/math/doc/equations/lgamm5.png -%%DOCSDIR%%/libs/math/doc/equations/lgamm6.png -%%DOCSDIR%%/libs/math/doc/equations/log1pseries.png -%%DOCSDIR%%/libs/math/doc/equations/lognormal_ref.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel1.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel10.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel11.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel12.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel13.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel14.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel15.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel16.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel17.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel2.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel3.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel4.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel5.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel6.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel7.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel8.png -%%DOCSDIR%%/libs/math/doc/equations/mbessel9.png -%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref2.png -%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref3.png -%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref4.png -%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref2.png -%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref3.png -%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref4.png -%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref5.png -%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref6.png -%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref7.png -%%DOCSDIR%%/libs/math/doc/equations/nc_f_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/nc_f_ref2.png -%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref2.png -%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref3.png -%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref4.png -%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref5.png -%%DOCSDIR%%/libs/math/doc/equations/neg_binomial_ref.png -%%DOCSDIR%%/libs/math/doc/equations/normal01_cdf.png -%%DOCSDIR%%/libs/math/doc/equations/normal01_pdf.png -%%DOCSDIR%%/libs/math/doc/equations/normal_cdf.png -%%DOCSDIR%%/libs/math/doc/equations/normal_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/owens_t.png -%%DOCSDIR%%/libs/math/doc/equations/poisson_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/roots1.png -%%DOCSDIR%%/libs/math/doc/equations/roots2.png -%%DOCSDIR%%/libs/math/doc/equations/roots3.png -%%DOCSDIR%%/libs/math/doc/equations/roots4.png -%%DOCSDIR%%/libs/math/doc/equations/sbessel1.png -%%DOCSDIR%%/libs/math/doc/equations/sbessel2.png -%%DOCSDIR%%/libs/math/doc/equations/sbessel3.png -%%DOCSDIR%%/libs/math/doc/equations/sbessel4.png -%%DOCSDIR%%/libs/math/doc/equations/sbessel5.png -%%DOCSDIR%%/libs/math/doc/equations/skew_normal_cdf.png -%%DOCSDIR%%/libs/math/doc/equations/skew_normal_kurt_ex.png -%%DOCSDIR%%/libs/math/doc/equations/skew_normal_mean.png -%%DOCSDIR%%/libs/math/doc/equations/skew_normal_pdf.png -%%DOCSDIR%%/libs/math/doc/equations/skew_normal_pdf0.png -%%DOCSDIR%%/libs/math/doc/equations/skew_normal_skewness.png -%%DOCSDIR%%/libs/math/doc/equations/skew_normal_variance.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb1.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb15.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb17.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb18.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb20.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb22.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb5.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb6.png -%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb7.png -%%DOCSDIR%%/libs/math/doc/equations/spherical_0.png -%%DOCSDIR%%/libs/math/doc/equations/spherical_1.png -%%DOCSDIR%%/libs/math/doc/equations/spherical_2.png -%%DOCSDIR%%/libs/math/doc/equations/spherical_3.png -%%DOCSDIR%%/libs/math/doc/equations/students_t_dist.png -%%DOCSDIR%%/libs/math/doc/equations/students_t_ref1.png -%%DOCSDIR%%/libs/math/doc/equations/zeta1.png -%%DOCSDIR%%/libs/math/doc/equations/zeta2.png -%%DOCSDIR%%/libs/math/doc/equations/zeta3.png -%%DOCSDIR%%/libs/math/doc/equations/zeta4.png -%%DOCSDIR%%/libs/math/doc/equations/zeta5.png -%%DOCSDIR%%/libs/math/doc/equations/zeta6.png -%%DOCSDIR%%/libs/math/doc/graphs/acosh.png -%%DOCSDIR%%/libs/math/doc/graphs/airy_ai.png -%%DOCSDIR%%/libs/math/doc/graphs/airy_aip.png -%%DOCSDIR%%/libs/math/doc/graphs/airy_bi.png -%%DOCSDIR%%/libs/math/doc/graphs/airy_bip.png -%%DOCSDIR%%/libs/math/doc/graphs/airy_zeros.png -%%DOCSDIR%%/libs/math/doc/graphs/asinh.png -%%DOCSDIR%%/libs/math/doc/graphs/atanh.png -%%DOCSDIR%%/libs/math/doc/graphs/bernoulli_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/bernoulli_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/bessel_j_zeros.png -%%DOCSDIR%%/libs/math/doc/graphs/beta.png -%%DOCSDIR%%/libs/math/doc/graphs/beta_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_1.png -%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_2.png -%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_3.png -%%DOCSDIR%%/libs/math/doc/graphs/binomial_quantile_1.png -%%DOCSDIR%%/libs/math/doc/graphs/cauchy_pdf1.png -%%DOCSDIR%%/libs/math/doc/graphs/cauchy_pdf2.png -%%DOCSDIR%%/libs/math/doc/graphs/cbrt.png -%%DOCSDIR%%/libs/math/doc/graphs/cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/chi_squared_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_i.png -%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_j.png -%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_k.png -%%DOCSDIR%%/libs/math/doc/graphs/cyl_neumann.png -%%DOCSDIR%%/libs/math/doc/graphs/digamma.png -%%DOCSDIR%%/libs/math/doc/graphs/ellint_1.png -%%DOCSDIR%%/libs/math/doc/graphs/ellint_2.png -%%DOCSDIR%%/libs/math/doc/graphs/ellint_3.png -%%DOCSDIR%%/libs/math/doc/graphs/ellint_carlson.png -%%DOCSDIR%%/libs/math/doc/graphs/erf.png -%%DOCSDIR%%/libs/math/doc/graphs/erf_inv.png -%%DOCSDIR%%/libs/math/doc/graphs/erfc.png -%%DOCSDIR%%/libs/math/doc/graphs/erfc_inv.png -%%DOCSDIR%%/libs/math/doc/graphs/exp_on_r.png -%%DOCSDIR%%/libs/math/doc/graphs/expint2.png -%%DOCSDIR%%/libs/math/doc/graphs/expint_i.png -%%DOCSDIR%%/libs/math/doc/graphs/expm1.png -%%DOCSDIR%%/libs/math/doc/graphs/exponential_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/extreme_value_pdf1.png -%%DOCSDIR%%/libs/math/doc/graphs/extreme_value_pdf2.png -%%DOCSDIR%%/libs/math/doc/graphs/fisher_f_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/gamma1_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/gamma2_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/gamma_p.png -%%DOCSDIR%%/libs/math/doc/graphs/gamma_q.png -%%DOCSDIR%%/libs/math/doc/graphs/geometric_cdf_2.png -%%DOCSDIR%%/libs/math/doc/graphs/geometric_cdf_discrete.png -%%DOCSDIR%%/libs/math/doc/graphs/geometric_pdf_2.png -%%DOCSDIR%%/libs/math/doc/graphs/geometric_pdf_discrete.png -%%DOCSDIR%%/libs/math/doc/graphs/hermite.png -%%DOCSDIR%%/libs/math/doc/graphs/hyperbolic.png -%%DOCSDIR%%/libs/math/doc/graphs/hypergeometric_pdf_1.png -%%DOCSDIR%%/libs/math/doc/graphs/hypergeometric_pdf_2.png -%%DOCSDIR%%/libs/math/doc/graphs/ibeta.png -%%DOCSDIR%%/libs/math/doc/graphs/im_exp_on_c.png -%%DOCSDIR%%/libs/math/doc/graphs/inverse_chi_squared_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/inverse_chi_squared_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/inverse_gamma_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/inverse_gamma_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/inverse_gaussian_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/inverse_gaussian_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cd.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cn.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cs.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_dc.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_dn.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_ds.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_nc.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_nd.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_ns.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sc.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sd.png -%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sn.png -%%DOCSDIR%%/libs/math/doc/graphs/laguerre.png -%%DOCSDIR%%/libs/math/doc/graphs/laplace_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/legendre_p.png -%%DOCSDIR%%/libs/math/doc/graphs/legendre_q.png -%%DOCSDIR%%/libs/math/doc/graphs/lgamma.png -%%DOCSDIR%%/libs/math/doc/graphs/log1p.png -%%DOCSDIR%%/libs/math/doc/graphs/logistic_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/lognormal_pdf1.png -%%DOCSDIR%%/libs/math/doc/graphs/lognormal_pdf2.png -%%DOCSDIR%%/libs/math/doc/graphs/nc_beta_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/nc_f_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/nc_t_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/nc_t_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/nccs_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/negative_binomial_pdf_1.png -%%DOCSDIR%%/libs/math/doc/graphs/negative_binomial_pdf_2.png -%%DOCSDIR%%/libs/math/doc/graphs/neumann_y_zeros.png -%%DOCSDIR%%/libs/math/doc/graphs/normal01_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/normal01_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/normal_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/normal_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/owens_integration_area.png -%%DOCSDIR%%/libs/math/doc/graphs/pareto_pdf1.png -%%DOCSDIR%%/libs/math/doc/graphs/pareto_pdf2.png -%%DOCSDIR%%/libs/math/doc/graphs/pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/plot_owens_3d_xyp.png -%%DOCSDIR%%/libs/math/doc/graphs/plot_owens_t.png -%%DOCSDIR%%/libs/math/doc/graphs/poisson_pdf_1.png -%%DOCSDIR%%/libs/math/doc/graphs/powm1.png -%%DOCSDIR%%/libs/math/doc/graphs/prior_posterior_plot.png -%%DOCSDIR%%/libs/math/doc/graphs/quantile.png -%%DOCSDIR%%/libs/math/doc/graphs/rayleigh_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/rayleigh_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/remez-2.png -%%DOCSDIR%%/libs/math/doc/graphs/remez-3.png -%%DOCSDIR%%/libs/math/doc/graphs/remez-4.png -%%DOCSDIR%%/libs/math/doc/graphs/remez-5.png -%%DOCSDIR%%/libs/math/doc/graphs/sinc_pi.png -%%DOCSDIR%%/libs/math/doc/graphs/sinc_pi_and_sinhc_pi_on_r.png -%%DOCSDIR%%/libs/math/doc/graphs/sinhc_pi.png -%%DOCSDIR%%/libs/math/doc/graphs/skew_normal_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/skew_normal_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/sph_bessel.png -%%DOCSDIR%%/libs/math/doc/graphs/sph_neumann.png -%%DOCSDIR%%/libs/math/doc/graphs/sqrt1pm1.png -%%DOCSDIR%%/libs/math/doc/graphs/students_t_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/survival.png -%%DOCSDIR%%/libs/math/doc/graphs/survival_inv.png -%%DOCSDIR%%/libs/math/doc/graphs/tgamma.png -%%DOCSDIR%%/libs/math/doc/graphs/tgamma_delta_ratio.png -%%DOCSDIR%%/libs/math/doc/graphs/triangular_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/triangular_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/trigonometric.png -%%DOCSDIR%%/libs/math/doc/graphs/uniform_cdf.png -%%DOCSDIR%%/libs/math/doc/graphs/uniform_pdf.png -%%DOCSDIR%%/libs/math/doc/graphs/weibull_pdf1.png -%%DOCSDIR%%/libs/math/doc/graphs/weibull_pdf2.png -%%DOCSDIR%%/libs/math/doc/graphs/zeta1.png -%%DOCSDIR%%/libs/math/doc/graphs/zeta2.png -%%DOCSDIR%%/libs/math/doc/html/backgrounders.html -%%DOCSDIR%%/libs/math/doc/html/boostbook.css -%%DOCSDIR%%/libs/math/doc/html/constants.html -%%DOCSDIR%%/libs/math/doc/html/dist.html -%%DOCSDIR%%/libs/math/doc/html/extern_c.html -%%DOCSDIR%%/libs/math/doc/html/gcd_lcm.html -%%DOCSDIR%%/libs/math/doc/html/images/alert.png -%%DOCSDIR%%/libs/math/doc/html/images/blank.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/1.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/10.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/11.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/12.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/13.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/14.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/15.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/2.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/3.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/4.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/5.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/6.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/7.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/8.png -%%DOCSDIR%%/libs/math/doc/html/images/callouts/9.png -%%DOCSDIR%%/libs/math/doc/html/images/caution.png -%%DOCSDIR%%/libs/math/doc/html/images/draft.png -%%DOCSDIR%%/libs/math/doc/html/images/home.png -%%DOCSDIR%%/libs/math/doc/html/images/important.png -%%DOCSDIR%%/libs/math/doc/html/images/next.png -%%DOCSDIR%%/libs/math/doc/html/images/next_disabled.png -%%DOCSDIR%%/libs/math/doc/html/images/note.png -%%DOCSDIR%%/libs/math/doc/html/images/prev.png -%%DOCSDIR%%/libs/math/doc/html/images/prev_disabled.png -%%DOCSDIR%%/libs/math/doc/html/images/smiley.png -%%DOCSDIR%%/libs/math/doc/html/images/tip.png -%%DOCSDIR%%/libs/math/doc/html/images/toc-blank.png -%%DOCSDIR%%/libs/math/doc/html/images/toc-minus.png -%%DOCSDIR%%/libs/math/doc/html/images/toc-plus.png -%%DOCSDIR%%/libs/math/doc/html/images/up.png -%%DOCSDIR%%/libs/math/doc/html/images/up_disabled.png -%%DOCSDIR%%/libs/math/doc/html/images/warning.png -%%DOCSDIR%%/libs/math/doc/html/index.html -%%DOCSDIR%%/libs/math/doc/html/indexes.html -%%DOCSDIR%%/libs/math/doc/html/indexes/s01.html -%%DOCSDIR%%/libs/math/doc/html/indexes/s02.html -%%DOCSDIR%%/libs/math/doc/html/indexes/s03.html -%%DOCSDIR%%/libs/math/doc/html/indexes/s04.html -%%DOCSDIR%%/libs/math/doc/html/indexes/s05.html -%%DOCSDIR%%/libs/math/doc/html/inverse_complex.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acknowledgement.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acknowledgements.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acos.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acosh.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/ai.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/aip.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/bi.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/bip.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/archetypes.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/asin.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/asinh.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/atan.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/atanh.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_first.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_over.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_root.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/mbessel.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/building.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/c99.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/comp_compilers.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/comparisons.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/compile_time.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/compilers_overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/complex_history.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/complex_implementation.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/concepts.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/config_macros.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants_faq.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants_intro.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/contact.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/conventions.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/create.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/credits.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/demo.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/directories.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_concept.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/nmp.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_2.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_3.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/error_handling.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/exp.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint/expint_i.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint/expint_n.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/examples.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/portability.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/rationale.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/reference.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fpclass.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/future.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_credits.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_function_object.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_header.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_history.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/getting_best.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/e_float.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/float128.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/using_test.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hints.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/history1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/history2.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/cf.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/minima.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/rational.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/roots.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/roots2.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/series_evaluation.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals1/tuples.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/error_test.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/minimax.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/polynomials.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals2/test_data.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals_overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/interp.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/intro_pol_overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/introduction.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/issues.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jac_over.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/lanczos.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/lcm_function_object.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_faq.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_intro.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_tr1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/mem_typedef.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/namespaces.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/navigation.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/new_const.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_advance.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_distance.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_next.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_prior.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/nextafter.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_create.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_header.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_history.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_mem_fun.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_non_mem.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_specialization.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_synopsis.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_tests.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_todo.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_trans.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_typedefs.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_value_ops.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/octonion.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/overview_tr1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/owens_t.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_over1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_over2.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_test_app.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/cbrt.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/cos_pi.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/ct_pow.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/expm1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/hypot.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/log1p.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/powm1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/sin_pi.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_header.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_history.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_mem_fun.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_non_mem.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_synopsis.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_tests.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_todo.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rationale.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/refs.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/relative_error.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/remez.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/result_type.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/modf.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/round.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/trunc.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/run_time.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf/error_function.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_implementation.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/hermite.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/legendre.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sign_functions.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/spec.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut/special_tut_impl.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut/special_tut_test.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/variates.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/synopsis.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/threads.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tr1_ref.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/trans.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tuning.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/non_templ.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/templ.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/user_def.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/value_op.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/zetas.html -%%DOCSDIR%%/libs/math/doc/html/math_toolkit/zetas/zeta.html -%%DOCSDIR%%/libs/math/doc/html/octonions.html -%%DOCSDIR%%/libs/math/doc/html/overview.html -%%DOCSDIR%%/libs/math/doc/html/perf.html -%%DOCSDIR%%/libs/math/doc/html/policy.html -%%DOCSDIR%%/libs/math/doc/html/quaternions.html -%%DOCSDIR%%/libs/math/doc/html/special.html -%%DOCSDIR%%/libs/math/doc/html/status.html -%%DOCSDIR%%/libs/math/doc/html/toolkit.html -%%DOCSDIR%%/libs/math/doc/html/using_udt.html -%%DOCSDIR%%/libs/math/doc/html/utils.html -%%DOCSDIR%%/libs/math/doc/images/acos.png -%%DOCSDIR%%/libs/math/doc/images/acosh.png -%%DOCSDIR%%/libs/math/doc/images/asin.png -%%DOCSDIR%%/libs/math/doc/images/asinh.png -%%DOCSDIR%%/libs/math/doc/images/atan.png -%%DOCSDIR%%/libs/math/doc/images/atanh.png -%%DOCSDIR%%/libs/math/doc/images/hypot.png -%%DOCSDIR%%/libs/math/doc/images/hypot2.png -%%DOCSDIR%%/libs/math/doc/index.html -%%DOCSDIR%%/libs/math/doc/plot_owens_3d_xyp.png -%%DOCSDIR%%/libs/math/doc/plot_owens_t.png -%%DOCSDIR%%/libs/math/dot_net_example/distribution_explorer/boost.png -%%DOCSDIR%%/libs/math/example/Jamfile.v2 -%%DOCSDIR%%/libs/math/example/airy_zeros_example.cpp -%%DOCSDIR%%/libs/math/example/bessel_errors_example.cpp -%%DOCSDIR%%/libs/math/example/bessel_zeros_example.cpp -%%DOCSDIR%%/libs/math/example/bessel_zeros_example_1.cpp -%%DOCSDIR%%/libs/math/example/bessel_zeros_interator_example.cpp -%%DOCSDIR%%/libs/math/example/big_seventh.cpp -%%DOCSDIR%%/libs/math/example/binomial_coinflip_example.cpp -%%DOCSDIR%%/libs/math/example/binomial_confidence_limits.cpp -%%DOCSDIR%%/libs/math/example/binomial_example_nag.cpp -%%DOCSDIR%%/libs/math/example/binomial_quiz_example.cpp -%%DOCSDIR%%/libs/math/example/binomial_sample_sizes.cpp -%%DOCSDIR%%/libs/math/example/c_error_policy_example.cpp -%%DOCSDIR%%/libs/math/example/chi_square_std_dev_test.cpp -%%DOCSDIR%%/libs/math/example/constants_eg1.cpp -%%DOCSDIR%%/libs/math/example/distribution_construction.cpp -%%DOCSDIR%%/libs/math/example/error_handling_example.cpp -%%DOCSDIR%%/libs/math/example/error_policies_example.cpp -%%DOCSDIR%%/libs/math/example/error_policy_example.cpp -%%DOCSDIR%%/libs/math/example/f_test.cpp -%%DOCSDIR%%/libs/math/example/factorial_example.cpp -%%DOCSDIR%%/libs/math/example/fft_sines_table.cpp -%%DOCSDIR%%/libs/math/example/find_location_example.cpp -%%DOCSDIR%%/libs/math/example/find_mean_and_sd_normal.cpp -%%DOCSDIR%%/libs/math/example/find_root_example.cpp -%%DOCSDIR%%/libs/math/example/find_scale_example.cpp -%%DOCSDIR%%/libs/math/example/geometric_examples.cpp -%%DOCSDIR%%/libs/math/example/inspect_fp.cpp -%%DOCSDIR%%/libs/math/example/inverse_chi_squared_bayes_eg.cpp -%%DOCSDIR%%/libs/math/example/inverse_chi_squared_example.cpp -%%DOCSDIR%%/libs/math/example/inverse_chi_squared_find_df_example.cpp -%%DOCSDIR%%/libs/math/example/inverse_gamma_distribution_example.cpp -%%DOCSDIR%%/libs/math/example/inverse_gamma_example.cpp -%%DOCSDIR%%/libs/math/example/inverse_gaussian_example.cpp -%%DOCSDIR%%/libs/math/example/laplace_example.cpp -%%DOCSDIR%%/libs/math/example/lexical_cast_native.cpp -%%DOCSDIR%%/libs/math/example/lexical_cast_nonfinite_facets.cpp -%%DOCSDIR%%/libs/math/example/nc_chi_sq_example.cpp -%%DOCSDIR%%/libs/math/example/neg_binom_confidence_limits.cpp -%%DOCSDIR%%/libs/math/example/neg_binomial_sample_sizes.cpp -%%DOCSDIR%%/libs/math/example/negative_binomial_example1.cpp -%%DOCSDIR%%/libs/math/example/negative_binomial_example2.cpp -%%DOCSDIR%%/libs/math/example/neumann_zeros_example_1.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_facet_simple.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_facet_sstream.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_legacy.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_loopback_ok.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_num_facet.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_num_facet_serialization.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_num_facet_trap.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_serialization_archives.cpp -%%DOCSDIR%%/libs/math/example/nonfinite_signaling_NaN.cpp -%%DOCSDIR%%/libs/math/example/normal_misc_examples.cpp -%%DOCSDIR%%/libs/math/example/numerical_derivative_example.cpp -%%DOCSDIR%%/libs/math/example/owens_t_example.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_1.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_10.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_2.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_3.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_4.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_5.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_6.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_7.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_8.cpp -%%DOCSDIR%%/libs/math/example/policy_eg_9.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip1.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip10.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip11.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip12.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip13.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip2.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip3.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip4.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip5.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip6.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip7.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip8.cpp -%%DOCSDIR%%/libs/math/example/policy_ref_snip9.cpp -%%DOCSDIR%%/libs/math/example/root_finding_example.cpp -%%DOCSDIR%%/libs/math/example/sines.hpp -%%DOCSDIR%%/libs/math/example/skew_normal_example.cpp -%%DOCSDIR%%/libs/math/example/special_data.cpp -%%DOCSDIR%%/libs/math/example/students_t_example1.cpp -%%DOCSDIR%%/libs/math/example/students_t_example2.cpp -%%DOCSDIR%%/libs/math/example/students_t_example3.cpp -%%DOCSDIR%%/libs/math/example/students_t_single_sample.cpp -%%DOCSDIR%%/libs/math/example/students_t_two_samples.cpp -%%DOCSDIR%%/libs/math/example/test_cpp_float_close_fraction.cpp -%%DOCSDIR%%/libs/math/example/test_nonfinite_loopback.cpp -%%DOCSDIR%%/libs/math/index.html -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb1.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb10.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb11.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb12.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb13.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb14.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb15.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb16.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb17.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb18.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb19.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb2.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb20.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb21.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb3.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb4.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb5.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb6.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb7.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb8.jpeg -%%DOCSDIR%%/libs/math/octonion/graphics/octonion_blurb9.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb1.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb10.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb11.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb12.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb13.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb14.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb15.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb16.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb17.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb18.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb19.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb2.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb20.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb21.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb22.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb23.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb3.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb4.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb5.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb6.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb7.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb8.jpeg -%%DOCSDIR%%/libs/math/quaternion/graphics/quaternion_blurb9.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/Im_exp_on_C.png -%%DOCSDIR%%/libs/math/special_functions/graphics/Re_exp_on_C.png -%%DOCSDIR%%/libs/math/special_functions/graphics/exp_on_R.png -%%DOCSDIR%%/libs/math/special_functions/graphics/hyperbolic.png -%%DOCSDIR%%/libs/math/special_functions/graphics/sinc_pi_and_sinhc_pi_on_R.png -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb1.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb10.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb11.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb12.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb13.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb14.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb15.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb16.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb17.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb18.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb19.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb2.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb20.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb21.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb22.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb23.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb24.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb25.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb26.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb27.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb28.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb29.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb3.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb4.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb5.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb6.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb7.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb8.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/special_functions_blurb9.jpeg -%%DOCSDIR%%/libs/math/special_functions/graphics/trigonometric.png -%%DOCSDIR%%/libs/mem_fn/index.html -%%DOCSDIR%%/libs/move/example/Jamfile.v2 -%%DOCSDIR%%/libs/move/example/copymovable.hpp -%%DOCSDIR%%/libs/move/example/doc_clone_ptr.cpp -%%DOCSDIR%%/libs/move/example/doc_construct_forward.cpp -%%DOCSDIR%%/libs/move/example/doc_file_descriptor.cpp -%%DOCSDIR%%/libs/move/example/doc_how_works.cpp -%%DOCSDIR%%/libs/move/example/doc_move_algorithms.cpp -%%DOCSDIR%%/libs/move/example/doc_move_inserter.cpp -%%DOCSDIR%%/libs/move/example/doc_move_iterator.cpp -%%DOCSDIR%%/libs/move/example/movable.hpp -%%DOCSDIR%%/libs/move/index.html -%%DOCSDIR%%/libs/mpi/doc/netpipe.png -%%DOCSDIR%%/libs/mpi/example/generate_collect.cpp -%%DOCSDIR%%/libs/mpi/example/generate_collect_optional.cpp -%%DOCSDIR%%/libs/mpi/example/global_min.cpp -%%DOCSDIR%%/libs/mpi/example/hello_world.cpp -%%DOCSDIR%%/libs/mpi/example/hello_world_broadcast.cpp -%%DOCSDIR%%/libs/mpi/example/hello_world_groups.cpp -%%DOCSDIR%%/libs/mpi/example/hello_world_nonblocking.cpp -%%DOCSDIR%%/libs/mpi/example/in_place_global_min.cpp -%%DOCSDIR%%/libs/mpi/example/parallel_example.cpp -%%DOCSDIR%%/libs/mpi/example/python/hello_world.py -%%DOCSDIR%%/libs/mpi/example/random_content.cpp -%%DOCSDIR%%/libs/mpi/example/random_gather.cpp -%%DOCSDIR%%/libs/mpi/example/random_min.cpp -%%DOCSDIR%%/libs/mpi/example/reduce_performance_test.cpp -%%DOCSDIR%%/libs/mpi/example/string_cat.cpp -%%DOCSDIR%%/libs/mpi/index.html -%%DOCSDIR%%/libs/mpl/doc/index.html -%%DOCSDIR%%/libs/mpl/doc/refmanual.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/accumulate.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/acknowledgements.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/advance.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/algorithms-concepts.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/algorithms.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/always.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/and.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/apply-wrap.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/apply.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/arg.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/arithmetic-operations.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/assert-msg.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/assert-not.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/assert-relation.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/assert.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/asserts.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/associative-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/at-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/at.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/aux-lambda-support.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/back-extensible-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/back-inserter.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/back.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/begin.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bidirectional-iterator.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bidirectional-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bind.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bitand.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bitor.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bitwise-operations.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bitxor.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/bool.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/broken-compiler-workarounds.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/c-str.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/categorized-index-concepts.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/categorized-index.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/cfg-no-has-xxx-template.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/cfg-no-has-xxx.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/cfg-no-preprocessed-headers.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/char.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/classes.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/clear.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/comparisons.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/components.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/composition-and-argument-binding.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/concepts.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/configuration.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/contains.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/copy-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/copy.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/count-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/count.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/data-types-concepts.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/data-types-miscellaneous.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/data-types.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/deque.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/deref.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/distance.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/divides.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/empty-base.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/empty-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/empty.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/end.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/equal-to.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/equal.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/erase-key.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/erase.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/eval-if-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/eval-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/extensible-associative-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/extensible-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/filter-view.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/find-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/find.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/fold.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/for-each.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/forward-iterator.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/forward-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/front-extensible-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/front-inserter.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/front.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/greater-equal.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/greater.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/has-key.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-template-def.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-template-named-def.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-trait-def.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-trait-named-def.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/identity.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/if-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/inherit-linearly.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/inherit.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/insert-range.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/insert.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/inserter-class.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/inserter.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/inserters.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/int.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/integral-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/integral-constant.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/integral-sequence-wrapper.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/intrinsic-metafunctions.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/introspection.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/invocation.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/is-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/iter-fold.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/iteration-algorithms.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/iterator-category.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/iterator-metafunctions.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/iterator-range.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/iterators-concepts.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/iterators.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/joint-view.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/key-type.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/lambda-expression.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/lambda.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/less-equal.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/less.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-list-size.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-map-size.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-metafunction-arity.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-set-size.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-string-size.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-unrolling.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-vector-size.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/list-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/list.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/logical-operations.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/long.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/lower-bound.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/macros.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/map.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/max-element.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/max.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunction-class.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunction.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunctions-concepts.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunctions.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/min-element.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/min.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/minus.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/miscellaneous.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/modulus.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/negate.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/next.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/not-equal-to.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/not.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/numeric-cast.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/numeric-metafunction.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/numeric.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/or.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/order.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/pair.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/partition.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/placeholder-expression.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/placeholders.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/plus.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/pop-back.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/pop-front.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/prior.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/protect.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/push-back.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/push-front.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/querying-algorithms.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/quote.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/random-access-iterator.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/random-access-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/range-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/refmanual_toc.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/remove-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/remove.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/replace-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/replace.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-copy-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-copy.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-fold.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-iter-fold.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-partition.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-remove-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-remove.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-replace-if.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-replace.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-stable-partition.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-transform.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-unique.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/reversible-algorithm.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/runtime-algorithms.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/sequence-tag.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/sequences.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/set-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/set.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/shift-left.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/shift-right.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/single-view.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/size-t.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/size.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/sizeof.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/sort.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/stable-partition.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/string-operations.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/string.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/tag-dispatched-metafunction.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/terminology.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/times.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/transform-view.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/transform.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/transformation-algorithms.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/trivial-metafunction.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/trivial-metafunctions-summary.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/trivial.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/type-selection.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/unique.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/unpack-args.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/upper-bound.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/value-type.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/variadic-sequence.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/vector-c.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/vector.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/views.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/void.html -%%DOCSDIR%%/libs/mpl/doc/refmanual/zip-view.html -%%DOCSDIR%%/libs/mpl/doc/src/docutils/writers/html4_refdoc/frames.css -%%DOCSDIR%%/libs/mpl/doc/style.css -%%DOCSDIR%%/libs/mpl/doc/tutorial/acknowledgements.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/apply-lambda-semantics.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/book_cover.png -%%DOCSDIR%%/libs/mpl/doc/tutorial/broken-integral-constant.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/changelog-history.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/dependencies.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/details.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/dimensional-analysis.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/eti.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/exercises.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/handling-placeholders.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/higher-order.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/implementing-addition-and.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/implementing-division.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/implementing.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/incomplete-support-for.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/iterator-protocol.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/lambda-and-non.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/lambda-details.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/metafunction-composition.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/miscellaneous.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/more-lambda-capabilities.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/numeric-metafunction.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/partial-metafunction.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/physical-structure.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/placeholder-expression.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/placeholders.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/portability.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/reference-manual.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/renaming-cleanup.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/representing-dimensions.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/representing-quantities.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/resources.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/tag-dispatching-protocol.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/technical-details.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/the-apply-metafunction.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/the-importance-of-being.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/the-lambda-metafunction.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/tutorial-metafunctions.html -%%DOCSDIR%%/libs/mpl/doc/tutorial/tutorial_toc.html -%%DOCSDIR%%/libs/mpl/example/fsm/README.txt -%%DOCSDIR%%/libs/mpl/example/fsm/aux_/STT_impl_gen.hpp -%%DOCSDIR%%/libs/mpl/example/fsm/aux_/base_event.hpp -%%DOCSDIR%%/libs/mpl/example/fsm/aux_/event.hpp -%%DOCSDIR%%/libs/mpl/example/fsm/aux_/state.hpp -%%DOCSDIR%%/libs/mpl/example/fsm/aux_/transition.hpp -%%DOCSDIR%%/libs/mpl/example/fsm/player.cpp -%%DOCSDIR%%/libs/mpl/example/fsm/player1.cpp -%%DOCSDIR%%/libs/mpl/example/fsm/player2.cpp -%%DOCSDIR%%/libs/mpl/example/fsm/state_machine.hpp -%%DOCSDIR%%/libs/mpl/example/inherit_linearly.cpp -%%DOCSDIR%%/libs/mpl/example/inherit_multiply.cpp -%%DOCSDIR%%/libs/mpl/example/integer.cpp -%%DOCSDIR%%/libs/mpl/example/tuple_from_list.cpp -%%DOCSDIR%%/libs/mpl/index.html -%%DOCSDIR%%/libs/msm/doc/HTML/boostbook.css -%%DOCSDIR%%/libs/msm/doc/HTML/ch01.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch02.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch02s02.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch02s03.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch02s04.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch03.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch03s02.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch03s03.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch03s04.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch03s05.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch04.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch04s02.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch04s03.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch04s04.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch04s05.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch05.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch06.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch06s02.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch06s03.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch06s04.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch07.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch07s02.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s02.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s03.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s04.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s05.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s06.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s07.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s08.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch08s09.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch09.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch10.html -%%DOCSDIR%%/libs/msm/doc/HTML/ch11.html -%%DOCSDIR%%/libs/msm/doc/HTML/examples/ActivateStateBeforeTransitionEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/ActiveStateSetBeforeTransition.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/AnonymousTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/AnonymousTutorialEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/AnonymousTutorialWithFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/BoostCon09Full.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompilerStressTestEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompositeTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompositeTutorialEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/Constructor.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/DirectEntryEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/DirectEntryTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/EumlInternal.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/EumlInternalDistributed.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/EumlSimple.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/ExampleCircularBuffer.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/Flags.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/FsmAsPtr.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/FsmAsPtr.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/History.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/HistoryEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/MsmComposite.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/MsmSimple.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/MsmSimpleFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/Orthogonal-deferred.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/Orthogonal-deferred2.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/OrthogonalDeferredEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/OrthogonalDeferredEuml2.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/ParsingDigits.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SCComposite.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SCSimple.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SM-2Arg.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/Serialize.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SerializeCompositeAndHistory.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimplePhoenix.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTimer.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorial2.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialEuml2.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternal.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternal2.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternalFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTable.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTableKleene.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTableTypeErasure.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors2.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors3.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/TestErrorOrthogonality.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/TestInternal.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/Visitor.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/char_event_dispatcher.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/DistributedTable.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Empty.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Empty.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Events.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Open.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Open.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPodEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPodSearch.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPodSearchEuml.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/Events.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/MenuMode.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/MenuMode.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/PlayingMode.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/PlayingMode.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/iPod.cpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/ipod_functors.hpp -%%DOCSDIR%%/libs/msm/doc/HTML/examples/logging_functors.h -%%DOCSDIR%%/libs/msm/doc/HTML/footer.htm -%%DOCSDIR%%/libs/msm/doc/HTML/index.html -%%DOCSDIR%%/libs/msm/doc/HTML/pr01.html -%%DOCSDIR%%/libs/msm/doc/HTML/pt01.html -%%DOCSDIR%%/libs/msm/doc/HTML/pt02.html -%%DOCSDIR%%/libs/msm/doc/HTML/re01.html -%%DOCSDIR%%/libs/msm/doc/HTML/re02.html -%%DOCSDIR%%/libs/msm/doc/HTML/re03.html -%%DOCSDIR%%/libs/msm/doc/PDF/examples/ActivateStateBeforeTransitionEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/ActiveStateSetBeforeTransition.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/AnonymousTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/AnonymousTutorialEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/AnonymousTutorialWithFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/BoostCon09Full.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompilerStressTestEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompositeTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompositeTutorialEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompositeTutorialWithEumlTable.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/Constructor.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/DirectEntryEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/DirectEntryTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/EumlInternal.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/EumlInternalDistributed.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/EumlSimple.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/ExampleCircularBuffer.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/Flags.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/FsmAsPtr.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/FsmAsPtr.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/History.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/HistoryEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/MsmComposite.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/MsmSimple.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/MsmSimpleFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/Orthogonal-deferred.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/Orthogonal-deferred2.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/OrthogonalDeferredEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/OrthogonalDeferredEuml2.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/ParsingDigits.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SCComposite.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SCSimple.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SM-2Arg.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/Serialize.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SerializeCompositeAndHistory.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimplePhoenix.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTimer.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorial.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorial2.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialEuml2.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternal.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternal2.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternalFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTable.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTableKleene.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTableTypeErasure.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors2.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors3.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/TestErrorOrthogonality.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/TestInternal.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/Visitor.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/char_event_dispatcher.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/DistributedTable.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Empty.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Empty.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Events.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Open.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Open.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPodEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPodSearch.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPodSearchEuml.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/Events.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/MenuMode.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/MenuMode.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/iPod.cpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/ipod_functors.hpp -%%DOCSDIR%%/libs/msm/doc/PDF/examples/logging_functors.h -%%DOCSDIR%%/libs/msm/doc/images/AnnexA.jpg -%%DOCSDIR%%/libs/msm/doc/images/Anonymous.jpg -%%DOCSDIR%%/libs/msm/doc/images/CompositeTutorial.jpg -%%DOCSDIR%%/libs/msm/doc/images/Defer.jpg -%%DOCSDIR%%/libs/msm/doc/images/FlagsTutorial.jpg -%%DOCSDIR%%/libs/msm/doc/images/HistoryTutorial.jpg -%%DOCSDIR%%/libs/msm/doc/images/Orthogonal-deferred.jpg -%%DOCSDIR%%/libs/msm/doc/images/ParsingDigits.jpg -%%DOCSDIR%%/libs/msm/doc/images/SimpleTutorial.jpg -%%DOCSDIR%%/libs/msm/doc/images/completion.gif -%%DOCSDIR%%/libs/msm/doc/images/conflict1.gif -%%DOCSDIR%%/libs/msm/doc/images/conflict2.gif -%%DOCSDIR%%/libs/msm/doc/images/entry_point.gif -%%DOCSDIR%%/libs/msm/doc/images/entrytutorial.jpg -%%DOCSDIR%%/libs/msm/doc/images/error_no_regions.jpg -%%DOCSDIR%%/libs/msm/doc/images/exit.gif -%%DOCSDIR%%/libs/msm/doc/images/explicit.gif -%%DOCSDIR%%/libs/msm/doc/images/fork.gif -%%DOCSDIR%%/libs/msm/doc/images/history.gif -%%DOCSDIR%%/libs/msm/doc/images/init_state.gif -%%DOCSDIR%%/libs/msm/doc/images/regions.gif -%%DOCSDIR%%/libs/msm/doc/images/sm.gif -%%DOCSDIR%%/libs/msm/doc/images/state.gif -%%DOCSDIR%%/libs/msm/doc/images/terminate.gif -%%DOCSDIR%%/libs/msm/doc/images/transition.jpg -%%DOCSDIR%%/libs/msm/example/mpl_graph/Jamfile.v2 -%%DOCSDIR%%/libs/msm/example/mpl_graph/adjacency_list_graph.cpp -%%DOCSDIR%%/libs/msm/example/mpl_graph/breadth_first_search.cpp -%%DOCSDIR%%/libs/msm/example/mpl_graph/depth_first_search.cpp -%%DOCSDIR%%/libs/msm/example/mpl_graph/incidence_list_graph.cpp -%%DOCSDIR%%/libs/msm/example/mpl_graph/msm_adaptor.cpp -%%DOCSDIR%%/libs/msm/index.html -%%DOCSDIR%%/libs/multi_array/doc/index.html -%%DOCSDIR%%/libs/multi_array/doc/iterator_categories.html -%%DOCSDIR%%/libs/multi_array/doc/matrix.gif -%%DOCSDIR%%/libs/multi_array/doc/notes.html -%%DOCSDIR%%/libs/multi_array/doc/reference.html -%%DOCSDIR%%/libs/multi_array/doc/test_cases.html -%%DOCSDIR%%/libs/multi_array/doc/user.html -%%DOCSDIR%%/libs/multi_array/example/basic1.cpp -%%DOCSDIR%%/libs/multi_array/example/basic2.cpp -%%DOCSDIR%%/libs/multi_array/example/for_each.hpp -%%DOCSDIR%%/libs/multi_array/example/foreach_test.cpp -%%DOCSDIR%%/libs/multi_array/example/foreach_test2.cpp -%%DOCSDIR%%/libs/multi_array/example/op_paren.cpp -%%DOCSDIR%%/libs/multi_array/example/print_array.cpp -%%DOCSDIR%%/libs/multi_array/example/resize_from_other.cpp -%%DOCSDIR%%/libs/multi_array/example/subview.cpp -%%DOCSDIR%%/libs/multi_array/example/subview2.cpp -%%DOCSDIR%%/libs/multi_array/index.html -%%DOCSDIR%%/libs/multi_index/doc/acknowledgements.html -%%DOCSDIR%%/libs/multi_index/doc/compiler_specifics.html -%%DOCSDIR%%/libs/multi_index/doc/examples.html -%%DOCSDIR%%/libs/multi_index/doc/future_work.html -%%DOCSDIR%%/libs/multi_index/doc/hector.jpg -%%DOCSDIR%%/libs/multi_index/doc/index.html -%%DOCSDIR%%/libs/multi_index/doc/lopez.jpg -%%DOCSDIR%%/libs/multi_index/doc/next.gif -%%DOCSDIR%%/libs/multi_index/doc/perf_1o.png -%%DOCSDIR%%/libs/multi_index/doc/perf_1o1s.png -%%DOCSDIR%%/libs/multi_index/doc/perf_1s.png -%%DOCSDIR%%/libs/multi_index/doc/perf_2o.png -%%DOCSDIR%%/libs/multi_index/doc/perf_2o1s.png -%%DOCSDIR%%/libs/multi_index/doc/perf_3o.png -%%DOCSDIR%%/libs/multi_index/doc/performance.html -%%DOCSDIR%%/libs/multi_index/doc/prev.gif -%%DOCSDIR%%/libs/multi_index/doc/reference/hash_indices.html -%%DOCSDIR%%/libs/multi_index/doc/reference/index.html -%%DOCSDIR%%/libs/multi_index/doc/reference/indices.html -%%DOCSDIR%%/libs/multi_index/doc/reference/key_extraction.html -%%DOCSDIR%%/libs/multi_index/doc/reference/multi_index_container.html -%%DOCSDIR%%/libs/multi_index/doc/reference/ord_indices.html -%%DOCSDIR%%/libs/multi_index/doc/reference/rnd_indices.html -%%DOCSDIR%%/libs/multi_index/doc/reference/seq_indices.html -%%DOCSDIR%%/libs/multi_index/doc/release_notes.html -%%DOCSDIR%%/libs/multi_index/doc/style.css -%%DOCSDIR%%/libs/multi_index/doc/tests.html -%%DOCSDIR%%/libs/multi_index/doc/tutorial/basics.html -%%DOCSDIR%%/libs/multi_index/doc/tutorial/creation.html -%%DOCSDIR%%/libs/multi_index/doc/tutorial/debug.html -%%DOCSDIR%%/libs/multi_index/doc/tutorial/index.html -%%DOCSDIR%%/libs/multi_index/doc/tutorial/indices.html -%%DOCSDIR%%/libs/multi_index/doc/tutorial/key_extraction.html -%%DOCSDIR%%/libs/multi_index/doc/tutorial/multi_index_cont_example.png -%%DOCSDIR%%/libs/multi_index/doc/tutorial/techniques.html -%%DOCSDIR%%/libs/multi_index/doc/up.gif -%%DOCSDIR%%/libs/multi_index/example/Jamfile.v2 -%%DOCSDIR%%/libs/multi_index/example/basic.cpp -%%DOCSDIR%%/libs/multi_index/example/bimap.cpp -%%DOCSDIR%%/libs/multi_index/example/complex_structs.cpp -%%DOCSDIR%%/libs/multi_index/example/composite_keys.cpp -%%DOCSDIR%%/libs/multi_index/example/fun_key.cpp -%%DOCSDIR%%/libs/multi_index/example/hashed.cpp -%%DOCSDIR%%/libs/multi_index/example/ip_allocator.cpp -%%DOCSDIR%%/libs/multi_index/example/non_default_ctor.cpp -%%DOCSDIR%%/libs/multi_index/example/random_access.cpp -%%DOCSDIR%%/libs/multi_index/example/rearrange.cpp -%%DOCSDIR%%/libs/multi_index/example/sequenced.cpp -%%DOCSDIR%%/libs/multi_index/example/serialization.cpp -%%DOCSDIR%%/libs/multi_index/index.html -%%DOCSDIR%%/libs/multiprecision/doc/debugger1.png -%%DOCSDIR%%/libs/multiprecision/doc/debugger2.png -%%DOCSDIR%%/libs/multiprecision/doc/debugger3.png -%%DOCSDIR%%/libs/multiprecision/doc/debugger4.png -%%DOCSDIR%%/libs/multiprecision/doc/debugger5.png -%%DOCSDIR%%/libs/multiprecision/doc/debugger6.png -%%DOCSDIR%%/libs/multiprecision/doc/debugger7.png -%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg1.png -%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg2.png -%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg3.png -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s01.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s02.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s03.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s04.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/intro.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/ack.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/faq.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/hist.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/todo.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/float_performance.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/int_real_world.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/integer_performance.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/overhead.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/rational_performance.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/realworld.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/backendconc.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/cpp_dec_ref.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/cpp_int_ref.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/gmp_int_ref.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/headers.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/internals.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/mpf_ref.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/mpfr_ref.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/number.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/tom_int_ref.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/conversions.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/cpp_dec_float.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/float128.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/aos.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/gi.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/jel.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/nd.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/poly_eg.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/gmp_float.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/mpfr_float.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/gen_int.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/interval.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/interval/mpfi.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/cpp_int.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs/bitops.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs/factorials.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/gmp_int.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/tom_int.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/lits.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/debug_adaptor.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/logged_adapter.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/logged_adaptor.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/visualizers.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/mixed.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/primetest.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/random.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/br.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/cpp_rational.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/gmp_rational.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/rational_adapter.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/rational_adaptor.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/tommath_rational.html -%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rounding.html -%%DOCSDIR%%/libs/multiprecision/doc/html/index.html -%%DOCSDIR%%/libs/multiprecision/example/cpp_dec_float_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/cpp_int_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/debug_adaptor_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/float128_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/floating_point_examples.cpp -%%DOCSDIR%%/libs/multiprecision/example/gmp_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/integer_examples.cpp -%%DOCSDIR%%/libs/multiprecision/example/logged_adaptor.cpp -%%DOCSDIR%%/libs/multiprecision/example/mixed_integer_arithmetic.cpp -%%DOCSDIR%%/libs/multiprecision/example/mpfi_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/mpfr_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/random_snips.cpp -%%DOCSDIR%%/libs/multiprecision/example/safe_prime.cpp -%%DOCSDIR%%/libs/multiprecision/example/tommath_snips.cpp -%%DOCSDIR%%/libs/multiprecision/index.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/bounds___traits_class.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/conversion_traits___traits_class.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/converter___function_object.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/definitions.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/improved_numeric_cast__.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/numeric_converter_policy_classes.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/type_requirements_and_user_defined_types_support.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/boostbook.css -%%DOCSDIR%%/libs/numeric/conversion/doc/html/images/callouts/R.png -%%DOCSDIR%%/libs/numeric/conversion/doc/html/images/space.png -%%DOCSDIR%%/libs/numeric/conversion/doc/html/index.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/numeric_conversion/bibliography.html -%%DOCSDIR%%/libs/numeric/conversion/doc/html/numeric_conversion/history_and_acknowledgments.html -%%DOCSDIR%%/libs/numeric/conversion/index.html -%%DOCSDIR%%/libs/numeric/conversion/test/udt_example_0.cpp -%%DOCSDIR%%/libs/numeric/index.html -%%DOCSDIR%%/libs/numeric/interval/doc/checking.htm -%%DOCSDIR%%/libs/numeric/interval/doc/comparisons.htm -%%DOCSDIR%%/libs/numeric/interval/doc/examples.htm -%%DOCSDIR%%/libs/numeric/interval/doc/guide.htm -%%DOCSDIR%%/libs/numeric/interval/doc/includes.htm -%%DOCSDIR%%/libs/numeric/interval/doc/index.html -%%DOCSDIR%%/libs/numeric/interval/doc/interval.htm -%%DOCSDIR%%/libs/numeric/interval/doc/numbers.htm -%%DOCSDIR%%/libs/numeric/interval/doc/policies.htm -%%DOCSDIR%%/libs/numeric/interval/doc/rounding.htm -%%DOCSDIR%%/libs/numeric/interval/doc/todo.htm -%%DOCSDIR%%/libs/numeric/interval/examples/filter.cpp -%%DOCSDIR%%/libs/numeric/interval/examples/findroot_demo.cpp -%%DOCSDIR%%/libs/numeric/interval/examples/horner.cpp -%%DOCSDIR%%/libs/numeric/interval/examples/io.cpp -%%DOCSDIR%%/libs/numeric/interval/examples/newton-raphson.cpp -%%DOCSDIR%%/libs/numeric/interval/examples/rational.cpp -%%DOCSDIR%%/libs/numeric/interval/examples/transc.cpp -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/adams_bashforth.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/adams_bashforth_moulton.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/adams_moulton.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_contr_idp27731320.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_dense_idp27734072.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_error_idp27728632.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27729528.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27730424.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27732232.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_expli_idp27733144.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/base_tag_stepp_idp27727752.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/bulirsch_stoer.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/bulirsch_stoer_dense_out.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_run_idp26675272.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_run_idp26723880.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_runge_kutta.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/controlled_stepper_tag.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/default_error_checker.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/default_rosenb_idp27147048.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_r_idp26784696.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_r_idp26819032.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_runge_kutta.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/dense_output_stepper_tag.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/error_stepper_tag.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/euler.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_contr_idp27725896.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_contr_idp27726408.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_generic_rk.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_idp26216024.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_idp26311336.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_idp27725176.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_error_stepper_tag.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_generic_rk.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/explicit_stepper_base.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/implicit_euler.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_adap_idp25992008.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_cons_idp26012104.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_idp16717096.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_idp25985896.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_n_st_idp26031768.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/integrate_time_idp26051400.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/modified_midpo_idp27128712.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/modified_midpoint.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/null_observer.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/observer_collection.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/rosenbrock4.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/rosenbrock4_controller.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/rosenbrock4_dense_output.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta4.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta4_classic.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_ca_idp27429272.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_cash_karp54.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_dopri5.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/runge_kutta_fehlberg78.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/stepper_tag.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost/numeric/odeint/symplectic_nys_idp26479240.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/acknowledgments.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/controlled_stepper.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/dense_output_stepper.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/error_stepper.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/implicit_system.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/simple_symplectic_system.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/state_algebra_operations.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/state_wrapper.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/stepper.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/symplectic_system.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/concepts/system.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/overview.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/short_example.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/getting_started/usage__compilation__headers.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/literature.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/binding_member_functions.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/generation_functions.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/integrate_functions.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/state_types__algebras_and_operations.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/steppers.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/using_boost__range.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/odeint_in_detail/using_boost__ref.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/all_examples.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/chaotic_systems_and_lyapunov_exponents.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/complex_state_types.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/ensembles_of_oscillators.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/harmonic_oscillator.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/lattice_systems.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/self_expanding_lattices.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/solar_system.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/stiff_systems.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_arbitrary_precision_floating_point_types.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_boost__units.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_cuda__or_openmp__tbb_______via_thrust.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_matrices_as_state_types.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/boost_numeric_odeint/tutorial/using_opencl_via_vexcl.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_adaptive_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_const_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_n_steps_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/integrate_times_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/null_observer_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/integrate/observer_collection_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/adams_bashforth_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/adams_bashforth_moulton_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/adams_moulton_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/algebra_stepper_base_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/explicit_error_stepper_base_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/explicit_stepper_base_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/base/symplectic_rkn_stepper_base_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/bulirsch_stoer_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/controlled_runge_kutta_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/controlled_step_result_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/dense_output_runge_kutta_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/euler_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/explicit_error_generic_rk_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/explicit_generic_rk_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/implicit_euler_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/modified_midpoint_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/rosenbrock4_controller_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/rosenbrock4_dense_output_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/rosenbrock4_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta4_classic_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta4_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_dopri5_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/runge_kutta_fehlberg78_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/stepper_categories_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/symplectic_euler_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/header/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan_hpp.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/index.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/logo.jpg -%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes/s01.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes/s02.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint/indexes/s03.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/odeint_reference.html -%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_0000.jpg -%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_0100.jpg -%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_1000.jpg -%%DOCSDIR%%/libs/numeric/odeint/doc/html/solar_system.jpg -%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/Jamfile.v2 -%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/lattice2d.hpp -%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/nested_range_algebra.hpp -%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/spreading.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/vector_vector_resize.hpp -%%DOCSDIR%%/libs/numeric/odeint/examples/Jamfile.v2 -%%DOCSDIR%%/libs/numeric/odeint/examples/bind_member_functions.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/bind_member_functions_cpp11.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/bulirsch_stoer.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/chaotic_system.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/elliptic.py -%%DOCSDIR%%/libs/numeric/odeint/examples/elliptic_functions.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/fpu.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/generation_functions.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/gmpxx/Jamfile -%%DOCSDIR%%/libs/numeric/odeint/examples/gmpxx/lorenz_gmpxx.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/gram_schmidt.hpp -%%DOCSDIR%%/libs/numeric/odeint/examples/harmonic_oscillator.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/harmonic_oscillator_units.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/heun.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/list_lattice.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/lorenz_point.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/Jamfile.v2 -%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/gauss_packet.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/implicit_euler_mtl.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/my_vector.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/phase_oscillator_ensemble.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/point_type.hpp -%%DOCSDIR%%/libs/numeric/odeint/examples/quadmath/Jamfile.v2 -%%DOCSDIR%%/libs/numeric/odeint/examples/quadmath/black_hole.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/resizing_lattice.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/simple1d.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/solar_system.agr -%%DOCSDIR%%/libs/numeric/odeint/examples/solar_system.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/stepper_details.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/stiff_system.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/stochastic_euler.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/stuart_landau.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/Makefile -%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/lorenz_parameters.cu -%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/phase_oscillator_chain.cu -%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/phase_oscillator_ensemble.cu -%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/relaxation.cu -%%DOCSDIR%%/libs/numeric/odeint/examples/two_dimensional_phase_lattice.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/ublas/Jamfile.v2 -%%DOCSDIR%%/libs/numeric/odeint/examples/ublas/lorenz_ublas.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/van_der_pol_stiff.cpp -%%DOCSDIR%%/libs/numeric/odeint/examples/vexcl/Jamfile.v2 -%%DOCSDIR%%/libs/numeric/odeint/examples/vexcl/lorenz_ensemble.cpp -%%DOCSDIR%%/libs/numeric/odeint/index.html -%%DOCSDIR%%/libs/numeric/ublas/doc/banded.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/blas.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/bounded_array.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/container_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/doxygen.css -%%DOCSDIR%%/libs/numeric/ublas/doc/expression_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/hermitian.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/html/annotated.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/assignment_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/banded_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/blas_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/bug.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1array__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1array__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1banded__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__range_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1basic__slice_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin1__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin1__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin2__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1begin2__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1bounded__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1c__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1compressed__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1coordinate__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1diagonal__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__minus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__minus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__plus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1index__plus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__insert-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__insert.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__push__back-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy_1_1sparse__push__back.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy__wrapper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1fill__policy__wrapper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1generalized__vector__of__vector_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1hermitian__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1identity__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__manipulator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__manipulator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__pair__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1index__triple__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1indirect__array_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__std-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1map__std.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1mapped__vector__of__mapped__vector_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__column_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__container-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__container.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression__assigner-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__expression__assigner.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__indirect_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__range_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__reference-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__reference.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__row_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__slice_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary1_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__unary2_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__indirect_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__range_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1matrix__vector__slice_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__column__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__column__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__row__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1next__row__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1permutation__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1permutation__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__reference-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__reference.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__value-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__value.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__matrix__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1static__vector__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1storage__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1symmetric__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__column__policy-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__column__policy.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__row__policy-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1by__row__policy.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy__wrapper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1traverse__policy__wrapper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__adaptor_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1triangular__matrix_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1ublas__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1ublas__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unbounded__array-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unbounded__array.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1unit__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__container-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__container.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression__assigner-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__expression__assigner.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__indirect_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__matrix__binary_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__to__manip-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__move__to__manip.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__of__vector_1_1iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__range_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__reference-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__reference.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__binary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__binary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__unary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__scalar__unary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__slice_1_1iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__unary_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__matrix_1_1const__iterator2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector_1_1const__iterator-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1zero__vector_1_1const__iterator.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classes.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/classnonassignable.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/doxydoc_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/doxygen.css -%%DOCSDIR%%/libs/numeric/ublas/doc/html/doxygen.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/exception_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/expression__types_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/files.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_0.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_1.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_10.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_11.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_12.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_13.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_14.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_15.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_16.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_17.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_18.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_19.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_2.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_20.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_21.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_22.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_23.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_24.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_25.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_26.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_27.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_28.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_29.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_3.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_30.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_31.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_32.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_33.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_34.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_35.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_36.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_37.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_38.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_39.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_4.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_40.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_41.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_42.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_43.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_44.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_45.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_46.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_47.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_48.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_49.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_5.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_50.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_51.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_52.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_53.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_54.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_55.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_56.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_57.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_58.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_59.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_6.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_60.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_61.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_62.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_63.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_64.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_65.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_66.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_67.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_68.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_69.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_7.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_70.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_71.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_72.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_73.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_74.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_75.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_76.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_77.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_78.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_79.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_8.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/form_9.png -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functional_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions_func.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions_rela.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/functions_type.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/fwd_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/hermitian_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/hierarchy.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/index.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/io_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/lu_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix__expression_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix__proxy_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/matrix__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operation_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operation__blocked_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operation__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/operations_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/pages.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/storage_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/storage__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1assign__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__argument-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__argument.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__index-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__index.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__size-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1bad__size.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__column__major-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__column__major.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__full-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__full.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__lower-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__lower.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__row__major-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__row__major.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__lower-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__lower.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__upper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__strict__upper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__lower-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__lower.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__upper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__unit__upper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__upper-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1basic__upper.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1column__major__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1complex__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1complex__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1computed__assign__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__view__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1container__view__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1dense__proxy__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1dense__random__access__iterator__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1dense__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__constructor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__constructor_3_01std_1_1complex_3_01_f_l_t_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__destructor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1has__trivial__destructor_3_01std_1_1complex_3_01_f_l_t_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__pair-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__pair.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__triple-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1less__triple.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits_3_01map__array_3_01_i_00_01_t_00_01_a_l_l_o_c_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__capacity__traits_3_01map__array_3_01_i_00_01_tc8f770e0613cfbe5067bb2469238859e.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits_3_01map__array_3_01_i_00_01_t_00_01_a_l3bb6e19e077ccf374fd9f464f66d09db.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1map__traits_3_01map__array_3_01_i_00_01_t_00_01_a_l_l_o_c_01_4_00_01_t_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1transposed__structure-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1detail_1_1transposed__structure.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1divide__by__zero-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1divide__by__zero.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1external__logic-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1external__logic.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1internal__logic-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1internal__logic.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01dense__random__access__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01dense__random__access__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01dense__random__access__iterator__tdaed065f68a23ebd5391413fe77d892c.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01packed__random__access__iterator__b1dc75249e333bc04ca36f27e95e23de.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01packed__random__access__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01packed__random__access__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01sparse__bidirectional__iterator__t67782cb482542ed3c5ad34bcf8e52a36.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01sparse__bidirectional__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01sparse__bidirectional__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1bidirectional__iterator__ta04493033341919fdc2c4fcf89ef87a48.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1bidirectional__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1bidirectional__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1forward__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1forward__iterator__tag_01_4_1_1iterator__base-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1forward__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1random__access__iterator__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1random__access__iterator__tag_01_4_1_1iterator__base.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__base__traits_3_01std_1_1random__access__iterator__tfa531dbcacee83ed6f25d370c3531548.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iterato577dd4210bf3bfe31466e8fc13a49e13.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iteratod4c6edf0df751ebff1b8ea6b9d08eae7.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iteratodc161542be457382732ec49a83757970.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01dense__random__access__iteratofc8d54de2397ba5bfaca6b9ce2edc4fc.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iterat091b6106e4ff145c2d061e2eba5bdc76.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iterat170beb8dc7452d2a089622087df3fb79.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iterata82808d6e9ae7f380bc381417545f84a.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01packed__random__access__iteratb562f8de34ea5fb27fcb98884ee3d67a.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iterato1e94698c6544162be6a31166833585d0.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iterato23c588affc152003be288f42e0dc2744.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iterato552b9be2728d9aec7938f6241d7f9f9d.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1iterator__restrict__traits_3_01sparse__bidirectional__iteratobaea15f49000dbf781ce07698846e9e6.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1lower__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__scalar2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__prod-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__prod.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__solve__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__matrix__solve__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__frobenius-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__frobenius.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__inf-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__norm__inf.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__real__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__real__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01const_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__temporary__traits_3_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__unary2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__prod2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__solve__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__vector__solve__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__view__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__view__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__container__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__container__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__matrix__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__matrix__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__vector__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1mutable__vector__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1non__real-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1non__real.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1packed__proxy__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1packed__random__access__iterator__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1packed__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1promote__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1promote__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1row__major__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__assign__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__assign__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__swap__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__binary__swap__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__conj-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__conj.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__divides__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__identity-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__identity.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__imag-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__imag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__minus__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__multiplies__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__negate-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__negate.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__plus__assign_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__real__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap_1_1rebind-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__swap_1_1rebind.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1scalar__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1singular-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1singular.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1sparse__bidirectional__iterator__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1sparse__proxy__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1sparse__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__proxy__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01dense__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01dense__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01dense__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__proxy__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__proxy__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01dense__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01dense__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01packed__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01dense__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01dense__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01packed__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01packed__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01sparse__proxy__tag_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1storage__restrict__traits_3_01sparse__tag_00_01sparse__proxy__tag_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1strict__lower__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1strict__upper__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1tag_1_1leading.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1tag_1_1major.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1tag_1_1minor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1no__wrap-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1no__wrap.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1wrap-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1traverse__policy_1_1wrap.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01double_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01double_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01float_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01float_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01long_01double_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01long_01double_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01double_01_4_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01double_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01float_01_4_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01float_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01long_01double_01_4_01_4-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1type__traits_3_01std_1_1complex_3_01long_01double_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unit__lower__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unit__upper__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unknown__orientation__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1unknown__storage__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1upper__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar1__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__scalar2__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__index__norm__inf-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__index__norm__inf.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__inner__prod-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__inner__prod.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__matrix__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__matrix__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__1-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__1.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__2-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__2.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__inf-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__norm__inf.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__binary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__index__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__index__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__real__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__real__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__functor-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__functor.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__scalar__unary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__sum-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__sum.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__tag.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01banded__adaptor_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__column_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__row_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__vector__indirect_3_01_m_00_01_i_a_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__vector__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01matrix__vector__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01vector__indirect_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01vector__range_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01const_01vector__slice_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01hermitian__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__column_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__indirect_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__row_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__vector__indirect_3_01_m_00_01_i_a_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__vector__range_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01matrix__vector__slice_3_01_m_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01symmetric__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01triangular__adaptor_3_01_m_00_01_t_r_i_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01vector__indirect_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01vector__range_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__temporary__traits_3_01vector__slice_3_01_v_01_4_01_4.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__unary__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__unary__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__view__traits-members.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1vector__view__traits.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/symmetric_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tab_b.gif -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tab_l.gif -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tab_r.gif -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tabs.css -%%DOCSDIR%%/libs/numeric/ublas/doc/html/tags_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/todo.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/traits_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/triangular_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__expression_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__of__vector_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__proxy_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/html/vector__sparse_8hpp_source.html -%%DOCSDIR%%/libs/numeric/ublas/doc/index.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/index.html -%%DOCSDIR%%/libs/numeric/ublas/doc/iterator_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_expression.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_proxy.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_sparse.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/operations_overview.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/options.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/overview.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/products.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/range.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/release_notes.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/samples/assignment_examples.cpp -%%DOCSDIR%%/libs/numeric/ublas/doc/storage_concept.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/storage_sparse.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/symmetric.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/triangular.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/types_overview.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/ublas.css -%%DOCSDIR%%/libs/numeric/ublas/doc/unbounded_array.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector_expression.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector_proxy.htm -%%DOCSDIR%%/libs/numeric/ublas/doc/vector_sparse.htm -%%DOCSDIR%%/libs/numeric/ublas/index.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/a_note_about_optional_bool_.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/acknowledgments.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/dependencies_and_portability.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/detailed_semantics.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/development.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/examples.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/exception_safety_guarantees.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/implementation_notes.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/in_place_factories.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/optional_references.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/rebinding_semantics_for_assignment_of_optional_references.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/synopsis.html -%%DOCSDIR%%/libs/optional/doc/html/boost_optional/type_requirements.html -%%DOCSDIR%%/libs/optional/doc/html/boostbook.css -%%DOCSDIR%%/libs/optional/doc/html/images/callouts/R.png -%%DOCSDIR%%/libs/optional/doc/html/images/space.png -%%DOCSDIR%%/libs/optional/doc/html/index.html -%%DOCSDIR%%/libs/optional/index.html -%%DOCSDIR%%/libs/parameter/doc/html/index.html -%%DOCSDIR%%/libs/parameter/doc/html/python.html -%%DOCSDIR%%/libs/parameter/doc/html/reference.html -%%DOCSDIR%%/libs/parameter/doc/html/rst.css -%%DOCSDIR%%/libs/parameter/doc/html/vellipsis.gif -%%DOCSDIR%%/libs/parameter/index.html -%%DOCSDIR%%/libs/phoenix/doc/examples/adding.qbk -%%DOCSDIR%%/libs/phoenix/doc/examples/extending_actors.qbk -%%DOCSDIR%%/libs/phoenix/doc/examples/transforming.qbk -%%DOCSDIR%%/libs/phoenix/doc/html/boostbook.css -%%DOCSDIR%%/libs/phoenix/doc/html/images/add2.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/add2_call.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/adder.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/alert.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/banner.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/fbox.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/funnel_in.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/funnel_out.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/home.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/important.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/lambda_cpp.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/next.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/note.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/organization.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/organization_alt.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/prev.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/simple_ast.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/smiley.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/tip.png -%%DOCSDIR%%/libs/phoenix/doc/html/images/up.png -%%DOCSDIR%%/libs/phoenix/doc/html/index.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/acknowledgments.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/actor.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/basics.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples/adding_an_expression.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples/extending_actors.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples/transforming_the_expression_tree.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/actions.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/actor.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/custom_terminals.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/expression.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/expression/boilerplate_macros.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/placeholder_unification.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/rules.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/introduction.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_function_objects.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_functions.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_member_functions.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_member_variables.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/compatibility_with_boost_bind.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/arguments.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/nothing.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/references.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/values.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/function.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/function/adapting_functions.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/casts.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/construction.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/delete.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/new.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/operator.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope/lambda.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope/let.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope/local_variables.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/___do_while_____statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/___if_else_____statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/block_statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/for_statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/if__statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/switch__statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/throw_.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/try__catch__statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/while__statement.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/stl.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/stl/algorithm.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/stl/container.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/organization.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/references.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/arguments.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/construct__new__delete__casts.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/lazy_functions.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/lazy_operators.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/lazy_statements.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/more.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/references.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/values.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0.html -%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/wrap_up.html -%%DOCSDIR%%/libs/phoenix/example/adapted_echo_server.cpp -%%DOCSDIR%%/libs/phoenix/example/all_odds.cpp -%%DOCSDIR%%/libs/phoenix/example/arguments.cpp -%%DOCSDIR%%/libs/phoenix/example/callback.cpp -%%DOCSDIR%%/libs/phoenix/example/container_actor.cpp -%%DOCSDIR%%/libs/phoenix/example/define_expression.cpp -%%DOCSDIR%%/libs/phoenix/example/factorial.cpp -%%DOCSDIR%%/libs/phoenix/example/find_if.cpp -%%DOCSDIR%%/libs/phoenix/example/function.cpp -%%DOCSDIR%%/libs/phoenix/example/generator.cpp -%%DOCSDIR%%/libs/phoenix/example/generator2.cpp -%%DOCSDIR%%/libs/phoenix/example/identity_transform.cpp -%%DOCSDIR%%/libs/phoenix/example/if.cpp -%%DOCSDIR%%/libs/phoenix/example/invert.cpp -%%DOCSDIR%%/libs/phoenix/example/lambda.cpp -%%DOCSDIR%%/libs/phoenix/example/parallel_for.cpp -%%DOCSDIR%%/libs/phoenix/example/references.cpp -%%DOCSDIR%%/libs/phoenix/example/values.cpp -%%DOCSDIR%%/libs/phoenix/index.html -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points.png -%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments.png -%%DOCSDIR%%/libs/polygon/doc/analysis.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction_45.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction_90.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction_usage.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_coordinate_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_custom_point.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_custom_polygon.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_custom_polygon_set.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_design_overview.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_interval_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_isotropy.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_minkowski_tutorial.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_point_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_point_usage.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_45_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_45_set_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_45_with_holes_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_90_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_90_set_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_90_with_holes_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_set_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_set_usage.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_usage.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_with_holes_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge_45.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge_90.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge_usage.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_rectangle_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_segment_concept.htm -%%DOCSDIR%%/libs/polygon/doc/gtl_tutorial.htm -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_10.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_100.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_1000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_10000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_100000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_1000000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_all.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_memory.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_10.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_100.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_1000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_10000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_100000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_1000000.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_all.png -%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_memory.png -%%DOCSDIR%%/libs/polygon/doc/images/boost.png -%%DOCSDIR%%/libs/polygon/doc/images/concept_table.png -%%DOCSDIR%%/libs/polygon/doc/images/hand.png -%%DOCSDIR%%/libs/polygon/doc/images/intlogo.gif -%%DOCSDIR%%/libs/polygon/doc/images/refinements.png -%%DOCSDIR%%/libs/polygon/doc/images/rover.jpg -%%DOCSDIR%%/libs/polygon/doc/images/vlsi.jpg -%%DOCSDIR%%/libs/polygon/doc/images/voronoi.png -%%DOCSDIR%%/libs/polygon/doc/images/voronoi1.png -%%DOCSDIR%%/libs/polygon/doc/images/voronoi2.png -%%DOCSDIR%%/libs/polygon/doc/images/voronoi3.png -%%DOCSDIR%%/libs/polygon/doc/images/voronoi4.png -%%DOCSDIR%%/libs/polygon/doc/index.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_advanced_tutorial.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_basic_tutorial.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_benchmark.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_builder.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_diagram.htm -%%DOCSDIR%%/libs/polygon/doc/voronoi_main.htm -%%DOCSDIR%%/libs/polygon/example/Jamfile.v2 -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_001.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_002.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_003.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_004.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_005.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_006.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_007.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_008.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_009.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_010.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_011.txt -%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_012.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_001.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_002.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_003.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_004.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_005.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_006.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_007.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_008.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_009.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_010.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_011.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_012.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_013.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_014.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_015.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_016.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_017.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_018.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_019.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_020.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_021.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_022.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_023.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_024.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_025.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_026.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_027.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_028.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_029.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_030.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_031.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_032.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_033.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_034.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_035.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_036.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_037.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_038.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_039.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_040.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_041.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_042.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_043.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_044.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_045.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_046.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_047.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_048.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_049.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_050.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_051.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_052.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_053.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_054.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_055.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_056.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_057.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_058.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_059.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_060.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_061.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_062.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_063.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_064.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_065.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_066.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_067.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_068.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_069.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_070.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_071.txt -%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_072.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_001.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_002.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_003.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_004.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_005.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_006.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_007.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_008.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_009.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_010.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_011.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_012.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_013.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_014.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_015.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_016.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_017.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_018.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_019.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_020.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_021.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_022.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_023.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_024.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_025.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_026.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_027.txt -%%DOCSDIR%%/libs/polygon/example/input_data/random/random_028.txt -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_001.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_002.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_003.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_004.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_005.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_006.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_007.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_008.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_009.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_010.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_011.png -%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_012.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_001.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_002.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_003.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_004.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_005.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_006.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_007.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_008.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_009.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_010.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_011.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_012.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_013.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_014.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_015.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_016.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_017.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_018.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_019.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_020.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_021.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_022.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_023.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_024.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_025.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_026.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_027.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_028.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_029.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_030.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_031.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_032.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_033.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_034.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_035.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_036.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_037.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_038.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_039.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_040.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_041.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_042.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_043.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_044.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_045.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_046.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_047.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_048.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_049.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_050.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_051.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_052.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_053.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_054.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_055.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_056.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_057.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_058.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_059.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_060.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_061.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_062.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_063.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_064.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_065.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_066.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_067.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_068.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_069.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_070.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_071.png -%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_072.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_001.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_002.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_003.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_004.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_005.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_006.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_007.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_008.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_009.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_010.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_011.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_012.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_013.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_014.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_015.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_016.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_017.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_018.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_019.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_020.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_021.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_022.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_023.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_024.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_025.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_026.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_027.png -%%DOCSDIR%%/libs/polygon/example/output_data/random/random_028.png -%%DOCSDIR%%/libs/polygon/example/voronoi_advanced_tutorial.cpp -%%DOCSDIR%%/libs/polygon/example/voronoi_basic_tutorial.cpp -%%DOCSDIR%%/libs/polygon/example/voronoi_visual_utils.hpp -%%DOCSDIR%%/libs/polygon/example/voronoi_visualizer.cpp -%%DOCSDIR%%/libs/polygon/index.html -%%DOCSDIR%%/libs/pool/doc/html/BOOST_POOL_VALIDATE_INTERNALS.html -%%DOCSDIR%%/libs/pool/doc/html/boost/default_user_allocator_malloc_free.html -%%DOCSDIR%%/libs/pool/doc/html/boost/default_user_allocator_new_delete.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_tag.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id491880.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id491880/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id506284.html -%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id506284/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/object_pool.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_tag.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id491365.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id491365/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id505769.html -%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id505769/rebind.html -%%DOCSDIR%%/libs/pool/doc/html/boost/simple_segregated_storage.html -%%DOCSDIR%%/libs/pool/doc/html/boost/singleton_pool.html -%%DOCSDIR%%/libs/pool/doc/html/boost/singleton_pool/object_creator.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/acknowledgements.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/faq.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/history.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/implementations.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/references.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/tests.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/tickets.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/todo.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s01.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s02.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s03.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s04.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/conventions.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/installation.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/interfaces.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/introduction.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/pooling.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/testing.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/usage.html -%%DOCSDIR%%/libs/pool/doc/html/boost_pool_c___reference.html -%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/object_pool_hpp.html -%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/pool_alloc_hpp.html -%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/pool_hpp.html -%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/poolfwd_hpp.html -%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/simple_segregated_storage_hpp.html -%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/singleton_pool_hpp.html -%%DOCSDIR%%/libs/pool/doc/html/index.html -%%DOCSDIR%%/libs/pool/doc/images/mb1.png -%%DOCSDIR%%/libs/pool/doc/images/mb2.png -%%DOCSDIR%%/libs/pool/doc/images/mb3.png -%%DOCSDIR%%/libs/pool/doc/images/mb4.png -%%DOCSDIR%%/libs/pool/doc/images/pc1.png -%%DOCSDIR%%/libs/pool/doc/images/pc2.png -%%DOCSDIR%%/libs/pool/doc/images/pc3.png -%%DOCSDIR%%/libs/pool/doc/images/pc4.png -%%DOCSDIR%%/libs/pool/doc/images/pc5.png -%%DOCSDIR%%/libs/pool/doc/index.html -%%DOCSDIR%%/libs/pool/example/sys_allocator.hpp -%%DOCSDIR%%/libs/pool/example/time_pool_alloc.cpp -%%DOCSDIR%%/libs/pool/index.html -%%DOCSDIR%%/libs/predef/doc/html/boostbook.css -%%DOCSDIR%%/libs/predef/doc/html/images/alert.png -%%DOCSDIR%%/libs/predef/doc/html/images/blank.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/1.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/10.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/11.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/12.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/13.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/14.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/15.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/2.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/3.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/4.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/5.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/6.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/7.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/8.png -%%DOCSDIR%%/libs/predef/doc/html/images/callouts/9.png -%%DOCSDIR%%/libs/predef/doc/html/images/caution.png -%%DOCSDIR%%/libs/predef/doc/html/images/draft.png -%%DOCSDIR%%/libs/predef/doc/html/images/home.png -%%DOCSDIR%%/libs/predef/doc/html/images/important.png -%%DOCSDIR%%/libs/predef/doc/html/images/next.png -%%DOCSDIR%%/libs/predef/doc/html/images/next_disabled.png -%%DOCSDIR%%/libs/predef/doc/html/images/note.png -%%DOCSDIR%%/libs/predef/doc/html/images/prev.png -%%DOCSDIR%%/libs/predef/doc/html/images/prev_disabled.png -%%DOCSDIR%%/libs/predef/doc/html/images/smiley.png -%%DOCSDIR%%/libs/predef/doc/html/images/tip.png -%%DOCSDIR%%/libs/predef/doc/html/images/toc-blank.png -%%DOCSDIR%%/libs/predef/doc/html/images/toc-minus.png -%%DOCSDIR%%/libs/predef/doc/html/images/toc-plus.png -%%DOCSDIR%%/libs/predef/doc/html/images/up.png -%%DOCSDIR%%/libs/predef/doc/html/images/up_disabled.png -%%DOCSDIR%%/libs/predef/doc/html/images/warning.png -%%DOCSDIR%%/libs/predef/doc/html/index.html -%%DOCSDIR%%/libs/predef/doc/html/predef/acknoledgements.html -%%DOCSDIR%%/libs/predef/doc/html/predef/adding_new_predefs.html -%%DOCSDIR%%/libs/predef/doc/html/predef/introduction.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_arch_architecture_macros.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_comp_compiler_macros.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_lang_language_standards_ma.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_lib_library_macros.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference/boost_os_operating_system_macros.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference/other_macros.html -%%DOCSDIR%%/libs/predef/doc/html/predef/reference/version_definition_macros.html -%%DOCSDIR%%/libs/predef/doc/html/predef/using_the_predefs.html -%%DOCSDIR%%/libs/predef/index.html -%%DOCSDIR%%/libs/preprocessor/doc/acknowledgements.html -%%DOCSDIR%%/libs/preprocessor/doc/bibliography.html -%%DOCSDIR%%/libs/preprocessor/doc/contents.html -%%DOCSDIR%%/libs/preprocessor/doc/data.html -%%DOCSDIR%%/libs/preprocessor/doc/data/arrays.html -%%DOCSDIR%%/libs/preprocessor/doc/data/lists.html -%%DOCSDIR%%/libs/preprocessor/doc/data/sequences.html -%%DOCSDIR%%/libs/preprocessor/doc/data/tuples.html -%%DOCSDIR%%/libs/preprocessor/doc/examples.html -%%DOCSDIR%%/libs/preprocessor/doc/examples/array_arithmetic.c -%%DOCSDIR%%/libs/preprocessor/doc/examples/catch_builtin.cpp -%%DOCSDIR%%/libs/preprocessor/doc/examples/delay.c -%%DOCSDIR%%/libs/preprocessor/doc/examples/duffs_device.c -%%DOCSDIR%%/libs/preprocessor/doc/examples/is_integral.cpp -%%DOCSDIR%%/libs/preprocessor/doc/examples/linear_fib.c -%%DOCSDIR%%/libs/preprocessor/doc/headers.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/add.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/dec.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/div.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/inc.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/mod.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/mul.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/sub.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/data.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/elem.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/enum.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/insert.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/pop_back.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/pop_front.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/push_back.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/push_front.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/remove.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/replace.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/size.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/array/to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/assert_msg.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/cat.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comma.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comma_if.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/equal.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/greater.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/greater_equal.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/less.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/less_equal.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/not_equal.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/config/limits.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/config/variadics.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/control.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/control/deduce_d.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/control/expr_if.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/control/expr_iif.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/control/if.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/control/iif.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/control/while.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/debug.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/debug/assert.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/debug/line.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/dec.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/empty.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/enum.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/enum_params.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/enum_shifted.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/enum_shifted_params.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/epwad.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/epwd.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/expand.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/expr_if.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/apply.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/empty.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/expand.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/identity.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/intercept.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/overload.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/for.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/identity.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/if.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/inc.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/iterate.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration/iterate.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration/local.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration/self.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/library.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/limits.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/adt.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/append.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/at.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/cat.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/enum.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/filter.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/first_n.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/fold_left.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/fold_right.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/for_each.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/for_each_i.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/for_each_product.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/rest_n.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/size.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/list/transform.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/and.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitand.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitnor.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitor.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitxor.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bool.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/compl.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/nor.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/not.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/or.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/xor.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/max.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/min.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/preprocessor.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/comma.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/comma_if.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/paren.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/paren_if.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_2nd.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_3rd.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_from_to.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_from_to_2nd.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_from_to_3rd.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/deduce_r.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/deduce_z.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_binary_params.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_params.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_shifted.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_shifted_params.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_trailing.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_trailing_params.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/epwad.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/epwd.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/esbp.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/etbp.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/for.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/repeat.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/repeat_from_to.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/selection.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/selection/max.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/selection/min.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/cat.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/elem.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/enum.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/filter.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/first_n.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/fold_left.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/fold_right.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/for_each.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/for_each_i.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/for_each_product.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/insert.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/pop_back.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/pop_front.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/push_back.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/push_front.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/remove.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/replace.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/rest_n.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/seq.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/size.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/subseq.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/transform.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/slot.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/slot/counter.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/slot/slot.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/stringize.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/eat.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/elem.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/enum.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/rem.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/size.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/elem.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/size.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/while.html -%%DOCSDIR%%/libs/preprocessor/doc/headers/wstringize.html -%%DOCSDIR%%/libs/preprocessor/doc/index.html -%%DOCSDIR%%/libs/preprocessor/doc/miscellanea.html -%%DOCSDIR%%/libs/preprocessor/doc/ref.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/add.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/add_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/and.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/apply.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_data.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_elem.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_enum.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_insert.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_insert_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_back.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_back_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_front.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_front_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_push_back.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_push_front.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_remove.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_remove_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_replace.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_replace_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_size.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/array_to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/assert.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/assert_msg.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/assign_slot.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/bitand.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/bitnor.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/bitor.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/bitxor.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/bool.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/cat.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/comma.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/comma_if.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/compl.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/config_extended_line_info.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/counter.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/dec.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/deduce_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/deduce_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/deduce_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/div.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/div_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/empty.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_binary_params.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_binary_params_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params_with_a_default.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params_with_defaults.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted_params.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted_params_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing_params.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing_params_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/equal.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/equal_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/esbp.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/esbpz.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/etbp.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/etbpz.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/expand.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/expr_if.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/expr_iif.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/filename_x.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/for.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/for_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_finish.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_flags.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_iteration.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_start.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/greater.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/greater_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/greater_equal.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/greater_equal_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/identity.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/if.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iif.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/inc.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/include_self.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/indirect_self.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/intercept.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/is_iterating.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/is_selfish.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iterate.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_depth.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_finish.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_flags.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_limits.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_params_x.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_start.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/less.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/less_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/less_equal.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/less_equal_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_dim.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_for.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_iteration.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_iteration_dim.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_mag.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_repeat.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_slot_count.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_slot_sig.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_variadic.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_while.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/line.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_append.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_append_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_at.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_at_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_cat.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_cat_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_cons.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_enum.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_enum_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_filter.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_filter_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_first.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_first_n.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_first_n_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_2nd.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_2nd_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_d_old.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_2nd.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_2nd_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_d_old.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_i.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_i_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_product.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_product_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_is_cons.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_is_nil.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_nil.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_rest.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_rest_n.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_rest_n_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_reverse_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_size.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_size_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_array_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_seq_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_tuple_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_transform.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/list_transform_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/local_iterate.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/local_limits.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/local_macro.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/lparen.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/lparen_if.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/max.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/max_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/min.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/min_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/mod.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/mod_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/mul.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/mul_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/nil.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/nor.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/not.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/not_equal.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/not_equal_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/or.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/overload.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_finish.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_flags.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_iteration.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_start.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_1st.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_2nd.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_3rd.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_1st.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_2nd.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_3rd.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_d_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_z.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/rparen.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/rparen_if.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_cat.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_cat_s.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_elem.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_enum.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_filter.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_filter_s.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_first_n.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_left.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_left_s.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_right.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_right_s.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_i.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_i_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_product.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_product_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_r.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_head.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_insert.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_nil.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_pop_back.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_pop_front.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_push_back.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_push_front.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_remove.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_replace.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_rest_n.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_reverse_s.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_size.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_subseq.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_tail.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_transform.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_transform_s.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/slot.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/stringize.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/sub.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/sub_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_eat.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_elem.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_enum.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_rem.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_rem_ctor.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_reverse.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_size.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/update_counter.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/value.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_elem.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_size.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_array.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_list.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_seq.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_tuple.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/variadics.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/while.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/while_d.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/wstringize.html -%%DOCSDIR%%/libs/preprocessor/doc/ref/xor.html -%%DOCSDIR%%/libs/preprocessor/doc/styles.css -%%DOCSDIR%%/libs/preprocessor/doc/syntax.html -%%DOCSDIR%%/libs/preprocessor/doc/terms.html -%%DOCSDIR%%/libs/preprocessor/doc/terms/evaluated.html -%%DOCSDIR%%/libs/preprocessor/doc/terms/named_external.html -%%DOCSDIR%%/libs/preprocessor/doc/title.html -%%DOCSDIR%%/libs/preprocessor/doc/top.html -%%DOCSDIR%%/libs/preprocessor/doc/topics.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/evaluated_slots.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/file_iteration.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/incompatible.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/local_iteration.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/motivation.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/problems.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/reentrancy.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/techniques.html -%%DOCSDIR%%/libs/preprocessor/doc/topics/variadic_macros.html -%%DOCSDIR%%/libs/preprocessor/index.html -%%DOCSDIR%%/libs/program_options/doc/index.html -%%DOCSDIR%%/libs/program_options/example/Jamfile.v2 -%%DOCSDIR%%/libs/program_options/example/custom_syntax.cpp -%%DOCSDIR%%/libs/program_options/example/first.cpp -%%DOCSDIR%%/libs/program_options/example/multiple_sources.cfg -%%DOCSDIR%%/libs/program_options/example/multiple_sources.cpp -%%DOCSDIR%%/libs/program_options/example/option_groups.cpp -%%DOCSDIR%%/libs/program_options/example/options_description.cpp -%%DOCSDIR%%/libs/program_options/example/real.cpp -%%DOCSDIR%%/libs/program_options/example/regex.cpp -%%DOCSDIR%%/libs/program_options/example/response_file.cpp -%%DOCSDIR%%/libs/program_options/example/response_file.rsp -%%DOCSDIR%%/libs/program_options/index.html -%%DOCSDIR%%/libs/property_map/doc/LvaluePropertyMap.html -%%DOCSDIR%%/libs/property_map/doc/ReadWritePropertyMap.html -%%DOCSDIR%%/libs/property_map/doc/ReadablePropertyMap.html -%%DOCSDIR%%/libs/property_map/doc/WritablePropertyMap.html -%%DOCSDIR%%/libs/property_map/doc/associative_property_map.html -%%DOCSDIR%%/libs/property_map/doc/compose_property_map.html -%%DOCSDIR%%/libs/property_map/doc/const_assoc_property_map.html -%%DOCSDIR%%/libs/property_map/doc/dynamic_property_map.html -%%DOCSDIR%%/libs/property_map/doc/function_property_map.html -%%DOCSDIR%%/libs/property_map/doc/identity_property_map.html -%%DOCSDIR%%/libs/property_map/doc/iterator_property_map.html -%%DOCSDIR%%/libs/property_map/doc/property_map.html -%%DOCSDIR%%/libs/property_map/doc/ref_property_map.html -%%DOCSDIR%%/libs/property_map/doc/shared_array_property_map.html -%%DOCSDIR%%/libs/property_map/doc/transform_value_property_map.html -%%DOCSDIR%%/libs/property_map/doc/vector_property_map.html -%%DOCSDIR%%/libs/property_map/example/compose_property_map_example.cpp -%%DOCSDIR%%/libs/property_map/example/example1.cpp -%%DOCSDIR%%/libs/property_map/example/example2.cpp -%%DOCSDIR%%/libs/property_map/example/example3.cpp -%%DOCSDIR%%/libs/property_map/index.html -%%DOCSDIR%%/libs/property_tree/doc/images/ptree2code.png -%%DOCSDIR%%/libs/property_tree/examples/custom_data_type.cpp -%%DOCSDIR%%/libs/property_tree/examples/debug_settings.cpp -%%DOCSDIR%%/libs/property_tree/examples/debug_settings.xml -%%DOCSDIR%%/libs/property_tree/examples/empty_ptree_trick.cpp -%%DOCSDIR%%/libs/property_tree/examples/info_grammar_spirit.cpp -%%DOCSDIR%%/libs/property_tree/examples/settings_fully-existent.info -%%DOCSDIR%%/libs/property_tree/examples/settings_non-existent.info -%%DOCSDIR%%/libs/property_tree/examples/settings_partially-existent.info -%%DOCSDIR%%/libs/property_tree/examples/speed_test.cpp -%%DOCSDIR%%/libs/property_tree/index.html -%%DOCSDIR%%/libs/proto/example/Jamfile.v2 -%%DOCSDIR%%/libs/proto/example/calc1.cpp -%%DOCSDIR%%/libs/proto/example/calc2.cpp -%%DOCSDIR%%/libs/proto/example/calc3.cpp -%%DOCSDIR%%/libs/proto/example/external_transforms.cpp -%%DOCSDIR%%/libs/proto/example/futures.cpp -%%DOCSDIR%%/libs/proto/example/hello.cpp -%%DOCSDIR%%/libs/proto/example/lambda.hpp -%%DOCSDIR%%/libs/proto/example/lazy_vector.cpp -%%DOCSDIR%%/libs/proto/example/map_assign.cpp -%%DOCSDIR%%/libs/proto/example/mini_lambda.cpp -%%DOCSDIR%%/libs/proto/example/mixed.cpp -%%DOCSDIR%%/libs/proto/example/rgb.cpp -%%DOCSDIR%%/libs/proto/example/tarray.cpp -%%DOCSDIR%%/libs/proto/example/vec3.cpp -%%DOCSDIR%%/libs/proto/example/vector.cpp -%%DOCSDIR%%/libs/proto/example/virtual_member.cpp -%%DOCSDIR%%/libs/proto/index.html -%%DOCSDIR%%/libs/proto/test/examples.cpp -%%DOCSDIR%%/libs/ptr_container/doc/associative_ptr_container.html -%%DOCSDIR%%/libs/ptr_container/doc/boost.png -%%DOCSDIR%%/libs/ptr_container/doc/conventions.html -%%DOCSDIR%%/libs/ptr_container/doc/default.css -%%DOCSDIR%%/libs/ptr_container/doc/examples.html -%%DOCSDIR%%/libs/ptr_container/doc/faq.html -%%DOCSDIR%%/libs/ptr_container/doc/guidelines.html -%%DOCSDIR%%/libs/ptr_container/doc/headers.html -%%DOCSDIR%%/libs/ptr_container/doc/indirect_fun.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_array.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_container.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_deque.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_inserter.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_list.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_map.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_map_adapter.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_multimap.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_multimap_adapter.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_multiset.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_multiset_adapter.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_sequence_adapter.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_set.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_set_adapter.html -%%DOCSDIR%%/libs/ptr_container/doc/ptr_vector.html -%%DOCSDIR%%/libs/ptr_container/doc/reference.html -%%DOCSDIR%%/libs/ptr_container/doc/reversible_ptr_container.html -%%DOCSDIR%%/libs/ptr_container/doc/tutorial.html -%%DOCSDIR%%/libs/ptr_container/doc/tutorial_example.html -%%DOCSDIR%%/libs/ptr_container/index.html -%%DOCSDIR%%/libs/ptr_container/test/view_example.cpp -%%DOCSDIR%%/libs/python/doc/PyConDC_2003/bpl.html -%%DOCSDIR%%/libs/python/doc/PyConDC_2003/default.css -%%DOCSDIR%%/libs/python/doc/PyConDC_2003/python_cpp_mix.jpg -%%DOCSDIR%%/libs/python/doc/PyConDC_2003/python_cpp_mix.png -%%DOCSDIR%%/libs/python/doc/boost.css -%%DOCSDIR%%/libs/python/doc/building.html -%%DOCSDIR%%/libs/python/doc/index.html -%%DOCSDIR%%/libs/python/doc/internals.html -%%DOCSDIR%%/libs/python/doc/news.html -%%DOCSDIR%%/libs/python/doc/projects.html -%%DOCSDIR%%/libs/python/doc/support.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/alert.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/home.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/jam.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/next.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/note.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/prev.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/python.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/smiley.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/tip.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/images/up.png -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/index.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/embedding.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/exception.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/exposing.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/functions.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/hello.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/iterators.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/object.html -%%DOCSDIR%%/libs/python/doc/tutorial/doc/html/python/techniques.html -%%DOCSDIR%%/libs/python/doc/tutorial/index.html -%%DOCSDIR%%/libs/python/doc/v2/Apr2002.html -%%DOCSDIR%%/libs/python/doc/v2/CallPolicies.html -%%DOCSDIR%%/libs/python/doc/v2/Dereferenceable.html -%%DOCSDIR%%/libs/python/doc/v2/Extractor.html -%%DOCSDIR%%/libs/python/doc/v2/HolderGenerator.html -%%DOCSDIR%%/libs/python/doc/v2/Jun2002.html -%%DOCSDIR%%/libs/python/doc/v2/Mar2002.html -%%DOCSDIR%%/libs/python/doc/v2/May2002.html -%%DOCSDIR%%/libs/python/doc/v2/ObjectWrapper.html -%%DOCSDIR%%/libs/python/doc/v2/ResultConverter.html -%%DOCSDIR%%/libs/python/doc/v2/acknowledgments.html -%%DOCSDIR%%/libs/python/doc/v2/args.html -%%DOCSDIR%%/libs/python/doc/v2/call.html -%%DOCSDIR%%/libs/python/doc/v2/call_method.html -%%DOCSDIR%%/libs/python/doc/v2/callbacks.html -%%DOCSDIR%%/libs/python/doc/v2/class.html -%%DOCSDIR%%/libs/python/doc/v2/configuration.html -%%DOCSDIR%%/libs/python/doc/v2/copy_const_reference.html -%%DOCSDIR%%/libs/python/doc/v2/copy_non_const_reference.html -%%DOCSDIR%%/libs/python/doc/v2/data_members.html -%%DOCSDIR%%/libs/python/doc/v2/def.html -%%DOCSDIR%%/libs/python/doc/v2/def_visitor.html -%%DOCSDIR%%/libs/python/doc/v2/default_call_policies.html -%%DOCSDIR%%/libs/python/doc/v2/definitions.html -%%DOCSDIR%%/libs/python/doc/v2/dict.html -%%DOCSDIR%%/libs/python/doc/v2/docstring_options.html -%%DOCSDIR%%/libs/python/doc/v2/enum.html -%%DOCSDIR%%/libs/python/doc/v2/errors.html -%%DOCSDIR%%/libs/python/doc/v2/exception_translator.html -%%DOCSDIR%%/libs/python/doc/v2/exec.html -%%DOCSDIR%%/libs/python/doc/v2/extract.html -%%DOCSDIR%%/libs/python/doc/v2/faq.html -%%DOCSDIR%%/libs/python/doc/v2/feb2002.html -%%DOCSDIR%%/libs/python/doc/v2/function_doc_signature.html -%%DOCSDIR%%/libs/python/doc/v2/handle.html -%%DOCSDIR%%/libs/python/doc/v2/has_back_reference.html -%%DOCSDIR%%/libs/python/doc/v2/implicit.html -%%DOCSDIR%%/libs/python/doc/v2/import.html -%%DOCSDIR%%/libs/python/doc/v2/index.html -%%DOCSDIR%%/libs/python/doc/v2/indexing.html -%%DOCSDIR%%/libs/python/doc/v2/init.html -%%DOCSDIR%%/libs/python/doc/v2/instance_holder.html -%%DOCSDIR%%/libs/python/doc/v2/iterator.html -%%DOCSDIR%%/libs/python/doc/v2/list.html -%%DOCSDIR%%/libs/python/doc/v2/long.html -%%DOCSDIR%%/libs/python/doc/v2/lvalue_from_pytype.html -%%DOCSDIR%%/libs/python/doc/v2/make_function.html -%%DOCSDIR%%/libs/python/doc/v2/manage_new_object.html -%%DOCSDIR%%/libs/python/doc/v2/module.html -%%DOCSDIR%%/libs/python/doc/v2/numeric.html -%%DOCSDIR%%/libs/python/doc/v2/object.html -%%DOCSDIR%%/libs/python/doc/v2/opaque.html -%%DOCSDIR%%/libs/python/doc/v2/operators.html -%%DOCSDIR%%/libs/python/doc/v2/overloads.html -%%DOCSDIR%%/libs/python/doc/v2/pickle.html -%%DOCSDIR%%/libs/python/doc/v2/platforms.html -%%DOCSDIR%%/libs/python/doc/v2/pointee.html -%%DOCSDIR%%/libs/python/doc/v2/progress_reports.html -%%DOCSDIR%%/libs/python/doc/v2/ptr.html -%%DOCSDIR%%/libs/python/doc/v2/python.html -%%DOCSDIR%%/libs/python/doc/v2/pytype_function.html -%%DOCSDIR%%/libs/python/doc/v2/raw_function.html -%%DOCSDIR%%/libs/python/doc/v2/reference.html -%%DOCSDIR%%/libs/python/doc/v2/reference_existing_object.html -%%DOCSDIR%%/libs/python/doc/v2/register_ptr_to_python.html -%%DOCSDIR%%/libs/python/doc/v2/return_arg.html -%%DOCSDIR%%/libs/python/doc/v2/return_by_value.html -%%DOCSDIR%%/libs/python/doc/v2/return_internal_reference.html -%%DOCSDIR%%/libs/python/doc/v2/return_opaque_pointer.html -%%DOCSDIR%%/libs/python/doc/v2/return_value_policy.html -%%DOCSDIR%%/libs/python/doc/v2/scope.html -%%DOCSDIR%%/libs/python/doc/v2/slice.html -%%DOCSDIR%%/libs/python/doc/v2/ssize_t.html -%%DOCSDIR%%/libs/python/doc/v2/stl_iterator.html -%%DOCSDIR%%/libs/python/doc/v2/str.html -%%DOCSDIR%%/libs/python/doc/v2/to_python_converter.html -%%DOCSDIR%%/libs/python/doc/v2/to_python_indirect.html -%%DOCSDIR%%/libs/python/doc/v2/to_python_value.html -%%DOCSDIR%%/libs/python/doc/v2/tuple.html -%%DOCSDIR%%/libs/python/doc/v2/type_id.html -%%DOCSDIR%%/libs/python/doc/v2/with_custodian_and_ward.html -%%DOCSDIR%%/libs/python/doc/v2/wrapper.html -%%DOCSDIR%%/libs/python/example/Jamroot -%%DOCSDIR%%/libs/python/example/README -%%DOCSDIR%%/libs/python/example/boost-build.jam -%%DOCSDIR%%/libs/python/example/getting_started1.cpp -%%DOCSDIR%%/libs/python/example/getting_started2.cpp -%%DOCSDIR%%/libs/python/example/project.zip -%%DOCSDIR%%/libs/python/example/quickstart/Jamroot -%%DOCSDIR%%/libs/python/example/quickstart/boost-build.jam -%%DOCSDIR%%/libs/python/example/quickstart/embedding.cpp -%%DOCSDIR%%/libs/python/example/quickstart/extending.cpp -%%DOCSDIR%%/libs/python/example/quickstart/script.py -%%DOCSDIR%%/libs/python/example/quickstart/test_extending.py -%%DOCSDIR%%/libs/python/example/std_pair.cpp -%%DOCSDIR%%/libs/python/example/test_getting_started1.py -%%DOCSDIR%%/libs/python/example/test_getting_started2.py -%%DOCSDIR%%/libs/python/example/test_std_pair.py -%%DOCSDIR%%/libs/python/example/tutorial/Jamroot -%%DOCSDIR%%/libs/python/example/tutorial/hello.cpp -%%DOCSDIR%%/libs/python/example/tutorial/hello.py -%%DOCSDIR%%/libs/python/index.html -%%DOCSDIR%%/libs/python/pyste/doc/adding_new_methods.html -%%DOCSDIR%%/libs/python/pyste/doc/exporting_an_entire_header.html -%%DOCSDIR%%/libs/python/pyste/doc/global_variables.html -%%DOCSDIR%%/libs/python/pyste/doc/inserting_code.html -%%DOCSDIR%%/libs/python/pyste/doc/introduction.html -%%DOCSDIR%%/libs/python/pyste/doc/policies.html -%%DOCSDIR%%/libs/python/pyste/doc/renaming_and_excluding.html -%%DOCSDIR%%/libs/python/pyste/doc/running_pyste.html -%%DOCSDIR%%/libs/python/pyste/doc/smart_pointers.html -%%DOCSDIR%%/libs/python/pyste/doc/templates.html -%%DOCSDIR%%/libs/python/pyste/doc/the_interface_files.html -%%DOCSDIR%%/libs/python/pyste/doc/theme/alert.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/arrow.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/bkd.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/bkd2.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/bulb.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/bullet.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/l_arr.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/l_arr_disabled.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/note.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/r_arr.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/r_arr_disabled.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/smiley.gif -%%DOCSDIR%%/libs/python/pyste/doc/theme/style.css -%%DOCSDIR%%/libs/python/pyste/doc/theme/u_arr.gif -%%DOCSDIR%%/libs/python/pyste/doc/wrappers.html -%%DOCSDIR%%/libs/python/pyste/index.html -%%DOCSDIR%%/libs/python/todo.html -%%DOCSDIR%%/libs/random/example/Jamfile.v2 -%%DOCSDIR%%/libs/random/example/die.cpp -%%DOCSDIR%%/libs/random/example/password.cpp -%%DOCSDIR%%/libs/random/example/random_demo.cpp -%%DOCSDIR%%/libs/random/example/weighted_die.cpp -%%DOCSDIR%%/libs/random/index.html -%%DOCSDIR%%/libs/random/nondet_random.html -%%DOCSDIR%%/libs/random/random-concepts.html -%%DOCSDIR%%/libs/random/random-distributions.html -%%DOCSDIR%%/libs/random/random-generators.html -%%DOCSDIR%%/libs/random/random-misc.html -%%DOCSDIR%%/libs/random/random-performance.html -%%DOCSDIR%%/libs/random/random-variate.html -%%DOCSDIR%%/libs/range/doc/example.cpp -%%DOCSDIR%%/libs/range/doc/html/index.html -%%DOCSDIR%%/libs/range/doc/html/range/concepts.html -%%DOCSDIR%%/libs/range/doc/html/range/concepts/bidirectional_range.html -%%DOCSDIR%%/libs/range/doc/html/range/concepts/concept_checking.html -%%DOCSDIR%%/libs/range/doc/html/range/concepts/forward_range.html -%%DOCSDIR%%/libs/range/doc/html/range/concepts/overview.html -%%DOCSDIR%%/libs/range/doc/html/range/concepts/random_access_range.html -%%DOCSDIR%%/libs/range/doc/html/range/concepts/single_pass_range.html -%%DOCSDIR%%/libs/range/doc/html/range/examples.html -%%DOCSDIR%%/libs/range/doc/html/range/faq.html -%%DOCSDIR%%/libs/range/doc/html/range/headers.html -%%DOCSDIR%%/libs/range/doc/html/range/headers/adaptors.html -%%DOCSDIR%%/libs/range/doc/html/range/headers/algorithm.html -%%DOCSDIR%%/libs/range/doc/html/range/headers/algorithm_ext.html -%%DOCSDIR%%/libs/range/doc/html/range/headers/general.html -%%DOCSDIR%%/libs/range/doc/html/range/history_ack.html -%%DOCSDIR%%/libs/range/doc/html/range/introduction.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/adaptors.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/algorithm.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/algorithm_extensions.html -%%DOCSDIR%%/libs/range/doc/html/range/library_headers/general.html -%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl.html -%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/atl_ranges.html -%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/const_ranges.html -%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/mfc_ranges.html -%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/references.html -%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/requirements.html -%%DOCSDIR%%/libs/range/doc/html/range/portability.html -%%DOCSDIR%%/libs/range/doc/html/range/reference.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/general_requirements.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/introduction.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/adjacent_filtered.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/copied.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/filtered.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/indexed.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/indirected.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/map_keys.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/map_values.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/replaced.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/replaced_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/reversed.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/sliced.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/strided.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/tokenized.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/transformed.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/type_erased.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/uniqued.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/make_heap.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/pop_heap.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/push_heap.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/sort_heap.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/introduction.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/copy.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/copy_backward.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/fill.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/fill_n.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/generate.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/inplace_merge.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/merge.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/nth_element.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/partial_sort.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/partition.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/random_shuffle.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove_copy.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove_copy_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace_copy.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace_copy_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/reverse.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/reverse_copy.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/rotate.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/rotate_copy.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/sort.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/stable_partition.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/stable_sort.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/swap_ranges.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/transform.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/unique.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/unique_copy.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/copy_n.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/erase.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/for_each.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/insert.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/iota.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/is_sorted.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/overwrite.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/push_back.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/push_front.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/remove_erase.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/remove_erase_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/adjacent_find.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/binary_search.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/count.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/count_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/equal.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/equal_range.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find_end.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find_first_of.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find_if.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/for_each.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/lexicographical_compare.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/lower_bound.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/max_element.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/min_element.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/mismatch.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/search.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/search_n.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/upper_bound.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/accumulate.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/adjacent_difference.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/inner_product.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/partial_sum.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation/next_permutation.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation/prev_permutation.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/range_algorithm_introduction.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/includes.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_difference.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_intersection.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_symmetric_difference.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_union.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/semantics.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/semantics/functions.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/semantics/metafunctions.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/synopsis.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/extending.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_1.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_2.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_3.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_3/method_3_1.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_3/method_3_2.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/overview.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/any_range.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/counting_range.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/irange.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/istream_range.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/iterator_range.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/join.html -%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/sub_range.html -%%DOCSDIR%%/libs/range/doc/html/range/style_guide.html -%%DOCSDIR%%/libs/range/doc/html/range/upgrade.html -%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_34.html -%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_42.html -%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_45.html -%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_49.html -%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/indirected.cpp -%%DOCSDIR%%/libs/range/index.html -%%DOCSDIR%%/libs/ratio/example/config.hpp -%%DOCSDIR%%/libs/ratio/example/display_ex.cpp -%%DOCSDIR%%/libs/ratio/example/duration.hpp -%%DOCSDIR%%/libs/ratio/example/si_physics.cpp -%%DOCSDIR%%/libs/ratio/example/static_assert.hpp -%%DOCSDIR%%/libs/ratio/example/type_traits/add_rvalue_reference.hpp -%%DOCSDIR%%/libs/ratio/example/type_traits/common_type.hpp -%%DOCSDIR%%/libs/ratio/example/type_traits/declval.hpp -%%DOCSDIR%%/libs/ratio/example/type_traits/detail/common_type.hpp -%%DOCSDIR%%/libs/ratio/index.html -%%DOCSDIR%%/libs/rational/index.html -%%DOCSDIR%%/libs/rational/rational.html -%%DOCSDIR%%/libs/rational/test/rational_example.cpp -%%DOCSDIR%%/libs/regex/doc/gcc-performance.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/acknowledgements.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/examples.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/faq.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/futher.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/headers.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/history.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/locale.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/redist.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/standards.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/thread_safety.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/captures.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/algorithm.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/compiler.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/linkage.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/locale.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/tuning.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format/perl_format.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format/sed_format.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/install.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/introduction_and_overview.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/partial_matches.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/bad_expression.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/basic_regex.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts/charT_concept.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts/iterator_concepts.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts/traits_concept.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/error_type.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/internal_details.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/internal_details/uni_iter.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/match_flag_type.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/match_results.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/intro.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/posix.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_iterator.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_match.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_replace.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_search.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_token_iterator.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_traits.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/sub_match.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/basic_extended.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes/optional_char_class_names.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_clases.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/digraphs.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/named_unicode.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/leftmost_longest_rule.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html -%%DOCSDIR%%/libs/regex/doc/html/boost_regex/unicode.html -%%DOCSDIR%%/libs/regex/doc/html/index.html -%%DOCSDIR%%/libs/regex/doc/vc71-performance.html -%%DOCSDIR%%/libs/regex/example/Jamfile.v2 -%%DOCSDIR%%/libs/regex/example/grep/grep.cpp -%%DOCSDIR%%/libs/regex/example/snippets/captures_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/credit_card_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/icu_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/mfc_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/partial_regex_grep.cpp -%%DOCSDIR%%/libs/regex/example/snippets/partial_regex_iterate.cpp -%%DOCSDIR%%/libs/regex/example/snippets/partial_regex_match.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_1.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_2.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_3.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_4.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_iterator_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_match_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_merge_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_replace_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_search_example.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_split_example_1.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_split_example_2.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_token_iterator_eg_1.cpp -%%DOCSDIR%%/libs/regex/example/snippets/regex_token_iterator_eg_2.cpp -%%DOCSDIR%%/libs/regex/example/timer/bc55.mak -%%DOCSDIR%%/libs/regex/example/timer/bcb4.mak -%%DOCSDIR%%/libs/regex/example/timer/bcb5.mak -%%DOCSDIR%%/libs/regex/example/timer/gcc.mak -%%DOCSDIR%%/libs/regex/example/timer/input_script.txt -%%DOCSDIR%%/libs/regex/example/timer/regex_timer.cpp -%%DOCSDIR%%/libs/regex/example/timer/vc6-stlport.mak -%%DOCSDIR%%/libs/regex/example/timer/vc6.mak -%%DOCSDIR%%/libs/regex/index.html -%%DOCSDIR%%/libs/regex/performance/input.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ALL.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ALL_ID.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_CONFIG_USE_LAMBDAS.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_END.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_END_ID.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ID.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ID_TPL.html -%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_TPL.html -%%DOCSDIR%%/libs/scope_exit/doc/html/index.html -%%DOCSDIR%%/libs/scope_exit/doc/html/reference.html -%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/acknowledgements.html -%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/alternatives.html -%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/getting_started.html -%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/no_variadic_macros.html -%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/tutorial.html -%%DOCSDIR%%/libs/scope_exit/example/Jamfile.v2 -%%DOCSDIR%%/libs/scope_exit/example/nova.hpp -%%DOCSDIR%%/libs/scope_exit/example/scope_guard.cpp -%%DOCSDIR%%/libs/scope_exit/example/scope_guard_seq.cpp -%%DOCSDIR%%/libs/scope_exit/example/scope_guard_seq_nova.cpp -%%DOCSDIR%%/libs/scope_exit/example/try_catch.cpp -%%DOCSDIR%%/libs/scope_exit/example/try_catch_seq.cpp -%%DOCSDIR%%/libs/scope_exit/example/try_catch_seq_nova.cpp -%%DOCSDIR%%/libs/scope_exit/example/world_cxx11_lambda.cpp -%%DOCSDIR%%/libs/scope_exit/index.html -%%DOCSDIR%%/libs/serialization/doc/acknowledgments.html -%%DOCSDIR%%/libs/serialization/doc/archive_reference.html -%%DOCSDIR%%/libs/serialization/doc/archives.html -%%DOCSDIR%%/libs/serialization/doc/bibliography.html -%%DOCSDIR%%/libs/serialization/doc/class_diagram.html -%%DOCSDIR%%/libs/serialization/doc/codecvt.html -%%DOCSDIR%%/libs/serialization/doc/configuration.html -%%DOCSDIR%%/libs/serialization/doc/contents.html -%%DOCSDIR%%/libs/serialization/doc/dataflow.html -%%DOCSDIR%%/libs/serialization/doc/definitions.html -%%DOCSDIR%%/libs/serialization/doc/derivation.html -%%DOCSDIR%%/libs/serialization/doc/dot.gif -%%DOCSDIR%%/libs/serialization/doc/exception_safety.html -%%DOCSDIR%%/libs/serialization/doc/exceptions.html -%%DOCSDIR%%/libs/serialization/doc/extended_type_info.html -%%DOCSDIR%%/libs/serialization/doc/faq.html -%%DOCSDIR%%/libs/serialization/doc/headers.html -%%DOCSDIR%%/libs/serialization/doc/history.html -%%DOCSDIR%%/libs/serialization/doc/implementation.html -%%DOCSDIR%%/libs/serialization/doc/index.html -%%DOCSDIR%%/libs/serialization/doc/minus.gif -%%DOCSDIR%%/libs/serialization/doc/new_case_studies.html -%%DOCSDIR%%/libs/serialization/doc/overview.html -%%DOCSDIR%%/libs/serialization/doc/performance_status.html -%%DOCSDIR%%/libs/serialization/doc/pimpl.html -%%DOCSDIR%%/libs/serialization/doc/plus.gif -%%DOCSDIR%%/libs/serialization/doc/rationale.html -%%DOCSDIR%%/libs/serialization/doc/reference.html -%%DOCSDIR%%/libs/serialization/doc/release.html -%%DOCSDIR%%/libs/serialization/doc/serialization.html -%%DOCSDIR%%/libs/serialization/doc/shared_ptr.html -%%DOCSDIR%%/libs/serialization/doc/shared_ptr2.html -%%DOCSDIR%%/libs/serialization/doc/simple_log.html -%%DOCSDIR%%/libs/serialization/doc/singleton.html -%%DOCSDIR%%/libs/serialization/doc/smart_cast.html -%%DOCSDIR%%/libs/serialization/doc/special.html -%%DOCSDIR%%/libs/serialization/doc/state_saver.html -%%DOCSDIR%%/libs/serialization/doc/static_warning.html -%%DOCSDIR%%/libs/serialization/doc/strong_typedef.html -%%DOCSDIR%%/libs/serialization/doc/style.css -%%DOCSDIR%%/libs/serialization/doc/todo.html -%%DOCSDIR%%/libs/serialization/doc/traits.html -%%DOCSDIR%%/libs/serialization/doc/tutorial.html -%%DOCSDIR%%/libs/serialization/doc/void_cast.html -%%DOCSDIR%%/libs/serialization/doc/wrappers.html -%%DOCSDIR%%/libs/serialization/example/Jamfile.v2 -%%DOCSDIR%%/libs/serialization/example/demo.cpp -%%DOCSDIR%%/libs/serialization/example/demo_auto_ptr.cpp -%%DOCSDIR%%/libs/serialization/example/demo_dll.cpp -%%DOCSDIR%%/libs/serialization/example/demo_dll_a.hpp -%%DOCSDIR%%/libs/serialization/example/demo_dll_a.ipp -%%DOCSDIR%%/libs/serialization/example/demo_dll_b.hpp -%%DOCSDIR%%/libs/serialization/example/demo_dll_b.ipp -%%DOCSDIR%%/libs/serialization/example/demo_exception.cpp -%%DOCSDIR%%/libs/serialization/example/demo_fast_archive.cpp -%%DOCSDIR%%/libs/serialization/example/demo_gps.hpp -%%DOCSDIR%%/libs/serialization/example/demo_log.cpp -%%DOCSDIR%%/libs/serialization/example/demo_output.txt -%%DOCSDIR%%/libs/serialization/example/demo_pimpl.cpp -%%DOCSDIR%%/libs/serialization/example/demo_pimpl_A.cpp -%%DOCSDIR%%/libs/serialization/example/demo_pimpl_A.hpp -%%DOCSDIR%%/libs/serialization/example/demo_polymorphic.cpp -%%DOCSDIR%%/libs/serialization/example/demo_polymorphic_A.cpp -%%DOCSDIR%%/libs/serialization/example/demo_polymorphic_A.hpp -%%DOCSDIR%%/libs/serialization/example/demo_portable_archive.cpp -%%DOCSDIR%%/libs/serialization/example/demo_save.xml -%%DOCSDIR%%/libs/serialization/example/demo_shared_ptr.cpp -%%DOCSDIR%%/libs/serialization/example/demo_simple_log.cpp -%%DOCSDIR%%/libs/serialization/example/demo_trivial_archive.cpp -%%DOCSDIR%%/libs/serialization/example/demo_xml.cpp -%%DOCSDIR%%/libs/serialization/example/demo_xml.hpp -%%DOCSDIR%%/libs/serialization/example/demo_xml_load.cpp -%%DOCSDIR%%/libs/serialization/example/demo_xml_save.cpp -%%DOCSDIR%%/libs/serialization/example/demofile.txt -%%DOCSDIR%%/libs/serialization/example/fix_six.cpp -%%DOCSDIR%%/libs/serialization/example/log_archive.cpp -%%DOCSDIR%%/libs/serialization/example/log_archive.hpp -%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_iarchive.cpp -%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_iarchive.hpp -%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_oarchive.cpp -%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_oarchive.hpp -%%DOCSDIR%%/libs/serialization/example/portable_binary_archive.hpp -%%DOCSDIR%%/libs/serialization/example/portable_binary_iarchive.cpp -%%DOCSDIR%%/libs/serialization/example/portable_binary_iarchive.hpp -%%DOCSDIR%%/libs/serialization/example/portable_binary_oarchive.cpp -%%DOCSDIR%%/libs/serialization/example/portable_binary_oarchive.hpp -%%DOCSDIR%%/libs/serialization/example/simple_log_archive.hpp -%%DOCSDIR%%/libs/serialization/index.html -%%DOCSDIR%%/libs/signals/doc/index.html -%%DOCSDIR%%/libs/signals/example/Jamfile -%%DOCSDIR%%/libs/signals/example/button_click.cpp -%%DOCSDIR%%/libs/signals/example/difference_connection.cpp -%%DOCSDIR%%/libs/signals/example/disconnect_all.cpp -%%DOCSDIR%%/libs/signals/example/doc_view.cpp -%%DOCSDIR%%/libs/signals/example/first_positive.cpp -%%DOCSDIR%%/libs/signals/example/maximum.cpp -%%DOCSDIR%%/libs/signals/example/no_function.cpp -%%DOCSDIR%%/libs/signals/example/print_sum_product.cpp -%%DOCSDIR%%/libs/signals/example/quotient_controlling.cpp -%%DOCSDIR%%/libs/signals/example/quotient_named.cpp -%%DOCSDIR%%/libs/signals/index.html -%%DOCSDIR%%/libs/signals2/example/Jamfile.v2 -%%DOCSDIR%%/libs/signals2/example/custom_combiners.cpp -%%DOCSDIR%%/libs/signals2/example/disconnect_and_block.cpp -%%DOCSDIR%%/libs/signals2/example/doc_view.cpp -%%DOCSDIR%%/libs/signals2/example/doc_view_acm.cpp -%%DOCSDIR%%/libs/signals2/example/doc_view_acm_deconstruct.cpp -%%DOCSDIR%%/libs/signals2/example/extended_slot.cpp -%%DOCSDIR%%/libs/signals2/example/hello_world_multi_slot.cpp -%%DOCSDIR%%/libs/signals2/example/hello_world_slot.cpp -%%DOCSDIR%%/libs/signals2/example/ordering_slots.cpp -%%DOCSDIR%%/libs/signals2/example/passing_slots.cpp -%%DOCSDIR%%/libs/signals2/example/postconstructor_ex1.cpp -%%DOCSDIR%%/libs/signals2/example/postconstructor_ex2.cpp -%%DOCSDIR%%/libs/signals2/example/predestructor_example.cpp -%%DOCSDIR%%/libs/signals2/example/signal_return_value.cpp -%%DOCSDIR%%/libs/signals2/example/slot_arguments.cpp -%%DOCSDIR%%/libs/signals2/index.html -%%DOCSDIR%%/libs/smart_ptr/compatibility.htm -%%DOCSDIR%%/libs/smart_ptr/enable_shared_from_this.html -%%DOCSDIR%%/libs/smart_ptr/example/scoped_ptr_example.cpp -%%DOCSDIR%%/libs/smart_ptr/example/scoped_ptr_example.hpp -%%DOCSDIR%%/libs/smart_ptr/example/scoped_ptr_example_test.cpp -%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example.cpp -%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example2.cpp -%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example2.hpp -%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example2_test.cpp -%%DOCSDIR%%/libs/smart_ptr/gccspeed.gif -%%DOCSDIR%%/libs/smart_ptr/index.html -%%DOCSDIR%%/libs/smart_ptr/intrusive_ptr.html -%%DOCSDIR%%/libs/smart_ptr/intrusive_ref_counter.html -%%DOCSDIR%%/libs/smart_ptr/make_shared.html -%%DOCSDIR%%/libs/smart_ptr/make_shared_array.html -%%DOCSDIR%%/libs/smart_ptr/msvcspeed.gif -%%DOCSDIR%%/libs/smart_ptr/pointer_cast.html -%%DOCSDIR%%/libs/smart_ptr/pointer_to_other.html -%%DOCSDIR%%/libs/smart_ptr/scoped_array.htm -%%DOCSDIR%%/libs/smart_ptr/scoped_ptr.htm -%%DOCSDIR%%/libs/smart_ptr/shared_array.htm -%%DOCSDIR%%/libs/smart_ptr/shared_ptr.htm -%%DOCSDIR%%/libs/smart_ptr/smart_ptr.htm -%%DOCSDIR%%/libs/smart_ptr/smarttests.htm -%%DOCSDIR%%/libs/smart_ptr/sp_techniques.html -%%DOCSDIR%%/libs/smart_ptr/weak_ptr.htm -%%DOCSDIR%%/libs/spirit/classic/change_log.html -%%DOCSDIR%%/libs/spirit/classic/doc/acknowledgments.html -%%DOCSDIR%%/libs/spirit/classic/doc/basic_concepts.html -%%DOCSDIR%%/libs/spirit/classic/doc/character_sets.html -%%DOCSDIR%%/libs/spirit/classic/doc/closures.html -%%DOCSDIR%%/libs/spirit/classic/doc/confix.html -%%DOCSDIR%%/libs/spirit/classic/doc/debugging.html -%%DOCSDIR%%/libs/spirit/classic/doc/directives.html -%%DOCSDIR%%/libs/spirit/classic/doc/distinct.html -%%DOCSDIR%%/libs/spirit/classic/doc/dynamic_parsers.html -%%DOCSDIR%%/libs/spirit/classic/doc/epsilon.html -%%DOCSDIR%%/libs/spirit/classic/doc/error_handling.html -%%DOCSDIR%%/libs/spirit/classic/doc/escape_char_parser.html -%%DOCSDIR%%/libs/spirit/classic/doc/faq.html -%%DOCSDIR%%/libs/spirit/classic/doc/file_iterator.html -%%DOCSDIR%%/libs/spirit/classic/doc/functional.html -%%DOCSDIR%%/libs/spirit/classic/doc/functor_parser.html -%%DOCSDIR%%/libs/spirit/classic/doc/grammar.html -%%DOCSDIR%%/libs/spirit/classic/doc/includes.html -%%DOCSDIR%%/libs/spirit/classic/doc/indepth_the_parser.html -%%DOCSDIR%%/libs/spirit/classic/doc/indepth_the_parser_context.html -%%DOCSDIR%%/libs/spirit/classic/doc/indepth_the_scanner.html -%%DOCSDIR%%/libs/spirit/classic/doc/introduction.html -%%DOCSDIR%%/libs/spirit/classic/doc/list_parsers.html -%%DOCSDIR%%/libs/spirit/classic/doc/loops.html -%%DOCSDIR%%/libs/spirit/classic/doc/multi_pass.html -%%DOCSDIR%%/libs/spirit/classic/doc/numerics.html -%%DOCSDIR%%/libs/spirit/classic/doc/operators.html -%%DOCSDIR%%/libs/spirit/classic/doc/organization.html -%%DOCSDIR%%/libs/spirit/classic/doc/parametric_parsers.html -%%DOCSDIR%%/libs/spirit/classic/doc/phoenix.html -%%DOCSDIR%%/libs/spirit/classic/doc/portability.html -%%DOCSDIR%%/libs/spirit/classic/doc/position_iterator.html -%%DOCSDIR%%/libs/spirit/classic/doc/predefined_actors.html -%%DOCSDIR%%/libs/spirit/classic/doc/preface.html -%%DOCSDIR%%/libs/spirit/classic/doc/primitives.html -%%DOCSDIR%%/libs/spirit/classic/doc/quick_start.html -%%DOCSDIR%%/libs/spirit/classic/doc/quickref.html -%%DOCSDIR%%/libs/spirit/classic/doc/rationale.html -%%DOCSDIR%%/libs/spirit/classic/doc/refactoring.html -%%DOCSDIR%%/libs/spirit/classic/doc/references.html -%%DOCSDIR%%/libs/spirit/classic/doc/regular_expression_parser.html -%%DOCSDIR%%/libs/spirit/classic/doc/rule.html -%%DOCSDIR%%/libs/spirit/classic/doc/scanner.html -%%DOCSDIR%%/libs/spirit/classic/doc/scoped_lock.html -%%DOCSDIR%%/libs/spirit/classic/doc/select_parser.html -%%DOCSDIR%%/libs/spirit/classic/doc/semantic_actions.html -%%DOCSDIR%%/libs/spirit/classic/doc/stored_rule.html -%%DOCSDIR%%/libs/spirit/classic/doc/style_guide.html -%%DOCSDIR%%/libs/spirit/classic/doc/subrules.html -%%DOCSDIR%%/libs/spirit/classic/doc/switch_parser.html -%%DOCSDIR%%/libs/spirit/classic/doc/symbols.html -%%DOCSDIR%%/libs/spirit/classic/doc/techniques.html -%%DOCSDIR%%/libs/spirit/classic/doc/the_lazy_parser.html -%%DOCSDIR%%/libs/spirit/classic/doc/theme/alert.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/arrow.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/bkd.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/bkd2.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/bulb.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/bullet.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/closure1.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/error_handling.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro1.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro2.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro3.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro4.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro5.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro6.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro7.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/l_arr.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/l_arr_disabled.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/lambda.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/lens.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/note.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/organization1.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/r_arr.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/r_arr_disabled.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/scanner1.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/spirit.gif -%%DOCSDIR%%/libs/spirit/classic/doc/theme/style.css -%%DOCSDIR%%/libs/spirit/classic/doc/theme/subrule1.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees1.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees2.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees3.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees4.png -%%DOCSDIR%%/libs/spirit/classic/doc/theme/u_arr.gif -%%DOCSDIR%%/libs/spirit/classic/doc/trees.html -%%DOCSDIR%%/libs/spirit/classic/example/Jamfile -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/ast_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/bind.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/boiler_plate.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/calc_debug.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/calc_plain.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/comments.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/complex_number.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/distinct/distinct_parser.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/distinct/distinct_parser_dynamic.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/error_handling.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/error_reporting.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/file_parser.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/full_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/functor_parser.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/list_parser.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/matching_tags.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/ast_calc2.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/calc_with_variables.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/phoenix_subrule_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/primitive_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/rpn_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/vmachine_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/no_actions.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/number_list.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/parse_tree_calc1.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/parser_context.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/phoenix_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.err1 -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.err2 -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.err3 -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.ok -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/refactoring.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/regular_expression.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/roman_numerals.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/stuff_vector.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/stuff_vector2.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/subrule_calc.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/sum.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/thousand_separated.cpp -%%DOCSDIR%%/libs/spirit/classic/example/fundamental/tree_calc_grammar.hpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/ipv4.cpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/ipv4_opt.cpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/lazy_parser.cpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/parameters.cpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/regex_convert.cpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/actions.hpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/driver.cpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/tag.cpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/tag.hpp -%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/xml_g.hpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/dynamic_rule.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/epsilon.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/multiple_scanners.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/nabialek.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules/no_rule1.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules/no_rule2.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules/no_rule3.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/opaque_rule_parser.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_1_1.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_1_2.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_2_1.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_2_2.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/right_recursion.cpp -%%DOCSDIR%%/libs/spirit/classic/example/techniques/typeof.cpp -%%DOCSDIR%%/libs/spirit/classic/index.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/actors.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/actors_revisited.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/adaptable_closures.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/architecture.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/arguments.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/basic_concepts.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/binders.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/composites.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/composites_revisited.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/efficiency.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/functions.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/inside_phoenix.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/interfacing.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/introduction.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/lazy_construction.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/lazy_functions.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/operators.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/operators_revisited.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/organization.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/place_holders.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/polymorphic_functions.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/preface.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/primitives.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/quick_start.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/references.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/statements.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/alert.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/arrow.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bkd.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bkd2.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bulb.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bullet.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/l_arr.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/l_arr_disabled.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/lens.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/note.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/r_arr.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/r_arr_disabled.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/smiley.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/spirit.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/style.css -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/u_arr.gif -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/tuples.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/values.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/variables.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/wrap_up.html -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/Jamfile -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/closures.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample10.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample2.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample3.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample4.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample5.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample6.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample7.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample8.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample9.cpp -%%DOCSDIR%%/libs/spirit/classic/phoenix/index.html -%%DOCSDIR%%/libs/spirit/doc/html/images/alert.png -%%DOCSDIR%%/libs/spirit/doc/html/images/alternative.png -%%DOCSDIR%%/libs/spirit/doc/html/images/and_predicate.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/1.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/10.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/11.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/12.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/13.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/14.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/15.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/2.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/3.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/4.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/5.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/6.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/7.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/8.png -%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/9.png -%%DOCSDIR%%/libs/spirit/doc/html/images/caution.png -%%DOCSDIR%%/libs/spirit/doc/html/images/double_performance.png -%%DOCSDIR%%/libs/spirit/doc/html/images/flowofcontrol.png -%%DOCSDIR%%/libs/spirit/doc/html/images/format_performance.png -%%DOCSDIR%%/libs/spirit/doc/html/images/important.png -%%DOCSDIR%%/libs/spirit/doc/html/images/int_performance.png -%%DOCSDIR%%/libs/spirit/doc/html/images/kleene.png -%%DOCSDIR%%/libs/spirit/doc/html/images/lexerflow.png -%%DOCSDIR%%/libs/spirit/doc/html/images/non-terminal.png -%%DOCSDIR%%/libs/spirit/doc/html/images/not_predicate.png -%%DOCSDIR%%/libs/spirit/doc/html/images/note.png -%%DOCSDIR%%/libs/spirit/doc/html/images/optional.png -%%DOCSDIR%%/libs/spirit/doc/html/images/pascal_string.png -%%DOCSDIR%%/libs/spirit/doc/html/images/plus.png -%%DOCSDIR%%/libs/spirit/doc/html/images/predicate.png -%%DOCSDIR%%/libs/spirit/doc/html/images/sequence.png -%%DOCSDIR%%/libs/spirit/doc/html/images/spiritkarmaflow.png -%%DOCSDIR%%/libs/spirit/doc/html/images/spiritstructure.png -%%DOCSDIR%%/libs/spirit/doc/html/images/start_stop.png -%%DOCSDIR%%/libs/spirit/doc/html/images/terminal.png -%%DOCSDIR%%/libs/spirit/doc/html/images/tip.png -%%DOCSDIR%%/libs/spirit/doc/html/images/tokenstructure.png -%%DOCSDIR%%/libs/spirit/doc/html/index.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/compound_attributes.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/more_compound_attributes.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/nonterminal_attributes.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/primitive_attributes.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/parsing_expression_grammar.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/syntax_diagram.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/acknowledgments.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_attribute_from_iterators.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_attribute_from_value.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_container_from_value.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/attribute_as.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/auto.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/auto/create_generator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/auto/create_parser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/clear_value.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/extract_from.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/extract_from_container.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/handles_container.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/is_container.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/is_string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/begin_container.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/compare_iterators.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/container_iterator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/deref_iterator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/end_container.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/next_iterator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/store_value.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/store_value/container_value.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/store_value/push_back.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits/char_type_of.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits/extract_c_string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits/is_char.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/transform.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/indepth.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/indepth/parsers_indepth.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/faq.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/introduction.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/double_performance.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/format_performance.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/int_performance.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/common_notation.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/compound_attribute_rules.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/non_terminals.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/phoenix.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/action.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/auto.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/auxiliary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/binary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/boolean.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/char.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/directives.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/operators.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/real_number.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/signed_int.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/stream.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/unsigned_int.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/semantic_actions.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/action.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auto.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/attr_cast.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/eol.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/eps.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/lazy.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/basics.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary/binary_big.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary/binary_little.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary/binary_native.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/char.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/char/char_class.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/char/char_generator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/alignment.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/as.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/buffer.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/columns.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/delimit.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/duplicate.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/maxwidth.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/omit.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/repeat.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/upperlower.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api/create_generator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api/iterator_api.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api/stream_api.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/binarygenerator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/generator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/narygenerator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/nonterminal.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/primitivegenerator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/unarygenerator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/nonterminal.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/nonterminal/grammar.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/nonterminal/rule.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/boolean.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/real_number.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/signed_int.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/unsigned_int.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/alternative.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/and_predicate.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/kleene.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/list.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/not_predicate.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/optional.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/plus.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/sequence.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/stream.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/stream/stream.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/string/string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/string/symbols.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/s05.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/karma_adapted_complex.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/karma_complex.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/karma_easier_complex.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/num_list.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/num_matrix.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/quick_start.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/semantic_actions.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/warming_up.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_primitives.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_primitives/lexer_token_values.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_semantic_actions.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_static_model.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_tokenizing.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/lexer_introduction.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/common_notation.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/lexer.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/lexers.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/phoenix.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/semantic_actions.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lex_basics.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_api.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/lexer.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/narylexer.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/primitivelexer.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/unarylexer.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/primitives.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/primitives/char_tokendef.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_quickstart1.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_quickstart2.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_quickstart3.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_tutorials.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/notes.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/notes/porting_from_spirit_1_8_x.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/notes/style_guide.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/preface.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/common_notation.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/compound_attribute_rules.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/non_terminals.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/phoenix.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/action.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/auto.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/auxiliary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/binary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/char.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/directive.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/numeric.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/operator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/semantic_actions.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/action.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auto.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/attr.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/attr_cast.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/eoi.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/eol.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/eps.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/lazy.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/basics.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary/binary_big.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary/binary_little.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary/binary_native.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/char.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/char/char.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/char/char_class.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/as.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/hold.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/lexeme.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/matches.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/no_case.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/no_skip.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/omit.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/raw.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/repeat.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/skip.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/nonterminal.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/nonterminal/grammar.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/nonterminal/rule.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/boolean.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/int.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/real.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/uint.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/alternative.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/and_predicate.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/difference.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/expect.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/kleene.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/list.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/not_predicate.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/optional.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/permutation.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/plus.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/sequence.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/sequential_or.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api/create_parser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api/iterator_api.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api/stream_api.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/binaryparser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/naryparser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/nonterminal.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/parser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/primitiveparser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/unaryparser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/stream.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/stream/stream.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/string/string.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/string/symbols.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/s04.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/complex___our_first_complex_parser.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/employee___parsing_into_structs.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/mini_xml___asts_.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/mini_xml___error_handling.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/number_list___stuffing_numbers_into_a_std__vector.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/number_list_attribute___one_more__with_style.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/number_list_redux___list_syntax.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/quick_start.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/roman_numerals.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/semantic_actions.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/sum___adding_numbers.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/warming_up.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/rationale.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/references.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/repository.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/structure.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/structure/include.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/support.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/support/line_pos_iterator.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/support/multi_pass.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/support/utree.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_1_x.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_1.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_2.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_3.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_1.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_2.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html -%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html -%%DOCSDIR%%/libs/spirit/example/Jamfile -%%DOCSDIR%%/libs/spirit/example/karma/Jamfile -%%DOCSDIR%%/libs/spirit/example/karma/actions.cpp -%%DOCSDIR%%/libs/spirit/example/karma/auto_facilities.cpp -%%DOCSDIR%%/libs/spirit/example/karma/basic_facilities.cpp -%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast.hpp -%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_dump.cpp -%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_rpn.cpp -%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_vm.cpp -%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_vm.hpp -%%DOCSDIR%%/libs/spirit/example/karma/classify_char.cpp -%%DOCSDIR%%/libs/spirit/example/karma/complex_number.cpp -%%DOCSDIR%%/libs/spirit/example/karma/complex_number_adapt.cpp -%%DOCSDIR%%/libs/spirit/example/karma/complex_number_easier.cpp -%%DOCSDIR%%/libs/spirit/example/karma/customize_counter.cpp -%%DOCSDIR%%/libs/spirit/example/karma/customize_embedded_container.cpp -%%DOCSDIR%%/libs/spirit/example/karma/customize_use_as_container.cpp -%%DOCSDIR%%/libs/spirit/example/karma/escaped_string.cpp -%%DOCSDIR%%/libs/spirit/example/karma/generate_code.cpp -%%DOCSDIR%%/libs/spirit/example/karma/key_value_sequence.cpp -%%DOCSDIR%%/libs/spirit/example/karma/mini_xml_karma.cpp -%%DOCSDIR%%/libs/spirit/example/karma/num_list1.cpp -%%DOCSDIR%%/libs/spirit/example/karma/num_list2.cpp -%%DOCSDIR%%/libs/spirit/example/karma/num_list3.cpp -%%DOCSDIR%%/libs/spirit/example/karma/num_matrix.cpp -%%DOCSDIR%%/libs/spirit/example/karma/printf_style_double_format.cpp -%%DOCSDIR%%/libs/spirit/example/karma/quick_start1.cpp -%%DOCSDIR%%/libs/spirit/example/karma/quoted_strings.cpp -%%DOCSDIR%%/libs/spirit/example/karma/reference.cpp -%%DOCSDIR%%/libs/spirit/example/karma/reorder_struct.cpp -%%DOCSDIR%%/libs/spirit/example/karma/simple_columns_directive.cpp -%%DOCSDIR%%/libs/spirit/example/karma/simple_columns_directive.hpp -%%DOCSDIR%%/libs/spirit/example/lex/Jamfile -%%DOCSDIR%%/libs/spirit/example/lex/custom_token_attribute.cpp -%%DOCSDIR%%/libs/spirit/example/lex/example.hpp -%%DOCSDIR%%/libs/spirit/example/lex/example1.cpp -%%DOCSDIR%%/libs/spirit/example/lex/example1.input -%%DOCSDIR%%/libs/spirit/example/lex/example2.cpp -%%DOCSDIR%%/libs/spirit/example/lex/example2.input -%%DOCSDIR%%/libs/spirit/example/lex/example3.cpp -%%DOCSDIR%%/libs/spirit/example/lex/example3.input -%%DOCSDIR%%/libs/spirit/example/lex/example4.cpp -%%DOCSDIR%%/libs/spirit/example/lex/example4.input -%%DOCSDIR%%/libs/spirit/example/lex/example5.cpp -%%DOCSDIR%%/libs/spirit/example/lex/example5.input -%%DOCSDIR%%/libs/spirit/example/lex/example6.cpp -%%DOCSDIR%%/libs/spirit/example/lex/example6.input -%%DOCSDIR%%/libs/spirit/example/lex/lexer_debug_support.cpp -%%DOCSDIR%%/libs/spirit/example/lex/print_number_tokenids.cpp -%%DOCSDIR%%/libs/spirit/example/lex/print_numbers.cpp -%%DOCSDIR%%/libs/spirit/example/lex/print_numbers.input -%%DOCSDIR%%/libs/spirit/example/lex/reference.cpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/Jamfile -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count.input -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_generate.cpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_generate.cpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_static.cpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_static.hpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_tokens.hpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_static.cpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_static.hpp -%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_tokens.hpp -%%DOCSDIR%%/libs/spirit/example/lex/strip_comments.cpp -%%DOCSDIR%%/libs/spirit/example/lex/strip_comments.input -%%DOCSDIR%%/libs/spirit/example/lex/strip_comments_lexer.cpp -%%DOCSDIR%%/libs/spirit/example/lex/word_count.cpp -%%DOCSDIR%%/libs/spirit/example/lex/word_count.input -%%DOCSDIR%%/libs/spirit/example/lex/word_count_functor.cpp -%%DOCSDIR%%/libs/spirit/example/lex/word_count_functor.flex -%%DOCSDIR%%/libs/spirit/example/lex/word_count_functor_flex.cpp -%%DOCSDIR%%/libs/spirit/example/lex/word_count_lexer.cpp -%%DOCSDIR%%/libs/spirit/example/qi/Jamfile -%%DOCSDIR%%/libs/spirit/example/qi/actions.cpp -%%DOCSDIR%%/libs/spirit/example/qi/adapt_template_struct.cpp -%%DOCSDIR%%/libs/spirit/example/qi/boost_array.cpp -%%DOCSDIR%%/libs/spirit/example/qi/calc_utree.cpp -%%DOCSDIR%%/libs/spirit/example/qi/calc_utree_ast.cpp -%%DOCSDIR%%/libs/spirit/example/qi/calc_utree_naive.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/Jamfile -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc1.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc2.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc3.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc4.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc5.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc6.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/annotation.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/ast.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/compiler.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/compiler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/error_handler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/expression.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/expression.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/expression_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/main.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/statement.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/statement.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/statement_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/vm.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/vm.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/annotation.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/ast.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/compiler.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/compiler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/error_handler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/expression.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/expression.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/expression_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/main.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/statement.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/statement.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/statement_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/vm.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/vm.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/annotation.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/ast.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/compiler.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/compiler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/error_handler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/expression.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/expression.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/expression_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/function.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/function.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/function_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/main.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/skipper.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/statement.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/statement.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/statement_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/vm.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/vm.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/annotation.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/ast.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/compiler.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/compiler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/config.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/conjure_static_lexer.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/conjure_static_lexer_generate.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/conjure_static_switch_lexer.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/error_handler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/expression.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/expression.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/expression_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/function.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/function.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/function_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/ids.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/lexer.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/lexer.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/lexer_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/main.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/statement.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/statement.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/statement_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/vm.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/vm.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/error.cnj -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/factorial.cnj -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/operators.cnj -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/pow2.cnj -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/precedence.cnj -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/annotation.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/ast.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/compiler.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/compiler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/error_handler.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/expression.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/expression.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/expression_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/function.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/function.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/function_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/main.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/skipper.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/statement.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/statement.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/statement_def.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/vm.cpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/vm.hpp -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c_samples/1.mini -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c_samples/2.mini -%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c_samples/3.mini -%%DOCSDIR%%/libs/spirit/example/qi/complex_number.cpp -%%DOCSDIR%%/libs/spirit/example/qi/custom_string.cpp -%%DOCSDIR%%/libs/spirit/example/qi/display_attribute_type.cpp -%%DOCSDIR%%/libs/spirit/example/qi/display_attribute_type.hpp -%%DOCSDIR%%/libs/spirit/example/qi/employee.cpp -%%DOCSDIR%%/libs/spirit/example/qi/german_floating_point.cpp -%%DOCSDIR%%/libs/spirit/example/qi/iter_pos.hpp -%%DOCSDIR%%/libs/spirit/example/qi/iter_pos_parser.cpp -%%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence.cpp -%%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence_empty_value.cpp -%%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence_ordered.cpp -%%DOCSDIR%%/libs/spirit/example/qi/mini_xml1.cpp -%%DOCSDIR%%/libs/spirit/example/qi/mini_xml2.cpp -%%DOCSDIR%%/libs/spirit/example/qi/mini_xml3.cpp -%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/1.toyxml -%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/2.toyxml -%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/3.toyxml -%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/4.toyxml -%%DOCSDIR%%/libs/spirit/example/qi/nabialek.cpp -%%DOCSDIR%%/libs/spirit/example/qi/num_list1.cpp -%%DOCSDIR%%/libs/spirit/example/qi/num_list2.cpp -%%DOCSDIR%%/libs/spirit/example/qi/num_list3.cpp -%%DOCSDIR%%/libs/spirit/example/qi/num_list4.cpp -%%DOCSDIR%%/libs/spirit/example/qi/parse_date.cpp -%%DOCSDIR%%/libs/spirit/example/qi/porting_guide_classic.cpp -%%DOCSDIR%%/libs/spirit/example/qi/porting_guide_qi.cpp -%%DOCSDIR%%/libs/spirit/example/qi/reference.cpp -%%DOCSDIR%%/libs/spirit/example/qi/reorder_struct.cpp -%%DOCSDIR%%/libs/spirit/example/qi/roman.cpp -%%DOCSDIR%%/libs/spirit/example/qi/sum.cpp -%%DOCSDIR%%/libs/spirit/example/qi/typeof.cpp -%%DOCSDIR%%/libs/spirit/example/qi/unescaped_string.cpp -%%DOCSDIR%%/libs/spirit/example/support/Jamfile -%%DOCSDIR%%/libs/spirit/example/support/multi_pass.cpp -%%DOCSDIR%%/libs/spirit/example/support/multi_pass.txt -%%DOCSDIR%%/libs/spirit/example/support/utree/error_handler.hpp -%%DOCSDIR%%/libs/spirit/example/support/utree/parse_sexpr.cpp -%%DOCSDIR%%/libs/spirit/example/support/utree/sexpr_generator.hpp -%%DOCSDIR%%/libs/spirit/example/support/utree/sexpr_parser.hpp -%%DOCSDIR%%/libs/spirit/example/support/utree/utf8_parser.hpp -%%DOCSDIR%%/libs/spirit/index.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/add2.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/add2_call.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/adder.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/alert.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/banner.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/fbox.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/funnel_in.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/funnel_out.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/home.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/lambda_cpp.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/next.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/note.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/organization.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/prev.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/smiley.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/tip.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/images/up.png -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/index.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/acknowledgement.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/actors.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/algorithm.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/basics.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/composite.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/container.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/inside_phoenix.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/introduction.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/organization.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/primitives.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/references.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/starter_kit.html -%%DOCSDIR%%/libs/spirit/phoenix/doc/html/phoenix/wrap_up.html -%%DOCSDIR%%/libs/spirit/phoenix/example/Jamfile.v2 -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/algorithm.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/all_odds.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/arguments.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/callback.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/factorial.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/find_if.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/function.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/if.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/lambda.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/references.cpp -%%DOCSDIR%%/libs/spirit/phoenix/example/users_manual/values.cpp -%%DOCSDIR%%/libs/spirit/phoenix/index.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/alert.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/1.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/10.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/11.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/12.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/13.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/14.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/15.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/2.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/3.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/4.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/5.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/6.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/7.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/8.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/9.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/caution.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/important.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/note.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/images/tip.png -%%DOCSDIR%%/libs/spirit/repository/doc/html/index.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/acknowledgments.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/karma_components.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/karma_components/directives.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/karma_components/directives/karma_confix_generator.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/karma_components/nonterminal.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/karma_components/nonterminal/subrule.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/preface.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/directives.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/directives/confix.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/directives/distinct.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/directives/kwd.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/directives/seek.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/nonterminal.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/nonterminal/subrule.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/operators.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/operators/keyword_list.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/primitive.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/primitive/advance.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/qi_components/primitive/flush_multi_pass.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/what_s_new.html -%%DOCSDIR%%/libs/spirit/repository/doc/html/spirit_repository/what_s_new/spirit_2_5_1.html -%%DOCSDIR%%/libs/spirit/repository/example/karma/Jamfile -%%DOCSDIR%%/libs/spirit/repository/example/karma/calc2_ast.hpp -%%DOCSDIR%%/libs/spirit/repository/example/karma/calc2_ast_dump_sr.cpp -%%DOCSDIR%%/libs/spirit/repository/example/karma/confix.cpp -%%DOCSDIR%%/libs/spirit/repository/example/karma/mini_xml_karma_sr.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/Jamfile -%%DOCSDIR%%/libs/spirit/repository/example/qi/advance.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/calc1_sr.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/confix.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/derived.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/distinct.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/flush_multi_pass.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/flush_multi_pass.txt -%%DOCSDIR%%/libs/spirit/repository/example/qi/iter_pos_parser.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/keywords.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/mini_xml2_sr.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/options.cpp -%%DOCSDIR%%/libs/spirit/repository/example/qi/seek.cpp -%%DOCSDIR%%/libs/statechart/doc/A.gif -%%DOCSDIR%%/libs/statechart/doc/Camera.gif -%%DOCSDIR%%/libs/statechart/doc/Camera2.gif -%%DOCSDIR%%/libs/statechart/doc/CameraWithHistory1.gif -%%DOCSDIR%%/libs/statechart/doc/CameraWithHistory2.gif -%%DOCSDIR%%/libs/statechart/doc/DeepHistoryLimitation1.gif -%%DOCSDIR%%/libs/statechart/doc/DeepHistoryLimitation2.gif -%%DOCSDIR%%/libs/statechart/doc/EventDispatch.gif -%%DOCSDIR%%/libs/statechart/doc/ExceptionsAndOrthStates.gif -%%DOCSDIR%%/libs/statechart/doc/HelloWorld.gif -%%DOCSDIR%%/libs/statechart/doc/JoinAndFork.gif -%%DOCSDIR%%/libs/statechart/doc/LCA.gif -%%DOCSDIR%%/libs/statechart/doc/OrthogonalStates.gif -%%DOCSDIR%%/libs/statechart/doc/OutermostUnstableState.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom1.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom2.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom3.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom4.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNative1.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNative2.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNative3.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNative4.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal1.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal2.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal3.gif -%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal4.gif -%%DOCSDIR%%/libs/statechart/doc/SimpleEventDispatch.gif -%%DOCSDIR%%/libs/statechart/doc/StopWatch.gif -%%DOCSDIR%%/libs/statechart/doc/ThrowingEntryAction.gif -%%DOCSDIR%%/libs/statechart/doc/ThrowingInStateReaction.gif -%%DOCSDIR%%/libs/statechart/doc/ThrowingTransitionAction.gif -%%DOCSDIR%%/libs/statechart/doc/TransAcrossOrthRegions.gif -%%DOCSDIR%%/libs/statechart/doc/acknowledgments.html -%%DOCSDIR%%/libs/statechart/doc/configuration.html -%%DOCSDIR%%/libs/statechart/doc/contact.html -%%DOCSDIR%%/libs/statechart/doc/definitions.html -%%DOCSDIR%%/libs/statechart/doc/faq.html -%%DOCSDIR%%/libs/statechart/doc/future_and_history.html -%%DOCSDIR%%/libs/statechart/doc/index.html -%%DOCSDIR%%/libs/statechart/doc/performance.html -%%DOCSDIR%%/libs/statechart/doc/rationale.html -%%DOCSDIR%%/libs/statechart/doc/reference.html -%%DOCSDIR%%/libs/statechart/doc/tutorial.html -%%DOCSDIR%%/libs/statechart/doc/uml_mapping.html -%%DOCSDIR%%/libs/statechart/example/BitMachine/BitMachine.cpp -%%DOCSDIR%%/libs/statechart/example/BitMachine/BitMachine.vcproj -%%DOCSDIR%%/libs/statechart/example/BitMachine/UniqueObject.hpp -%%DOCSDIR%%/libs/statechart/example/BitMachine/UniqueObjectAllocator.hpp -%%DOCSDIR%%/libs/statechart/example/Camera/Camera.cpp -%%DOCSDIR%%/libs/statechart/example/Camera/Camera.hpp -%%DOCSDIR%%/libs/statechart/example/Camera/Camera.vcproj -%%DOCSDIR%%/libs/statechart/example/Camera/Configuring.cpp -%%DOCSDIR%%/libs/statechart/example/Camera/Configuring.hpp -%%DOCSDIR%%/libs/statechart/example/Camera/Main.cpp -%%DOCSDIR%%/libs/statechart/example/Camera/Precompiled.cpp -%%DOCSDIR%%/libs/statechart/example/Camera/Precompiled.hpp -%%DOCSDIR%%/libs/statechart/example/Camera/Shooting.cpp -%%DOCSDIR%%/libs/statechart/example/Camera/Shooting.hpp -%%DOCSDIR%%/libs/statechart/example/Handcrafted/Handcrafted.cpp -%%DOCSDIR%%/libs/statechart/example/Handcrafted/Handcrafted.vcproj -%%DOCSDIR%%/libs/statechart/example/Jamfile.v2 -%%DOCSDIR%%/libs/statechart/example/Keyboard/Keyboard.cpp -%%DOCSDIR%%/libs/statechart/example/Keyboard/Keyboard.vcproj -%%DOCSDIR%%/libs/statechart/example/Performance/Performance.cpp -%%DOCSDIR%%/libs/statechart/example/Performance/Performance.vcproj -%%DOCSDIR%%/libs/statechart/example/Performance/Performance.xls -%%DOCSDIR%%/libs/statechart/example/PingPong/PingPong.cpp -%%DOCSDIR%%/libs/statechart/example/PingPong/PingPong.vcproj -%%DOCSDIR%%/libs/statechart/example/PingPong/Player.cpp -%%DOCSDIR%%/libs/statechart/example/PingPong/Player.hpp -%%DOCSDIR%%/libs/statechart/example/PingPong/Waiting.hpp -%%DOCSDIR%%/libs/statechart/example/StopWatch/StopWatch.cpp -%%DOCSDIR%%/libs/statechart/example/StopWatch/StopWatch.vcproj -%%DOCSDIR%%/libs/statechart/example/StopWatch/StopWatch2.cpp -%%DOCSDIR%%/libs/statechart/index.html -%%DOCSDIR%%/libs/static_assert/index.html -%%DOCSDIR%%/libs/static_assert/static_assert.htm -%%DOCSDIR%%/libs/static_assert/static_assert_example_1.cpp -%%DOCSDIR%%/libs/static_assert/static_assert_example_2.cpp -%%DOCSDIR%%/libs/static_assert/static_assert_example_3.cpp -%%DOCSDIR%%/libs/system/doc/index.html -%%DOCSDIR%%/libs/system/doc/reference.html -%%DOCSDIR%%/libs/system/index.html -%%DOCSDIR%%/libs/test/doc/html/aknowledgements.html -%%DOCSDIR%%/libs/test/doc/html/execution-monitor.html -%%DOCSDIR%%/libs/test/doc/html/execution-monitor/compilation.html -%%DOCSDIR%%/libs/test/doc/html/execution-monitor/reference.html -%%DOCSDIR%%/libs/test/doc/html/execution-monitor/user-guide.html -%%DOCSDIR%%/libs/test/doc/html/faq.html -%%DOCSDIR%%/libs/test/doc/html/index.html -%%DOCSDIR%%/libs/test/doc/html/intro.html -%%DOCSDIR%%/libs/test/doc/html/minimal.html -%%DOCSDIR%%/libs/test/doc/html/open-issues.html -%%DOCSDIR%%/libs/test/doc/html/prg-exec-monitor.html -%%DOCSDIR%%/libs/test/doc/html/prg-exec-monitor/compilation.html -%%DOCSDIR%%/libs/test/doc/html/prg-exec-monitor/impl.html -%%DOCSDIR%%/libs/test/doc/html/tutorials/hello-the-testing-world.html -%%DOCSDIR%%/libs/test/doc/html/tutorials/intro-in-testing.html -%%DOCSDIR%%/libs/test/doc/html/tutorials/new-year-resolution.html -%%DOCSDIR%%/libs/test/doc/html/utf.html -%%DOCSDIR%%/libs/test/doc/html/utf/compilation.html -%%DOCSDIR%%/libs/test/doc/html/utf/compilation/auto-linking.html -%%DOCSDIR%%/libs/test/doc/html/utf/compilation/direct-include.html -%%DOCSDIR%%/libs/test/doc/html/utf/compilation/standalone.html -%%DOCSDIR%%/libs/test/doc/html/utf/intro.html -%%DOCSDIR%%/libs/test/doc/html/utf/testing-tools.html -%%DOCSDIR%%/libs/test/doc/html/utf/testing-tools/custom-predicate.html -%%DOCSDIR%%/libs/test/doc/html/utf/testing-tools/floating_point_comparison.html -%%DOCSDIR%%/libs/test/doc/html/utf/testing-tools/output-test.html -%%DOCSDIR%%/libs/test/doc/html/utf/testing-tools/reference.html -%%DOCSDIR%%/libs/test/doc/html/utf/tutorials.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recomendations.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recomendations/command-line-specific.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recomendations/dot-net-specific.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recomendations/generic.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recommendations.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recommendations/command-line-specific.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recommendations/dot-net-specific.html -%%DOCSDIR%%/libs/test/doc/html/utf/usage-recommendations/generic.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/fixture.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/fixture/global.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/fixture/model.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/fixture/per-test-case.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/fixture/test-suite-shared.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/initialization.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/runtime-config.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/runtime-config/reference.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/runtime-config/run-by-name.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/auto-nullary-test-case.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/auto-test-case-template.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/auto-test-suite.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/expected-failures.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/manual-nullary-test-case.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/manual-test-case-template.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/manual-test-suite.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/master-test-suite.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/nullary-test-case.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/test-case-template.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/test-suite.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-organization/unary-test-case.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_CHECKPOINT.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_MESSAGE.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/BOOST_TEST_PASSPOINT.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/log-ct-config.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/log-hr-format.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/log-xml-format.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/results-report.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/test-log.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-output/test-progress.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/test-runners.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/usage-variants.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/usage-variants/dynamic-lib-variant.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner-variant.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/usage-variants/extern-test-runner.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/usage-variants/single-header-variant.html -%%DOCSDIR%%/libs/test/doc/html/utf/user-guide/usage-variants/static-lib-variant.html -%%DOCSDIR%%/libs/test/doc/img/boost.test.logo.png -%%DOCSDIR%%/libs/test/doc/img/class-hier.jpg -%%DOCSDIR%%/libs/test/doc/img/level.png -%%DOCSDIR%%/libs/test/doc/img/post_build_event.jpg -%%DOCSDIR%%/libs/test/doc/img/post_build_out.jpg -%%DOCSDIR%%/libs/test/doc/img/run_args.jpg -%%DOCSDIR%%/libs/test/doc/src/examples/example.sln -%%DOCSDIR%%/libs/test/doc/src/examples/example.vcproj -%%DOCSDIR%%/libs/test/doc/src/examples/example01.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example01.output -%%DOCSDIR%%/libs/test/doc/src/examples/example02.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example02.output -%%DOCSDIR%%/libs/test/doc/src/examples/example03.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example03.output -%%DOCSDIR%%/libs/test/doc/src/examples/example04.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example04.output -%%DOCSDIR%%/libs/test/doc/src/examples/example05.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example05.output -%%DOCSDIR%%/libs/test/doc/src/examples/example06.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example06.output -%%DOCSDIR%%/libs/test/doc/src/examples/example07.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example07.output -%%DOCSDIR%%/libs/test/doc/src/examples/example08.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example08.output -%%DOCSDIR%%/libs/test/doc/src/examples/example09.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example09.output -%%DOCSDIR%%/libs/test/doc/src/examples/example10.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example10.output -%%DOCSDIR%%/libs/test/doc/src/examples/example11.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example11.output -%%DOCSDIR%%/libs/test/doc/src/examples/example12.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example12.output -%%DOCSDIR%%/libs/test/doc/src/examples/example13.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example13.output -%%DOCSDIR%%/libs/test/doc/src/examples/example14.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example14.output -%%DOCSDIR%%/libs/test/doc/src/examples/example15.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example15.output -%%DOCSDIR%%/libs/test/doc/src/examples/example16.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example16.output -%%DOCSDIR%%/libs/test/doc/src/examples/example17.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example17.output -%%DOCSDIR%%/libs/test/doc/src/examples/example18.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example18.output -%%DOCSDIR%%/libs/test/doc/src/examples/example19.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example19.output -%%DOCSDIR%%/libs/test/doc/src/examples/example20.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example20.output -%%DOCSDIR%%/libs/test/doc/src/examples/example21.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example21.output -%%DOCSDIR%%/libs/test/doc/src/examples/example22.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example22.output -%%DOCSDIR%%/libs/test/doc/src/examples/example23.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example23.output -%%DOCSDIR%%/libs/test/doc/src/examples/example24.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example24.output -%%DOCSDIR%%/libs/test/doc/src/examples/example25.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example25.output -%%DOCSDIR%%/libs/test/doc/src/examples/example26.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example26.output -%%DOCSDIR%%/libs/test/doc/src/examples/example27.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example27.output -%%DOCSDIR%%/libs/test/doc/src/examples/example28.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example28.output -%%DOCSDIR%%/libs/test/doc/src/examples/example29.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example29.output -%%DOCSDIR%%/libs/test/doc/src/examples/example30.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example30.output -%%DOCSDIR%%/libs/test/doc/src/examples/example31.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example31.output -%%DOCSDIR%%/libs/test/doc/src/examples/example32.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example32.output -%%DOCSDIR%%/libs/test/doc/src/examples/example33.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example33.output -%%DOCSDIR%%/libs/test/doc/src/examples/example34.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example34.output -%%DOCSDIR%%/libs/test/doc/src/examples/example35.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example35.output -%%DOCSDIR%%/libs/test/doc/src/examples/example36.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example36.output -%%DOCSDIR%%/libs/test/doc/src/examples/example37.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example37.output -%%DOCSDIR%%/libs/test/doc/src/examples/example38.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example38.output -%%DOCSDIR%%/libs/test/doc/src/examples/example39.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example39.output -%%DOCSDIR%%/libs/test/doc/src/examples/example40.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example40.output -%%DOCSDIR%%/libs/test/doc/src/examples/example41.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example41.output -%%DOCSDIR%%/libs/test/doc/src/examples/example42.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example42.output -%%DOCSDIR%%/libs/test/doc/src/examples/example43.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example43.output -%%DOCSDIR%%/libs/test/doc/src/examples/example44.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example44.output -%%DOCSDIR%%/libs/test/doc/src/examples/example45.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example45.output -%%DOCSDIR%%/libs/test/doc/src/examples/example46.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example46.output -%%DOCSDIR%%/libs/test/doc/src/examples/example47.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example47.output -%%DOCSDIR%%/libs/test/doc/src/examples/example48.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example48.output -%%DOCSDIR%%/libs/test/doc/src/examples/example49.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example49.output -%%DOCSDIR%%/libs/test/doc/src/examples/example50.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example50.output -%%DOCSDIR%%/libs/test/doc/src/examples/example51.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example51.output -%%DOCSDIR%%/libs/test/doc/src/examples/example52.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example52.output -%%DOCSDIR%%/libs/test/doc/src/examples/example53.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example53.output -%%DOCSDIR%%/libs/test/doc/src/examples/example54.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example54.output -%%DOCSDIR%%/libs/test/doc/src/examples/example55.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example55.output -%%DOCSDIR%%/libs/test/doc/src/examples/example56.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example56.output -%%DOCSDIR%%/libs/test/doc/src/examples/example57.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example57.output -%%DOCSDIR%%/libs/test/doc/src/examples/example58.cpp -%%DOCSDIR%%/libs/test/doc/src/examples/example58.output -%%DOCSDIR%%/libs/test/doc/style/boostbook.css -%%DOCSDIR%%/libs/test/doc/style/btl-headers.css -%%DOCSDIR%%/libs/test/doc/style/btl-inline.css -%%DOCSDIR%%/libs/test/doc/style/btl-links.css -%%DOCSDIR%%/libs/test/doc/style/btl-lists.css -%%DOCSDIR%%/libs/test/doc/style/btl-paragraphs.css -%%DOCSDIR%%/libs/test/doc/style/btl-structure.css -%%DOCSDIR%%/libs/test/doc/style/btl-tables.css -%%DOCSDIR%%/libs/test/doc/style/style.css -%%DOCSDIR%%/libs/test/docbook/img/boost.test.logo.png -%%DOCSDIR%%/libs/test/docbook/img/class-hier.jpg -%%DOCSDIR%%/libs/test/docbook/img/level.png -%%DOCSDIR%%/libs/test/docbook/img/post_build_event.jpg -%%DOCSDIR%%/libs/test/docbook/img/post_build_out.jpg -%%DOCSDIR%%/libs/test/docbook/img/run_args.jpg -%%DOCSDIR%%/libs/test/example/Jamfile.v2 -%%DOCSDIR%%/libs/test/example/cla/Jamfile -%%DOCSDIR%%/libs/test/example/cla/assign_to.cpp -%%DOCSDIR%%/libs/test/example/cla/basic_float.cpp -%%DOCSDIR%%/libs/test/example/cla/basic_int.cpp -%%DOCSDIR%%/libs/test/example/cla/basic_list.cpp -%%DOCSDIR%%/libs/test/example/cla/basic_string.cpp -%%DOCSDIR%%/libs/test/example/cla/basic_udt.cpp -%%DOCSDIR%%/libs/test/example/cla/char_parameter.cpp -%%DOCSDIR%%/libs/test/example/cla/custom_handler.cpp -%%DOCSDIR%%/libs/test/example/cla/custom_interpreter.cpp -%%DOCSDIR%%/libs/test/example/cla/custom_parameter.cpp -%%DOCSDIR%%/libs/test/example/cla/default_value.cpp -%%DOCSDIR%%/libs/test/example/cla/dual_name.cpp -%%DOCSDIR%%/libs/test/example/cla/global.cpp -%%DOCSDIR%%/libs/test/example/cla/guess_name.cpp -%%DOCSDIR%%/libs/test/example/cla/help.cpp -%%DOCSDIR%%/libs/test/example/cla/ignore_mismatch.cpp -%%DOCSDIR%%/libs/test/example/cla/input_separator.cpp -%%DOCSDIR%%/libs/test/example/cla/multiplicable.cpp -%%DOCSDIR%%/libs/test/example/cla/name.cpp -%%DOCSDIR%%/libs/test/example/cla/optional.cpp -%%DOCSDIR%%/libs/test/example/cla/optional_value.cpp -%%DOCSDIR%%/libs/test/example/cla/positional.cpp -%%DOCSDIR%%/libs/test/example/cla/prefix.cpp -%%DOCSDIR%%/libs/test/example/cla/reference.cpp -%%DOCSDIR%%/libs/test/example/cla/remainder.cpp -%%DOCSDIR%%/libs/test/example/cla/separator.cpp -%%DOCSDIR%%/libs/test/example/cla/usage.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/Jamfile -%%DOCSDIR%%/libs/test/example/cla/validation/access_unknown.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/ambiguous_access.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/ambiguous_input.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/definition_conflict.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/invalid_short_name.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/multiple_generators.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/multiple_value_handlers.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/opt_with_default_value.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/optional_plus_multiplicable.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/required_missing.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/unexpected_input.cpp -%%DOCSDIR%%/libs/test/example/cla/validation/unexpected_repetition.cpp -%%DOCSDIR%%/libs/test/example/cla/wide_string.cpp -%%DOCSDIR%%/libs/test/example/const_string.hpp -%%DOCSDIR%%/libs/test/example/const_string_test.cpp -%%DOCSDIR%%/libs/test/example/env/Jamfile -%%DOCSDIR%%/libs/test/example/env/custom_interpreter_env.cpp -%%DOCSDIR%%/libs/test/example/env/env_var_default_value.cpp -%%DOCSDIR%%/libs/test/example/env/environment_ex.cpp -%%DOCSDIR%%/libs/test/example/env/global_id.cpp -%%DOCSDIR%%/libs/test/example/env/modifier_combination.cpp -%%DOCSDIR%%/libs/test/example/env/validation/Jamfile -%%DOCSDIR%%/libs/test/example/env/validation/need_typed_access.cpp -%%DOCSDIR%%/libs/test/example/env/variable_ex.cpp -%%DOCSDIR%%/libs/test/example/est_example1.cpp -%%DOCSDIR%%/libs/test/example/est_example2.cpp -%%DOCSDIR%%/libs/test/example/exec_mon_example.cpp -%%DOCSDIR%%/libs/test/example/external_main_example_1.cpp -%%DOCSDIR%%/libs/test/example/external_main_example_2.cpp -%%DOCSDIR%%/libs/test/example/external_main_example_3.cpp -%%DOCSDIR%%/libs/test/example/logged_exp_example.cpp -%%DOCSDIR%%/libs/test/example/named_param_example.cpp -%%DOCSDIR%%/libs/test/example/prg_exec_example.cpp -%%DOCSDIR%%/libs/test/example/test_case_template_example.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_01.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_011.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_012.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_02.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_03.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_04.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_05.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_06.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_07.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_08.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_09_1.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_09_2.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_10.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_11.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_12.cpp -%%DOCSDIR%%/libs/test/example/unit_test_example_12.input -%%DOCSDIR%%/libs/test/index.html -%%DOCSDIR%%/libs/thread/doc/index.html -%%DOCSDIR%%/libs/thread/example/Jamfile.v2 -%%DOCSDIR%%/libs/thread/example/ba_externallly_locked.cpp -%%DOCSDIR%%/libs/thread/example/condition.cpp -%%DOCSDIR%%/libs/thread/example/future_fallback_to.cpp -%%DOCSDIR%%/libs/thread/example/future_then.cpp -%%DOCSDIR%%/libs/thread/example/future_unwrap.cpp -%%DOCSDIR%%/libs/thread/example/lambda_future.cpp -%%DOCSDIR%%/libs/thread/example/make_future.cpp -%%DOCSDIR%%/libs/thread/example/monitor.cpp -%%DOCSDIR%%/libs/thread/example/mutex.cpp -%%DOCSDIR%%/libs/thread/example/not_interleaved.cpp -%%DOCSDIR%%/libs/thread/example/once.cpp -%%DOCSDIR%%/libs/thread/example/perf_condition_variable.cpp -%%DOCSDIR%%/libs/thread/example/perf_shared_mutex.cpp -%%DOCSDIR%%/libs/thread/example/producer_consumer.cpp -%%DOCSDIR%%/libs/thread/example/producer_consumer_bounded.cpp -%%DOCSDIR%%/libs/thread/example/recursive_mutex.cpp -%%DOCSDIR%%/libs/thread/example/scoped_thread.cpp -%%DOCSDIR%%/libs/thread/example/shared_monitor.cpp -%%DOCSDIR%%/libs/thread/example/shared_mutex.cpp -%%DOCSDIR%%/libs/thread/example/starvephil.cpp -%%DOCSDIR%%/libs/thread/example/strict_lock.cpp -%%DOCSDIR%%/libs/thread/example/synchronized_person.cpp -%%DOCSDIR%%/libs/thread/example/synchronized_value.cpp -%%DOCSDIR%%/libs/thread/example/tennis.cpp -%%DOCSDIR%%/libs/thread/example/thread.cpp -%%DOCSDIR%%/libs/thread/example/thread_group.cpp -%%DOCSDIR%%/libs/thread/example/thread_guard.cpp -%%DOCSDIR%%/libs/thread/example/tss.cpp -%%DOCSDIR%%/libs/thread/example/xtime.cpp -%%DOCSDIR%%/libs/thread/index.html -%%DOCSDIR%%/libs/timer/doc/cpu_timers.html -%%DOCSDIR%%/libs/timer/doc/index.html -%%DOCSDIR%%/libs/timer/doc/original_timer.html -%%DOCSDIR%%/libs/timer/example/auto_cpu_timer_example.cpp -%%DOCSDIR%%/libs/timer/example/timex.cpp -%%DOCSDIR%%/libs/timer/index.html -%%DOCSDIR%%/libs/tokenizer/char_delimiters_separator.htm -%%DOCSDIR%%/libs/tokenizer/char_sep_example_1.cpp -%%DOCSDIR%%/libs/tokenizer/char_sep_example_2.cpp -%%DOCSDIR%%/libs/tokenizer/char_sep_example_3.cpp -%%DOCSDIR%%/libs/tokenizer/char_separator.htm -%%DOCSDIR%%/libs/tokenizer/escaped_list_separator.htm -%%DOCSDIR%%/libs/tokenizer/index.html -%%DOCSDIR%%/libs/tokenizer/introduc.htm -%%DOCSDIR%%/libs/tokenizer/offset_separator.htm -%%DOCSDIR%%/libs/tokenizer/test/examples.cpp -%%DOCSDIR%%/libs/tokenizer/test/simple_example_1.cpp -%%DOCSDIR%%/libs/tokenizer/test/simple_example_2.cpp -%%DOCSDIR%%/libs/tokenizer/test/simple_example_3.cpp -%%DOCSDIR%%/libs/tokenizer/test/simple_example_4.cpp -%%DOCSDIR%%/libs/tokenizer/test/simple_example_5.cpp -%%DOCSDIR%%/libs/tokenizer/token_iterator.htm -%%DOCSDIR%%/libs/tokenizer/tokenizer.htm -%%DOCSDIR%%/libs/tokenizer/tokenizerfunction.htm -%%DOCSDIR%%/libs/tr1/index.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_DATA.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_DATA_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_FUNCTION.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_FUNCTION_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_DATA.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_DATA_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_DATA.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_DATA_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TEMPLATE.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TEMPLATE_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TYPE.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TYPE_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_MEMBER_TYPE.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_MEMBER_TYPE_GEN.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_NAMESPACE.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_DATA.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_FUNCTION.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_DATA.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_DATA.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_TYPE.html -%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_MEMBER_TYPE.html -%%DOCSDIR%%/libs/tti/doc/html/boost/tti/valid_member_metafunction.html -%%DOCSDIR%%/libs/tti/doc/html/boost/tti/valid_member_type.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_function_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_member_data_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_member_function_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_static_member_data_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_static_member_function_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_template_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_type_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/member_type_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/namespace_gen_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_data_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_function_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_member_data_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_member_function_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_static_member_data_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_static_member_function_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_template_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_type_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/member_type_hpp.html -%%DOCSDIR%%/libs/tti/doc/html/index.html -%%DOCSDIR%%/libs/tti/doc/html/index/s23.html -%%DOCSDIR%%/libs/tti/doc/html/reference.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_acknowledgments.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_data.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_function.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_member_data.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_member_function.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_static_member_data.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_static_member_function.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_template.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_template/tti_detail_has_template_metafunction.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_type.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_func_sig.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_func_templates.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_functionality.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_history.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_nested_type.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_reason.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_terminology.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_tests.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_todo.html -%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_usingMM.html -%%DOCSDIR%%/libs/tti/index.html -%%DOCSDIR%%/libs/tuple/doc/design_decisions_rationale.html -%%DOCSDIR%%/libs/tuple/doc/tuple_advanced_interface.html -%%DOCSDIR%%/libs/tuple/doc/tuple_users_guide.html -%%DOCSDIR%%/libs/tuple/index.html -%%DOCSDIR%%/libs/type_erasure/example/Jamfile.jam -%%DOCSDIR%%/libs/type_erasure/example/associated.cpp -%%DOCSDIR%%/libs/type_erasure/example/basic.cpp -%%DOCSDIR%%/libs/type_erasure/example/compose.cpp -%%DOCSDIR%%/libs/type_erasure/example/concept_map.cpp -%%DOCSDIR%%/libs/type_erasure/example/construction.cpp -%%DOCSDIR%%/libs/type_erasure/example/convert.cpp -%%DOCSDIR%%/libs/type_erasure/example/custom.cpp -%%DOCSDIR%%/libs/type_erasure/example/multi.cpp -%%DOCSDIR%%/libs/type_erasure/example/multifunction.cpp -%%DOCSDIR%%/libs/type_erasure/example/overload.cpp -%%DOCSDIR%%/libs/type_erasure/example/print_sequence.cpp -%%DOCSDIR%%/libs/type_erasure/example/printf.cpp -%%DOCSDIR%%/libs/type_erasure/example/references.cpp -%%DOCSDIR%%/libs/type_erasure/index.html -%%DOCSDIR%%/libs/type_traits/cxx_type_traits.htm -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/background.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/alignment.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/function.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/transform.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/operators.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/primary.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/relate.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/credits.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/copy.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/destruct.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/fill.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/iter.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/to_double.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/history.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/intrinsics.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/intro.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/mpl.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_const.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_cv.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_lvalue_reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_pointer.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_rvalue_reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_volatile.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/aligned_storage.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/alignment_of.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/common_type.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/common_type_hpp.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/conditional.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/decay.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/extent.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/function_traits.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_complement.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_dereference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_divides.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_divides_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_equal_to.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_greater.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_greater_equal.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_less.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_less_equal.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_and.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_not.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_or.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_minus.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_minus_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_negate.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_new_operator.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_no_throw_def_cons.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_not_equal_to.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_constructor.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_copy.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_cp_cons.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_plus.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_plus_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_post_decrement.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_post_increment.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_decrement.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_increment.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_constructor.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_move_assign.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_move_constructor.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/integral_constant.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_abstract.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_arithmetic.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_array.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_class.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_complex.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_compound.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_convertible.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_copy_constructible.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_empty.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_enum.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_function.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_fundamental.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_integral.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_lvalue_reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_pointer.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_assignable.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_constructible.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_object.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_pod.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_pointer.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_polymorphic.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_rvalue_reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_same.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_scalar.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_signed.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_stateless.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_union.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_unsigned.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_virtual_base_of.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_void.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_volatile.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/make_signed.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/promote.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/rank.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_const.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_cv.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_extent.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_reference.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/type_with_alignment.html -%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/user_defined.html -%%DOCSDIR%%/libs/type_traits/doc/html/index.html -%%DOCSDIR%%/libs/type_traits/doc/html/index/s11.html -%%DOCSDIR%%/libs/type_traits/doc/html/index/s12.html -%%DOCSDIR%%/libs/type_traits/doc/html/index/s13.html -%%DOCSDIR%%/libs/type_traits/doc/html/index/s14.html -%%DOCSDIR%%/libs/type_traits/examples/copy_example.cpp -%%DOCSDIR%%/libs/type_traits/examples/fill_example.cpp -%%DOCSDIR%%/libs/type_traits/examples/iter_swap_example.cpp -%%DOCSDIR%%/libs/type_traits/examples/trivial_destructor_example.cpp -%%DOCSDIR%%/libs/type_traits/index.html -%%DOCSDIR%%/libs/typeof/index.html -%%DOCSDIR%%/libs/units/boost.css -%%DOCSDIR%%/libs/units/example/Jamfile.v2 -%%DOCSDIR%%/libs/units/example/autoprefixes.cpp -%%DOCSDIR%%/libs/units/example/complex.cpp -%%DOCSDIR%%/libs/units/example/composite_output.cpp -%%DOCSDIR%%/libs/units/example/conversion.cpp -%%DOCSDIR%%/libs/units/example/conversion_factor.cpp -%%DOCSDIR%%/libs/units/example/dimension.cpp -%%DOCSDIR%%/libs/units/example/heterogeneous_unit.cpp -%%DOCSDIR%%/libs/units/example/kitchen_sink.cpp -%%DOCSDIR%%/libs/units/example/lambda.cpp -%%DOCSDIR%%/libs/units/example/measurement.hpp -%%DOCSDIR%%/libs/units/example/non_base_dimension.cpp -%%DOCSDIR%%/libs/units/example/performance.cpp -%%DOCSDIR%%/libs/units/example/quantity.cpp -%%DOCSDIR%%/libs/units/example/quaternion.cpp -%%DOCSDIR%%/libs/units/example/radar_beam_height.cpp -%%DOCSDIR%%/libs/units/example/runtime_conversion_factor.cpp -%%DOCSDIR%%/libs/units/example/runtime_unit.cpp -%%DOCSDIR%%/libs/units/example/runtime_unit_input.txt -%%DOCSDIR%%/libs/units/example/systems.cpp -%%DOCSDIR%%/libs/units/example/temperature.cpp -%%DOCSDIR%%/libs/units/example/test_system.hpp -%%DOCSDIR%%/libs/units/example/tutorial.cpp -%%DOCSDIR%%/libs/units/example/unit.cpp -%%DOCSDIR%%/libs/units/images/form_0.png -%%DOCSDIR%%/libs/units/images/form_1.png -%%DOCSDIR%%/libs/units/images/form_10.png -%%DOCSDIR%%/libs/units/images/form_11.png -%%DOCSDIR%%/libs/units/images/form_12.png -%%DOCSDIR%%/libs/units/images/form_13.png -%%DOCSDIR%%/libs/units/images/form_14.png -%%DOCSDIR%%/libs/units/images/form_15.png -%%DOCSDIR%%/libs/units/images/form_2.png -%%DOCSDIR%%/libs/units/images/form_3.png -%%DOCSDIR%%/libs/units/images/form_4.png -%%DOCSDIR%%/libs/units/images/form_5.png -%%DOCSDIR%%/libs/units/images/form_6.png -%%DOCSDIR%%/libs/units/images/form_7.png -%%DOCSDIR%%/libs/units/images/form_8.png -%%DOCSDIR%%/libs/units/images/form_9.png -%%DOCSDIR%%/libs/units/index.html -%%DOCSDIR%%/libs/unordered/doc/diagrams/buckets.png -%%DOCSDIR%%/libs/unordered/examples/case_insensitive.hpp -%%DOCSDIR%%/libs/unordered/examples/case_insensitive_test.cpp -%%DOCSDIR%%/libs/unordered/examples/fnv1.hpp -%%DOCSDIR%%/libs/unordered/index.html -%%DOCSDIR%%/libs/utility/Assignable.html -%%DOCSDIR%%/libs/utility/Collection.html -%%DOCSDIR%%/libs/utility/CopyConstructible.html -%%DOCSDIR%%/libs/utility/LessThanComparable.html -%%DOCSDIR%%/libs/utility/MultiPassInputIterator.html -%%DOCSDIR%%/libs/utility/OptionalPointee.html -%%DOCSDIR%%/libs/utility/assert.html -%%DOCSDIR%%/libs/utility/base_from_member.html -%%DOCSDIR%%/libs/utility/call_traits.htm -%%DOCSDIR%%/libs/utility/checked_delete.html -%%DOCSDIR%%/libs/utility/compressed_pair.htm -%%DOCSDIR%%/libs/utility/current_function.html -%%DOCSDIR%%/libs/utility/doc/html/declval.html -%%DOCSDIR%%/libs/utility/doc/html/string_ref.html -%%DOCSDIR%%/libs/utility/enable_if.html -%%DOCSDIR%%/libs/utility/generator_iterator.htm -%%DOCSDIR%%/libs/utility/identity_type/doc/html/index.html -%%DOCSDIR%%/libs/utility/identity_type/index.html -%%DOCSDIR%%/libs/utility/in_place_factories.html -%%DOCSDIR%%/libs/utility/index.html -%%DOCSDIR%%/libs/utility/iterator_adaptors.htm -%%DOCSDIR%%/libs/utility/operators.htm -%%DOCSDIR%%/libs/utility/shared_container_iterator.html -%%DOCSDIR%%/libs/utility/shared_iterator_example1.cpp -%%DOCSDIR%%/libs/utility/shared_iterator_example2.cpp -%%DOCSDIR%%/libs/utility/shared_iterator_example3.cpp -%%DOCSDIR%%/libs/utility/swap.html -%%DOCSDIR%%/libs/utility/throw_exception.html -%%DOCSDIR%%/libs/utility/utility.htm -%%DOCSDIR%%/libs/utility/value_init.htm -%%DOCSDIR%%/libs/uuid/index.html -%%DOCSDIR%%/libs/uuid/uuid.html -%%DOCSDIR%%/libs/variant/index.html -%%DOCSDIR%%/libs/wave/doc/acknowledgements.html -%%DOCSDIR%%/libs/wave/doc/class_ref_ctxpolicy_depr.html -%%DOCSDIR%%/libs/wave/doc/class_reference_context.html -%%DOCSDIR%%/libs/wave/doc/class_reference_ctxpolicy.html -%%DOCSDIR%%/libs/wave/doc/class_reference_filepos.html -%%DOCSDIR%%/libs/wave/doc/class_reference_inptpolcy.html -%%DOCSDIR%%/libs/wave/doc/class_reference_lexer.html -%%DOCSDIR%%/libs/wave/doc/class_reference_tokentype.html -%%DOCSDIR%%/libs/wave/doc/compiletime_config.html -%%DOCSDIR%%/libs/wave/doc/introduction.html -%%DOCSDIR%%/libs/wave/doc/macro_expansion_process.html -%%DOCSDIR%%/libs/wave/doc/predefined_macros.html -%%DOCSDIR%%/libs/wave/doc/preface.html -%%DOCSDIR%%/libs/wave/doc/quickstart.html -%%DOCSDIR%%/libs/wave/doc/references.html -%%DOCSDIR%%/libs/wave/doc/samples.html -%%DOCSDIR%%/libs/wave/doc/supported_pragmas.html -%%DOCSDIR%%/libs/wave/doc/theme/bkd.gif -%%DOCSDIR%%/libs/wave/doc/theme/bkd2.gif -%%DOCSDIR%%/libs/wave/doc/theme/bullet.gif -%%DOCSDIR%%/libs/wave/doc/theme/l_arr.gif -%%DOCSDIR%%/libs/wave/doc/theme/l_arr_disabled.gif -%%DOCSDIR%%/libs/wave/doc/theme/r_arr.gif -%%DOCSDIR%%/libs/wave/doc/theme/r_arr_disabled.gif -%%DOCSDIR%%/libs/wave/doc/theme/style.css -%%DOCSDIR%%/libs/wave/doc/theme/u_arr.gif -%%DOCSDIR%%/libs/wave/doc/theme/uc.gif -%%DOCSDIR%%/libs/wave/doc/theme/wave.gif -%%DOCSDIR%%/libs/wave/doc/token_ids.html -%%DOCSDIR%%/libs/wave/doc/tracing_facility.html -%%DOCSDIR%%/libs/wave/doc/wave_driver.html -%%DOCSDIR%%/libs/wave/index.html -%%DOCSDIR%%/libs/wave/samples/preprocess_pragma_output/example.cpp -%%DOCSDIR%%/libs/xpressive/example/Jamfile.v2 -%%DOCSDIR%%/libs/xpressive/example/example.vcproj -%%DOCSDIR%%/libs/xpressive/example/main.cpp -%%DOCSDIR%%/libs/xpressive/example/numbers.cpp -%%DOCSDIR%%/libs/xpressive/index.html -%%DOCSDIR%%/more/getting_started.html -%%DOCSDIR%%/more/getting_started/index.html -%%DOCSDIR%%/more/getting_started/unix-variants.html -%%DOCSDIR%%/more/getting_started/windows.html -%%DOCSDIR%%/more/index.htm -%%DOCSDIR%%/more/writingdoc/design.html -%%DOCSDIR%%/more/writingdoc/index.html -%%DOCSDIR%%/more/writingdoc/introduction.html -%%DOCSDIR%%/more/writingdoc/structure.html -%%DOCSDIR%%/more/writingdoc/template/acknowledgments.html -%%DOCSDIR%%/more/writingdoc/template/bibliography.html -%%DOCSDIR%%/more/writingdoc/template/configuration.html -%%DOCSDIR%%/more/writingdoc/template/definitions.html -%%DOCSDIR%%/more/writingdoc/template/faq.html -%%DOCSDIR%%/more/writingdoc/template/header.html -%%DOCSDIR%%/more/writingdoc/template/index.html -%%DOCSDIR%%/more/writingdoc/template/overview.html -%%DOCSDIR%%/more/writingdoc/template/rationale.html -%%DOCSDIR%%/rst.css -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/comm_ref.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/overview.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/qbk.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/script_ref.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/add_indexes.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/build.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/build_docs.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/configure.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/configure/optional.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/configure/options.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/entries.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/pis.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/refine.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/script.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/workflow.html -%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/xml.html -%%DOCSDIR%%/tools/auto_index/doc/html/boostbook.css -%%DOCSDIR%%/tools/auto_index/doc/html/images/blank.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/caution.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/draft.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/home.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/important.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/next.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/next_disabled.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/note.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/prev.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/prev_disabled.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/tip.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/toc-blank.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/toc-minus.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/toc-plus.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/up.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/up_disabled.png -%%DOCSDIR%%/tools/auto_index/doc/html/images/warning.png -%%DOCSDIR%%/tools/auto_index/doc/html/index.html -%%DOCSDIR%%/tools/auto_index/doc/html/index/s07.html -%%DOCSDIR%%/tools/auto_index/doc/html/index/s08.html -%%DOCSDIR%%/tools/auto_index/doc/html/reference.css -%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_1.png -%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_2.png -%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_3.png -%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_4.png -%%DOCSDIR%%/tools/auto_index/index.html -%%DOCSDIR%%/tools/bcp/doc/html/index.html -%%DOCSDIR%%/tools/bcp/index.html -%%DOCSDIR%%/tools/boostbook/index.html -%%DOCSDIR%%/tools/build/boost.css -%%DOCSDIR%%/tools/build/index.html -%%DOCSDIR%%/tools/build/v2/boost.css -%%DOCSDIR%%/tools/build/v2/boost_build.png -%%DOCSDIR%%/tools/build/v2/doc/development_plan.html -%%DOCSDIR%%/tools/build/v2/doc/tools.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/debugging.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/gcdescr.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/gcinterface.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/leak.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/overview.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/porting.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/scale.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/simple_example.html -%%DOCSDIR%%/tools/build/v2/engine/boehm_gc/doc/tree.html -%%DOCSDIR%%/tools/build/v2/index.html -%%DOCSDIR%%/tools/build/v2/test/test_system.html -%%DOCSDIR%%/tools/index.html -%%DOCSDIR%%/tools/inspect/index.html -%%DOCSDIR%%/tools/inspect/link_check_test.html -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/1.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/10.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/11.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/12.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/13.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/14.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/15.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/2.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/3.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/4.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/5.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/6.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/7.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/8.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/9.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/boost.hs.logo.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/table.boost.hs.png -%%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/table.text.editor.png -%%DOCSDIR%%/tools/quickbook/index.html -%%DOCSDIR%%/tools/regression/doc/index.html -%%DOCSDIR%%/tools/regression/doc/library_status.html -%%DOCSDIR%%/tools/regression/index.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/issues_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/library_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/library_user_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/make_tinyurl.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/master.css -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/summary_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/html/summary_user_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/issues_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/library_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/library_user_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/make_tinyurl.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/master.css -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/summary_developer_legend.html -%%DOCSDIR%%/tools/regression/xsl_reports/xsl/v2/html/summary_user_legend.html -%%DOCSDIR%%/tools/release/index.html -@comment @dir %%DOCSDIR%%/libs/geometry/doc/src/examples/ranges +%%PORTDOCS%%%%DOCSDIR%%/boost.css +%%PORTDOCS%%%%DOCSDIR%%/boost.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/Assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_DEFINE_EXTRACTOR.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_GCC_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_IGNORE_GLOBAL.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_ARGS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_MAX_FEATURES.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_ACCUMULATORS_PROTO_DISABLE_IF_IS_CONST.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_CB_ASSERT_TEMPLATED_ITERATOR_CONSTRUCTORS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_CB_ENABLE_DEBUG.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_CB_IS_CONVERTIBLE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_COPYABLE_AND_MOVABLE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_COPY_ASSIGN_REF.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_DLL_ALIAS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_DLL_ALIAS_SECTIONED.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_DLL_AUTO_ALIAS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_DLL_FORCE_ALIAS_INSTANTIATION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_DLL_FORCE_NO_WEAK_EXPORTS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_DLL_SECTION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_DLL_SELECTANY.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_FWD_REF.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_INTRUSIVE_OPTION_CONSTANT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_IS_MPI_DATATYPE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MOVABLE_BUT_NOT_COPYABLE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MOVE_BASE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MOVE_RET.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_BCAST_BOTTOM_WORKS_FINE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_CALLING_CONVENTION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_CHECK_RESULT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_DECL.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_HAS_MEMORY_ALLOCATION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_HAS_NOARG_INITIALIZATION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_MPI_HOMOGENEOUS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PARAMETER_NESTED_KEYWORD.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_DECL.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROGRAM_OPTIONS_VERSION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_ASSERT_MATCHES_NOT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_AUTO.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_const_ref_a.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_idm46563225697408.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_A_ref_a.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_BASIC_EXTENDS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_DEFINE_ENV_VAR.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_DEFINE_OPERATORS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_ASSIGN.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_SUBSCRIPT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_EXTENDS_USING_ASSIGN_NON_DEPENDENT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_FUSION_V2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_LOCAL_ITERATE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_ARITY.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_FUNCTION_CALL_ARITY.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_MAX_LOGICAL_ARITY.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_EX.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_REPEAT_FROM_TO_EX.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_a_idm46563225643424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_ref_a.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_PROTO_typename_A.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RANDOM_MERSENNE_TWISTER_DISCARD_THRESHOLD.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_BEG.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_BEG_IF_CXX11.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_END.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_RV_REF_END_IF_CXX11.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_SE_idm46563421880272.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_SE_idm46563422538736.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TRIBOOL_THIRD_STATE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_FREE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_ARITY.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_FUNCTIONS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MAX_TUPLE_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_ERASURE_MEMBER.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_CTTI_USER_DEFINED_PARSING.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_FORCE_NO_RTTI_COMPATIBILITY.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_FUNCTION_SIGNATURE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_REGISTER_CLASS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_TYPE_INDEX_USER_TYPEINDEX.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_CHECK_HOMOGENEOUS_UNITS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFAULT_CONVERSION_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_FACTOR_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_DEFINE_CONVERSION_OFFSET.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_METRIC_PREFIX_idm46563157331264.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_NO_COMPILER_CHECK.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_REQUIRE_LAYOUT_COMPATIBILITY.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_UNITS_STATIC_CONSTANT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_VARIANT_ENUM_SHIFTED_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_VARIANT_LIMIT_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_FULL_RECURSIVE_VARIANT_SUPPORT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_VARIANT_NO_TYPE_SEQUENCE_SUPPORT.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_XPRESSIVE_HAS_MS_STACK_GUARD.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/BOOST_XPR_ENSURE_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/CallableTransform.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/CopyConstructible.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/Domain.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/Expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/MPICH_IGNORE_CXX_SEEK.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/MultiArray.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ObjectTransform.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/PolymorphicFunctionObject.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/PrimitiveTransform.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/Transform.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/about.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/accumulators.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/accumulators/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/accumulators/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/accumulators/user_s_guide.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/compatibility.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/history.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/align/vocabulary.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/any/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/any/s02.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/any/s04.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/array.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/array/ack.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/array/more/info.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/array/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/array/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/array_types.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/atomic.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/atomic/interface.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/atomic/limitations.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/atomic/porting.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/atomic/thread_coordination.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/atomic/usage_examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/auxiliary.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/extender.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/faq.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/installation.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/overview.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/tasks.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/bbv2/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/CV/constrained_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/CV/simple_exception_policy/exception_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/absolute.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_concept.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/accumulator_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504756400.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504759184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504761952.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504764720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504785520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504788304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504791072.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563504793840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563506653456.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563507255552.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563507257632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563507309920.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563507311936.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563507313952.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563507316064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508342064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508344176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508359840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508364288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508392032.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508420096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508422880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508459312.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508461424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508463472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508474800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508478448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508480560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508482656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508540864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508542944.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508583584.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508588128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508672736.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508674816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508821200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508823312.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508889440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563508891520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563547923904.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563547926016.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563547928112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563547971856.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563547975536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563547977648.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563547979744.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563549371808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563559789888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_featu_idm46563559792672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_feature.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563503807056.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563504392496.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563504397488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563504744208.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563504749200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563504773280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563504778320.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563506635808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563506650192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563506667648.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563507275088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563507300992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563507304656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508533424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508537136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508562896.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508571328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508615008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508630624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508670624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508694432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563508707472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563547914928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563547918640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563547947712.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563547954416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563547958160.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563547961872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563549368544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563559805776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563559817504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563559828096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weigh_idm46563559850352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/as_weighted_feature.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/covariate1.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/covariate2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/depends_on.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/dont_care.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/droppable_accumulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/droppable_accumulator_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/coherent_tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/count.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/covariance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/density.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_idm46563507295200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/extended_p_square_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/immediate_rolling_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/immediate_rolling_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/kurtosis.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_rolling_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_rolling_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/lazy_weighted_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/max.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/mean_of_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/median.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/min.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_cohe_idm46563508375504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/non_coherent_tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_idm46563559799888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_idm46563559813280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/p_square_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/peaks_over_threshold.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_idm46563508353264.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/relative_idm46563508552352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_count.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_sum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/rolling_window_plus1.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/skewness.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_variates_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/sum_of_weights_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_variate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_variate_means.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/tail_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_covariance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_density.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_extended_p_square.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_idm46563507292064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_idm46563507293632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_idm46563508354832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_idm46563508384784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_idm46563508416752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_idm46563508433168.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_idm46563508443808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_kurtosis.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_median.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_p_square_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_skewness.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_sum_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_tail_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/weighted_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_density_median.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extract/with_p_s_idm46563559842992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/extractor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563503803360.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563503810112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504389712.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504394656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504399616.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504741376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504746368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504751408.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504753616.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504770448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504775488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504780528.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563504782736.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563505729712.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563505744784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563505756592.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563505766832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563506633712.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563506665568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563507273008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563507298976.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563507302592.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563507306256.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563507307904.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508389936.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508404496.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508531328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508535056.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508538768.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508558448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508566880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508575184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508579040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508600240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508604144.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508612176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508617216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508627840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508632784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508634992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508644032.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508663632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508665280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508666912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508668544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508690720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508692352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508705392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508817440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508819088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508885680.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563508887328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547916560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547920240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547921888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547944112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547950720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547956064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547959792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547964880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547966528.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563547968160.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563559787104.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563559803680.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563559815440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563559825008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563559848336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature__idm46563559852000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/feature_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/features.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/for_median.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/immediate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/count_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/covariance_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/density_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/error_of_mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_idm46563508236960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/extended_p_square_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediat_idm46563498909520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediat_idm46563508785856.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediat_idm46563508871024.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/immediate_mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/kurtosis_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_rolling_mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_rolling_variance_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_variance_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/lazy_wei_idm46563498655728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/max_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/median_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/min_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/moment_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_cohe_idm46563498753392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/non_cohe_idm46563499161520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_idm46563499267904.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/p_square_quantile_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_ov_idm46563508116672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/peaks_over_threshold_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/pot_quantile_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/pot_tail_mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/reference_accumulator_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_count_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_moment_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_sum_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_window_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/rolling_window_plus1_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/skewness_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/sum_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/sum_kahan_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_quantile_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_variate_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/tail_variate_means_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/value_accumulator_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/variance_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_covariance_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_density_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_idm46563498691232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_idm46563498720480.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_idm46563498818816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_idm46563498834512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_idm46563498879056.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_idm46563498889552.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_idm46563498900912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_kurtosis_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_mean_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_median_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_moment_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_skewness_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_sum_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_sum_kahan_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/weighted_variance_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_den_idm46563498939376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_density_median_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_s_idm46563498926480.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/impl/with_p_s_idm46563508165152.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/lazy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/left.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/linear.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/quadratic.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/regular.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/relative.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/right.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/sample.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/stats.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_idm46563498506400.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/absolute_idm46563498536672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_covariance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_idm46563504797120.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_idm46563508395312.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_idm46563508548352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_idm46563508549344.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_idm46563508620496.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_sum_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail_variate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/abstract_tail_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/accumulator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/as_dropp_idm46563505761680.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/as_droppable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/coherent_tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/count.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/covariance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/covariate1.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/covariate2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/density.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/droppable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_idm46563506639728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/error_of_idm46563506641360.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_idm46563507286160.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/extended_p_square_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/external.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/external_idm46563505751424.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediat_idm46563498526688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_mean_of_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_rolling_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_rolling_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/immediate_weighted_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/kurtosis.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_rolling_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_rolling_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/lazy_weighted_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/left_tail_variate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/max.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/mean_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/mean_of_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/median.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/min.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/moment.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/non_cohe_idm46563498510128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/non_coherent_tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_idm46563559795904.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_idm46563559810224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/p_square_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/peaks_over_threshold_prob.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_quantile_prob.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/pot_tail_mean_prob.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/reference_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_idm46563498503616.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/relative_idm46563498533920.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/right_tail_variate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_count.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_moment.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_sum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_window.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/rolling_window_plus1.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/sample.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/skewness.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_variates_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/sum_of_weights_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_variate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_variate_means.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/tail_weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/value_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weight.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_covariance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_density.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_extended_p_square.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563498508512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563498513504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563498520592.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563498522704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563507280272.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563507283216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563508380752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563508427664.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_idm46563508440848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_kurtosis.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_mean_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_median.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_moment.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_p_square_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_quantile_prob.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_pot_tail_mean.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_skewness.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_kahan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_sum_of_variates.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_tail_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weighted_variance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_den_idm46563508452784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_density_median.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_s_idm46563508451840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tag/with_p_s_idm46563559838176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tail_cac_idm46563508645712.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tail_cac_idm46563508647392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/tail_cache_size_named_arg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/unweighted.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/weight.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/weighted.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/weights.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/with_cached_result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/with_density.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/with_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/with_p_s_idm46563508321552.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/with_p_square_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/with_threshold_probability.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/accumulators/with_threshold_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/adl_move_swap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/adl_move_swap_ranges.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/FinderConcept.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/FormatterConcept.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/const_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/contains.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/dissect_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/empty_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ends_with.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/equals.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_all_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_all_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_all_regex_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_first_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_head.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_head_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_last.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_last_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_nth.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_nth_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_range.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_range_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_regex_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_tail.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/erase_tail_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_all_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_format.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_format_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_format_all_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_format_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_head.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_last.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_nth.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_tail.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/find_token.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/first_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/has_const_time_erase.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/has_const_time_insert.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/has_native_replace.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/has_stable_iterators.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/head_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/icontains.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/identity_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/iends_with.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/iequals.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_all_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_first_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_last.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_last_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_nth.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ierase_nth_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ifind_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ifind_first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ifind_last.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ifind_nth.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ilexicographical_compare.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_all_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_first_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_last.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_last_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_nth.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/ireplace_nth_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_alnum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_alpha.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_any_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_classified.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_cntrl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_digit_idm46563497560096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_from_range.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_graph.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_iequal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_iless.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_less.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_lower.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_not_greater.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_not_igreater.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_print.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_punct.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_space.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_upper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/is_xdigit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/istarts_with.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/iter_find.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/iter_split.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/join.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idm46563496730928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/join_if_idm46563496963696.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/last_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/lexicographical_compare.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/make_find_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/make_split_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/nth_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/operator_idm46563497504064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/operator_idm46563497510752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/operator_idm46563497517440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/range_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/regex_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/regex_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_all_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_all_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_all_regex_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_first_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_head.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_head_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_last.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_last_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_nth.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_nth_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_range.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_range_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_regex_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_tail.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/replace_tail_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/split_idm46563496423904.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/split_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/split_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/starts_with.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/tail_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/to_lower.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/to_lower_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/to_upper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/to_upper_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/token_compress_mode_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/token_finder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_all_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_all_copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_all_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill_copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_fill_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_left.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_left_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_left_copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_left_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_right.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_right_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_right_copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/algorithm/trim_right_if.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/any_cast_idm46563494295088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/apply_vi_idm46563152102144.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/apply_vi_idm46563152197248.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/apply_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/apply_visitor_delayed_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/array.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/back_move_insert_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/back_move_inserter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/bad_any_cast.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/bad_function_call.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/bad_get.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/bad_polymorphic_get.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/bad_visit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/circular_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/circular_idm45717958544272.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/adaptive_pool.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/adaptive_pool/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/allocator_arg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/allocator_arg_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/allocator_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/allocator_traits/portable_rebind_alloc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/basic_string.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/construc_idm45950708526592.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/construc_idm45950708535984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/default_init.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/default_init_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/deque.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/erased_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/flat_map.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/flat_multimap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/flat_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/flat_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/insert_return_type_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/map.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/multimap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/new_allo_idm45950712742224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/new_allo_idm45950712742224/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/new_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/new_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/node_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/node_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/node_handle.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/operator_idm45950709470832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/operator_idm45950709480816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/operator_idm45950709490800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/operator_idm45950709500784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/operator_idm45950709510816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/operator_idm45950709520832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/optimize_size.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/ordered_range.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/ordered_range_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/ordered_unique_range.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/ordered_unique_range_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/basic_string_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/deque_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/flat_map_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/flat_multimap_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/flat_multiset_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/flat_set_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/get_default_resource.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/list_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/map_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/memory_resource.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/monotonic_buffer_resource.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/multimap_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/multiset_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/new_delete_resource.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/null_memory_resource.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/operator_idm45950712281888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/operator_idm45950712287856.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/polymorphic_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/pool_options.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/resource_adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/resource_adaptor_imp.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/set_default_resource.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/set_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/slist_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/small_vector_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/stable_vector_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/synchronized_pool_resource.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/unsynchr_idm45950712123072.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/pmr/vector_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/scoped_allocator_adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/scoped_allocator_adaptor/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/slist.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/small_vector.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/small_vector_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/small_vector_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/small_vector_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/stable_vector.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/static_vector.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/string.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/swap_idm45950709460848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/throw_bad_alloc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/throw_length_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/throw_logic_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/throw_out_of_range.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/throw_runtime_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/tree_assoc_defaults.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/tree_assoc_options.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/tree_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/tree_type_enum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/uses_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/vector.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/container/wstring.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/copy_or__idm46563256566352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/acst_dst_trait.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/all_date_names_put.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/bad_field_count.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/base_time.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/c_local_adjustor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/c_time.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/convert_string_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/convert_to_lower.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/counted_time_rep.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/counted_time_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/data_not_accessible.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_facet.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_generator_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_generator_parser.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_input_facet.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_itr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_itr_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/date_names_put.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/day_calc_dst_rule.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/day_clock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/day_functor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/days_before_weekday.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/days_until_weekday.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/default_zone_names.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/dst_adjustment_offsets.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/dst_calc_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/dst_calculator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/dst_day_calc_rule.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/duration_traits_adapted.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/duration_traits_long.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/dynamic__idm46563424080928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/eu_dst_trait.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/find_match.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/first_kday_after.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/first_kday_before.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/first_kday_of_month.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/fixed_st_idm46563424304336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/fixed_st_idm46563424312000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/format_date_parser.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/from_str_idm46563424554832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/from_str_idm46563424560000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/from_str_idm46563424565136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/from_str_idm46563424570304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/gather_month_strings.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/gather_weekday_strings.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/gregorian_calendar_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/int_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/iso_extended_format.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/iso_form_idm46563424130320.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/iso_format.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/iso_format_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/last_kday_of_month.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/local_adjustor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/microsec_clock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/month_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/month_functor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/months_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/next_weekday.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/nth_kday_of_month.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/null_dst_rules.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/operator_idm46563424169664.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ostream__idm46563423251760.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ostream__idm46563423269184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ostream_date_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ostream_month_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ostream_time_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ostream_weekday_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ostream_ymd_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/parse_date.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/parse_de_idm46563423211632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/parse_match_result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/partial_date.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/period.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/period_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/period_parser.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/previous_weekday.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/second_clock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/simple_f_idm46563425173440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/simple_format.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/special_values_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/special_values_parser.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/split_timedate_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/static_local_time_adjustor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/str_from_idm46563423216800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/string_parse_tree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/subsecond_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_facet.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_formats.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_from_ftime.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_input_facet.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_itr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_res_idm46563423166800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_res_idm46563423174656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_res_idm46563423182944.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_res_idm46563423190800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_resolution_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_zone_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/time_zone_names_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/tz_db_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/uk_dst_trait.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/us_dst_rules.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/us_dst_trait.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/utc_adjustment.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/var_string_to_int.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/week_functor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/weeks_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/winapi/FILETIME.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/winapi/SYSTEMTIME.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/winapi/file_time_to_microseconds.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/winapi/lpFileTime.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/winapi/lpLocalFileTime.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/wrapping_int.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/wrapping_int2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/year_based_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/year_functor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/year_month_day_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/years_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ymd_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/date_time/ymd_order_spec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/experimental/get_idm45899628914736.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/experimental/get_idm45899628931456.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/experimental/import_c_idm45899629424512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/experimental/import_mangled.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/experimental/imported_class.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/experimental/smart_library.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/import.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/import_alias.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/library_info.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/load_mode/type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/program_location.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/shared_library.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/symbol_location.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/dll/this_line_location.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/enable_m_idm46563255982880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/environment_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/eof_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/forward.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/front_move_insert_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/front_move_inserter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/function.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/function/sig.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/functionN.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/functionN/sig.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/function_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/function_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/get_idm46563152001760.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/graph_tr_idm46563252334992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/bad_day_of_month.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/bad_day_of_year.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/bad_month.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/bad_weekday.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/bad_year.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/date.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/date_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/greg_day.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/greg_durations_config.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/greg_facet_config.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/greg_month.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/greg_weekday.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/greg_year.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/gregorian_calendar.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/operator_idm46563422637776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/operator_idm46563422643536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/operator_idm46563422649312.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/operator_idm46563422657232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/special_value_from_string.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/weeks_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/gregorian/year_based_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/has_move_emulation_enabled.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/has_move_idm46563256552624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/has_nothrow_move.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/has_triv_idm46563256304480.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_T_idm46563411687504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_boo_idm46563411809328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_cha_idm46563411802560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_dou_idm46563411714576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_flo_idm46563411721344.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_int_idm46563411761952.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_lon_idm46563411707808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_lon_idm46563411734880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_lon_idm46563411748416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_sho_idm46563411775488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_sig_idm46563411795792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_std_idm46563411680752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_std_idm46563411694272.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_std_idm46563411701040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_uns_idm46563411728112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_uns_idm46563411741648.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_uns_idm46563411755184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_uns_idm46563411768720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_uns_idm46563411789024.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_val_idm46563152379872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/hash_wch_idm46563411782256.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/MergablePriorityQueue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/MutablePriorityQueue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/PriorityQueue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/arity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/binomial_heap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/compare.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/constant_time_size.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/d_ary_heap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/fibonacci_heap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/heap_merge.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/mutable_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/pairing_heap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/priority_queue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/skew_heap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/skew_heap/implementation_defined.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/stability_counter_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/stable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/heap/store_parent_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/accept_ownership.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/accept_ownership_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/adaptive_pool/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/allocate_new.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/anonymous_shared_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/bad_alloc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_bufferbuf.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_bufferstream.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_ibufferstream.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_ivectorstream.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_ma_idm46037323143664.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_ma_idm46037323192384.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_ma_idm46037323250128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_ma_idm46037323358640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_heap_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_managed_mapped_file.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_obufferstream.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_ovectorstream.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_vectorbuf.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/basic_vectorstream.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/cached_adaptive_pool.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/cached_adaptive_pool/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/cached_node_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/cached_node_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/create_only.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/create_only_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/defer_lock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/defer_lock_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/deleter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/enable_shared_from_this.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/expand_bwd.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/expand_fwd.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/file_lock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/file_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/fixed_ma_idm46037323202064.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/flat_map_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interpro_idm46037321871600.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interpro_idm46037321902416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interpro_idm46037321947808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_condition.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_condition_any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_exception.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/interprocess_semaphore.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/intrusive_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/iset_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/iunordered_set_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/lock_exception.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/make_man_idm46037322331168.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/make_man_idm46037322335680.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_unique_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/make_managed_weak_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed__idm46037323153312.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_external_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_heap_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_mapped_file.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_shared_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_shared_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_unique_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_weak_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/managed_xsi_shared_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/map_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/mapped_region.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/mapped_region/advice_types.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/message_queue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/message_queue_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/mutex_family.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/named_condition.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/named_condition_any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/named_mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/named_recursive_mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/named_semaphore.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/named_sharable_mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/named_upgradable_mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/node_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/nothrow_allocation.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/null_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/null_mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/null_mutex_family.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/offset_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/offset_ptr/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_copy_on_write_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_only.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_only_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_or_create.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_or_create_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_read_only.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_read_only_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/open_read_private_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322536976.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322541776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322546576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322551376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322556176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322561392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322566608.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322857376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037322864288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037323715040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037323723328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037323820176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037323828464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037323927872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037323934416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324027776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324034336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324133280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324141568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324243536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324248512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324328768.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/operator_idm46037324337040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/permissions.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/private_adaptive_pool.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/private_adaptive_pool/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/private_node_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/private_node_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/rbtree_best_fit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/scoped_lock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/scoped_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager/allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager/deleter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/segment_manager_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/sharable_lock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/shared_memory_object.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/shared_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/shrink_in_place.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/simple_seq_fit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/swap_idm46037322481984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/swap_idm46037322532320.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_p_idm46037322476592.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/to_raw_p_idm46037322522576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/try_shrink_in_place.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/try_to_lock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/try_to_lock_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/unordered_map_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/upgradable_lock.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/weak_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/wfixed_m_idm46037323198336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/windows_shared_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_external_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_heap_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_idm46037323149600.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_mapped_file.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_shared_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/wmanaged_xsi_shared_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/xsi_key.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/xsi_shared_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/interprocess/zero_memory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_to_avl_set_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_to_bs_set_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_to_list_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_to_set_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_to_slist_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/any_to_unordered_set_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/avl_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/avl_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/avl_set_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/avl_set_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/avltree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/avltree_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/bs_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/bs_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/bs_set_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/bs_set_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/bstree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/bstree_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/bucket_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/cache_begin.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/cache_last.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/circular_list_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/circular_list_algorithms/stable_partition_info.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/circular_slist_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/compare.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/compare_hash.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/constant_time_size.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/derivation_value_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/floating_point.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/function_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/get_pare_idm45425360640960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/get_pare_idm45425360645232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/hash.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/hashtable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/header_holder_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/incremental.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/key_of_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/linear.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/linear_slist_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/link_mode.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/link_mode_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/list_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/list_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_any_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_any_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_avl_set_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_avltree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_bs_set_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_bstree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_hashtable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_list_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_list_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_rbtree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_set_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_set_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_sg_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_sg_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_sgtree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_slist.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_slist_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_slist_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_splay_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_splay_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_splaytree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_treap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_treap_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_treap_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_uno_idm45425349921104.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_uno_idm45425349976848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/make_unordered_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/max_poin_idm45425360630704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/max_pointer_plus_bits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/member_value_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/optimize_multikey.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/optimize_size.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pack_options.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360506800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360506800/rebind_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360551952.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360559200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360564848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360568512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360572176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer__idm45425360623632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind/any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind_other.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_has_rebind_other/any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_plus_bits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebind_mode.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_rebinder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/pointer_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/power_2_buckets.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/priority.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/priority_compare.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/priority_idm45425360473104.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/rbtree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/rbtree_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/set_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/set_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/sg_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/sg_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/sgtree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/sgtree_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/sgtree_algorithms/insert_commit_data.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/size_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/slist.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/slist_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/slist_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/splay_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/splay_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/splaytree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/splaytree_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/store_hash.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/treap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/treap_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/treap_algorithms/insert_commit_data.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/treap_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/treap_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/trivial_value_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/unordered_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/unordered_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/unordered_set_base_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/unordered_set_member_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/value_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/intrusive/void_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/is_recursive_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159286704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159292912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159296528.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159300416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159304304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159308192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159315296.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159322400.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159329504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159336608.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159341504.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159346400.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159353488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159360576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159366400.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159372240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159379328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159385152.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159390992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159398080.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159402992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159407904.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159415008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159422112.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159429200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159436288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159441488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159446688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159451888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159457088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159462832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159468576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159474336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lambda/plain_re_idm46563159480096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/last_val_idm46563209967984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/last_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/ambiguous_result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/bad_adjustment.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/bad_offset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/custom_time_zone_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/dst_not_valid.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/first_last_rule_spec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/last_last_rule_spec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/local_date_time_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/nth_kday_rule_spec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/nth_last_rule_spec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421781632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421785056.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421788304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421791712.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421794960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421798368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421801616.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/operator_idm46563421805024.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/partial_date_rule_spec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/posix_time_zone_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/time_label_invalid.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/local_time/tz_database.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lockfree/allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lockfree/capacity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lockfree/fixed_sized.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lockfree/queue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lockfree/queue/implementation_defined.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lockfree/spsc_queue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/lockfree/stack.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/get_defa_idm46447994096336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/indeterminate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/indeterminate_name.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/operator_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/operator__.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/operator_idm46447994075904.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/operator_idm46447994082176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/operator_idm46447994090736.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/operator_idm46447994199888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/tribool.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/logic/tribool/value_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/make_move_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/make_rec_idm46563152322368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/make_recursive_variant.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/make_variant_over.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_backward.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_idm46563255978000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_idm46563256329360.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_if__idm46563255968224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_if_noexcept.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_insert_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_inserter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/move_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/adaptive_merge.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/adaptive_sort.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/default_delete.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256336336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256340624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256344912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256349200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256354288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256359360.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256364448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256369520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256373888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256378224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256384128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/make_uni_idm46563256390016.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563255996288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256001792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256007296.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256012800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256018304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256023808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256030672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256037536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256042592.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256047648.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256052704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256057760.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256064384.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256071008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256077632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256085152.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256092224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/operator_idm46563256099296.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/swap_idm46563256104928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/movelib/unique_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/all_gather.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/all_reduce.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/all_to_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/allocato_idm46563253193824.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/allocato_idm46563253193824/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/allocator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/any_source.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/any_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/bitwise_and.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/bitwise_or.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/bitwise_xor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/comm_create_kind.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/communicator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/content.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/environment.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/exception.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/gather.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/gatherv.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/get_content.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/get_idm46563252255696.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/get_idm46563252259264.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/get_mpi__idm46563252463376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/graph_communicator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/group.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/inplace.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/inplace__idm46563252157040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/inplace_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/intercommunicator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_commutative.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_builtin_datatype.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_byte_datatype.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_complex_datatype.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_datatype.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_f_idm46563252500544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_integer_datatype.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_logical_datatype.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/is_mpi_op.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/logical_xor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/maximum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/minimum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563252170208.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563252176656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563252184048.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563252189616.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563252195152.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563252525952.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563252531488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563253179392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/operator_idm46563253185680.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/packed.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/packed_iarchive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/packed_oarchive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/packed_skeleton_iarchive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/packed_skeleton_oarchive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/python/register_idm46563251875568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/python/register_serialized.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/reduce.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/request.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/scan.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/scatter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/scatterv.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/skeleton.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/skeleton_proxy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/status.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/test_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/test_any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/test_some.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/threading/level.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/threading/operator_idm46563252358416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/threading/operator_idm46563252361072.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/timer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/wait_all.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/wait_any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/mpi/wait_some.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/default_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T_idm46563498067136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_T_idm46563498127536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_max_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T_idm46563498071632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_T_idm46563498132032.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_b_idm46563498238640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_min_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T_idm46563498058144.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_T_idm46563498118544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_one_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero__idm46563498062640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero__idm46563498123040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/as_zero_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/complement.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/complement_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/divides.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/divides_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/divides_assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/divides_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/equal_to_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_Lef_idm46563498085536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_Lef_idm46563498154208.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_bas_idm46563498256864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/fdiv_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/greater.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/greater_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/greater_equal_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/left_ref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/less.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/less_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/less_equal_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/logical_not.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/logical_not_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assi_idm46563498091664.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assi_idm46563498160336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/max_assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assi_idm46563498097792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assi_idm46563498166464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/min_assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/minus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/minus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/minus_assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/minus_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus_assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/modulus_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/multiplies_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/multiply_idm46563508348816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/not_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/not_equal_to_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_pr_idm46563506678976.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/outer_product_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/plus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/plus_assign_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/plus_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote__idm46563498076640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote__idm46563498082144.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote__idm46563498134800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote__idm46563498139808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote__idm46563498144816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote__idm46563498150320.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote__idm46563498248752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/promote_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std__idm46563498100800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/tag_std__idm46563498168720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_minus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_minus_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/functional/unary_plus_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/one.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/one_or_default.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/as_max.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/as_min.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/as_one.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/as_zero.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/complement.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/divides.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/divides_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/fdiv.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/greater.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/less.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/logical_not.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/max_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/min_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/minus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/minus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/modulus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/modulus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/multiplies.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/multiplies_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/not_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/outer_product.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/plus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/promote.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/unary_minus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/op/unary_plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/zero.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/numeric/zero_or_default.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/operator_idm45717958579776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/operator_idm45717958593952.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/operator_idm45717958608128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/operator_idm45717958622288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/operator_idm45717958635632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/operator_idm45717958649056.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/operator_idm46563152394176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/polymorphic_get.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/polymorphic_relaxed_get.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/polymorphic_strict_get.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/duration_from_string.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/from_ftime.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/hours.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/millisec_idm46563422062000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/minutes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563421972688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422104576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422107984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422111216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422114608.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422117840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422121232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422124464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/operator_idm46563422127856.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/posix_time_system_config.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/ptime.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/seconds.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/simple_time_rep.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/time_duration.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/posix_time/wtime_facet.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/abstract_variables_map.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/ambiguous_option.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/basic_command_line_parser.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/basic_option.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/basic_pa_idm46563246586368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/basic_parsed_options.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/bool_switch.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/collect_unrecognized.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/collect_unrecognized_mode.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/command_line_style/style_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/duplicate_option_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/error_with_no_option_name.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/error_with_option_name.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/ext_parser.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/invalid__idm46563246744240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/invalid_bool_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/invalid_command_line_style.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/invalid_config_file_syntax.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/invalid_option_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/invalid_syntax.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/multiple_occurrences.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/multiple_values.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/notify.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/option_description.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/options__idm46563246658544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/options_description.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/parse_co_idm46563246528848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/parse_co_idm46563246534544.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/parse_command_line.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/parse_en_idm46563246510864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/parse_en_idm46563246514704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/parse_en_idm46563246518928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/position_idm46563246495568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/reading_file.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/required_option.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/split_unix.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/store_idm46563246287264.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/store_idm46563246291792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/too_many_idm46563246840752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/typed_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/typed_value_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/unknown_option.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/untyped_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/validation_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/value_idm46563246364896.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/value_se_idm46563246447792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/value_se_idm46563246458512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/value_se_idm46563246460288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/value_semantic.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/variable_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/variables_map.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/program_options/wvalue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/basic_ptree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/customiz_idm46563245205808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/customiz_idm46563245214640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/customiz_idm46563245223472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/customiz_idm46563245232912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/customiz_idm46563245241744.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/customize_stream.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/id_translator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_inf_idm46563245639808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_inf_idm46563245645856.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_inf_idm46563245651728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/read_inf_idm46563245657232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_in_idm46563245627088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/info_parser/write_in_idm46563245633392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/ini_parser_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_idm46563245600992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/read_ini_idm46563245606832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/validate_flags.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_in_idm46563245584304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ini_parser/write_in_idm46563245593760.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/iptree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_jso_idm46563245562080.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/read_jso_idm46563245568768.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_js_idm46563245545872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/json_parser/write_js_idm46563245554016.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/load_idm46563245270016.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/path.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/path_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/path_of__idm46563245142880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ptree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ptree_bad_data.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ptree_bad_path.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/ptree_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/save_idm46563245280240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/serializ_idm46563245260496.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/stream_translator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/string_path.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/swap_idm46563245287632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/translat_idm46563245186656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/translat_idm46563245665520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/translat_idm46563245668608.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/translator_between.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/wiptree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/wpath.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/wptree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_idm46563245109296.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/read_xml_idm46563245121040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xm_idm46563245090288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/property_tree/xml_parser/write_xm_idm46563245097104.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/N.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_byref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_byref/result_T_idm46563224220560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_byref/result_T_idm46563224224928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_byval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_byval/result_T_idm46563224189136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_byval/result_T_idm46563224192768.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_byval/result_T_idm46563224196416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_child_c.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_child_c/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_data.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_data/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_default.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_default/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_env.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_env/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_env_var.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_env_var/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_expr/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_state.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_state/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_value/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_void.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/_void/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/address_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/address_of/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/and_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/and_/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/arity_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/as_child_idm46563224458048.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/as_env_idm46563223833920.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/as_expr_idm46563224480016.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/assert_matches.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/assert_matches_not.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/basic_default_domain.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/basic_default_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/basic_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/binary_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/binary_expr/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_and.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_and/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_and_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_and_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_or.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_or/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_or_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_or_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/bitwise_xor_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/by_value_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/by_value_generator/result_T_idm46563227423520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/call.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/call/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/callable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/char_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/child_c_idm46563224407536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/child_idm46563224436032.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/comma.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/comma/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/complement.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/complement/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/compose_generators.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/compose_generators/result_T_idm46563227405408.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/callable_context.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/callable_context/eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/callable_eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/default_context.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/default_context/eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/default_eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/null_context.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/null_context/eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/context/null_eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/convertible_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/data.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/data_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/deduce_domain.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/deep_cop_idm46563228551104.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/default_domain.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/default_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/default_generator/result_T_idm46563227480032.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/dereference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/dereference/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/display__idm46563228653584.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/divides.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/divides/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/divides_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/divides_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/domain.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/domain/as_child.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/domain/as_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/domain_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/empty_env.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/env.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/env_var_idm46563223806480.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/equal_to/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/eval_idm46563228383664.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/exact.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/expr/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/extends.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/extends/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/external_transform.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/external_transforms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/external_transforms/when.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/flatten_idm46563227502864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/fold.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/fold/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/fold_tree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/fold_tree/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/function.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/function/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/advance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/as_child.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/as_child/result_T_idm46563225482720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/as_env.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/as_env/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/as_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/as_expr/result_T_idm46563225505216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/at.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/at/result_T_idm46563227995872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/begin.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/begin/result_T_idm46563227834784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/child.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/child/result_T_idm46563225430688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/child_c.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/child_c/result_T_idm46563225460352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/deep_copy/result_T_idm46563228561296.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/display_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/distance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/distance/result_T_idm46563227684800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/empty.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/end.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/end/result_T_idm46563227793760.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/env_var.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/env_var/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/eval/result_T_idm46563228413536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_T_idm46563227584352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_T_idm46563227588720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/first/result_T_idm46563227593088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/flatten.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_T_idm46563227525472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/flatten/result_T_idm46563227529568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/has_env_var.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/has_env_var/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/left.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/left/result_T_idm46563225380992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/make_expr/result_T_idm46563227314992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/make_pair/result_T_idm46563227610464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/next.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_T_idm46563227664000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/next/result_T_idm46563227668432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_T_idm46563227963280.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/pop_back/result_T_idm46563227967376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_T_idm46563227932864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/pop_front/result_T_idm46563227936960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/prior.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_T_idm46563227638000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/prior/result_T_idm46563227642464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/push_back/result_T_idm46563227908512.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/push_front/result_T_idm46563227886352.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/rbegin/result_T_idm46563227769408.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/rend.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/rend/result_T_idm46563227745040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_T_idm46563227859088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/reverse/result_T_idm46563227863184.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/right.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/right/result_T_idm46563225355840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_T_idm46563227555568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_T_idm46563227559936.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/second/result_T_idm46563227564304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/size.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/size/result_T_idm46563227720672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/unpack_expr/result_T_idm46563227290336.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/functional/value/result_T_idm46563225405120.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/generator/result_T_idm46563227459248.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/greater.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/greater/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/greater_equal/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/has_env__idm46563223820032.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/if_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/if_/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/if_else_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/if_else_/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/int_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/integral_c.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/integral_c/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_aggregate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_callable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_domain.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_env.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_extension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_proto_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/is_transform.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/key_not_found.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/lazy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/lazy/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/left_idm46563224376016.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/less.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/less/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/less_equal/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/listN.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/lit_idm46563227344416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/literal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/logical_and.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/logical_and/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/logical_not.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/logical_not/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/logical_or.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/logical_or/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/long_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/make.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/make/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/make_exp_idm46563227209136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/matches.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/mem_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/mem_ptr/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/minus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/minus/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/minus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/minus_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/modulus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/modulus/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/modulus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/modulus_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/multiplies.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/multiplies/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/multiplies_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/multiplies_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/nary_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/nary_expr/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/negate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/negate/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/noinvoke.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/not_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/not_/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/not_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/not_equal_to/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/nullary_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/nullary_expr/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/operator_idm46563223792960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/or_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/or_/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/otherwise.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pack.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pass_through.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pass_through/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/plus/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/plus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/plus_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pod_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pod_generator/result_T_idm46563227441456.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/post_dec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/post_dec/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/post_inc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/post_inc/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pre_dec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pre_dec/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pre_inc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/pre_inc/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/protect.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/protect/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/as_child.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/as_env.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/as_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/child.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/child_c.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/deep_copy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/env_var.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/eval.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/flatten.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/has_env_var.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/left.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/make_exp_idm46563227262224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/make_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/right.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_e_idm46563227221072.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/unpack_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/result_of/value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/reverse_fold.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/reverse_fold_tree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/reverse_fold_tree/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/right_idm46563224361536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_left.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_left/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_left_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_left_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_right.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_right/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_right_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/shift_right_assign/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/size_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/subscript.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/subscript/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/switch_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/switch_/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/address_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_and.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_and_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_or.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_or_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_xor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/bitwise_xor_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/comma.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/complement.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/dereference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/divides.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/divides_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/function.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/greater.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/if_else_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/less.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/logical_and.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/logical_not.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/logical_or.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/mem_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/minus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/minus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/modulus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/modulus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/multiplies.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/multiplies_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/negate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/not_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/plus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/post_dec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/post_inc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/pre_dec.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/pre_inc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/shift_left.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/shift_left_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/shift_right.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/shift_right_assign.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/subscript.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/terminal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag/unary_plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/tag_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/term.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/terminal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/terminal/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/transform.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/transform/result_T_idm46563223593408.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/transform/result_T_idm46563223598816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/transform/result_T_idm46563223604096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/transform_impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/transforms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/transforms_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/unary_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/unary_expr/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/unary_plus.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/unary_plus/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/unexpr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/unpack_e_idm46563227177152.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/use_basic_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/value_idm46563224388480.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/vararg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/wants_basic_expr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when_Gra_idm46563223055136.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when_Gra_idm46563223055136/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when_Gra_idm46563223097968.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when_Gra_idm46563223097968/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when_Gra_idm46563223139008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when_Gra_idm46563223139008/impl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/proto/when_Gra_idm46563223148464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/additive_combine_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/bernoulli_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/bernoulli_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/beta_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/beta_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/binomial_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/binomial_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/cauchy_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/cauchy_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/chi_squared_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/chi_squared_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/discard_block_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/discrete_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/discrete_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ecuyer1988.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/exponential_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/exponential_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/extreme_value_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/extreme_value_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/fisher_f_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/fisher_f_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/gamma_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/gamma_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/generate_canonical.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/geometric_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/geometric_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/hellekalek1995.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/hyperexp_idm46563219757616.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/hyperexp_idm46563219757616/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/independent_bits_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/inversiv_idm46563219332272.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/knuth_b.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/kreutzer1986.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci1279.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci19937.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci2281.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci23209.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci3217.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci4423.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci44497.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci607.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci9689.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_01_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lagged_fibonacci_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/laplace_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/laplace_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/linear_congruential_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/linear_f_idm46563218852224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lognormal_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/lognormal_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/mersenne_twister_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/minstd_rand.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/minstd_rand0.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/mt11213b.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/mt19937.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/negative_idm46563218583344.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/negative_idm46563218583344/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/non_cent_idm46563218496224.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/non_cent_idm46563218496224/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/normal_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/normal_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/piecewis_idm46563218196640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/piecewis_idm46563218196640/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/piecewis_idm46563218314560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/piecewis_idm46563218314560/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/poisson_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/poisson_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/rand48.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/random_device.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/random_number_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux3.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux3_01.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux4.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux4_01.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux64_3.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux64_3_01.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux64_4.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/ranlux64_4_01.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/seed_seq.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/shuffle_order_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/student_t_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/student_t_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/subtract_idm46563217646192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/subtract_with_carry_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/taus88.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/traits/is_integral.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/traits/is_signed.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/traits/make_unsigned.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/traits/make_unsigned_or_unbounded.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/triangle_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/triangle_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_01.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_int_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_int_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_on_sphere.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_on_sphere/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_real_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_real_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_smallint.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/uniform_smallint/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/weibull_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/weibull_distribution/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/random/xor_combine_engine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/recursive_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/relaxed_get.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signalN.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals/connection.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals/scoped_connection.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals/trackable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/connection.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/deconstruct.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/deconstruct_access.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/dummy_mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/expired_slot.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/keywords/combiner_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/keywords/extended_idm46563208897600.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/keywords/group_compare_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/keywords/group_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/keywords/mutex_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/keywords/signature_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/keywords/slot_function_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/last_val_idm46563209228656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/last_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/mutex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/no_slots_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/optional_idm46563209170304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/optional_last_value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/postconstructor_invoker.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/scoped_connection.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/shared_connection_block.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/signal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/signal/arg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/signal_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/signal_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/slot.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/slot/arg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/slot_base.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/signals2/trackable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/slot.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/static_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/strict_get.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/swap_idm45717958565584.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/swap_idm46563152404560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/swap_idm46563494300416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_a.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_b.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_c.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_d.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_e.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_f.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_g.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/_self.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/add_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/addable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/any_Conc_idm46563170682752.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/any_Conc_idm46563170762944.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/any_Conc_idm46563170872960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/any_cast_idm46563170572800.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/as_param.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bad_any_cast.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bad_function_call.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bidirectional_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/binding.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/binding_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bitand_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bitandable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bitor_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bitorable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bitxor_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/bitxorable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/call_idm46563170497328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/callable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/check_match.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/complementable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/concept_interface.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/concept_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/constructible.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/copy_constructible.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/decrementable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/deduced.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/dereferenceable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/derived.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/destructible.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/dividable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/divide_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/dynamic_any_cast.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/dynamic_binding.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/equality_comparable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/forward_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/get_idm46563169748624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/incrementable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/is_empty.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/is_placeholder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/is_relaxed.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/is_subconcept.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/istreamable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/left_shift_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/left_shiftable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/less_than_comparable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/make_binding.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/mod_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/modable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/multipliable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/multiply_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/negatable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/ostreamable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/param.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/placeholder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/placeholder_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/random_access_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/rebind_any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/register_binding.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/relaxed.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/require_match.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/right_shift_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/right_shiftable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/same_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/static_binding.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/subscriptable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/subtract_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/subtractable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/tuple.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/typeid_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/type_erasure/typeid_of.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/ctti_type_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/hash_val_idm46563168123488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/stl_type_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/type_id.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/type_id_runtime.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/type_id_with_cvr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/type_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/type_index_facade.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/typeindex/type_info.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/uninitia_idm46563256575392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/uninitialized_move.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/absolute.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/amount_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/current_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/length_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/luminous_idm46563156964240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/mass_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/plane_angle_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/solid_angle_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/temperature_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/abstract/time_unit_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/add_type_idm46563158942928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/add_type_idm46563158949328.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/add_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/amount_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/angle/degree_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/angle/gradian_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/angle/radian_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/angle/steradian_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/astronomical/astronom_idm46563156885968.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/astronomical/light_second_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/astronomical/parsec_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/autoprefix_norm.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156294096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156302368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156310656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156318944.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156347872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156356144.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156364416.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156372704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156380976.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156389264.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156397552.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156405824.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156414096.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156422368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156430656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156438960.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156447248.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156455520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156526448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156541216.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156549120.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156563920.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156571840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156593520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156608304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156616192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156651600.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156668256.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156676560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156684864.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156693168.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156701472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156723568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156731872.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156740176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156748480.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156756784.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156765088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156773392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156781696.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156790000.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156798304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156806608.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156814912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156847632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156862896.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156871232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156879584.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156903200.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156932176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156940480.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156974848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156978928.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156983008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156987088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156991168.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156995248.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563156999312.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563157003376.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_uni_idm46563157007456.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/base_unit_info.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/celsius/degree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/celsius/degrees.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/barye.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/baryes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/biot.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/biots.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimeter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimeter_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimeters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimeters_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimetre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimetre_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimetres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/centimetres_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/cgs_dimensionless.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimeter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimeters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimetre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/cubic_centimetres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/dyne.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/dynes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/erg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/ergs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/gal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/gals.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/gram.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/gram_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/gramme.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/grammes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/grams.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/kayser.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/kaysers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/poise.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimeter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimeters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimetre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/reciprocal_centimetres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/seconds.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimeter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimeters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimetre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/square_centimetres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/stoke.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/cgs/stokes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/conversion_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/current_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/degree/degree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/degree/degrees.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/derived_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/dim.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/dimensionless_quantity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/dimensionless_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/dimensionless_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/divide_t_idm46563159265088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/divide_t_idm46563159274880.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/divide_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/fahrenheit/degree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/fahrenheit/degrees.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_dime_idm46563159716624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_dime_idm46563159719728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_dime_idm46563159723392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_syst_idm46563159701888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_syst_idm46563159704992.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_syst_idm46563159708656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/get_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/gradian/gradian.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/gradian/gradians.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/heterogeneous_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/homogeneous_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/imperial/pint_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/imperial/pound_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/imperial/yard_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/bit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/bits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/byte.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/bytes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/hartley.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/hartleys.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/nat.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/nats.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/shannon.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information/shannons.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/information_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dim.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dim_d_idm46563159576672.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimen_idm46563159556560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimen_idm46563159559392.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimen_idm46563159565632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimen_idm46563159568704.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimension_list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimensionless.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimensionless_quantity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_dimensionless_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_quant_idm46563159520368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_quant_idm46563159529792.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_quant_idm46563159538384.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_quantity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_quantity_of_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_quantity_of_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit__idm46563159487472.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit__idm46563159490832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit__idm46563159499648.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit__idm46563159503008.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit__idm46563159511568.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit_of_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/is_unit_of_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/length_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/luminous_idm46563158462432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/make_dimension_list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/make_sca_idm46563159155728.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/make_sca_idm46563159162832.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/make_scaled_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/make_system.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/mass_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/are_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/atmosphere_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/bar_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/barn_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/hectare_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/knot_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/liter_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/mmHg_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/metric/torr_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/multiply_idm46563159254816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/multiply_idm46563159260192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/multiply_idm46563159269984.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/multiply_idm46563159279776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/multiply_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159217648.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159224688.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159230816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159236944.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159243088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159249232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159589488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/operator_idm46563159595888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/plane_angle_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/pow_idm46563159932080.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/power_ty_idm46563158681296.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/power_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/quantity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/quantity_idm46563159013776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/reduce_u_idm46563158685088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/reduce_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/revolution/revolution.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/revolution/revolutions.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/root_typ_idm46563158669440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/root_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/scale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/scaled_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/ampere.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/ampere_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/amperes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/becquerel.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/becquerels.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/candela.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/candela_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/candelas.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563157634464.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563157702912.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563157734608.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563157815456.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563157916288.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563157970736.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563158013920.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563158109888.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563158195808.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563158216240.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/constants/codata/BOOST_UN_idm46563158236304.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/coulomb.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/coulombs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/cubic_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/cubic_meters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/cubic_metre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/cubic_metres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/farad.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/farads.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/gray.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/grays.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/henry.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/henrys.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/hertz.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/joule.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/joules.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/katal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/katals.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kelvin.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kelvin_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kelvins.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogram.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogram_idm46563157297232.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogram_idm46563157298368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogram_idm46563157404624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogram_per_cubic_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogram_per_square_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogramme.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogramme_per_cubic_metre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilogrammes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilograms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilograms_per_cubic_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/kilograms_per_square_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/lumen.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/lumens.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/lux.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/meter_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/meter_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/meter_per_second_squared.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/meters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/meters_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/meters_per_second_squared.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/metre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/metre_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/metre_per_second_squared.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/metres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/metres_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/metres_per_second_squared.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/mho.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/mhos.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/mole.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/mole_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/moles.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/newton.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/newton_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/newton_meters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/newton_per_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/newtons.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/newtons_per_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/ohm.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/ohms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/pascal.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/pascals.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/radian.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/radian_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/radians.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/radians_per_second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_meters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_metre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/reciprocal_metres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/second_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/seconds.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/si_dimensionless.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/siemen.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/siemens.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/sievert.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/sieverts.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/square_meter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/square_meters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/square_metre.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/square_metres.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/steradian.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/steradians.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/tesla.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/teslas.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/volt.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/volts.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/watt.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/watts.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/weber.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/si/webers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/solid_angle_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/static_abs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/static_power.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/static_rational.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/static_root.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/subtract_idm46563158928816.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/subtract_idm46563158934720.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/subtract_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/temperature/celsius_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/temperature/fahrenheit_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/temperature_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/time_base_dimension.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/unary_minus_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/unary_plus_typeof_helper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/us/pint_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/us/pound_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/us/pound_force_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/units/us/yard_base_unit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/unordered_map.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/unordered_multimap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/unordered_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/unordered_set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/unwrap_recursive_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/variant.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/variate_generator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/visit_each.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/visitor_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/visitor_ptr_t.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/_b.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/_d.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/_ln.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/_n.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/_s.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/_w.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a1.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a3.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a4.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a5.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a6.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a7.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a8.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/a9.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/after.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/alnum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/alpha.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/as_idm46563145830128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/as_xpr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/at.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/basic_regex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/before.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/blank.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/bol.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/bos.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/bow.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/by_ref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/c_regex_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/check.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/cntrl.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/compiler_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/const_ca_idm46563145813648.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/construc_idm46563145765952.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/cpp_regex_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/cref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/digit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/dynamic__idm46563145819152.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/eol.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/eos.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/eow.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/function.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/graph.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_case.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_idm46563145091088.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/has_fold_idm46563145095632.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/icase.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/imbue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/inf.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/insert.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/keep.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/length.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/let.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/local.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/lower.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/make_pair.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/mark_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/match_results.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/matched.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/nil.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/null_regex_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/as.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/at.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_T_idm46563146109520.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_T_idm46563146113440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/at/result_T_idm46563146117360.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/back/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/back/result_T_idm46563146027056.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/const_cast_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/construct.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/dynamic_cast_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/first.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/first/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/first/result_T_idm46563146002176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/front/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/front/result_T_idm46563146039488.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/insert.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/insert/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/length.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/length/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/length/result_T_idm46563145972128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/make_pair/result_T_idm46563145906208.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/matched.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/pop.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/push.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/second/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/second/result_T_idm46563145991840.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/static_cast_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/str.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/str/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/str/result_T_idm46563145959680.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/throw_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/top.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/top/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/top/result_T_idm46563146014624.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_T_idm46563145886576.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/op/unwrap_reference/result_T_idm46563145889664.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/operator_idm46563145235664.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/optional_idm46563145307264.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/placeholder.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/pop.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/print.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/punct.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/push.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/range_begin.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/range_end.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/range_idm46563145312368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/ref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_compiler.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_constants/error_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_constants/match_flag_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_constants/syntax_option_type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_error.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_id_filter_predicate.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_match.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_replace.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_search.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_token_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_traits_version_1_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/regex_traits_version_2_tag.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/repeat.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s0.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s1.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s3.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s4.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s5.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s6.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s7.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s8.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/s9.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/second.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/self.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/set.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/skip.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/space.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/static_c_idm46563145824640.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/str.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/sub_match.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/swap_idm46563146271856.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/top.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/unwrap_reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/upper.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/val.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/value.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost/xpressive/xdigit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_asio.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_circular_buffer_c___reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_container_header_reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/dependencies.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/design_rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/f_a_q_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/limitations.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/mangled_import.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/missuses.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/revision_history.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_dll/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_lexical_cast.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_lexical_cast/changes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_lexical_cast/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_lexical_cast/frequently_asked_questions.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_lexical_cast/performance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_lexical_cast/synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_random.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_random/history_and_acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_random/performance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_random/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_random/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_staticassert.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_staticassert/how.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_staticassert/test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_tr1.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_tr1/config.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_tr1/header_list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_tr1/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_tr1/subject_list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_tr1/testing.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_tr1/usage.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/any.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/basic.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/composing_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/concept.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/conceptdef.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/future.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/multi.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/predef.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/reading.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeerasure/related.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/code_bloat.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/config.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/how_it_works.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/making_a_custom_type_index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/mixing_sources_with_rtti_on_and_.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/rtti_emulation_limitations.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex/space_and_performance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_typeindex_header_reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Dimensional_Analysis.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/FAQ.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/HelpWanted.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Installation.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Quantities.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Quick_Start.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/ReleaseNotes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/TODO.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Units.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_units/version_id.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boost_xpressive/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/documenting.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/access.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/boostbook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/class-specialization.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/class.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/code.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/compile-fail-test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/compile-test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/complexity.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/constructor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/copy-assignment.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/data-member.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/default.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/description.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/destructor.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/effects.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/enum.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/enumname.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/enumvalue.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/free-function-group.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/function.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/functionname.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/globalname.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/header.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/headername.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/if-fails.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/inherit.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/lib.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/library-reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/library.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/librarycategory.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/librarycategorydef.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/librarycategorylist.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/libraryinfo.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/librarylist.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/libraryname.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/librarypurpose.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/link-fail-test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/link-test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/macroname.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/method-group.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/method.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/namespace.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/overloaded-function.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/overloaded-method.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/parameter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/paramtype.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/postconditions.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/precondition.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/programlisting.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/purpose.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/requirement.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/requires.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/returns.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/run-fail-test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/run-test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/signature.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/snippet.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/source.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/specialization.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/static-constant.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/struct-specialization.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/struct.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/template-arg.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/template-nontype-parameter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/template-type-parameter.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/template-varargs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/template.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/testsuite.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/throws.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/type.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/typedef.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/union-specialization.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/union.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/using-class.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/dtd/using-namespace.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/getting/started.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/boostbook/together.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/chrono.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/chrono/appendices.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/chrono/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/chrono/users_guide.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/example.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/headers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/release.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/s14.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/template_params.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/tickets.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/circular_buffer/version_id.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/Cpp11_conformance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/acknowledgements_notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/exception_handling.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/extended_functionality.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/history_and_reasons.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/known_issues.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/main_features.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/non_standard_containers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/container/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/date_time_io.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/details.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/doxy.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/examples/general_usage_examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/gregorian.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/local_time.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/posix_time.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/date_time/serialization.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/foreach.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/foreach/extensibility.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/foreach/history_and_acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/foreach/pitfalls.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/foreach/portability.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/function.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/function/faq.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/function/history.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/function/misc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/function/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/function/testsuite.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/function/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/changes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/combine.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/custom.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/disable.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/links.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/portability.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/hash/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/heap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/heap/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/heap/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/heap/data_structures.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/heap/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldl_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldl_diag2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldl_reject_incomplete_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldl_reject_incomplete_start_with_parser_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldl_start_with_parser_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldr_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldr_reject_incomplete_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/foldr_start_with_parser_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/folds.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/repeated_diag0.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/repeated_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/repeated_diag2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/repeated_diag3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/repeated_reject_incomplete_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag0.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag10.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag11.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag4.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag5.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag6.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag7.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag8.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/metaparse/tutorial_diag9.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/classboost_1_1random_1_1random__device.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/closed.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_0.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_10.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_11.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_12.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_13.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_14.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_15.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_16.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_17.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_18.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_19.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_20.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_21.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_22.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_23.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_24.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_25.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_26.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_27.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_28.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_29.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_30.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_31.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_32.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_33.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_34.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_35.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_36.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_37.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_38.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_39.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_4.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_40.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_41.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_42.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_43.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_44.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_45.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_46.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_47.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_48.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_49.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_5.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_50.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_51.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_52.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_53.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_54.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_55.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_56.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_6.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_7.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_8.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/form_9.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2cl.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2mo.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2ns.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/open.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/structboost_1_1random_1_1traits_1_1is__integral.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/structboost_1_1random_1_1traits_1_1is__signed.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/random/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/acknowledgements_notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/allocators_containers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/architecture.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/customizing_interprocess.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/indexes_reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/interprocess_smart_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/managed_memory_segments.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/memory_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/offset_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/quick_guide.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/sharedmemorybetweenprocesses.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/some_basic_explanations.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/streams.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/interprocess/synchronization_mechanisms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/advanced_lookups_insertions.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/any_hooks.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/auto_unlink_hooks.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/avl_set_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/bst_hooks.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/clone_from.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/concepts_summary.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/design_notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/equal_range_stability.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/erasing_and_disposing.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/function_hooks.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/intrusive_vs_nontrusive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/list.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/map_multimap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/node_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/obtaining_iterators_from_values.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/obtaining_same_type_reducing_space.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/performance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/presenting_containers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/recursive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/references.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/safe_hook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/scary_iterators.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/set_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/sg_set_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/slist.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/splay_set_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/tested_compilers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/thread_safety.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/treap_set_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/unordered_set_unordered_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/usage.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/usage_when.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/using_smart_pointers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/intrusive/value_traits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/jam.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/jam/history.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/jam/language.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/jam/miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/extending.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/le_in_details.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/s03.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/s07.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/s08.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/s09.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/s10.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lambda/using_library.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/libraries.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563421855536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563421868848.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563421878160.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563422389536.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563422402944.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563422416368.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563422429776.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563422492432.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/load_idm46563422531440.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lockfree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lockfree/appendices.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lockfree/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lockfree/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/lockfree/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/getting_started_with_boost_metap.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/performance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/preface.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/related_publications_and_blogs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/the_design_of_the_library.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/user_manual.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/metaparse/versioning.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/composition_inheritance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/construct_forwarding.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/emulation_limitations.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/how_the_library_works.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/implementing_movable_classes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/movable_only_classes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/move_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/move_and_containers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/move_inserters.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/move_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/move_return.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/move/thanks_to.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/mpi.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/mpi/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/mpi/python.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/mpi/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/mpi/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/multi_array.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef/acknoledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef/adding_new_predefs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef/check_utilities.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef/history.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef/to_do.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/predef/using_the_predefs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/program_options.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/program_options/design.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/program_options/howto.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/program_options/overview.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/program_options/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/program_options/s06.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/program_options/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree/accessing.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree/appendices.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree/container.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree/parsers.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree/synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/property_tree/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/proto.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/proto/appendices.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/proto/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/proto/users_guide.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/change_log.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/editors.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/faq.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/install.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/ref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/syntax.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/syntax/block.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/syntax/phrase.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/syntax/structure.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/quickbook/versions.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ratio.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ratio/appendices.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ratio/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ratio/users_guide.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/ref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563421860176.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563421873456.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563422394192.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563422407600.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563422421040.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563422434448.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563422497072.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/save_idm46563422536560.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals/s04.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals/s05.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals/s06.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals/tests.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/api_changes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/examples.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/faq.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/tests.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/thread-safety.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/signals2/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/std/insert_i_idm45950710612128.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/std/numeric__idm46563159208656.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/concept.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/credits.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/design.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/env.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/quickref.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/string_algo/usage.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/ScopedThreads.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/build.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/changes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/compliance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/emulations.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/future.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/parallel.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/sds.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/synchronization.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/thread_local_storage.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/thread_management.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/thread/time.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/tools.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/tribool.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/tribool/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/tribool/tests.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/tribool/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/typeof.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/typeof/ackn.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/typeof/cont.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/typeof/other.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/typeof/refe.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/typeof/tuto.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/buckets.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/changes.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/comparison.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/compliance.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/hash_equality.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/unordered/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/variant.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/variant/design.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/variant/misc.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/variant/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/variant/refs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/variant/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/xpressive.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/xpressive/appendices.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/xpressive/reference.html +%%PORTDOCS%%%%DOCSDIR%%/doc/html/xpressive/user_s_guide.html +%%PORTDOCS%%%%DOCSDIR%%/doc/images/valid-html401.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/doc/src/docutils.css +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/doc/src/minimal.css +%%PORTDOCS%%%%DOCSDIR%%/doc/src/reference.css +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/boost/accumulators/extract/weighted_tail_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/boost/accumulators/impl/weighted_tail_quantile__id330053.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/boost/accumulators/tag/weighted_tail_quantile.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/boost/array.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/accumulators.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/array.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/basic_formatting.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/blurbs.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/code_blocks.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/images.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/lists_and_tables.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/remez.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/document_to_test_formatting/test.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_0.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_1.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_4.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_5.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_6.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_7.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/accumulators/form_8.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/beta_dist_kurtosis.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/digamma3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/doctest.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/remez-2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/remez-3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/remez-4.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/images/remez-5.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/gold/index.html +%%PORTDOCS%%%%DOCSDIR%%/doc/test/html/images/beta_dist_kurtosis.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/html/images/digamma3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/html/images/doctest.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/html/images/remez-2.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/html/images/remez-3.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/html/images/remez-4.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/html/images/remez-5.png +%%PORTDOCS%%%%DOCSDIR%%/doc/test/test.png +%%PORTDOCS%%%%DOCSDIR%%/index.htm +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/accumulators/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/accumulators/example/example.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/accumulators/example/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/accumulators/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/CXX11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/CXX14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/Misc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/Searching.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/algorithm/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_e_idm46408636737760.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_e_idm46408636744848.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idm46408636750816.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/all_of_idm46408636758528.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_e_idm46408636708512.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_e_idm46408636715600.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idm46408636721568.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/any_of_idm46408636728672.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_mo_idm46408636059728.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_mo_idm46408636098608.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/boyer_moore_horspool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idm46408645992592.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_idm46408646000240.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_ra_idm46408636771376.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/clamp_ra_idm46408636786352.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idm46408636690240.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_if_idm46408636699392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_unt_idm46408636658160.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_unt_idm46408636666752.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_whi_idm46408636674240.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/copy_whi_idm46408636682832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idm46408636345936.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/equal_idm46408636355232.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if__idm46408636628896.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/find_if__idm46408636636352.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_decode_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idm46408636236464.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idm46408636269344.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idm46408636282096.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_idm46408636297216.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_lowe_idm46408636232448.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_lowe_idm46408636262928.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_lowe_idm46408636275728.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/hex_lowe_idm46408636289664.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idm46408636613008.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_idm46408636620016.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/iota_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_decre_idm46408636476720.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_decre_idm46408636482304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_incre_idm46408636486736.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_incre_idm46408636492352.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_palin_idm46408636194592.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_palin_idm46408636198112.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_palin_idm46408636204176.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_palin_idm46408636208544.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_palin_idm46408636214048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_palin_idm46408636221232.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_parti_idm46408636591200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_parti_idm46408636598176.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permu_idm46408636545680.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permu_idm46408636553824.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permu_idm46408636563136.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permu_idm46408636568400.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permu_idm46408636574976.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_permu_idm46408636583664.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636496032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636501552.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636505264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636510832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636515648.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636522176.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636527024.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_sorte_idm46408636533616.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_stric_idm46408636456688.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_stric_idm46408636462272.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_stric_idm46408636466704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/is_stric_idm46408636472288.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_mo_idm46408636021632.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/knuth_morris_pratt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/mismatch_idm46408636325808.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/mismatch_idm46408636335168.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/non_hex_input.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of__idm46408636428960.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of__idm46408636436048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idm46408636442016.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/none_of_idm46408636449136.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/not_enough_input.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_e_idm46408636401424.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_e_idm46408636407920.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idm46408636413296.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/one_of_idm46408636419824.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partitio_idm46408636363664.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partitio_idm46408636370688.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partitio_idm46408636382272.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/partitio_idm46408636392912.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/power_idm46408640233568.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/power_idm46408646010848.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idm46408636228416.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idm46408636242752.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idm46408636249072.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/boost/algorithm/unhex_idm46408636256496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/clamp_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/all_of_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/any_of_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/copy_if_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/copy_n_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/find_if_not_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/iota_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_partitioned_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_permutation_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/is_sorted_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/none_of_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/one_of_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/partition_copy_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx11/partition_point_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/equal_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/is_permutation_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/cxx14/mismatch_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/gather_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/hex_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/is_palindrome_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/minmax_element_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/minmax_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/searching/boyer_moore_horspool_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/searching/boyer_moore_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/searching/knuth_morris_pratt_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/sort_subrange_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/string_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/header/boost/algorithm/string_regex_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/any_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_partitioned.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/is_sorted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/none_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/one_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX11/partition_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/gather.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/hex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/is_palindrome.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Searching/BoyerMooreHorspool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/doc/html/the_boost_algorithm_library/Searching/KnuthMorrisPratt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/example/clamp_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/example/is_palindrome_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/example/search_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/minmax/doc/minmax_benchs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/minmax/doc/minmax_synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/minmax/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/minmax/example/minmax_ex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/minmax/example/minmax_timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/minmax/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/doc/external_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/conv_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/find_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/predicate_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/regex_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/replace_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/rle_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/split_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/example/trim_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/algorithm/string/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/align/example/aligned_ptr.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/align/example/aligned_vector.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/align/example/make_aligned.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/align/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/any/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/array/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/async_op1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/async_op2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/allocation/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/buffers/reference_counted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/chat/chat_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/chat/chat_message.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/chat/chat_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/chat/posix_chat_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/echo/async_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/echo/async_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/echo/blocking_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/echo/blocking_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/fork/daemon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/fork/process_per_connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/client/async_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/client/sync_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/connection_manager.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/connection_manager.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/io_service_pool.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server2/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server3/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/file_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/file_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/http/server4/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/icmp/icmp_header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/icmp/ipv4_header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/icmp/ping.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/invocation/prioritised_handlers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/iostreams/daytime_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/iostreams/daytime_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/iostreams/http_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/local/connect_pair.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/local/iostream_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/local/stream_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/local/stream_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/multicast/receiver.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/multicast/sender.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/nonblocking/third_party_lib.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/porthopper/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/porthopper/protocol.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/porthopper/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/serialization/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/serialization/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/serialization/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/serialization/stock.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/services/basic_logger.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/services/daytime_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/services/logger.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/services/logger_service.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/services/logger_service.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/services/stream_socket_service.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/socks4/socks4.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/socks4/sync_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/spawn/echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/ssl/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/ssl/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/timeouts/async_tcp_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/timeouts/blocking_tcp_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/timeouts/blocking_udp_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/timeouts/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/timers/tick_count_timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/timers/time_t_timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp03/windows/transmit_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/allocation/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/buffers/reference_counted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/chat/chat_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/chat/chat_message.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/chat/chat_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/echo/async_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/echo/async_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/echo/blocking_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/echo/blocking_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/futures/daytime_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/connection_manager.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/connection_manager.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/http/server/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/example/cpp11/spawn/echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/examples/cpp03_examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/examples/cpp11_examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/allocation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/async.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/basics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/buffers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/coroutine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/handler_tracking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/line_based.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/reactor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/spawn.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/strands.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/streams.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/core/threads.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/atomic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/chrono.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/futures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/move_handlers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/move_objects.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/shared_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/cpp2011/variadic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/networking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/networking/bsd_sockets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/networking/iostreams.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/networking/other_protocols.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/networking/protocols.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/posix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/posix/fork.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/posix/local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/posix/stream_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/serial_ports.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/signals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/ssl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/timers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/windows.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/windows/object_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/windows/random_access_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/overview/windows/stream_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/proactor.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/AcceptHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/AsyncRandomAccessReadDevice.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/AsyncRandomAccessWriteDevice.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/AsyncReadStream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/AsyncWriteStream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/BufferedHandshakeHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/CompletionHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ComposedConnectHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ConnectHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ConstBufferSequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ConvertibleToConstBuffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ConvertibleToMutableBuffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/DatagramSocketService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/DescriptorService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/Endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/GettableSerialPortOption.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/GettableSocketOption.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/HandleService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/Handler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/HandshakeHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/InternetProtocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/IoControlCommand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/IoObjectService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/MutableBufferSequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ObjectHandleService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/Protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/RandomAccessHandleService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/RawSocketService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ReadHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ResolveHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ResolverService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SeqPacketSocketService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SerialPortService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/Service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SettableSerialPortOption.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SettableSocketOption.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ShutdownHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SignalHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SignalSetService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SocketAcceptorService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SocketService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/StreamDescriptorService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/StreamHandleService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/StreamSocketService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SyncRandomAccessReadDevice.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SyncRandomAccessWriteDevice.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SyncReadStream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/SyncWriteStream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/TimeTraits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/TimerService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/WaitHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/WaitTraits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/WaitableTimerService.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/WriteHandler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/add_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/asio_handler_allocate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/asio_handler_deallocate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/asio_handler_invoke.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/asio_handler_invoke/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/asio_handler_invoke/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/asio_handler_is_continuation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_connect/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_connect/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_at/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_at/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_until.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_until/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_until/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_until/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_read_until/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_result/async_result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_result/get.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_result/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write_at/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/async_write_at/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/asynchronous_operations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_receive_from/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_send/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/async_send_to/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/at_mark/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/available/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/available/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/basic_datagram_socket/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/bind/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/local_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/operator_eq_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive_from/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/send_to/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/shutdown/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_datagram_socket/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/duration_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_at/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/expires_from_now/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/time_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/traits_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_deadline_timer/wait/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/_basic_io_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/basic_io_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/basic_io_object/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_io_object/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_receive_from/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_send/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/async_send_to/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/at_mark/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/available/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/available/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/basic_raw_socket/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/bind/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/bind/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/local_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/operator_eq_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive_from/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/remote_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/send_to/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/shutdown/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_raw_socket/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/async_receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/at_mark/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/available/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/basic_seq_packet_socket/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/bind/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/local_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/operator_eq_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/receive/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/remote_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/send/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_seq_packet_socket/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/send_break.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/send_break/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/send_break/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_serial_port/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/add.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/add/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/add/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/basic_signal_set/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/clear/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/clear/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/remove/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/remove/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_signal_set/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/_basic_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/at_mark/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/at_mark/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/available/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/available/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/basic_socket/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/bind/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/bind/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/local_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/operator_eq_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/remote_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/shutdown/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/shutdown/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/accept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/accept/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/async_accept/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/basic_socket_acceptor/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/bind/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/listen.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/listen/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/local_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/operator_eq_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_acceptor/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/basic_socket_iostream/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/duration_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/expires_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/expires_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/expires_from_now/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/rdbuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_iostream/time_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/_basic_socket_streambuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/at_mark/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/available/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/basic_socket_streambuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/bind/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/connect/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/duration_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/expires_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/expires_from_now/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/io_handler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/local_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/overflow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/puberror.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/remote_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/setbuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/sync.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/time_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/timer_handler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/underflow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_send/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/at_mark/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/available/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/available/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/basic_stream_socket/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/bind/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/bind/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/local_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/open/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/open/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/operator_eq_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/receive/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/receive/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/receive/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/remote_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/send/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/send/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/send/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/set_option/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/shutdown/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/basic_streambuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/commit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/const_buffers_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/consume.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/max_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/overflow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/prepare.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/reserve.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_streambuf/underflow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/basic_waitable_timer/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/cancel_one/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/clock_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/duration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_at/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/expires_from_now/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/time_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/traits_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_waitable_timer/wait/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_yield_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_yield_context/basic_yield_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_yield_context/callee_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_yield_context/caller_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/basic_yield_context/operator_lb__rb_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload12.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload13.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload15.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload16.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload17.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload18.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload19.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload20.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload21.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload22.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload23.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload24.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload25.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload26.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload27.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload28.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer/overload9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_cast/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_cast/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload12.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload13.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload15.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload16.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload17.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload18.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload19.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload20.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload21.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload22.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload23.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload24.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload25.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload26.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload27.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload28.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload29.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload30.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_copy/overload9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_size/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_size/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_size/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_size/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffer_size/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/async_fill.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/buffered_read_stream/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/default_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/fill.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/fill/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/fill/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/in_avail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/in_avail/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/next_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/next_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/peek/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/peek/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_read_stream/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/async_fill.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/async_flush.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/buffered_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/buffered_stream/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/fill.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/fill/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/fill/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/flush.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/flush/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/flush/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/in_avail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/in_avail/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/in_avail/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/next_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/next_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/peek/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/peek/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_stream/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/async_flush.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/buffered_write_stream/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/default_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/flush.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/flush/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/flush/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/in_avail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/in_avail/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/next_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/next_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/peek/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/peek/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffered_write_stream/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/buffers_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/difference_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/iterator_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator__star_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_arrow_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_gt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_lb__rb_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_lt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_minus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_minus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_minus__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_minus__minus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_plus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_plus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_plus__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/operator_plus__plus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/buffers_iterator/value_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/connect/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer/const_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer/const_buffer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer/const_buffer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer/const_buffer/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer/operator_plus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffer/operator_plus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/const_buffers_1/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/const_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/operator_plus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/operator_plus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/const_buffers_1/value_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/coroutine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/coroutine/coroutine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/coroutine/is_child.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/coroutine/is_complete.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/coroutine/is_parent.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/async_receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/async_send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/converting_move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/datagram_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/datagram_socket_service/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/cancel_one.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/deadline_timer_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/duration_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/expires_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/expires_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/expires_from_now/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/time_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/traits_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/deadline_timer_service/wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__addrinfo_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__addrinfo_errors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__basic_errors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__get_addrinfo_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__get_misc_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__get_netdb_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__get_ssl_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__get_system_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__make_error_code.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__make_error_code/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__make_error_code/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__make_error_code/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__make_error_code/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__make_error_code/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__misc_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__misc_errors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__netdb_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__netdb_errors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__ssl_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__ssl_errors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/error__system_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/basic_endpoint/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/capacity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/data/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/data_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/operator_gt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/operator_lt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/resize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__basic_endpoint/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/datagram_protocol/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__datagram_protocol/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/raw_protocol/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__raw_protocol/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/seq_packet_protocol/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__seq_packet_protocol/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/iostream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/stream_protocol/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/handler_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/handler_type/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/has_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/high_resolution_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/invalid_service_owner.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/invalid_service_owner/invalid_service_owner.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/add_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/fork_event.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/has_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/io_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/io_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/notify_fork.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/poll.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/poll/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/poll/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/poll_one.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/poll_one/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/poll_one/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/post.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/reset.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/run.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/run/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/run/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/run_one.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/run_one/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/run_one/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/stop.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/stopped.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/use_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service/wrap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__id/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__service/_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__service/fork_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__service/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__service/shutdown_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand/_strand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand/dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand/post.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand/running_in_this_thread.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand/strand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__strand/wrap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__work.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__work/_work.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__work/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__work/work.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__work/work/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/io_service__work/work/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/address/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/address/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/address/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/address/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/from_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/from_string/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/from_string/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/from_string/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/from_string/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/is_loopback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/is_multicast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/is_unspecified.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/is_v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/is_v6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_eq_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_eq_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_eq_/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_gt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_lt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_lt__lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/to_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/to_string/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/to_string/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/to_v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address/to_v6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/address_v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/address_v4/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/any.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/broadcast/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/bytes_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/from_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/from_string/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/from_string/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/from_string/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/from_string/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/is_class_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/is_class_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/is_class_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/is_loopback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/is_multicast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/is_unspecified.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/loopback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/netmask.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_gt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_lt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_lt__lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/to_bytes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/to_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/to_string/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/to_string/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v4/to_ulong.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/address_v6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/address_v6/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/any.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/bytes_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/from_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/from_string/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/from_string/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/from_string/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/from_string/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_link_local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_loopback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_multicast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_multicast_global.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_multicast_link_local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_multicast_node_local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_multicast_org_local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_multicast_site_local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_site_local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_unspecified.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_v4_compatible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/is_v4_mapped.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/loopback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_gt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_lt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_lt__lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/scope_id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/scope_id/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/to_bytes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/to_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/to_string/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/to_string/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/to_v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/v4_compatible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__address_v6/v4_mapped.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/address/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/basic_endpoint/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/capacity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/data/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/data_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_gt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_lt__lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/port.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/port/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/resize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_endpoint/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/async_resolve/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/basic_resolver.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/query.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/resolve.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/resolve/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/basic_resolver_entry/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/host_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/operator_endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_entry/service_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/basic_resolver_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/create/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/difference_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/iterator_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator__star_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_arrow_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/operator_plus__plus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_iterator/value_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/address_configured.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/all_matching.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/basic_resolver_query/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/canonical_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/hints.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/host_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_host.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/numeric_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/passive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/service_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__basic_resolver_query/v4_mapped.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__host_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__host_name/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__host_name/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/resolver.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__icmp/v6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__multicast__enable_loopback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__multicast__hops.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__multicast__join_group.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__multicast__leave_group.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__multicast__outbound_interface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/_resolver_query_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/address_configured.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/all_matching.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/canonical_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_host.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/numeric_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/passive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_query_base/v4_mapped.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/async_resolve.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/async_resolve/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/iterator_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/query_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/resolve.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/resolve/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__resolver_service/resolver_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/acceptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/iostream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/no_delay.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/resolver.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__tcp/v6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/resolver.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/v4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__udp/v6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__unicast__hops.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ip__v6_only.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__addrinfo_errors__gt_/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__basic_errors__gt_/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__boost__asio__ssl__error__stream_errors__gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__boost__asio__ssl__error__stream_errors__gt_/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__misc_errors__gt_/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__netdb_errors__gt_/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_error_code_enum_lt__ssl_errors__gt_/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_match_condition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_match_condition/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_read_buffered.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_read_buffered/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_write_buffered.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/is_write_buffered/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/basic_endpoint/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/capacity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/data/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/data/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_eq__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_gt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_lt__lt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/operator_not__eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/path.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/path/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/path/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/path/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/resize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__basic_endpoint/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__connect_pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__connect_pair/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__connect_pair/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__datagram_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__datagram_protocol/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__datagram_protocol/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__datagram_protocol/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__datagram_protocol/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__datagram_protocol/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/acceptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/family.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/iostream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/socket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/local__stream_protocol/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffer/mutable_buffer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffer/operator_plus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffer/operator_plus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/const_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/mutable_buffers_1/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/operator_plus_/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/mutable_buffers_1/value_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/null_buffers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/null_buffers/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/null_buffers/const_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/null_buffers/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/null_buffers/value_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/placeholders__bytes_transferred.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/placeholders__error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/placeholders__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/placeholders__signal_number.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/_basic_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/basic_descriptor/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/release.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_descriptor/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/basic_stream_descriptor/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/io_control/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/release.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__basic_stream_descriptor/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__descriptor_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__descriptor_base/_descriptor_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__descriptor_base/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__descriptor_base/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/release.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/stream_descriptor_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/posix__stream_descriptor_service/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/async_receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/async_send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/converting_move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/raw_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/receive_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/send_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/raw_socket_service/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_at/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/read_until/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/converting_move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/seq_packet_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/seq_packet_socket_service/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base/_serial_port_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__baud_rate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__baud_rate/baud_rate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__baud_rate/load.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__baud_rate/store.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__baud_rate/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__character_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__character_size/character_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__character_size/load.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__character_size/store.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__character_size/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__flow_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__flow_control/flow_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__flow_control/load.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__flow_control/store.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__flow_control/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__flow_control/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__parity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__parity/load.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__parity/parity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__parity/store.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__parity/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__parity/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__stop_bits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__stop_bits/load.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__stop_bits/stop_bits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__stop_bits/store.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__stop_bits/type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_base__stop_bits/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/send_break.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/serial_port_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/serial_port_service/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/service_already_exists.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/service_already_exists/service_already_exists.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/add.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/signal_set_service/signal_set_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/accept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/async_accept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/converting_move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/listen.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_acceptor_service/socket_acceptor_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/_socket_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/broadcast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/bytes_readable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/enable_connection_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/keep_alive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/linger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/max_connections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/message_do_not_route.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/message_end_of_record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/message_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/message_out_of_band.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/message_peek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/non_blocking_io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/receive_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/receive_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/reuse_address.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/send_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/send_low_watermark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/socket_base/shutdown_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/spawn.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/spawn/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/spawn/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/spawn/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/spawn/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/add_certificate_authority.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/add_certificate_authority/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/add_verify_path.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/add_verify_path/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/clear_options.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/clear_options/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/clear_options/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/context/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/context/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/context/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/default_workarounds.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/file_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/impl_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/load_verify_file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/load_verify_file/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/method.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/no_compression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/no_sslv2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/no_sslv3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/no_tlsv1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/no_tlsv1_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/no_tlsv1_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/options.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/password_purpose.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_options.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_options/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_options/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_password_callback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_password_callback/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_callback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_callback/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_depth.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_depth/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_mode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/set_verify_mode/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/single_dh_use.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_chain.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_chain/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_chain_file/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_certificate_file/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_private_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_private_key/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_private_key/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_private_key_file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_private_key_file/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_rsa_private_key_file/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_tmp_dh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_tmp_dh/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context/use_tmp_dh_file/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/_context_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/default_workarounds.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/file_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/method.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/no_compression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/no_sslv2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/no_sslv3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/no_tlsv1_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/options.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/password_purpose.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__context_base/single_dh_use.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__error__get_stream_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__error__make_error_code.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__error__stream_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__error__stream_errors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__rfc2818_verification.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__rfc2818_verification/operator_lp__rp_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__rfc2818_verification/result_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__rfc2818_verification/rfc2818_verification.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/async_handshake.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/async_handshake/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/async_shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/handshake.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/handshake/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/handshake/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/handshake/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/handshake/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/handshake_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/impl_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/next_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/next_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/next_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/next_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_callback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_callback/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_depth.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_depth/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_mode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/set_verify_mode/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/shutdown/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/shutdown/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream__impl_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream__impl_struct/ssl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream_base/_stream_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__stream_base/handshake_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_client_once.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_context/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_context/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_context/verify_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_fail_if_no_peer_cert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_mode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_none.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/ssl__verify_peer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/steady_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/strand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/async_connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/async_receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/async_send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/at_mark.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/available.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/connect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/converting_move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/endpoint_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/get_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/io_control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/local_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/native_non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/non_blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/non_blocking/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/protocol_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/receive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/remote_endpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/send.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/set_option.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/stream_socket_service/stream_socket_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/streambuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/system_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/add.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/duration_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/less_than.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/now.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/subtract.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/time_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/time_traits_lt__ptime__gt_/to_posix_duration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/transfer_all.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/transfer_at_least.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/transfer_exactly.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future_t/allocator_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future_t/get_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future_t/operator_lb__rb_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future_t/use_future_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future_t/use_future_t/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_future_t/use_future_t/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/use_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/wait_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/wait_traits/to_wait_duration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/cancel_one.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/clock_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/duration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/expires_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/expires_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/expires_from_now/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/time_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/traits_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/waitable_timer_service/waitable_timer_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/_basic_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/basic_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/basic_handle/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_handle/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/basic_object_handle/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_object_handle/wait/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_read_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/async_write_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/basic_random_access_handle/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/read_some_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_random_access_handle/write_some_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/assign/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/basic_stream_handle/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/cancel/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/close/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/get_implementation/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/get_service/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/lowest_layer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/operator_eq_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/read_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/service_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__basic_stream_handle/write_some/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/async_wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/object_handle_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__object_handle_service/wait.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/_overlapped_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/complete.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/get.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/get/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/overlapped_ptr/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/release.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/reset.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__overlapped_ptr/reset/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/async_read_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/async_write_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/random_access_handle_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/read_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__random_access_handle_service/write_some_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/async_read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/async_write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/cancel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/destroy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/get_io_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/implementation_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/is_open.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/move_construct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/native_handle_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/native_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/read_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/stream_handle_service.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/windows__stream_handle_service/write_some.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/write_at/overload8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/reference/yield_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/sync_op.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime1/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime2/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime3/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime4/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime5/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime6/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tutdaytime7/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer1/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer2/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer3/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer4/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/tutorial/tuttimer5/src.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/boost_asio/using.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/overview/async_op1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/overview/async_op2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/overview/proactor.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/doc/overview/sync_op.png +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/allocation/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/allocation/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/allocation/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/buffers/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/buffers/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/buffers/reference_counted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/chat/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/chat/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_message.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/chat/chat_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/chat/posix_chat_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/async_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/async_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_tcp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_udp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/echo/blocking_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/fork/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/fork/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/fork/daemon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/fork/process_per_connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/client/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/client/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/client/async_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/client/sync_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_1K.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_2K.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_4K.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/doc_root/data_8K.html +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection_manager.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/connection_manager.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/io_service_pool.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/io_service_pool.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server2/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server3/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/file_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/file_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/http/server4/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/icmp/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/icmp/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/icmp/icmp_header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/icmp/ipv4_header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/icmp/ping.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/invocation/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/invocation/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/invocation/prioritised_handlers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/daytime_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/daytime_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/iostreams/http_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/local/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/local/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/local/connect_pair.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/local/iostream_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/local/stream_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/local/stream_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/multicast/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/multicast/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/multicast/receiver.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/multicast/sender.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/nonblocking/third_party_lib.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/protocol.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/porthopper/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/serialization/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/serialization/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/serialization/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/serialization/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/serialization/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/serialization/stock.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/basic_logger.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/daytime_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/logger.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/logger_service.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/logger_service.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/services/stream_socket_service.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/socks4/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/socks4/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/socks4/socks4.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/socks4/sync_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/spawn/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/spawn/echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/README +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/ca.pem +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/dh2048.pem +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/ssl/server.pem +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/async_tcp_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/blocking_tcp_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/blocking_udp_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timeouts/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timers/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timers/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timers/tick_count_timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/timers/time_t_timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime1/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime2/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime3/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime4/client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime5/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime6/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime7/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/daytime_dox.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/index_dox.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer1/timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer2/timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer3/timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer4/timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer5/timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/tutorial/timer_dox.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/windows/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/windows/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp03/windows/transmit_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/allocation/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/allocation/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/allocation/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/buffers/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/buffers/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/buffers/reference_counted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/chat/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/chat/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_message.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/chat/chat_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/async_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/async_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_tcp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_tcp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_udp_echo_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/echo/blocking_udp_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/futures/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/futures/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/futures/daytime_client.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection_manager.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/connection_manager.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/header.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/mime_types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/mime_types.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/reply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/reply.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_handler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/request_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/http/server/server.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/spawn/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/example/cpp11/spawn/echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/asio/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assert/assert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assert/current_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assert/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assign/doc/email_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assign/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assign/doc/multi_index_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assign/doc/my_vector_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/assign/doc/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/assign/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/atomic/doc/logo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/atomic/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost/boost_libraries_that_work_well_with_boost_bimap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/bimap_and_boost/dependencies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/compiler_specifics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/mighty_bimap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/multiindex_to_bimap_path___bidirectional_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/multiindex_to_bimap_path___hashed_indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/examples/simple_bimap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/future_work.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/history/multiindex_and_bimap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/one_minute_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale/additional_features.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale/code.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/rationale/the_student_and_the_mentor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/bimap_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/list_of_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/set_of_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/unconstrained_set_of_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/unordered_set_of_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/reference/vector_of_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/additional_information.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/bimaps_with_user_defined_names.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/complete_instantiation_scheme.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/differences_with_standard_maps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/discovering_the_bimap_framework.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/the_collection_of_relations_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/unconstrained_sets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boost_bimap/the_tutorial/useful_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/bimap.structures.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/boost.bimap.header.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/boost.bimap.logo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/collection.type.of.relation.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/extended.mapping.framework.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/miBimapFramework.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/more.bimap.structures.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/relation.and.pair.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/relation.and.pair.with.info.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/relation.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/simple.bimap.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/standard.mapping.framework.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/bimap/tagged.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/extern/googlesoc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/people/hector.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/people/joaquin.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/people/mafalda.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/people/matias.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/images/space.png +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/at_function_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/assign.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/foreach.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/property_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/range.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/serialization.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/typeof.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/bimap_and_boost/xpressive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/bidirectional_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/hashed_indices.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/mi_bidirectional_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/mi_hashed_indices.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/mi_to_b_path/tagged_bidirectional_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/mighty_bimap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/population_bimap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/projection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/repetitions_counter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/simple_bimap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/standard_map_comparison.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/step_by_step.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/tagged_simple_bimap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/tutorial_info_hook.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/tutorial_modify_and_replace.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/tutorial_range.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/unconstrained_collection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/example/user_defined_names.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/bimap/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bind/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bind/doc/html/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bind/doc/html/mem_fn.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bind/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/bind/mem_fn.html +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/doc/time2_demo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/await_keystroke.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/chrono_accuracy_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/chrono_unit_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/clock_name.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/clock_name.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/cycle_count.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/explore_limits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/french.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/i_dont_like_the_default_duration_behavior.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/io_ex1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/io_ex2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/io_ex3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/io_ex4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/io_ex5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/manipulate_clock_object.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/min_time_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/miscellaneous.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/rounding.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/run_timer_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/run_timer_example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/runtime_resolution.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/saturating.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/simulated_thread_interface_demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/test_clock.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/test_clock2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/test_duration.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/test_minmax.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/test_special_values.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/test_thread_clock.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/time2_demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/time2_demo_output.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/timer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/timeval_demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/example/xtime.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/stopwatches/example/stopwatch_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/chrono/stopwatches/example/stopwatch_reporter_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/doc/images/circular_buffer.png +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/doc/images/space_optimized.png +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/example/bounded_buffer_comparison.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_bound_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_examples.bat +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_iter_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/example/circular_buffer_sum_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/example/jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/circular_buffer/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compatibility/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DEFINE_VALARRAY_BINARY_OPERATOR.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DEFINE_VALARRAY_BINARY_OPERATOR_ANY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DEFINE_VALARRAY_BINARY_OPERATOR_NO_FP.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DEFINE_VALARRAY_COMPARISON_OPERATOR.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DEFINE_VALARRAY_LOGICAL_OPERATOR.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DETAIL_DEFINE_INVOKE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DETAIL_INVOKE_ADD_ARG.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_DETAIL_INVOKE_ARG.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_STRINGIZE_SOURCE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/BOOST_COMPUTE_TYPE_NAME.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/accumulate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/adjacent_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/adjacent_find.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/all_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/any_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/as.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_add.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_cmpxchg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_dec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_inc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_max.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_min.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_or.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_sub.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_xchg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/atomic_xor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/basic_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/bernoulli_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/binary_negate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/binary_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/buffer_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/buffer_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/constant_buffer_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/constant_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/context_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/convert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/copy_async.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/copy_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/count.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/count_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/counting_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/dim.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/discard_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/discrete_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/dynamic_bitset.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/equal_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/exclusive_scan.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/extents.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/field.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/fill.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/fill_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/find.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/find_end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/find_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/find_if_not.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/flat_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/flat_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/for_each_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/function_input_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/future.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/gather.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/generate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/generate_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/get.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/hash.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/image1d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/image2d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/image3d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/image_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/image_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/image_sampler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/includes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/inclusive_scan.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/inner_product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/inplace_merge.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/invoke.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/iota.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_devic_idm45716664987920.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_device_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_fundamental.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_partitioned.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_placeholder.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_sorted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/is_vector_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/lexicographical_compare.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/linear_congruential_engine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/local_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/logical_not.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/lower_bound.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_buffer_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_con_idm45716665075680.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_constant_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_counting_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_discard_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_fun_idm45716664948496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_permutation_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_strided_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_strided_iterator_end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_transform_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_vector_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/make_zip_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/mapped_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/max_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/merge.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/mersenne_twister_engine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/min_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/minmax_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/mismatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/next_permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/no_device_found.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/none_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/normal_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/not1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/not2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/nth_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opencl_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_c_idm45716665235072.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_e_idm45716665245120.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_e_idm45716665251392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_e_idm45716665257904.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_e_idm45716665264416.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_renderbuffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/opengl_texture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/partial_sum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/partition_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/partition_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/permutation_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/pinned_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/placeholders/_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/placeholders/_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/popcount.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/prev_permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/program_cache.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/random_shuffle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/reduce.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/reduce_by_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/remove_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/replace_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/result_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/reverse_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/rotate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/rotate_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/scalar_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/scatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/scatter__idm45716666942896.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/search_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/set_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/set_intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/set_symmetric_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/set_union.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/sort_by_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/stable_partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/stable_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/stable_sort_by_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/strided_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/svm_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/swap_ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/threefry_engine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/transform_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/transform_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/transform_reduce.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/type_definition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/type_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/unary_negate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/uniform_int_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/uniform_real_distribution.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/unique.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/unique_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/unsuppor_idm45716665746112.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/upper_bound.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/valarray.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/vector_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/wait_for_all.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/wait_guard.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/wait_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost/compute/zip_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/advanced_topics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/design.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/interop.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/platforms_and_compilers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/porting_guide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/boost_compute/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/CMakeLists.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/amd_cpp_kernel.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/batched_determinant.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/black_scholes.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/copy_data.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/fizz_buzz.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/hello_world.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/host_sort.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/inline_ptx.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/k_means.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/list_devices.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/longest_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/mandelbrot.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/mapped_view.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/matrix_transpose.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/memory_limits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/monte_carlo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/nbody.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/opencl_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/opencv_convolution.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/opencv_flip.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/opencv_histogram.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/opencv_optical_flow.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/opencv_sobel_filter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/opengl_sphere.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/point_centroid.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/price_cross.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/print_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/qimage_blur.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/random_walk.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/resize_image.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/simple_kernel.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/simple_moving_average.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/sort_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/threefry_engine.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/time_copy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/transform_sqrt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/example/vector_addition.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/compute/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/bibliography.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/concept_check.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/concept_covering.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/creating_concepts.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/Assignable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/BidirectionalIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/CopyConstructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/DefaultConstructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/EqualityComparable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/ForwardIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/InputIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/LessThanComparable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/OutputIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/RandomAccessIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/SignedInteger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/implementation.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/prog_with_concepts.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/reference.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/concept_check/using_concept_check.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/config/config.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/config/doc/html/boost_config/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/config/doc/html/boost_config/boost_macro_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/config/doc/html/boost_config/build_config.html +%%PORTDOCS%%%%DOCSDIR%%/libs/config/doc/html/boost_config/cstdint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/config/doc/html/boost_config/guidelines_for_boost_authors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/config/doc/html/boost_config/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/config/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/config/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/container/doc/html/images/stable_vector.png +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/doc_custom_tree.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/doc_emplace.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/doc_extended_allocators.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/doc_move_containers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/doc_pmr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/doc_recursive_containers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/container/example/doc_type_erasure.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/container/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/ccontext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/econtext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/stack/fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/stack/protected_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/stack/segmented.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/stack/stack_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/stack/stack_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/abstract_context/stack/valgrind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/architectures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/architectures/crosscompiling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/ccontext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/context/boost_fcontext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/architectures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/rationale/other_apis_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/rationale/x86_and_floating_point_env.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/protected_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/segmented.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/stack_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/stack/stack_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/econtext/winfibers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/ecv1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/ecv1_class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/ecv2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/ecv2_class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/rationale/other_apis_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/rationale/x86_and_floating_point_env.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/requirements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack/fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack/pooled_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack/protected_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack/segmented.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack/stack_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack/stack_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/stack/valgrind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/context/struct__preallocated_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v1/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v1/fibonacci.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v1/jump.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v1/ontop.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v1/parameter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v1/parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v1/segmented.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/echosse.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/fibonacci.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/jump.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/jump_void.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/ontop.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/ontop_void.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/parameter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/example/v2/throw.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/context/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/conversion/cast.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/conversion/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/BOOST_CNV_PARAM_idm45886467257008.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/BOOST_CNV_PARAM_idm45886467388384.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/BOOST_CNV_STRING_ENABLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/BOOST_CNV_STRING_TO.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/BOOST_CNV_TO_STRING.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/adjust.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/apply_idm45886479404064.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/basic_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/basic_stream/ibuffer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/basic_stream/obuffer_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/cnvbase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/lexical_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/notation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/printf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/referenc_idm45886479413744.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/spirit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/cnv/strtol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/convert_idm45886479385328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/convert_idm45886479392960.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/make_default.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost/throw_on_failure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/alternative_interface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/stream_converter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/stream_converter/locale_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/stream_converter/supported_string_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/stream_converter/supported_string_types/custom_string_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/stream_converter/the___default_constructible__type_requirement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/strtol_converter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/strtol_converter/formatting_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/strtol_converter/formatting_support/field_width__fill_character_and_adjustment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/strtol_converter/formatting_support/floating_point_precision.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/strtol_converter/formatting_support/leading_whitespace_characters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/strtol_converter/supported_string_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/converters_detail/strtol_converter/supported_string_types/custom_string_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/default_converter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/design_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/design_notes/converter_signature.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/design_notes/user_interface_signature.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/error_detection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/getting_started/basic_conversion_failure_detection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/getting_started/flexibility_and_adaptability_to_change.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/integration_of_user_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/other_conversions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/performance/boost_convert_overhead.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/performance/the_bigger_picture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/supported_compilers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/supporting_tools.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/supporting_tools/_boost__cnv__is_cnv_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert/supporting_tools/boost_declare_is_callable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/boost_convert_c___reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/convert/base_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/convert/lexical_cast_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/convert/parameters_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/convert/printf_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/convert/spirit_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/convert/stream_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/convert/strtol_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/header/boost/make_default_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/doc/html/index/s18.html +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/default_converter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/default_converter_fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/getting_serious.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/getting_started.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/lexical_cast.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/example/stream.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/convert/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/cref_idm46105332120096.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/cref_idm46105339899424.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/is_reference_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/ref_idm46105339894608.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/ref_idm46105339904240.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/reference_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/unwrap_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/boost/unwrap_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/addressof.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/checked_delete.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/demangle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/enable_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/explicit_operator_bool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/ignore_unused.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/is_same.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/lightweight_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/no_exceptions_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/noncopyable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/null_deleter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/scoped_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/swap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/core/typeinfo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/core/swap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/architectures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/asymmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/asymmetric/pull_coro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/asymmetric/push_coro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/symmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/symmetric/symmetric_coro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/coroutine/symmetric/yield_coro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/motivation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/protected_stack_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/segmented_stack_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/stack_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/standard_stack_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/coroutine/stack/valgrind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/images/event_model.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/images/foo_bar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/images/foo_bar_seq.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/doc/images/same_fringe.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/X.h +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/chaining.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/echo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/exception.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/fibonacci.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/layout.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/parallel.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/power.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/same_fringe.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/segmented_stack.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/simple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/tree.h +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/asymmetric/unwind.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/symmetric/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/symmetric/dice_game.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/symmetric/merge_arrays.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/symmetric/segmented_stack.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/symmetric/simple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/example/symmetric/unwind.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/architectures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/coroutine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/coroutine/asymmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/coroutine/asymmetric/pull_coro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/coroutine/asymmetric/push_coro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/motivation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/stack/fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/stack/pooled_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/stack/protected_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/stack/segmented.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/stack/stack_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/coroutine2/stack/stack_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/images/event_model.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/images/foo_bar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/images/foo_bar_seq.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/doc/images/same_fringe.png +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/fibonacci.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/layout.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/same_fringe.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/segmented.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/simple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/example/tree.h +%%PORTDOCS%%%%DOCSDIR%%/libs/coroutine2/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/crc/crc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/crc/crc_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/crc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/doc/time_duration_inherit.png +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/date_serialization_demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/dates_as_strings.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/days_alive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/days_between_new_years.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/days_since_year_start.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/days_till_new_year.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/end_of_month_day.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/find_last_day_of_months.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/localization.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/month_add.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/period_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/print_holidays.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/gregorian/print_month.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/local_time/calc_rules.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/local_time/flight.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/local_time/local_date_time.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/local_time/seconds_since_epoch.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/local_time/simple_time_zone.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/posix_time/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/posix_time/local_utc_conversion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/posix_time/print_hours.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/posix_time/time_math.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/posix_time/time_periods.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/example/tutorial/io_tutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/date_time/xmldoc/date_time_docs_howto.html +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/docutils.css +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/minimal.css +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/doc/html/reference.css +%%PORTDOCS%%%%DOCSDIR%%/libs/detail/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/disjoint_sets/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/libs/disjoint_sets/disjoint_sets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/disjoint_sets/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/b2_workarounds.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/getting_started.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/getting_started_library.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/mangled/import_class.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/mangled/my_cpp_plugin.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/mangled/smart_lib.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial1/my_plugin_sum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial1/tutorial1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial2/my_plugin_aggregator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial2/tutorial2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial3/tutorial3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial4/load_self.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial4/static_plugin.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial4/static_plugin.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial5/load_all.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial6/on_unload_lib.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial6/tutorial6.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial7/library1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial7/library2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial7/tutorial7.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial8/refcounting_api.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial8/refcounting_plugin.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial8/refcounting_plugin.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial8/tutorial8.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial8/tutorial8_static.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial9/tutorial9.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/example/tutorial_common/my_plugin_api.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dll/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/dynamic_bitset/dynamic_bitset.html +%%PORTDOCS%%%%DOCSDIR%%/libs/dynamic_bitset/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/dynamic_bitset/example/example1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dynamic_bitset/example/example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dynamic_bitset/example/example3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dynamic_bitset/example/timing_tests.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/dynamic_bitset/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/arithmetic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/buffers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/choosing_approach.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/conversion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/fp_concerns.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/mini_review_topics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/styles.css +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/doc/todo_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/example/conversion_use_case.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/example/endian_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/example/third_party_format.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/example/udt_conversion_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/example/use_cases.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/endian/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/BOOST_THROW_EXCEPTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost-exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_all_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_current_exception_cast_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_diagnostic_information_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_enable_current_exception_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_enable_error_info_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_api_function_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_at_line_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_errno_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_file_handle_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_file_name_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_file_open_mode_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_nested_exception_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_errinfo_type_info_name_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_error_info_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_exception_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_get_error_info_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_info_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_info_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_exception_ptr_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/boost_throw_exception_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/configuration_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/copy_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/current_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/current_exception_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/current_exception_diagnostic_information.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/diagnostic_information.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/diagnostic_information_what.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/enable_current_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/enable_error_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_api_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_at_line.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_errno.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_file_handle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_file_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_file_open_mode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_nested_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/errinfo_type_info_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/error_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/error_info_error_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/error_info_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/error_info_value_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/exception_constructors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/exception_destructor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/exception_operator_shl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/exception_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/exception_types_as_simple_semantic_tags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/frequently_asked_questions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/get_error_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/motivation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/original_exception_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/page_idx.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/reno.css +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/rethrow_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/shade-l.png +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/shade-r.png +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/throw_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/tuple_operator_shl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/tutorial_diagnostic_information.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/tutorial_enable_error_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/tutorial_exception_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/tutorial_transporting_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/unknown_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/using_virtual_inheritance_in_exception_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/valid-css.png +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/doc/valid-xhtml.png +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/cloning_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/cloning_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/enable_error_info.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/errinfos.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/error_info_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/error_info_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/example_io.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/info_tuple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/example/logging.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/exception/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks/data_or_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks/return_errorcode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks/return_errorcode_or_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks/success_error_virtual_methods.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks/success_or_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/callbacks/then_there_s____boost_asio__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/custom.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/fiber_mgmt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/fiber_mgmt/fiber.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/fiber_mgmt/id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/fiber_mgmt/this_fiber.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/fls.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/installing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/integration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/integration/deeper_dive_into___boost_asio__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/integration/embedded_main_loop.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/integration/event_driven_program.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/integration/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/migration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/nonblocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/scheduling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/stack/fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/stack/pooled_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/stack/protected_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/stack/protected_fixedsize/pooled_fixedsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/stack/segmented_stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/barriers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/channels.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/conditions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/futures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/futures/future.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/futures/packaged_task.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/futures/promise.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/synchronization/mutex_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_all_functionality.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_all_functionality/wait_all__collecting_all_exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_all_functionality/when_all__heterogeneous_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_all_functionality/when_all__return_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_all_functionality/when_all__simple_completion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_all_functionality/when_all_until_first_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_any.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_any/when_any__a_dubious_alternative.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_any/when_any__heterogeneous_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_any/when_any__produce_first_outcome__whether_result_or_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_any/when_any__produce_first_success.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_any/when_any__return_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/fiber/when_any/when_any/when_any__simple_completion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/adapt_callbacks.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/adapt_method_calls.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/adapt_nonblocking.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/asio/autoecho.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/asio/detail/yield.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/asio/ps/publisher.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/asio/ps/server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/asio/ps/subscriber.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/asio/round_robin.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/asio/yield.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/barrier.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/barrier.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/future.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/join.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/ping_pong.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/priority.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/segmented_stack.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/simple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/wait_stuff.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/examples/work_sharing.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fiber/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/bug/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/deprecated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/design.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/do_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/faq.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/index.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/issue_reporting.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/portability_guide.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/relative_proposal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/release_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/styles.css +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/tickets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/v3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/doc/v3_design.html +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/directory_symlink_parent_resolution.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/error_demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/file_size.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/file_status.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/mbcopy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/mbpath.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/mbpath.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/common.props +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/directory_symlink_parent_resolution/directory_symlink_parent_resolution.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/filesystem-tutorials.sln +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/path_info/path_info.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/tut1/tut1.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/tut2/tut2.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/tut3/tut3.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/tut4/tut4.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/msvc/tut5/tut5.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/path_info.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/simple_ls.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/stems.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tchar.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/test/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/test/build.bat +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/test/build.sh +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/test/setup.bat +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/test/setup.sh +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut0.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut6a.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut6b.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/example/tut6c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/filesystem/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/future_work.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/html.png +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/memory.png +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/memory_gcc_344.png +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/memory_msvc_80.png +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/next.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/factories.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/flyweight.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/holders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/key_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/locking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/tags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/reference/tracking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tests.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/time_gcc_344.png +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/time_msvc_80.png +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/basics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/extension.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/flyweight_rep.png +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/key_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/lambda_expressions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/tutorial/technical.html +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/doc/up.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/basic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/composite.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/custom_factory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/fibonacci.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/html.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/key_value.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/perf.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/example/serialization.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/flyweight/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/foreach/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/format/doc/choices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/format/doc/format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/format/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/format/example/sample_advanced.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/format/example/sample_formats.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/format/example/sample_new_features.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/format/example/sample_userType.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/format/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function/example/bind1st.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function/example/int_div.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function/example/sum_avg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/about_tag_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/classification.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/decomposition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/synthesis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/reference/tag_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/boost_functiontypes/use_cases.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/detail/param_type.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/fast_mem_fn.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/fast_mem_fn_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/interface.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/interface_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/interpreter.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/interpreter_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/macro_type_args.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/macro_type_args_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/result_of.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/example/result_of_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/function_types/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/binders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/factory/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/factory/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/forward/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/forward/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/function_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/examples/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/examples/books.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/examples/books.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/examples/point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/examples/portable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/examples/template.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/examples/template.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/hash/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/mem_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/negators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONFIG_ARITY_MAX.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONFIG_OVERLOAD_MAX.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost/make_overloaded_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost/overloaded_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/boost_functional_overloadedfunction/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/doc/html/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/overloaded_function/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/functional/ptr_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_adt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_adt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_struct_named.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_adt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_assoc_tpl_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_struct_named.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_tpl_adt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/adapt_tpl_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/boost__array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/boost__tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_assoc_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_assoc_tpl_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_struct_inline.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_tpl_struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/define_tpl_struct_inline.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/mpl_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/std__pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/adapted/std__tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions/copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/functions/move.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/metafunctions/copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/auxiliary/metafunctions/move.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/accumulate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/iter_fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/reverse_fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/functions/reverse_iter_fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/accumulate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/iter_fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/reverse_fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/iteration/metafunctions/reverse_iter_fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/all.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/any.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/count.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/count_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/find.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/find_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/functions/none.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/all.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/any.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/count_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/find_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/query/metafunctions/none.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/erase_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/filter_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/flatten.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/insert_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/join.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/remove_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/replace_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/functions/zip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/erase_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/filter_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/flatten.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/insert_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/join.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/remove_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/replace_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/zip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/change_log.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/back_extended_deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/functions/as_vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/conversion/metafunctions/as_vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/front_extended_deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/deque_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/list_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/make_vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/map_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/tiers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/functions/vector_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/deque_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/list_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/make_vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/map_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/generation/metafunctions/vector_tie.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/container/vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension/ext_full.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension/iterator_facade.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/extension/sequence_facade.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/fused.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/fused_function_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/fused_procedure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/limits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/unfused.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/adapters/unfused_typed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/callable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/def_callable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/poly.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/concepts/reg_callable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_fobj.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_fused_proc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/functions/mk_unfused.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_fobj.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_fused_proc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/generation/metafunctions/mk_unfused.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_fobj.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/functions/invoke_proc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/limits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_fobj.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/functional/invocation/metafunctions/invoke_proc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/associative_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/bidirectional_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/forward_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/random_access_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/concepts/unbounded_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/advance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/advance_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/deref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/next.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/functions/prior.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/advance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/advance_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/deref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/deref_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/key_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/next.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/prior.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/metafunctions/value_of_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator/operator_equality.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator/operator_inequality.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/iterator/operator/operator_unary_star.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/organization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/preface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/associative_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/bidirectional_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/forward_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/random_access_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/concepts/unbounded_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/at_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/has_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/functions/swap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/at_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/has_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/swap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/intrinsic/metafunctions/value_at_key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/greater_than_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/less_than_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/comparison/not_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/hashing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o/in.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/sequence/operator/i_o/out.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/category_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/deduce.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/deduce_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/is_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/is_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/support/tag_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/construction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/element_access.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/relational_operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_creation_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/class_template_tuple/tuple_helper_classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/tuple/pairs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/filter_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/flatten_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/iterator_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/joint_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/nview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/repetitive_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/reverse_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/single_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/transform_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/fusion/view/zip_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/images/fusion_org.png +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/cookbook/do_the_bind.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/cookbook/fill_em_up.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/advance_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/at_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/at_key_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/begin_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/category_of_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/deref_data_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/deref_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/distance_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/end_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/equal_to_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/has_key_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/is_sequence_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/is_view_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/key_of_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/next_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/prior_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/size_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/value_at_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/value_at_key_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/value_of_data_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/detail/value_of_impl.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/example_struct.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/example_struct_iterator.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/example_struct_type.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/tag_of.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/test_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/extension/triple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/accumulate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/functional.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/inner_product.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/inner_product2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/measure.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/sequence_efficiency.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/timings.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/example/performance/zip_efficiency.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/fusion/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/ggl_doxygen_footer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/ggl_doxygen_header.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/07_graph_route_example_svg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/07_graph_route_example_text.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/centroid_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/centroid_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/clip_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/clip_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/clip_segment_segment.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/combine_box_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/combine_box_point.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/convexhull_polygon_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/envelope_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/multi_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/output_main.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_float.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_stars.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_triangle_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/robust_triangles.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/set_a_ac.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/set_adapt_turns.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/set_int_right_union_left.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/simplify_example.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/simplify_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/speed_comparison.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_convex_hull_cities.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_convex_hull_country.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_countries.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_polygon_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_polygon_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_ring_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_ring_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_intersection_roads.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_simplify_country.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_simplify_road.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_polygon_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_polygon_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_ring_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/svg_union_ring_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/union_box_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/within_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/within_polygon_example.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/within_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/x01_qt_example_output.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/images/x02_numeric_adaptor_example_output.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_input/pages/doxygen_examples.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/07_graph_route_example_svg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/07_graph_route_example_text.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/centroid_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/centroid_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/clip_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/clip_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/combine_box_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/combine_box_point.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/envelope_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/accepted_by_boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/ggl-logo-big.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/images/proposed_boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/output_main.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/set_a_ac.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/set_adapt_turns.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/set_int_right_union_left.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/simplify_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_convex_hull_cities.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_convex_hull_country.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_countries.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_polygon_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_polygon_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_ring_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_ring_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_intersection_roads.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_simplify_country.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_simplify_road.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_polygon_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_polygon_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_ring_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/svg_union_ring_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_b.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_l.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/tab_r.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/within_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/within_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/x01_qt_example_output.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html/x02_numeric_adaptor_example_output.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/01_point_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/02_linestring_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/03_polygon_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/06_a_transformation_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/06_b_transformation_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/07_a_graph_route_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/07_b_graph_route_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/07_graph_route_example_svg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/07_graph_route_example_text.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/_d_s_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/_o_g_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/_w_k_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/access_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/add__const__if__c_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/add__rings_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2area_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2buffer_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2centroid_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2convex__hull_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2covered__by_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2envelope_2box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2envelope_2point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2envelope_2range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2envelope_2segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2expand_2box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2expand_2point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2expand_2segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2is__valid_2box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2is__valid_2polygon_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2is__valid_2ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2detail_2is__valid_2segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2distance_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2intersection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2relate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2transform_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/algorithms_2within_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/always__simple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/andoyer__inverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/append_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/append__no__duplicates_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/append__no__dups__or__spikes_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/area__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/area__huiller_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/area__surveyor_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/areal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/arithmetic_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/art09.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/as__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/assert_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/assign_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/assign__box__corners_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/assign__indexed__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/assign__parents_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/assign__values_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/azimuth_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/backtrack__check__si_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/backward__compatibility_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/bare__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/base_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/boost__array_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/boost__fusion_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/boost__polygon_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/boost__tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/boundary__checker_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/box__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/box__in__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/box__to__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/box__view_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__distance__asymmetric_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__distance__symmetric_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__end__flat_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__end__round_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__inserter_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__join__miter_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__join__round_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__join__round__by__divide_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__point__circle_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__point__square_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__policies_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffer__side__straight_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffered__piece__collection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/buffered__ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/c01_custom_point_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/c02_custom_box_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/c04_a_custom_triangle_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/c04_b_custom_triangle_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/c05_custom_point_pointer_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/c06_custom_polygon_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/c__array_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/calculate__null_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/calculate__sum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/calculation__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/centroid__average_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/centroid__bashein__detmer_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/centroid__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/centroid__weighted__length_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/check_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/check__enrich_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/check__iterator__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1centroid__exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1centroid__exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1centroid__exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concatenate__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concatenate__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concatenate__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_area_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_centroid_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_multi_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_multi_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_multi_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_const_segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_convex_hull_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_multi_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_multi_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_multi_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_segment_intersect_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_within_strategy_box_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_within_strategy_point_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1concepts_1_1_within_strategy_polygonal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1mask-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1mask.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1mask.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1matrix-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1matrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1matrix.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1static__mask.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1de9im_1_1static__mask.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1is__valid_1_1complement__graph-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1is__valid_1_1complement__graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1is__valid_1_1complement__graph__vertex-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1is__valid_1_1complement__graph__vertex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1partition_1_1partition__one__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1partition_1_1partition__one__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1partition_1_1partition__two__ranges-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1partition_1_1partition__two__ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1turns_1_1filter__continue__turns_3_01_turns_00_01true_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1turns_1_1filter__continue__turns_3_01_turns_00_01true_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1turns_1_1remove__duplicate__turns_3_01_turns_00_01true_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1detail_1_1turns_1_1remove__duplicate__turns_3_01_turns_00_01true_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1empty__input__exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1empty__input__exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1empty__input__exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1flatten__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1flatten__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1flatten__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1inconsistent__turns__exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1inconsistent__turns__exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1inconsistent__turns__exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1invalid__input__exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1invalid__input__exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1invalid__input__exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1d2_1_1point__xy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1d2_1_1point__xy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1d2_1_1point__xy.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1linestring-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__linestring-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__point-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__point.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__polygon-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1multi__polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1point-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1pointing__segment-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1pointing__segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1polygon-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1referring__segment-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1referring__segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1ring-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1segment-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1model_1_1segment.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1overlay__invalid__input__exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1overlay__invalid__input__exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1overlay__invalid__input__exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1partition-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1point__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1point__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1point__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1point__reverse__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1point__reverse__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1point__reverse__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1promote__integral-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1promote__integral.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1promote__integral_3_01_t_00_01_promote_unsigned_to_unsigned_00_01_use_0d823691c6018c3854e3ced6bc93fbb6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1promote__integral_3_01_t_00_01_promote_unsigned_to_unsigned_00_01_use_checked_integer_00_01false_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1range_1_1back__insert__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1range_1_1back__insert__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1range_1_1back__insert__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1segment__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1segment__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1segment__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1side__info-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1side__info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1srs_1_1sphere-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1srs_1_1sphere.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1srs_1_1spheroid-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1srs_1_1spheroid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1area_1_1huiller-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1area_1_1huiller.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1area_1_1surveyor-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1area_1_1surveyor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1distance__asymmetric-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1distance__asymmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1distance__symmetric-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1distance__symmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1end__flat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1end__round-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1end__round.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1join__miter-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1join__miter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1join__round-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1join__round.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1join__round__by__divide-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1join__round__by__divide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1point__circle-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1point__circle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1point__square-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1point__square.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1buffer_1_1side__straight.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1centroid_1_1average-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1centroid_1_1average.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1centroid_1_1bashein__detmer-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1centroid_1_1bashein__detmer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1centroid_1_1weighted__length-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1centroid_1_1weighted__length.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1convex__hull_1_1graham__andrew-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1convex__hull_1_1graham__andrew.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1cross__track-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1cross__track.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1haversine-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1haversine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__box__box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__box__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__point__box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__point__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track__point__box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track__point__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1haversine-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1haversine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1projected__point-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1projected__point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__box__box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__box__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__point__box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__point__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1intersection_1_1liang__barsky-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1intersection_1_1liang__barsky.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1side__by__cross__track-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1side__by__cross__track.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1side__by__triangle-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1side__by__triangle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1side__of__intersection-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1side__of__intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1spherical__side__formula-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1side_1_1spherical__side__formula.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1simplify_1_1douglas__peucker-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1simplify_1_1douglas__peucker.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1inverse__transformer-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1inverse__transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1inverse__transformer.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1map__transformer-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1map__transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1map__transformer.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1rotate__transformer-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1rotate__transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1rotate__transformer.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer_3_01_calculation_type_00_012_00_012_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer_3_01_calculation_type_00_012_00_012_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer_3_01_calculation_type_00_012_00_012_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer_3_01_calculation_type_00_013_00_013_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer_3_01_calculation_type_00_013_00_013_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer_3_01_calculation_type_00_013_00_013_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1translate__transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1translate__transformer_3_01_calculation_type_00_012_00_012_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1translate__transformer_3_01_calculation_type_00_012_00_012_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1translate__transformer_3_01_calculation_type_00_012_00_012_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1translate__transformer_3_01_calculation_type_00_013_00_013_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1translate__transformer_3_01_calculation_type_00_013_00_013_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1translate__transformer_3_01_calculation_type_00_013_00_013_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_012_00_012_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_012_00_012_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_012_00_012_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_013_00_012_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_013_00_012_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_013_00_012_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_013_00_013_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_013_00_013_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1transform_1_1ublas__transformer_3_01_calculation_type_00_013_00_013_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1crossings__multiply-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1crossings__multiply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1franklin-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1franklin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1oriented__winding-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1oriented__winding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1winding-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1strategy_1_1within_1_1winding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1svg__manipulator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1svg__manipulator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1svg__mapper-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1svg__mapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1svg__mapper.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1turn__info__exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1turn__info__exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1turn__info__exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1wkt__manipulator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classboost_1_1geometry_1_1wkt__manipulator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/clear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/clip__linestring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/clip_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/clip_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/closeable__view_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/closed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/closing__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/closure_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/closure__as__bool_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/cluster__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/collect__vectors_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/combine__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/comparable__distance_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/comparable__distance_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/comparable__distance_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/comparable__distance__result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/compare__circular_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/compare__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/compat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/compiling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/complement__graph_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/compress__variant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/concatenate__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/condition_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/convert_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/convert__indexed__to__indexed_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/convert__point__to__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/convert__ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/convex__hull__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/coordinate__cast_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/coordinate__dimension_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/coordinate__system_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/coordinate__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/copy__segment__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/copy__segments_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/core_2tags_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/correct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/counting_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/course_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/cross__product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/crosses_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/cs_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/de9im_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/debug__complement__graph_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/debug__print__boundary__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/debug__print__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/debug__turn_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/debug__turn__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/debug__validity__phase_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/default__area__result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/default__comparable__distance__result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/default__distance__result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/default__length__result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/default__strategies_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/default__strategy_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/determinant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/difference_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_025ae08e78d6f4efebb0a56ce250a736.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_04d45d6267fb6c25282d58ad810b7bdc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_054af7bbe036a67261726b73e573b3ce.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_0be6f8cb898b13eaf58e615d63893d56.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_0dc8931d37de9720ba7c03d0f554ded1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_0e80b72aef6627e684aa225d13561273.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_1402c78cfe4b3a8f8b61b0acdd44b6a4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_19144ff23f2feaf79e9fd0085ce60eac.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_1db53b2a0b4206971f8a07039331107d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_1ebdbb358340eb3b0364c9d3ed6c8a4f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_3031b9e2f12f859ebfbf5ccda127064a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_372b3be2c08e4e1d39166612525793e2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_3ef17d421db005a49eeea1db0210e908.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_42d5bc1cdd9bb87e7c1e23fe50079caa.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_5070b4beede81efd2daa508f8025de96.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_57e22e5373b72052d85c921f2583ae85.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_5d74177c508066817a1255a92dc8f2a4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_6264b039324fcd610a179f376cbde94b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_647565eec0d94dc3299c955b84302d28.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_658dffd2684749c363737148727fc8b1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_66dc2cdcd61111ce2045ba19a27cf177.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_70223ecaef5d80d63353dbb0510f117c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_75b82e7e4a5feb05200b9ad7adf06257.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_75e122e08cf075e5a1adee2d1bc7049c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_7ce704194c15a3c97d5827509e8deb1f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_8adfea765970617810d1a83b2c339557.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_8bb675351ffaa252a69261671389e2c0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_937a3bd4d0081552ae9b68f27650b616.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_98dc608304ece04b1029fa67c309ea05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_9e6ee61a7858f08ee1131a2e8d211359.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_a389a9de0dc4da0f87ab463cc63bf11d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_a3ea32c32e4892434ec17811730eee3c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_a3f3934fe93618c2e6f3527095116c07.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_a72d5363979ef62232485f75f2f4db90.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_ab9fe656c4f32f2c1e58c621c71ae626.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_b1c3408d39074b319f4645aed5bb8b63.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_b67f73bc9fc64a4bd2753eadf8cac3b3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_b82d0a402713c1965e63885170196de6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_bacb04149764cbf6394e26ac332ca39a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_c19d9ca7c7931af5390b4815bac35861.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_c4bc4d645eeb285867583fc13529c41a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_c7a013051d1ea4062c18161fc553a050.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_dbb29707c3aec431150ec3f92a4a5d27.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_e2a6022e9b6b893585e6efd32eb28246.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_e4909e460444ce8794795414bf3e2f88.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_f136d2905b0cfceed5fa550ffb4c4588.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_f55ac20fb3e3255e57c57139f4ea1870.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_f9d010407669c283f84388388d11766b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_fb0871cff28874276e9df77a5e7224a3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_fb95e015b0511ec55c8d28ef36c37b2d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_fd10a9410dc95d5be6a5c599ac3244eb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dir_fe0d79349011638387ca7fc00c80eb51.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/direction_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/direction__code_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2areal__areal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2box__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2linear__areal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2linear__linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2point__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_2point__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/disjoint__interrupt__policy_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__cross__track_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__cross__track__point__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__haversine_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__projected__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__projected__point__ax_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__pythagoras_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__pythagoras__box__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__pythagoras__point__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/distance__result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/do__reverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/dot__product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/download.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen__b__sets_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen__c__strategy__rationale_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen__d__robustness_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen__examples_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen__mainpage_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen__pages_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/doxygen__z__article09_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/enrich__intersection__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/enrichment__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/envelope_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/envelope_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/envelope_2linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/envelope_2multipoint_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/envelope_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/equals_2point__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/equals_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ever__circling__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/exception_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/expand_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/expand_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/expand_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/expand__by__epsilon_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/exterior__ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/extreme__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/failure__policy_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/files.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/filter__continue__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/flatten__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/flattening_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/follow_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/follow__helpers_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/follow__linear__linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/for__each_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/for__each__coordinate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/for__each__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2cl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2mo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2ns.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_eval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_j.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_x.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_y.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_func_~.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_j.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_rela.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_x.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_y.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/functions_~.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2polygon_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2register_2box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2register_2point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2register_2ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2register_2segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_2segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometries_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometry__id_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/geometry__to__segment__or__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__intersection__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__left__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__max__size_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__piece__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__relative__order_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__turn__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__turn__info__for__endpoint_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__turn__info__helpers_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__turn__info__la_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__turn__info__ll_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/get__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/globals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/globals_defs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/globals_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__access.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__append.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__area.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__arithmetic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__centroid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__compare.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__convert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__convex__hull.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__core.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__correct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__covered__by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__crosses.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__cs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__disjoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__envelope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__equals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__expand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__exterior__ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__for__each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__get.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__interior__rings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__intersects.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__is__empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__is__simple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__is__valid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__iterators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__length.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__make.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__num__geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__num__interior__rings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__num__points.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__num__segments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__overlaps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__perimeter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__projection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__projections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__register.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__relate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__relation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__selected.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__simplify.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__strategies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__svg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__sym__difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__touches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__union.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__unique.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__within.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/group__wkt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/groups_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/handle__colocations_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__duplicates_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__infinite__coordinate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__invalid__coordinate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__nan__coordinate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__non__finite__coordinate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__one__element_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__self__intersections_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__spikes_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/has__valid__self__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/helper__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/hull__graham__andrew_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/identity__view_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/inconsistent__turns__exception_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/indexed_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/initialize_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/interior__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/interior__rings_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/interior__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection_2box__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection__box__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection__insert_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection__ratios_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection__result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersection__strategies_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersects_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/intersects__antimeridian_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/inverse__transformer_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__acceptable__turn_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__areal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__comparable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__convex_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__empty_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__simple_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__simple_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__simple_2linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__simple_2multipoint_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__simple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__valid_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__valid_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__valid_2linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/is__valid_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/iterator__selector_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/length_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/less_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/less__by__segment__ratio_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/line__line__intersection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/linear__or__areal__to__areal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/linear__segment__or__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/linear__to__linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/linestring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/linestring__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/make_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/map__transformer_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/math_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/matrix__transformers_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/max__interval__gap_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/modules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__linestring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__linestring__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__modify_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__modify__with__predicate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__point__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__polygon_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__polygon__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multi__sum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multipoint__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multipoint__to__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multipolygon_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/multirange__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/mutable__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1concepts_1_1within.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1core__dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1cs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1de9im.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1de9im.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1envelope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1helper__geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1is__simple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1is__valid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1overlay.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail_1_1turns.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1detail__dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1fusion__adapt__detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1math.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1model_1_1d2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1model_1_1detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1nyi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1policies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1policies_1_1relate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1range_1_1detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1resolve__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1resolve__variant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1srs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1area.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1area_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1centroid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1centroid_1_1detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1centroid_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1compare.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1convex__hull.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1covered__by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1covered__by_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1distance_1_1comparable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1distance_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1intersection_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1relate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1side.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1side_1_1detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1side_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1simplify.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1transform_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1within.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1strategy_1_1within_1_1services.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1util.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1util_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1util_1_1calculation__type_1_1geometric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1geometry_1_1util_1_1detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaceboost_1_1numeric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_eval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_func_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_j.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespacemembers_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/normalize_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/normalize__spheroidal__box__coordinates_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/normalize__spheroidal__coordinates_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/not_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/not__implemented_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/num__distinct__consecutive__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/num__geometries_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/num__interior__rings_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/num__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/num__segments_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/occupation__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/open.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/order__as__direction_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/output_main.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/overlaps_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/overlay_2linear__linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/overlay_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/overlay__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/pages.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/parallel__continue_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/parameter__type__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/partition_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/perimeter_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__box__by__side_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__poly__crossings__multiply_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__poly__franklin_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__poly__oriented__winding_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__in__poly__winding_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__is__spike__or__equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__on__border_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__on__surface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__order_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__reverse__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__to__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/point__xy_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/pointing__segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/pointlike_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/pointlike__linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/pointlike__pointlike_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/policies_2compare_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/polygon__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/predicate__based__interrupt__policy_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/print__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/promote__floating__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/promote__integral_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/radian__access_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/radius_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/range__by__section_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/range__of__boxes_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/range__to__geometry__rtree_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/rational_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/read_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/recalculate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/register_2linestring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/register_2multi__linestring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/register_2multi__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/register_2multi__polygon_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate_2areal__areal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate_2linear__areal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate_2linear__linear_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate_2point__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate_2point__point_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relate__impl_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relation_2implementation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relation_2interface_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/relation_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/remove__duplicate__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/remove__spikes_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/result_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/result__inverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/reverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/reverse__dispatch_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/reversible__view_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ring__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ring__identifier_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ring__properties_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ring__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/robust_float.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/robust_stars.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/robust_triangle_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/robust_triangles.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/robustness.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/section__box__policies_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/section__functions_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sectionalize_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__identifier_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__intersect__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__iterator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__to__box_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__to__segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/segment__view_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/select__calculation__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/select__coordinate__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/select__most__precise_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/select__rings_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/self__turn__points_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/set_a_ac.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/set_adapt_turns.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/set_int_right_union_left.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/side_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/side__by__cross__track_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/side__by__triangle_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/side__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/side__of__intersection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/signed__size__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/simplify_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/simplify__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/simplify__douglas__peucker_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/simplify_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/single__geometry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sort__by__side_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/srs_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/ssf_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/status.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/std__pair__as__segment_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2agnostic_2relate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2area_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2buffer_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2centroid_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2compare_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2convex__hull_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2covered__by_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2distance_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2intersection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2spherical_2intersection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2tags_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2transform_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_2within_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategies_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/strategy__transform_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/stream_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/stream__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1add__const__if__c-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1add__const__if__c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1areal__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1areal__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1box__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1box__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1box__view-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1box__view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1box__view.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cartesian__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closeable__view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closing__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closing__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closing__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closure-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closure__as__bool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closure__as__bool_3_01closed_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closure__as__bool_3_01closed_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closure__as__bool_3_01open_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1closure__as__bool_3_01open_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01geographic__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01geographic__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01geographic__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01spherical__equatorial__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01spherical__equatorial__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01spherical__equatorial__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01spherical__polar__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01spherical__polar__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1collected__vector_3_01_t_00_01_geometry_00_01spherical__polar__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1comparable__distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1comparable__distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1comparable__distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1comparable__distance__result_3_01_geometry1_00_01_geometry2_00_01void_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1comparable__distance__result_3_01_geometry1_00_01_geometry2_00_01void_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1comparable__distance__result_3_01_geometry1_00_01_geometry2_00_01void_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1compress__variant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1compress__variant.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1concepts_1_1_point_distance_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1concepts_1_1_point_segment_distance_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1concepts_1_1_simplify_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1coordinate__system-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1coordinate__system.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1coordinate__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1coordinate__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1core__dispatch_1_1point__order_3_01detail_1_1buffer_1_1buffered__ring052062d5cc13656a59cdf56b1a8996f9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1core__dispatch_1_1point__order_3_01detail_1_1buffer_1_1buffered__ringd66e631034b7a43d155a5f5f81dc8a72.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1core__dispatch_1_1ring__type_3_01detail_1_1buffer_1_1buffered__ring__023aa1ac442b9bd7853f152f96b9eb7d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1core__dispatch_1_1ring__type_3_01detail_1_1buffer_1_1buffered__ring__5b2c357cfb19aecce592ffd2d42a61d4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1cartesian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1geographic-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1geographic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1polar-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1polar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1spherical-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1spherical.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1spherical__equatorial-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs_1_1spherical__equatorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs__tag-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1cs__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__area__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__area__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__comparable__distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__comparable__distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__comparable__distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__length__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__length__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__length__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1degree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1andoyer__inverse-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1andoyer__inverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1coordinate__cast_3_01rational_3_01_t_01_4_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1coordinate__cast_3_01rational_3_01_t_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1de9im_1_1push__back-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1de9im_1_1push__back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1de9im_1_1push__back_3_01_seq_00_01_t_00_01false_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1envelope_1_1intersects__antimeridian-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1envelope_1_1intersects__antimeridian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system_3_01_1774334e929b15364c3fe8cab0aa5781.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system_3_01_35c535310b249682e5d07d49e8f0e00f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system_3_01_e0ffacb4e3e4ea10e885e7328dc46228.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system_3_01_fd1e8734fbb341b04962d247683abca2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system_3_01_units_00_01geographic__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1cs__tag__to__coordinate__system_3_01_units_00_01spherical__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1default__units-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1default__units.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1default__units_3_01_geometry_00_01cartesian__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1default__units_3_01_geometry_00_01cartesian__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1helper__point-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1helper__geometries_1_1helper__point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1is__valid_1_1debug__validity__phase-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1is__valid_1_1debug__validity__phase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1overlay_1_1get__ring_3_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1overlay_1_1get__ring_3_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1partition_1_1include__all__policy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1partition_1_1include__all__policy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1partition_1_1visit__no__policy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1partition_1_1visit__no__policy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1result__direct-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1result__direct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1result__inverse-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1result__inverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1thomas__inverse-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1thomas__inverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1filter__continue__turns-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1filter__continue__turns.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1less__seg__fraction__other__op-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1less__seg__fraction__other__op.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1remove__duplicate__turns-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1remove__duplicate__turns.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1turn__printer-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1turns_1_1turn__printer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1unique__types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1unique__types.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1variant__or__single.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1variant__or__single.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1vincenty__direct-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1vincenty__direct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1vincenty__inverse-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail_1_1vincenty__inverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail__dispatch_1_1helper__geometry-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail__dispatch_1_1helper__geometry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail__dispatch_1_1helper__geometry.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail__dispatch_1_1helper__geometry_3_01_box_00_01_new_coordinate_ty689709acc3f44e1b8799597d92eec6a0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail__dispatch_1_1helper__geometry_3_01_box_00_01_new_coordinate_tya27f39df96e95618d3c7edea0a7c96e3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail__dispatch_1_1helper__geometry_3_01_point_00_01_new_coordinate_115f89f1a3eb8eb0c22c388d6237be80.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1detail__dispatch_1_1helper__geometry_3_01_point_00_01_new_coordinate_2736d54c84f62d660c59b0e016f57751.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dimension.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dimension.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1copy__segment__point_3_01detail_1_1buffer_1_1buffered__ri3c7bfcbd8e37adae623500f2221c498d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1copy__segment__point_3_01detail_1_1buffer_1_1buffered__ri3c7bfcbd8e37adae623500f2221c498d.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1copy__segments_3_01detail_1_1buffer_1_1buffered__ring__co92bfb1d12717d3f6470a91ec063afff7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1copy__segments_3_01detail_1_1buffer_1_1buffered__ring__co92bfb1d12717d3f6470a91ec063afff7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1envelope_3_01_geometry_00_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1envelope_3_01_geometry_00_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1is__empty_3_01_geometry_00_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1is__empty_3_01_geometry_00_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1within_3_01_point_00_01_multi_geometry_00_01point__tag_005e0242bc865fc0d8f01fac6156c268e5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1dispatch_1_1within_3_01_point_00_01_multi_geometry_00_01point__tag_00ae9ce608c120e8deb4dc22620a60eb84.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1distance__result_3_01_geometry1_00_01_geometry2_00_01void_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1distance__result_3_01_geometry1_00_01_geometry2_00_01void_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1distance__result_3_01_geometry1_00_01_geometry2_00_01void_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1equal__to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1equal__to.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ever__circling__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ever__circling__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ever__circling__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ever__circling__range__iterator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ever__circling__range__iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ever__circling__range__iterator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fp__coordinate__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fp__coordinate__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fraction__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fraction__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fusion__adapt__detail_1_1all__same.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fusion__adapt__detail_1_1all__same.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fusion__adapt__detail_1_1is__coordinate__size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fusion__adapt__detail_1_1is__coordinate__size.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fusion__adapt__detail_1_1is__fusion__sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1fusion__adapt__detail_1_1is__fusion__sequence.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1geographic__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1geographic__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1geometry__collection__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1geometry__collection__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1geometry__id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1geometry__id.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1geometry__not__recognized__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1greater.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1greater.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1helper__geometry-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1helper__geometry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1identity__view-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1identity__view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_b_o_x.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_d_i_m_e_n_s_i_o_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_g_e_o_m_e_t_r_y___c_o_l_l_e_c_t_i_o_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_l_i_n_e_s_t_r_i_n_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_m_u_l_t_i___l_i_n_e_s_t_r_i_n_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_m_u_l_t_i___p_o_i_n_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_m_u_l_t_i___p_o_l_y_g_o_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_p_o_i_n_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_p_o_l_y_g_o_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_r_i_n_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_s_e_g_m_e_n_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1info_1_1_u_n_r_e_c_o_g_n_i_z_e_d___g_e_o_m_e_t_r_y___t_y_p_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1interior__return__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1interior__return__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1interior__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1interior__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1intersection__strategies-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1intersection__strategies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1is__areal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1is__areal.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1is__radian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1is__radian.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1less-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1less.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1less.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1linear__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1linear__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1linestring__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1linestring__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign_3_011_00_011_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign_3_011_00_011_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign_3_011_00_012_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign_3_011_00_012_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign_3_012_00_012_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1model_1_1detail_1_1array__assign_3_012_00_012_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__linestring__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__linestring__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__point__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__point__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__polygon__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__polygon__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1multi__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1not__implemented-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1not__implemented.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1not__implemented.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1not__implemented__error-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1not__implemented__error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1not__implemented__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1not__implemented__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01boost_1_1mpl_1_1int___3_01_d_01_4_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01boost_1_1mpl_1_1int___3_01_d_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01box__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01box__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01geometry__collection__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01geometry__collection__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01geometry__not__recognized__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01geometry__not__recognized__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01linestring__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01linestring__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01multi__linestring__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01multi__linestring__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01multi__point__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01multi__point__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01multi__polygon__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01multi__polygon__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01point__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01point__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01polygon__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01polygon__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01ring__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01ring__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01segment__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1nyi_1_1tag__to__term_3_01segment__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1order__as__direction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1order__as__direction_3_01clockwise_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1order__as__direction_3_01clockwise_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1order__as__direction_3_01counterclockwise_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1order__as__direction_3_01counterclockwise_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1parameter__type__of-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1parameter__type__of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__order-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__order.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__type_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t___e_nd08a15b47001559839935ac76f3e4432.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__type_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t___e_ne779fef8428519fc7733ab4259a48372.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1point__type_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t___e_ne779fef8428519fc7733ab4259a48372.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1pointlike__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1pointlike__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1direction__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1direction__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__direction-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__direction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__intersection__points-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__intersection__points.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__intersection__ratios-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__intersection__ratios.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__tupled-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1policies_1_1relate_1_1segments__tupled.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1polygon__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1polygon__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1polygonal__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1polygonal__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1promote__floating__point-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1promote__floating__point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1radian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1radius__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1radius__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1range_1_1detail_1_1copy__or__move__impl-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1range_1_1detail_1_1copy__or__move__impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1range_1_1detail_1_1copy__or__move__impl_3_01_it_00_01_out_it_00_01false_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1range_1_1detail_1_1copy__or__move__impl_3_01_it_00_01_out_it_00_01false_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1range_1_1detail_1_1pos-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1range_1_1detail_1_1pos.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1read__wkt__exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1read__wkt__exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1read__wkt__exception.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1centroid-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1centroid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance__result_3_01_geometry1_00_02149afb863d916b15e010f2a37dcbbd3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance__result_3_01_geometry1_00_02149afb863d916b15e010f2a37dcbbd3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1comparable__distance__result_3_01_geometry1_00_033a1e730ac16d36c34420010c1a68d8d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1convex__hull-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1convex__hull.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1convex__hull__insert-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1convex__hull__insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1covered__by-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1covered__by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1default__length__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1default__length__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1default__length__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance__result_3_01_geometry1_00_01_geometry2_00_01default__strategy_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance__result_3_01_geometry1_00_01_geometry2_00_01default__strategy_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1distance__result_3_01_geometry1_00_01_geometry2_9d579d3035ad04bbfec8f11565b1a5c9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1perimeter-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1perimeter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1simplify-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1simplify.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1simplify__insert-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1simplify__insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1transform-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1within-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__strategy_1_1within.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1append-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1append.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1append_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_6c8db570d26bac32bd8296e11cfc7fbc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1append_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_c96d3c825ff0b885dd17a394dd5b8089.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1append_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_c96d3c825ff0b885dd17a394dd5b8089.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1append_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_d6591274977a1a46af1ddf9f361ee35a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1append_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_f8eca4f5e2f9bc161ee2a42f331d8930.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1area-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1area.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1area_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_2055d013189ed2316ea68912943d4f1e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1area_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_472b88d9a903f17353bc2e3a4957d70f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1area_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_472b88d9a903f17353bc2e3a4957d70f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1area_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_52ba61017702cf976d14e0764a16e127.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1area_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_r_b73b79fbcfb924794e24d35b83d77f74.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01_geometry1_00_01variant_3_01_b_o_o_s_t070acd18a3df4b43a48d462342d0759a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01_geometry1_00_01variant_3_01_b_o_o_s_t070acd18a3df4b43a48d462342d0759a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01_geometry1_00_01variant_3_01_b_o_o_s_t287273f7716e5fb496f9448136426065.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01_geometry1_00_01variant_3_01_b_o_o_s_t5d2c85228bced4ecdd6acd91023c8ef9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01_geometry1_00_01variant_3_01_b_o_o_s_t943285b4d37ad6dd7b4e4204bcb820b3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t186dd3cfdb2ed1a3cb901682107e9649.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t2d4304d7c20db6024cad4e02caf724fd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t54dba0d889018e30c6f1304c0e5b8db5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t5899470fbab9fe92d3d73b3f48d77819.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t72cb22379f82f77d3775f6f739f2e02f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_tc6a2bf42efa92327bd2f42a7ea58bfb7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_tc6a2bf42efa92327bd2f42a7ea58bfb7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_tded45de0f3ddb5d0052d708df2f49b9c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_tded45de0f3ddb5d0052d708df2f49b9c.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1assign_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_te8a73639f623f73429ad771194f69b48.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1buffer-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1buffer_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_0df08fb1948f174758fa00cd90c20a27.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1buffer_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_0df08fb1948f174758fa00cd90c20a27.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1buffer_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_19429672a55ba036e3207ef7485b042b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1buffer_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_2b95f8687cd96d9d06bc450e141a34a6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1buffer_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_360a2367472d1cd35b8b5cf34c0faf82.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1centroid-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1centroid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1centroid_3_01boost_1_1variant_3_01_b_o_o_s_t___v_004c8f7d3682738a2d9b1ec218a8a95e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1centroid_3_01boost_1_1variant_3_01_b_o_o_s_t___v_c4e4aa605cccf9059a93fda9ad424429.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1centroid_3_01boost_1_1variant_3_01_b_o_o_s_t___v_c4e4aa605cccf9059a93fda9ad424429.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1centroid_3_01boost_1_1variant_3_01_b_o_o_s_t___v_ea7d9f271b172a62b2e9c721a51c359c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1centroid_3_01boost_1_1variant_3_01_b_o_o_s_t___v_f1483b0940241bc01dc99f03ee540bf6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1clear-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1clear_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t_05cdf132352ee1d764a1f5a5565051ab.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1clear_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t_29c4c141869aec694e66c0a8e889c8ac.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1clear_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t_74a0aa99437e8622b0dea45de9b73b29.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1clear_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t_74a0aa99437e8622b0dea45de9b73b29.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1clear_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t_c40abd17dcec39186a59175ce5f74790.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01_geometry1_00_01boost_1_087bbb01662dc157c217c7177b38af38.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01_geometry1_00_01boost_1_30ec8126a1651600a1333c6dae04b59c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01_geometry1_00_01boost_1_39ba6af4d224076404425dd32cfab01e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01_geometry1_00_01boost_1_58db78cf44f948bf2a21996e8d3b0b96.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01_geometry1_00_01boost_1_58db78cf44f948bf2a21996e8d3b0b96.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_0b75096052af165dc281c8e63780a8bd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_5bee4a4e17b61189349371d1021d0bd6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_5bee4a4e17b61189349371d1021d0bd6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_9f184866e4dd0327ea01c3622e7735e5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_b2207a86b283357a5e9215b0b6bae5aa.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_b54ce56abb2f38a3f33097a10a49740e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_c19bb5658bd453abf9a6b787067ad389.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_c19bb5658bd453abf9a6b787067ad389.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_c90392f0a03ace0c5f644a5ca26b30db.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance_3_01boost_1_1variant_3_01_b_e90ab1a21cdf0a14e94f94bf0f748dd6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result_3_01_geometry1_00_0178a1e54d24d89f256ecd8c495f3f2375.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result_3_01_geometry1_00_01dd7de12ca761b7cbe4b23d7893b03515.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result_3_01boost_1_1variant1379d388e74c6fd7efc2224840ae60e2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result_3_01boost_1_1variant1379d388e74c6fd7efc2224840ae60e2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result_3_01boost_1_1variant2f531884c3d274eaf0fe818fb167b5b0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result_3_01boost_1_1variant7a22afd7d076a03527602a19542960cd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1comparable__distance__result_3_01boost_1_1variantb9a81595c30488038d34f60c3ae24236.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convert-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convert_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a0119a280dfb3be929c1a5b1b34106b3d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convert_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a1c3bd4f0fa6003f808b7a0fd4fad6d9d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convert_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a5298afc1ad8dd577355e81358960ddfd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convert_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a8c6bc3dc96f0ad3131b4c41ad028239b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convert_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a8c6bc3dc96f0ad3131b4c41ad028239b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull_3_01boost_1_1variant_3_01_b_o_o_s_t_003df97fa05fcb653fc779c6141e704e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull_3_01boost_1_1variant_3_01_b_o_o_s_t_23da6263a9d7231a8c47987680aa977f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull_3_01boost_1_1variant_3_01_b_o_o_s_t_23da6263a9d7231a8c47987680aa977f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull_3_01boost_1_1variant_3_01_b_o_o_s_t_a3e504599f19a5b93a576743a5803c8d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull_3_01boost_1_1variant_3_01_b_o_o_s_t_df34afb19e488f17d281453668bc6a93.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull__insert-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull__insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull__insert_3_01boost_1_1variant_3_01_b_3602ee0ef19a676cd7e1609327abc627.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull__insert_3_01boost_1_1variant_3_01_b_9d888f9c03bcc5ec38dc8dd118106356.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull__insert_3_01boost_1_1variant_3_01_b_c22893a3de44e58b86fa891f2efaaa63.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull__insert_3_01boost_1_1variant_3_01_b_d36cac5e0707c1f8379c7c39a7e0fbc4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1convex__hull__insert_3_01boost_1_1variant_3_01_b_d36cac5e0707c1f8379c7c39a7e0fbc4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1correct-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1correct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1correct_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a22204d29f084de0fe42b28a6c4bf6df8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1correct_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a788d0072e7f2488591f2e1c3a08688c4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1correct_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a788d0072e7f2488591f2e1c3a08688c4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1correct_3_01boost_1_1variant_3_01_b_o_o_s_t___v_aa19312fa946968c300d6e21295f90903.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1correct_3_01boost_1_1variant_3_01_b_o_o_s_t___v_ae6ff2489db25e5fecf95274cce38b8c8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01_geometry1_00_01boost_1_1variant_270999f455798b395984c372417ec635.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01_geometry1_00_01boost_1_1variant_db641493c231e83152570ceacf3953db.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01_geometry1_00_01boost_1_1variant_dd12af5a4d66c3ffbbf5079a6e906847.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01_geometry1_00_01boost_1_1variant_dd12af5a4d66c3ffbbf5079a6e906847.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01_geometry1_00_01boost_1_1variant_f8677376b988b6cae72260a48757d90b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__0502fa893ca9030c5161d4cf75521452.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__101573ea81dbe1c0a3f7a66d642da534.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__101573ea81dbe1c0a3f7a66d642da534.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__593f42c0fd4e87f6e6eeb2ae21aaf1fd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__75c47a3ebeea0667dd2de0c42e85da27.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__a4107781f6cdfd82080992544ecf2a45.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__a4107781f6cdfd82080992544ecf2a45.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__b5639c147399eda366646a66c4caa67d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__bee18058e93c19f70cb0aea0363064a7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1covered__by_3_01boost_1_1variant_3_01_b_o_o_s_t__eb4537382150616d958b19389c6a2f9c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01_geometry1_00_01variant_3_01_b_o_o_s_1468b60c52baf6ab976788934b8b09e5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01_geometry1_00_01variant_3_01_b_o_o_s_33365f9449c79783586b8bff7adb1db9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01_geometry1_00_01variant_3_01_b_o_o_s_33365f9449c79783586b8bff7adb1db9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01_geometry1_00_01variant_3_01_b_o_o_s_8b7bb093ad1492d091ec004986090233.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01_geometry1_00_01variant_3_01_b_o_o_s_9c9b31604a5541a96b14654638afff96.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_16277454fee15cbea3ec8a8267dfd5d5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_4d356ff1cb36cbb654f07ab06a94a3cb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_6490fd4f498faab666b783ff31644045.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_6490fd4f498faab666b783ff31644045.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_65b7ea2a5f8f2ca8e930f4f397468d1a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_74ae60b2d479e71f65b65c307c8e94b2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_92d44e968af8d0c35ca0d27e6d3b9779.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_ee607095502da4d51bdc94fc670e1e6a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_f8d0f065e87a7f2f12027b4db75fcc9c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1crosses_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_f8d0f065e87a7f2f12027b4db75fcc9c.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1default__length__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1default__length__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1default__length__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1default__length__result_3_01boost_1_1variant_3_01a7382325903d7e28cfa847f1faf604bb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1default__length__result_3_01boost_1_1variant_3_01fae1ba74652ef060acbfeef7270d2e14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01_geometry1_00_01boost_1_1variant_3_03e3f98a1c8abf19a133219e3d745c314.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01_geometry1_00_01boost_1_1variant_3_04b67b58e5504fc872924ff4480d5afed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01_geometry1_00_01boost_1_1variant_3_0731594b4a891fc7486bcf7c9ba37469e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01_geometry1_00_01boost_1_1variant_3_0ce5b95e45b67ad59fbe005520481b42b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01_geometry1_00_01boost_1_1variant_3_0ce5b95e45b67ad59fbe005520481b42b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_0199fb0d934d0a7d5862519e178d8416.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_0599b1dc3de1a4d6acbdd64e2447acc0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_0599b1dc3de1a4d6acbdd64e2447acc0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_2438e17a27c8d9b32e42b27edf34e26a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_2438e17a27c8d9b32e42b27edf34e26a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_5e38cfc49c68eaae1b709e58392073b8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_702b2f70532eff38b1e77faafacc637a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_8457194aa249f38ca93cd825abe26f0e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_9e04d60fa1c4f954319b840c696a21e9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1disjoint_3_01boost_1_1variant_3_01_b_o_o_s_t___v_c80f1bea149205f74d2cebca61d89561.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01_geometry1_00_01variant_3_01_b_o_o_s0859416e2ff2c6c25e9dc8c9307726ea.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01_geometry1_00_01variant_3_01_b_o_o_s40d7fee7e8f88a795e16061d0635c2fc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01_geometry1_00_01variant_3_01_b_o_o_s711b3252e41c5eeb0e6f3373e912a5b5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01_geometry1_00_01variant_3_01_b_o_o_sc6faa2bbc7d7c0ca3d7b54a1951f4917.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01_geometry1_00_01variant_3_01_b_o_o_sc6faa2bbc7d7c0ca3d7b54a1951f4917.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01boost_1_1variant_3_01_b_o_o_s_t___v_0a9b43da7b13e98d0c3f18e5111a6045.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01boost_1_1variant_3_01_b_o_o_s_t___v_0a9b43da7b13e98d0c3f18e5111a6045.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01boost_1_1variant_3_01_b_o_o_s_t___v_1bdc2c536a4deddfff4e3453b7881b17.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01boost_1_1variant_3_01_b_o_o_s_t___v_4825ba43f798416ade4a29d7db83ed70.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01boost_1_1variant_3_01_b_o_o_s_t___v_b95b6b555818e1266f64243af8f6f2a7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n76e151e0a99b65522988338cec935659.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_nd61f11ccf66e35e8dee283477440f184.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_ne7672df281a75c21189b4824f46fde14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_ne7672df281a75c21189b4824f46fde14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_nf950857f3ff6066864689a283a0dee19.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result_3_01_geometry1_00_01boost_1_1var6545783e37acab550559f1bd9a791193.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result_3_01_geometry1_00_01boost_1_1vard7146b8f4ffb9e62d9dc6942af33401d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result_3_01boost_1_1variant_3_01_b_o_o_1e68e15715793c51598b55d4b50649f1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result_3_01boost_1_1variant_3_01_b_o_o_27e5378efd1db1dd68f3b143d390bb39.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result_3_01boost_1_1variant_3_01_b_o_o_9408aabddf1bc17e9ec362b40dee304a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result_3_01boost_1_1variant_3_01_b_o_o_c8114b0ceb4be0e38617bb5aaa88948a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1distance__result_3_01boost_1_1variant_3_01_b_o_o_c8114b0ceb4be0e38617bb5aaa88948a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1envelope-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1envelope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1envelope_3_01boost_1_1variant_3_01_b_o_o_s_t___v_300de25f8679d1efccd72b8223dae7ca.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1envelope_3_01boost_1_1variant_3_01_b_o_o_s_t___v_44f5bf0bcbd0141832fe73b1f8f96c7c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1envelope_3_01boost_1_1variant_3_01_b_o_o_s_t___v_52f3748da33a76e15e969a1b727eff4c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1envelope_3_01boost_1_1variant_3_01_b_o_o_s_t___v_52f3748da33a76e15e969a1b727eff4c.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1envelope_3_01boost_1_1variant_3_01_b_o_o_s_t___v_96d81c0c6d523ebcae5be966f38546cc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01_geometry1_00_01boost_1_1variant_3_01_3b6d232d578978eb9c7eacff4512bfe6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01_geometry1_00_01boost_1_1variant_3_01_7725e2b0b19b4b6b64dbd6594c4ae15d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01_geometry1_00_01boost_1_1variant_3_01_7725e2b0b19b4b6b64dbd6594c4ae15d.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01_geometry1_00_01boost_1_1variant_3_01_e1ebfd6ef6c864ed57d35302069ece82.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01_geometry1_00_01boost_1_1variant_3_01_f1e5bf76ac67e43d4eadc7a11e9f8a90.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_136602391a0c8068eeb567029aeaae50.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_1444bce33686cf0fa9447788861b936a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_5179a798f73fd011c93f9857afc98c31.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_59bef4b580b387de9c081e83f7b615e1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_898c9f85f328c171fd2118f1aeb433eb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_c050b04e1a64312df07050b392f02566.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_c050b04e1a64312df07050b392f02566.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_ceb97ec767f077ac27159bc3bff61db2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_ceb97ec767f077ac27159bc3bff61db2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1equals_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_fc2914c362cd5569696765119b9e4401.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1expand-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1expand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1expand_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_0508dc59a5f33e823fb1f14d337f4c5e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1expand_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_1181b5926b366e31bf6e9e2cd6139205.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1expand_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_278be159d470c83d803c7239a4fc46f1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1expand_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_278be159d470c83d803c7239a4fc46f1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1expand_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_2a7673ef1fb7f69be0102bc138d80333.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01_geometry1_00_01variant_3_01_b_o3b6a8f6383835339af5410ea5b5e40ff.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01_geometry1_00_01variant_3_01_b_o3b6a8f6383835339af5410ea5b5e40ff.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01_geometry1_00_01variant_3_01_b_o50761a948da069623c81239121f402db.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01_geometry1_00_01variant_3_01_b_o974f2d3c05c46548c033200e872b4995.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01_geometry1_00_01variant_3_01_b_oa5c7715fa732c4edd733294a2d924d87.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_i3af5e3b6dd12623dab181b7e3b1fb445.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_i3ccdc3e6419d238db1455cbdf9db9049.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_i9c4794d37b7ce0644a7b07340e844576.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_ib061cfee7342ad893c7e312427da03ae.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_icb432b8e6291abb6d23c3068f7d603a7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_ie04259ad23a0eb61da8caf82f0a0c47e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_ie04259ad23a0eb61da8caf82f0a0c47e.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_ie289fa05636dfb54c43b2301bb2cfbf8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_ie289fa05636dfb54c43b2301bb2cfbf8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1intersection_3_01variant_3_01_b_o_o_s_t___v_a_r_if775b99e09dcaf1919c9efba875af710.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__empty-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__empty_3_01boost_1_1variant_3_01_b_o_o_s_t___v44be6b137fcbd6f3dec19e2f0134ea2b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__empty_3_01boost_1_1variant_3_01_b_o_o_s_t___v47790da86c38531422552734c3784f63.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__empty_3_01boost_1_1variant_3_01_b_o_o_s_t___v5fc612cbf3418eed7a1178144d4e12fd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__empty_3_01boost_1_1variant_3_01_b_o_o_s_t___v5fc612cbf3418eed7a1178144d4e12fd.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__empty_3_01boost_1_1variant_3_01_b_o_o_s_t___vf237ff310a9158c969bf63db5a614467.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__simple-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__simple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__simple_3_01boost_1_1variant_3_01_b_o_o_s_t___028d26cf05ecbab52b1b8f99edea92c8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__simple_3_01boost_1_1variant_3_01_b_o_o_s_t___612937777f21c76087e78e55f237c73f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__simple_3_01boost_1_1variant_3_01_b_o_o_s_t___612937777f21c76087e78e55f237c73f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__simple_3_01boost_1_1variant_3_01_b_o_o_s_t___a8c38accfbc2912099c7cd509ba61c44.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__simple_3_01boost_1_1variant_3_01_b_o_o_s_t___af49e19c82922c6b07719c2468d89612.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__valid-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__valid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__valid_3_01boost_1_1variant_3_01_b_o_o_s_t___v1c5efd9abcf3c8e1674afb83a512fcf5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__valid_3_01boost_1_1variant_3_01_b_o_o_s_t___v3708198cc15d2ede59fc71469088af67.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__valid_3_01boost_1_1variant_3_01_b_o_o_s_t___v46163f934378b3fd2cc155427b1bbdf8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__valid_3_01boost_1_1variant_3_01_b_o_o_s_t___v48e61f53d2912a5c37f6f8ecba8cc402.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1is__valid_3_01boost_1_1variant_3_01_b_o_o_s_t___v48e61f53d2912a5c37f6f8ecba8cc402.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1length-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1length.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1length_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_836be1e635a4e2a80c383fea6624da11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1length_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_836be1e635a4e2a80c383fea6624da11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1length_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_a42d0ffe5b69f6b39694e322cd217549.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1length_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_b7de75c6fc280f06744e400add573826.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1length_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_d9129f824d779fa4bb0db97f5cf8577d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__geometries-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__geometries_3_01boost_1_1variant_3_01_b_o_o_s3a042b3cb52bb0427ad96f7be8d1a089.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__geometries_3_01boost_1_1variant_3_01_b_o_o_s42f1a2865db9d8f1c5b959e97db08f0f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__geometries_3_01boost_1_1variant_3_01_b_o_o_s703364fbf7d81f634d8d4b30a2f438bb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__geometries_3_01boost_1_1variant_3_01_b_o_o_sdeecc5afb58a9b94d7d1eef5d12dea14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__geometries_3_01boost_1_1variant_3_01_b_o_o_sdeecc5afb58a9b94d7d1eef5d12dea14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__interior__rings-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__interior__rings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__interior__rings_3_01boost_1_1variant_3_01_b_1b65bf573bdcedcb2ed6f328725b14e9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__interior__rings_3_01boost_1_1variant_3_01_b_1b65bf573bdcedcb2ed6f328725b14e9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__interior__rings_3_01boost_1_1variant_3_01_b_31f8661bc39b790e278d7eb067630e2a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__interior__rings_3_01boost_1_1variant_3_01_b_92488c42a1cf4f53da58c672fa46ee80.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__interior__rings_3_01boost_1_1variant_3_01_b_fba5107d17ebc5d03d072f51fbb1fd51.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__points-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__points.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__points_3_01boost_1_1variant_3_01_b_o_o_s_t__07dd50e58a29c5bafa960fef19f42ed4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__points_3_01boost_1_1variant_3_01_b_o_o_s_t__8c4d5b5d0a29587148a8028c33c69711.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__points_3_01boost_1_1variant_3_01_b_o_o_s_t__b0f4282593ab1b18177c9acc825dca7d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__points_3_01boost_1_1variant_3_01_b_o_o_s_t__da905be50965cce65bdee001203428e4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__points_3_01boost_1_1variant_3_01_b_o_o_s_t__da905be50965cce65bdee001203428e4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__segments-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__segments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__segments_3_01boost_1_1variant_3_01_b_o_o_s_t49cd970d79b4060f96a680c351e5d733.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__segments_3_01boost_1_1variant_3_01_b_o_o_s_t7d97bd4c4eaf5376ce18b94ff966e644.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__segments_3_01boost_1_1variant_3_01_b_o_o_s_t7d97bd4c4eaf5376ce18b94ff966e644.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__segments_3_01boost_1_1variant_3_01_b_o_o_s_t873a1f63b17c036f895d249c05b36d8a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1num__segments_3_01boost_1_1variant_3_01_b_o_o_s_td2e955d49796c89886e8675744b172fd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1perimeter-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1perimeter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1perimeter_3_01boost_1_1variant_3_01_b_o_o_s_t___v270d783cda75386eb56b09ae35aa366a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1perimeter_3_01boost_1_1variant_3_01_b_o_o_s_t___v270d783cda75386eb56b09ae35aa366a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1perimeter_3_01boost_1_1variant_3_01_b_o_o_s_t___v65db3d4dbe8a2cdb02b3cb4117b1a11e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1perimeter_3_01boost_1_1variant_3_01_b_o_o_s_t___vbe819620bea9621b113d1f0c653a0ff4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1perimeter_3_01boost_1_1variant_3_01_b_o_o_s_t___vf74a0c84b425ee28a429e6fd904c3d15.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01_geometry1_00_01boost_1_1variant_3_01_1306694dd8202727c5ff08a71c2653ed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01_geometry1_00_01boost_1_1variant_3_01_3ffa48d7039e7085601d67422b098a35.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01_geometry1_00_01boost_1_1variant_3_01_3ffa48d7039e7085601d67422b098a35.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01_geometry1_00_01boost_1_1variant_3_01_49daa2bf7b14ff41337cf61d2a7bcd50.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01_geometry1_00_01boost_1_1variant_3_01_ac1563b1e4251ad38b20337736dcb4b8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_61d2a092e2b1fd824e24863d2068d96b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_6f3cbecf4eeb02e9088ac50ff47faecb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_6f3cbecf4eeb02e9088ac50ff47faecb.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_80a3ea6b422e23790ea9c085d50f1893.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_8dab4381d52aee755ade903571d9f337.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_ae5459b64dc0f89c265f02fd3272e4f9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_dadb8a7d7ff8805ba0f67ae8a8734919.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_de7283a57b4335f29adbc6b5bd923f5e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_e99b6a9c299eb4ac60ddefc655d4abc0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relate_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_e99b6a9c299eb4ac60ddefc655d4abc0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01_geometry1_00_01boost_1_1variant_3_03a6635917a3a9c1c917ade78fee1a4ee.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01_geometry1_00_01boost_1_1variant_3_0536567cbcdc499372a3af538da10ec3c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01_geometry1_00_01boost_1_1variant_3_091215f780abc2f57837afb561a5c1dd4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01_geometry1_00_01boost_1_1variant_3_091215f780abc2f57837afb561a5c1dd4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01_geometry1_00_01boost_1_1variant_3_0eeb6d99828ceeb93c3ef823952c8c649.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_0fd407f3a9193a6f4d86e40145e59531.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_1f52d7a6c8787f1654758ac0c04c492b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_4650cb51655264f997415c526be0fe94.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_52855f6650794494654a3241b9d9f5d8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_52855f6650794494654a3241b9d9f5d8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_893a934a137c1d670d9b117a3dba491f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_b533b17b1c8d665c455a33b75ca6b291.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_e57a1296dad05da96cd14b347fde02ac.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_f3d353099a1a1f44f7a7877173296d03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1relation_3_01boost_1_1variant_3_01_b_o_o_s_t___v_f3d353099a1a1f44f7a7877173296d03.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1remove__spikes-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1remove__spikes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1remove__spikes_3_01boost_1_1variant_3_01_b_o_o_s_3b3159ef634dc8574307c19055a67237.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1remove__spikes_3_01boost_1_1variant_3_01_b_o_o_s_63fde987f78399e217b68a5784c94bea.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1remove__spikes_3_01boost_1_1variant_3_01_b_o_o_s_8a568374c68486e73376e941520f4c86.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1remove__spikes_3_01boost_1_1variant_3_01_b_o_o_s_9f7a00ea6d1e7adb4de61777094f2dbc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1remove__spikes_3_01boost_1_1variant_3_01_b_o_o_s_9f7a00ea6d1e7adb4de61777094f2dbc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1reverse-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1reverse_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a2683408f8f479c4594c8d4aee57eac93.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1reverse_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a3588e06660796a65edd82ca02ec2ba89.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1reverse_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a3588e06660796a65edd82ca02ec2ba89.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1reverse_3_01boost_1_1variant_3_01_b_o_o_s_t___v_ab277737c4497c2336c4c8996a775eda2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1reverse_3_01boost_1_1variant_3_01_b_o_o_s_t___v_ab43c24fcbd2aa4a542c72f2fac10cc37.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1self__touches-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1self__touches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1self__touches_3_01boost_1_1variant_3_01_b_o_o_s_t2f509c9af3a5b822f0d2d971886c343a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1self__touches_3_01boost_1_1variant_3_01_b_o_o_s_t6cbd92f0689d3d2c98a7f8382376cdea.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1self__touches_3_01boost_1_1variant_3_01_b_o_o_s_t91612ae8093794838aca609006a98e71.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1self__touches_3_01boost_1_1variant_3_01_b_o_o_s_tc4741e1fbdc955f178e2f6294a37a2fb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1self__touches_3_01boost_1_1variant_3_01_b_o_o_s_tc4741e1fbdc955f178e2f6294a37a2fb.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1simplify-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1simplify.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1simplify_3_01boost_1_1variant_3_01_b_o_o_s_t___v_58f9c90790a1e1998e07b3f1acb321d3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1simplify_3_01boost_1_1variant_3_01_b_o_o_s_t___v_72b4b5fe50b128313b14f1012abfe65f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1simplify_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a490f6614ccca4a38911bd8ae7b0c45d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1simplify_3_01boost_1_1variant_3_01_b_o_o_s_t___v_b46818e131e04151d69bee9525a6fbb6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1simplify_3_01boost_1_1variant_3_01_b_o_o_s_t___v_b46818e131e04151d69bee9525a6fbb6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01_geometry1_00_01boost_1_1variant_3_0152a63d6d6eae031910843449fd2b6afd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01_geometry1_00_01boost_1_1variant_3_0173cbdd67e9c0c4da4cf179e0378c2d60.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01_geometry1_00_01boost_1_1variant_3_01ebfbfed87886d7dee8942245afe3d188.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01_geometry1_00_01boost_1_1variant_3_01f353cc7c1ddf252870e4f13580294083.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01_geometry1_00_01boost_1_1variant_3_01f353cc7c1ddf252870e4f13580294083.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a42a984fb0ec08e16a5ae1e68ebc0ae80.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a4499bbe750524c5d9c8ad77ad610a065.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a46f469291f04b797045d6debec17a1fd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a46f469291f04b797045d6debec17a1fd.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a545b3fd92fe46940db1d1af61e24f6e7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a617fa92d72491ab33611c822b4ed1fe3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a617fa92d72491ab33611c822b4ed1fe3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a7bed57f244618478fa2b55eedef06f4e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a81c878ead288ecb151aad03d00e1de3e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1touches_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a8ad6e51a5b4891d1c51b180c9cc91f2e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1transform-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1transform_3_01boost_1_1variant_3_01_b_o_o_s_t___v094bbeeb3fc1f550824378f49d0e5fda.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1transform_3_01boost_1_1variant_3_01_b_o_o_s_t___v094bbeeb3fc1f550824378f49d0e5fda.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1transform_3_01boost_1_1variant_3_01_b_o_o_s_t___v09d9b7a3acf765d965b860dbe7df4079.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1transform_3_01boost_1_1variant_3_01_b_o_o_s_t___v90bb3fb79dfb1b253604baee54901505.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1transform_3_01boost_1_1variant_3_01_b_o_o_s_t___vbff50b8887c779d9bf308e716d186b05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01_geometry1_00_01boost_1_1variant_3_01_66dc72c446240660ccc7a89fd55304dd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01_geometry1_00_01boost_1_1variant_3_01_e47d0e619acf3d8ad1f57a83f85a4e8b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01_geometry1_00_01boost_1_1variant_3_01_f59c49c769f8a7ba44e1981f5f6b7912.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01_geometry1_00_01boost_1_1variant_3_01_fe6f419073623544800edee6cc0fea81.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01_geometry1_00_01boost_1_1variant_3_01_fe6f419073623544800edee6cc0fea81.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_0aa5b94ac627f2a3720da3fcb606d8df.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_0ce7729b4c402d9f235c2328e171e3a3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_32600ba0ba20f1343b8a2bac70653622.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_51c9f0a9e74a6e05e40a856ccd632734.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_5f77cf778e67d0339776b0628fe4f34c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_8693b34f35359a01aeef0a27bac8d2cb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_8693b34f35359a01aeef0a27bac8d2cb.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_c038d7404488fec094259fefb510af70.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_ec7ae2758c3efde11bba2a55620a0d21.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1resolve__variant_1_1within_3_01boost_1_1variant_3_01_b_o_o_s_t___v_a_ec7ae2758c3efde11bba2a55620a0d21.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1reverse__dispatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1reverse__dispatch.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1reversible__view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__identifier-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__identifier.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__return__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__return__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1ring__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1section-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1section.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1sections-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1sections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1sections.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__identifier-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__identifier.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__intersection__points-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__intersection__points.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__view-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1segment__view.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__calculation__type__alt-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__calculation__type__alt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__coordinate__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__coordinate__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__coordinate__type_3_01_t1_00_01_t2_00_01void_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__coordinate__type_3_01_t1_00_01_t2_00_01void_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__coordinate__type_3_01_t1_00_01void_00_01void_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__coordinate__type_3_01_t1_00_01void_00_01void_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01_t1_00_01_t2_00_01void_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01_t1_00_01_t2_00_01void_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01_t1_00_01void_00_01void_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01_t1_00_01void_00_01void_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01boost_1_1rational_3_01_t1_01_4_00_01boost_1168f3942b131af4b7f6f78de5c26b263.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01boost_1_1rational_3_01_t1_01_4_00_01boost_1_1rational_3_01_t2_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01boost_1_1rational_3_01_t_01_4_00_01double_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1select__most__precise_3_01boost_1_1rational_3_01_t_01_4_00_01double_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1single__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1single__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1single__tag__of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1single__tag__of_3_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1single__tag__of_3_01detail_1_1buffer_1_1buffered__ring__collection__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1spherical__equatorial__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1spherical__equatorial__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1spherical__polar__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1spherical__polar__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1spherical__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1spherical__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1srs__sphere__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1srs__sphere__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1srs__spheroid__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1srs__spheroid__tag.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1area_1_1huiller_1_1excess__sum-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1area_1_1huiller_1_1excess__sum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1area_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1area_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1centroid_1_1detail_1_1weighted__length__sums-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1centroid_1_1detail_1_1weighted__length__sums.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1centroid_1_1not__applicable__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1centroid_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1centroid_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1centroid_1_1weighted__length_1_1set__sum__div__length-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1centroid_1_1weighted__length_1_1set__sum__div__length.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1compare_1_1circular__comparator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1compare_1_1circular__comparator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1compare_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1covered__by_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1covered__by_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1cross__track_1_1return__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1cross__track_1_1return__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1cross__track_1_1return__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1haversine_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1haversine_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1haversine_1_1calculation__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras_1_1calculation__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__box__box_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__box__box_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__point__box_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1comparable_1_1pythagoras__point__box_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track_1_1return__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track_1_1return__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track_1_1return__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track__point__box_1_1return__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track__point__box_1_1return__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1cross__track__point__box_1_1return__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1haversine_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1haversine_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1haversine_1_1calculation__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1projected__point_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1projected__point_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1projected__point_1_1calculation__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras_1_1calculation__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__box__box_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__box__box_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__box__box_1_1calculation__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__point__box_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__point__box_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1pythagoras__point__box_1_1calculation__type.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1comparable__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1comparable__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1get__comparable-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1get__comparable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1result__from__distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1return__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1return__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1distance_1_1services_1_1tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1intersection_1_1relate__spherical__segments-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1intersection_1_1relate__spherical__segments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1intersection_1_1relate__spherical__segments_1_1segment__intersection__info-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1intersection_1_1relate__spherical__segments_1_1segment__intersection__info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1intersection_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1intersection_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1not__implemented.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1relate_1_1relate-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1relate_1_1relate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1detail_1_1multiplicable__integral-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1detail_1_1multiplicable__integral.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1side__by__triangle_1_1compute__side__value-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1side__by__triangle_1_1compute__side__value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1side__by__triangle_1_1compute__side__value_3_01_c2c321b09afaf203b66a0ea1077a54faf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1side_1_1side__by__triangle_1_1compute__side__value_3_01_c88e59f9eb62faca90cc40f3e1070dd79.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1copy__direct-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1copy__direct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1copy__per__coordinate-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1copy__per__coordinate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1degree__radian__vv-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1degree__radian__vv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1degree__radian__vv__3-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1degree__radian__vv__3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__equatorial__2-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__equatorial__2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__equatorial__3-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__equatorial__3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__polar__2-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__polar__2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__polar__3-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__cartesian__3__to__spherical__polar__3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__equatorial__2__to__cartesian__3-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__equatorial__2__to__cartesian__3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__equatorial__3__to__cartesian__3-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__equatorial__3__to__cartesian__3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__polar__2__to__cartesian__3-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__polar__2__to__cartesian__3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__polar__3__to__cartesian__3-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1from__spherical__polar__3__to__cartesian__3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1transform_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__covered__by__longitude__check-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__covered__by__longitude__check.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__covered__by__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__covered__by__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__covered__by__range_3_01_geometry_00_010_00_01spherical__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__covered__by__range_3_01_geometry_00_010_00_01spherical__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__covered__by__range_3_01_geometry_00_010_00_01spherical__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__in__box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__in__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__longitude__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__longitude__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__within__longitude__check-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__within__longitude__check.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__within__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__within__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__within__range_3_01_geometry_00_010_00_01spherical__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__within__range_3_01_geometry_00_010_00_01spherical__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1box__within__range_3_01_geometry_00_010_00_01spherical__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1covered__by__longitude__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1covered__by__longitude__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1covered__by__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1covered__by__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1covered__by__range_3_01_geometry_00_010_00_01spherical__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1covered__by__range_3_01_geometry_00_010_00_01spherical__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1covered__by__range_3_01_geometry_00_010_00_01spherical__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1decide__covered__by-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1decide__covered__by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1decide__within-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1decide__within.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1longitude__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1longitude__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1point__in__box-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1point__in__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1point__in__box__by__side-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1point__in__box__by__side.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1point__in__point-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1point__in__point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__box__box__loop-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__box__box__loop.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__box__box__loop_3_01_sub_strategy_00_01_5cb80eead5f30a97c04c418439615af3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__box__box__loop_3_01_sub_strategy_00_01_7c707eae54d923a4056442231cac0358.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__point__box__loop-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__point__box__loop.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__point__box__loop_3_01_sub_strategy_00_094127060d059be8b71167bb38703e30e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1relate__point__box__loop_3_01_sub_strategy_00_0d02405ff544ca3bda6e9452553117646.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1services_1_1default__strategy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1services_1_1default__strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__calculate__count-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__calculate__count.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__calculate__count_3_01_point_00_01_calc98bd4b8be71d4ccfd22f00303a8c637a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__calculate__count_3_01_point_00_01_calca69cfe36d9c7cf262d5bfaf468117704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__check__touch-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__check__touch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__check__touch_3_01_point_00_01_calculatb99ad4472a33f10fd2de3e4e2f91ea76.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__check__touch_3_01_point_00_01_calculate9f52b8a0d2744ce64bb2f274fded74d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__side__equal-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__side__equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__side__equal_3_01cartesian__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__side__equal_3_01cartesian__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__small__angle-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1winding__small__angle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1within__longitude__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1within__longitude__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1within__range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1within__range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1within__range_3_01_geometry_00_010_00_01spherical__tag_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1within__range_3_01_geometry_00_010_00_01spherical__tag_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy_1_1within_1_1within__range_3_01_geometry_00_010_00_01spherical__tag_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__compare-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__compare.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__convex__hull-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__convex__hull.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__tag__distance__box__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__tag__distance__point__box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__tag__distance__point__point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1strategy__tag__distance__point__segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1tag-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1tag__cast-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1tag__cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1topological__dimension.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1topological__dimension.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1access-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1access.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1clear-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1closure-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1closure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1closure_3_01geometry_1_1detail_1_1buffer_1_1buffered__ring_3_01_ring_01_4_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1closure_3_01geometry_1_1detail_1_1buffer_1_1buffered__ring_3_01_ring_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1coordinate__system-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1coordinate__system.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1coordinate__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1coordinate__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1cs__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1dimension-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1dimension.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1exterior__ring-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1exterior__ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1indexed__access.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1interior__const__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1interior__const__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1interior__mutable__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1interior__mutable__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1interior__rings-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1interior__rings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__order-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__order.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__order_3_01geometry_1_1detail_1_1buffer_1_1buffered__4cd259e85b22b8392a8130b1f5033a88.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__order_3_01geometry_1_1detail_1_1buffer_1_1buffered__ring_3_01_ring_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__type_3_01geometry_1_1detail_1_1buffer_1_1buffered__r55a59398d45027abbfd285d628587ccd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__type_3_01geometry_1_1detail_1_1buffer_1_1buffered__r5f00776d68d5e7baba5fb77f12f3a3a3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__type_3_01geometry_1_1strategy_1_1simplify_1_1detail_6dd3b2ab5795dbe05fff56061d560c55.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1point__type_3_01geometry_1_1strategy_1_1simplify_1_1detail_dc19e08e055898896d1f5991a2699c2e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1push__back-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1push__back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1radius__access.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1radius__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1resize-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1resize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1ring__const__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1ring__const__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1ring__mutable__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1ring__mutable__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1rvalue__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1rvalue__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1tag-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1tag_3_01geometry_1_1detail_1_1buffer_1_1buffered__ring_3_01_ring_01_4_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1tag_3_01geometry_1_1detail_1_1buffer_1_1buffered__ring_3_01_ring_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1tag_3_01geometry_1_1detail_1_1buffer_1_1buffered__ring__cold8b904e7e1b630f9e24b9eac797100b8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1traits_1_1tag_3_01geometry_1_1detail_1_1buffer_1_1buffered__ring__collection_3_01_ring_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1transform__variant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1transform__variant.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1transform__variant_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t___e_n_uf4ac33b8d803230c1237c41fa1e5e7a2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1transform__variant_3_01variant_3_01_b_o_o_s_t___v_a_r_i_a_n_t___e_n_uf4ac33b8d803230c1237c41fa1e5e7a2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1bare__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1bare__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1calculation__type_1_1geometric_1_1binary-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1calculation__type_1_1geometric_1_1binary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1calculation__type_1_1geometric_1_1ternary-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1calculation__type_1_1geometric_1_1ternary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1calculation__type_1_1geometric_1_1unary-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1calculation__type_1_1geometric_1_1unary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1combine__if-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1combine__if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1combine__if_1_1combine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1combine__if_1_1combine_1_1apply-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1combine__if_1_1combine_1_1apply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1detail_1_1calculation__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1detail_1_1calculation__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1detail_1_1default__integral-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1util_1_1detail_1_1default__integral.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1geometry_1_1volumetric__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1numeric_1_1bounds_3_01rational_3_01_t_01_4_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1numeric_1_1bounds_3_01rational_3_01_t_01_4_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1numeric_1_1converter_3_01double_00_01rational_3_01_t_01_4_00_01_traits_00_01_over184905eda8c1885bf2ab0318299a6a5d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1numeric_1_1converter_3_01double_00_01rational_3_01_t_01_4_00_01_traits_00_01_overd9f08d1f75acb237b1fd093e1ee32cdb.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1numeric_1_1converter_3_01int_00_01rational_3_01_t_01_4_00_01_traits_00_01_overflocf71f48a4c63089443533e85a50d5620.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/structboost_1_1numeric_1_1converter_3_01int_00_01rational_3_01_t_01_4_00_01_traits_00_01_overfloe44c09400be6e25b3249702afde2cc35.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sub__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/svg_2write_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/svg__mapper_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/svg_simplify_country.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sweep_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sym__difference_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tag_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tag__cast_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/thomas__inverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/throw__on__empty__input_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/topological__dimension_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/topology__check_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/touches_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/transform__units_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/transform__variant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/traversal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/traversal__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/traversal__ring__creator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/traversal__switch__detector_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/traverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/tupled_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/turn__in__original__visitor_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/turn__in__piece__visitor_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/turn__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/union_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/unique_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/util_2range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/validity__failure__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/variant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/vincenty__direct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/vincenty__inverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/visit__info_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/within__concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/within__no__turns_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/within_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/wkt_2write_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/wkt_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/write__svg_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/write__svg__multi_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/x01_qt_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/x01_qt_example_output.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/x03_a_soci_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/doxy/doxygen_output/html_by_doxygen/x03_b_soci_example_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/aboutdoc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/compilation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/design.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples/example__adapting_a_legacy_geometry_object_model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/examples/example_source_code__adapting_a_legacy_geometry_object_model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/matrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/quickstart.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/exterior_ring/exterior_ring_1_const_version.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_1_with_index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/get/get_as_radian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/interior_rings/interior_rings_1_const_version.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_2_with_index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/access/set/set_from_radian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_fusion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/point_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/polygon_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/polygon_with_holes_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_polygon/rectangle_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/filtered.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/reversed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/sliced.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_range/strided.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/boost_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/c_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box_2d_4values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_box_templated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_linestring_templated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_linestring_templated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_point_templated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_multi_polygon_templated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d_const.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_2d_get_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d_const.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_point_3d_get_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/adapted/register/boost_geometry_register_ring_templated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/append.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/area.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/area/area_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/area/area_2_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_inverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_points.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_3_2_coordinate_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_4_3_coordinate_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_values_5_4_coordinate_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/assign/assign_zero.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer_7_with_strategies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/buffer/return_buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/centroid_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/centroid_3_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/return_centroid_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/centroid/return_centroid_2_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/convert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/convex_hull.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/correct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/covered_by/covered_by_3_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/crosses.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/disjoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/comparable_distance_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/comparable_distance_3_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/distance/distance_3_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/envelope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/envelope/envelope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/envelope/return_envelope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/equals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/expand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_1_one_geometry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_2_two_geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_simple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid/is_valid_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid/is_valid_2_with_failure_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/is_valid/is_valid_2_with_message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length/length_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/length/length_2_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_2_2_coordinate_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_3_3_coordinate_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_inverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/make/make_zero.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_interior_rings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_points.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/num_segments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/overlaps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter/perimeter_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/perimeter/perimeter_2_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/relate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/relation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/simplify.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/simplify/simplify_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/simplify/simplify_4_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/sym_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/touches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/touches/touches_1_one_geometry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/touches/touches_2_two_geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/transform/transform_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/transform/transform_3_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/union_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/unique.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/within.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/within/within_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/algorithms/within/within_3_with_strategy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/add_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/add_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/assign_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/assign_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/cross_product_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/cross_product_2_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/divide_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/divide_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/dot_product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/multiply_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/multiply_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/subtract_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/arithmetic/subtract_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_multi_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_multi_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_multi_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/concepts/concept_segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/constants.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/constants/max_corner.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/constants/min_corner.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/closure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/coordinate_system.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/coordinate_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/cs_tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/degree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/dimension.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/interior_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/is_radian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/point_order.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/point_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/radian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/ring_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/core/tag_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_cartesian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_geographic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_spherical.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/cs/cs_spherical_equatorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/de9im.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/de9im/de9im_mask.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/de9im/de9im_matrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/de9im/de9im_static_mask.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/buffer_side_selector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/closure_selector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/join_selector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/order_selector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/piece_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/result_code.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/enumerations/validity_failure_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions/centroid_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/exceptions/exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg/svg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/svg/svg_mapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/wkt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/wkt/read_wkt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/io/wkt/wkt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators/closing_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/iterators/ever_circling_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_d2_point_xy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_multi_linestring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_multi_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_multi_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_polygon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_referring_segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/models/model_segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/_rtree__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/begin__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/bounds__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/clear__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/count_valueorindexable_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/empty__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/end__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/get_allocator__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/indexable_get__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_convertibleorrange_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_iterator__iterator_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/insert_value_type_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree____.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/operator__rtree_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/parameters__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/qbegin_predicates_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/qend__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/query_predicates_const____outiter_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_convertibleorrange_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_iterator__iterator_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/remove_value_type_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_iterator__iterator_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_parameters_type_const____indexable_getter_const____value_equal_const____allocator_type_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_range_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree____.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_____allocator_type_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/rtree_rtree_const____allocator_type_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/size__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/swap_rtree___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/boost__geometry__index__rtree/value_eq__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__adaptors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__adaptors/queried_predicates_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__inserters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__inserters/inserter_container___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/contains_geometry_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/covered_by_geometry_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/covers_geometry_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/disjoint_geometry_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/intersects_geometry_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/nearest_geometry_const____unsigned_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/overlaps_geometry_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/satisfies_unarypredicate_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__predicates/within_geometry_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/begin_rtree______const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/bounds_rtree______const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/clear_rtree________.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/empty_rtree______const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/end_rtree______const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________convertibleorrange_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________iterator__iterator_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/insert_rtree_________value_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/qbegin_rtree______const____predicates_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/qend_rtree______const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/query_rtree______const____predicates_const____outiter_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________convertibleorrange_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________iterator__iterator_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/remove_rtree_________value_const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/size_rtree______const___.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/group__rtree__functions/swap_rtree_________rtree________.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers/boost__geometry__index__equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/observers/boost__geometry__index__indexable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_linear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_quadratic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__dynamic_rstar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__linear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__quadratic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/spatial_indexes/parameters/boost__geometry__index__rstar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_area_huiller.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_area_surveyor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_distance_asymmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_distance_symmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_end_flat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_end_round.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_join_miter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_join_round.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_point_circle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_point_square.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_buffer_side_straight.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_average.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_centroid_bashein_detmer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_convex_hull_graham_andrew.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_cross_track.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_cross_track_point_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_haversine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_projected_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras_box_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_distance_pythagoras_point_box.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_cross_track.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_side_by_triangle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_side_spherical_side_formula.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_simplify_douglas_peucker.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_inverse_transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_map_transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_rotate_transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_scale_transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_translate_transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_ublas_transformer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_within_crossings_multiply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_within_franklin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/strategies/strategy_within_winding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/box_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/closeable_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/identity_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/reversible_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference/views/segment_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/reference_alphabetical_index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/creation_and_modification.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/queries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_iterators_of_a_map_storing_variant_geometries.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_polygons_stored_in_vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_of_shared_pointers_to_polygons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_stored_in_mapped_file_using_boost_interprocess.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/index_stored_in_shared_memory_using_boost_interprocess.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/iterative_query.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/range_adaptors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/specializing_index__indexable_function_object___storing_shared_pointers_in_the_rtree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_examples/using_indexablegetter_function_object___storing_indexes_of_external_container_s_elements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/geometry/spatial_indexes/rtree_quickstart.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/buffer_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/buffer_multi_point.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/buffer_multi_polygon.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/buffer_strategies.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/centroid.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/convex_hull.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/difference_a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/difference_b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/envelope.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/intersection.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/is_simple_example.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/is_valid_example.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/is_valid_failure_example.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/return_envelope.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/sym_difference.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/union.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/algorithms/within.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/build_non_ovl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/build_ovl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/bulk.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/disjoint.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_linestring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_mpoly.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_poly.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_ring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/intersects_segment.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn_box_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn_pt_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/knn_seg_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/linear.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/overlaps.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/path.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/quadratic.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/query_non_ovl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/query_ovl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rstar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_disjoint_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_intersects_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_knn_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_knn_pt.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_pt_knn_seg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_disjoint_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_intersects_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_knn_box.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_knn_pt.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/rtree_seg_knn_seg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/index/rtree/within.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/io/svg_mapper.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/nyi.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/ok.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_distance_asymmetric.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_distance_symmetric.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_end_flat.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_end_round.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_join_miter.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_join_round.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_point_circle.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/img/strategies/buffer_point_square.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/svg_simplify_country.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/html/svg_simplify_road.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1dynamic__linear-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1dynamic__linear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1dynamic__quadratic-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1dynamic__quadratic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1dynamic__rstar-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1dynamic__rstar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1rtree-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classboost_1_1geometry_1_1index_1_1rtree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/closed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/dir_0d70c6d27e6ac49e78cf999cef868997.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/dir_1db53b2a0b4206971f8a07039331107d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/dir_a3f3934fe93618c2e6f3527095116c07.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/dir_fdbe8c75440c2b51ea0bcda5afe8de82.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/distance__predicates_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/equal__to_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/files.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2cl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2mo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2ns.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/functions_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/group__adaptors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/group__inserters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/group__nearest__relations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/group__predicates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/group__rtree__functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/indexable_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/inserter_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/modules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/open.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/parameters_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/predicates_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/query_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/rtree_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/all_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/classes_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/classes_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/classes_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/classes_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/classes_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/classes_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/close.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/functions_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/groups_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/groups_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/groups_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/groups_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/groups_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/mag_sel.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/nomatches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/search.css +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/search_l.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/search_m.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/search_r.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/search/typedefs_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_05575411b27cb3dcedde3865d7b2e05da.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01boost_1_1tuple_3_01_t0_00_01_t1_00_0d252629b995b4050c72c9fe880df96c2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01std_1_1pair_3_01_t1_00_01_t2_01_4_00_01false_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01std_1_1pair_3_01_t1_00_01_t2_01_4_00_01false_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01std_1_1tuple_3_01_args_8_8_8_4_00_01false_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1equal__to_3_01std_1_1tuple_3_01_args_8_8_8_4_00_01false_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable_3_01boost_1_1tuple_3_01_indexable_00_01_14b3825c25bf3c35358f568ca3f4ddd2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable_3_01boost_1_1tuple_3_01_indexable_00_01_298da6b3f1ebc98cd30fa5ba46f3d84b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable_3_01std_1_1pair_3_01_indexable_00_01_t2_01_4_00_01false_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable_3_01std_1_1pair_3_01_indexable_00_01_t2_01_4_00_01false_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable_3_01std_1_1tuple_3_01_indexable_00_01_arce96996f75cd251e2adccf022512246c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1detail_1_1indexable_3_01std_1_1tuple_3_01_indexable_00_01_args_8_8_8_4_00_01false_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1equal__to-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1equal__to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1equal__to.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1indexable-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1indexable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1indexable.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1linear-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1linear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1quadratic-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1quadratic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1rstar-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/structboost_1_1geometry_1_1index_1_1rstar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/html_by_doxygen/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/interprocess.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/interprocess_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/iterative_query.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/iterative_query_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/mapped_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/mapped_file_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_shared_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_shared_ptr_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/polygons_vector_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/quick_start.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/quick_start_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/range_adaptors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/range_adaptors_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_index.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_index_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_shared_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/value_shared_ptr_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/variants_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/index/src/examples/rtree/variants_map_results.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/other/logo/logo128x128.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/other/logo/logo16x16.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/other/logo/logo400x400.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/other/logo/logo64x64.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/other/logo/logo_bkg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/manual.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/sample/src/examples/apple_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/append.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/area.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/area_with_strategy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_2d_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_3d_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_box_corners.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_inverse.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_point_from_index.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_point_to_index.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/assign_points.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/buffer_with_strategies.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/centroid.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/clear.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/comparable_distance.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/convert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/convex_hull.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/correct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_one.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_overlay.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/create_svg_two.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/difference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/difference_inserter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/distance.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/envelope.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/equals.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/expand.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/for_each_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/for_each_point_const.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/for_each_segment_const.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersection_ls_ls_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersection_poly_poly.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersection_segment.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersects_linestring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/intersects_segment.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_empty.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_simple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_valid.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_valid_failure.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/is_valid_message.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/length.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/length_with_strategy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_2d_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_3d_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_inverse.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/make_with_range.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_geometries.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_interior_rings.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_points.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/num_segments.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/relate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/relation.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/return_envelope.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/reverse.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/simplify.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/simplify_insert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/simplify_insert_with_strategy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/sym_difference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/transform.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/transform_with_strategy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/union.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/unique.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/algorithms/within.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/closure.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/coordinate_dimension.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/coordinate_system.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/coordinate_type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/degree_radian.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/get_box.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/get_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/interior_type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/point_order.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/point_type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/ring_type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/rings.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/set_box.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/set_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/tag.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/core/tag_cast.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/examples_utils/create_svg_buffer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_array.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_fusion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_box.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_polygon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_polygon_ring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/filtered.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/reversed.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/sliced.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/strided.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_range/uniqued.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/boost_tuple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/adapted/c_array.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/box.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/linestring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/multi_linestring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/multi_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/multi_polygon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/point_xy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/polygon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/box.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/box_2d_4values.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/box_templated.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/linestring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/linestring_templated.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_linestring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_point_templated.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/multi_polygon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/ring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/register/ring_templated.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/ring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/geometries/segment.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/io/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/io/read_wkt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/io/svg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/io/wkt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/quick_start.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_distance_asymmetric.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_distance_symmetric.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_end_flat.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_end_round.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_join_miter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_join_round.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_point_circle.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/strategies/buffer_point_square.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/views/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/views/box_view.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/doc/src/examples/views/segment_view.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/01_point_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/02_linestring_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/03_polygon_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/04_boost_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/05_a_overlay_polygon_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/05_b_overlay_linestring_polygon_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/06_a_transformation_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/06_b_transformation_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/07_a_graph_route_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/07_b_graph_route_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c01_custom_point_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c02_custom_box_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c03_custom_linestring_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c04_a_custom_triangle_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c04_b_custom_triangle_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c05_custom_point_pointer_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c06_custom_polygon_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c07_custom_ring_pointer_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c08_custom_non_std_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c09_custom_fusion_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c10_custom_cs_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/c11_custom_cs_transform_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/data/cities.sql +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/data/cities.wkt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/data/roads.wkt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/data/world.wkt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/ml01_multipolygon_simplify.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/ml02_distance_strategy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/gd-2.0.35/boost_geometry_readme.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/shapelib-1.3.0b2/boost_geometry_readme.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/contrib/soci-3.1.0/boost_geometry_readme.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x01_qt_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x02_gd_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_a_soci_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_b_soci_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_c_soci_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x03_d_soci_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x04_wxwidgets_world_mapper_readme.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x05_shapelib_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/example/with_external_libs/x06_qt_world_mapper_readme.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/3d_benchmark.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/benchmark.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/benchmark2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/benchmark3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/benchmark_experimental.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/benchmark_insert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/glut_vis.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/random_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/geometry/index/example/serialize.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/adobe_logo.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/adobe_source.css +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/doxygen/images/interleaved.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/doxygen/images/mandel.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/doxygen/images/monkey_steps.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/doxygen/images/planar.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/doxygen/images/step_iterator.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/adobe_source.css +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/algorithm_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/any__image_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/channel_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/cmyk_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/deprecated_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/device__n_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/dirs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/files.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/functions_rela.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0001.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0001.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0002.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0002.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0003.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0003.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0004.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0004.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0005.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0005.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0006.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0006.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0007.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0007.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0008.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0008.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0009.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0009.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0010.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0010.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0011.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0011.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0012.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0012.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0013.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0013.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0014.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0014.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0015.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0015.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0016.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0016.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0017.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0017.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0018.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0018.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0019.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0019.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0020.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0020.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0021.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0021.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0022.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0022.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0023.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0023.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0024.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0024.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0025.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0025.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0026.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0026.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0027.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0027.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0028.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0028.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0029.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0029.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0030.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0030.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0031.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0031.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0032.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0033.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0033.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0034.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0034.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0035.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0035.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0036.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0036.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0037.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0037.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0038.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0038.png +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0039.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0040.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0041.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0042.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0043.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0044.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0045.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0046.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0047.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0049.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0050.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0051.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0052.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0053.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0054.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0055.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0056.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0057.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0058.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0059.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0060.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0061.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0062.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0063.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0064.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0065.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0066.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0067.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0068.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0069.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0070.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0071.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0072.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0073.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0074.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0075.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0076.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0077.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0078.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0079.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0080.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0081.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0082.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0083.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0084.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0085.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0086.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0087.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0088.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0089.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0090.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0091.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0092.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0093.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0094.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0095.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0096.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0097.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0098.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0099.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0100.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0101.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0102.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0103.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0104.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0105.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0106.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0107.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0108.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0109.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0110.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0111.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0112.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0113.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0114.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0115.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0116.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0117.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0118.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0119.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0120.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0121.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0122.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0123.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0124.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0125.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0126.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0127.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0128.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0129.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0130.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0131.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0132.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0133.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0134.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0135.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0136.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0137.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0138.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0139.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0140.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0141.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0142.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0143.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0144.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0145.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0146.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0147.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0148.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0149.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0150.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0151.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0152.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0153.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0154.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0155.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0156.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0157.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0158.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0159.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0160.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0161.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0162.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0163.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0164.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0165.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0166.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0167.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0168.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0169.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0170.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0171.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0172.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0173.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0174.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0175.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0176.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0177.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0178.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0179.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0180.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0181.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0182.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0183.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0184.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0185.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0186.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0187.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0188.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0189.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0190.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0191.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0192.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0193.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0194.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0195.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0196.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0197.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0198.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0199.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0201.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0202.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0203.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0204.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0205.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0206.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0207.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0208.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0209.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0210.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0211.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0212.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0213.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0214.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0215.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0216.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0217.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0218.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0219.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0220.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0221.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0222.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0223.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0225.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0226.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0227.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0228.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0229.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0230.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0231.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0232.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0233.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0234.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0235.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0236.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0237.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0238.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0239.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0240.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0241.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0242.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0243.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0244.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0245.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0246.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0247.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0249.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0250.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0251.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0252.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0253.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0254.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0255.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0256.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0257.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0258.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0259.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0260.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0261.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0262.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0263.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0265.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0266.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0267.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0268.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0269.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0270.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0271.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0272.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0273.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0274.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0275.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0276.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0277.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0278.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0279.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0280.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0281.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0282.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0283.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0284.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0285.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0286.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0287.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0288.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0289.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0290.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0291.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0292.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0293.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0294.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0295.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0296.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0297.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0298.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0299.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0300.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0301.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0302.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0303.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0305.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0306.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0307.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0308.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0309.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0310.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0311.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0312.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0313.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0314.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0315.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0316.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0317.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0318.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0319.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0320.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0321.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0322.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0323.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0324.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0325.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0326.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0327.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0329.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0330.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0331.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0332.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0333.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0334.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0335.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0336.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0337.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0338.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0339.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0340.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0341.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0342.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0343.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0344.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0345.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0346.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0347.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0348.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0349.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0350.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0351.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0352.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0353.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0354.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0355.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0356.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0357.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0358.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0359.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0361.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0362.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0363.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0364.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0365.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0366.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0367.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0368.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0369.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0370.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0371.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0372.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0373.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0374.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0375.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0376.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0377.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0378.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0379.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0380.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0381.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0382.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0383.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0384.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0385.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0386.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0387.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0388.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0389.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0390.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0391.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0393.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0394.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0395.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0396.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0397.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0398.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0399.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0400.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0401.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0402.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0403.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0404.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0405.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0406.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0407.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0408.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0409.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0410.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0411.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0412.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0413.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0414.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0415.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0416.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0417.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0418.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0419.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0420.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0421.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0422.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0423.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0424.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0425.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0426.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0427.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0428.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0429.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0430.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0431.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0432.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0433.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0434.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0435.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0436.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0437.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0438.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0439.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0440.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0441.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0442.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0443.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0444.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0445.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0446.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0447.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0448.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0449.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0450.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0451.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0452.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0453.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0454.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0455.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0456.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0457.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0458.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0459.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0460.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0461.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0462.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0463.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0464.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0465.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0466.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0467.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0468.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0469.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0470.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0471.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0472.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0473.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0474.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0475.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0476.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0477.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0478.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0479.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0480.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0481.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0482.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0483.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0484.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0485.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0486.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0487.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0488.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0489.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0490.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0491.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0492.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0493.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0494.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0495.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0497.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0498.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0499.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0500.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0501.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0502.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0503.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0504.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0505.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0506.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0507.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0508.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0509.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0510.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0511.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0512.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0513.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0514.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0515.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0516.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0517.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0518.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0519.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0520.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0521.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0522.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0523.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0524.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0525.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0526.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0527.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0528.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0529.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0530.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0531.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0532.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0533.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0534.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0535.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0537.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0538.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0539.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0540.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0541.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0542.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0543.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0544.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0545.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0546.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0547.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0548.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0549.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0550.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0551.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0552.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0553.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0554.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0555.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0556.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0557.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0558.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0559.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0560.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0561.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0562.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0563.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0564.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0565.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0566.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0567.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0568.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0569.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0570.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0571.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0572.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0573.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0574.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0575.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0576.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0577.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0578.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0579.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0580.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0581.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0582.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0583.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0584.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0585.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0586.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0587.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0588.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0589.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0590.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0591.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0592.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0593.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0594.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0595.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0596.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0597.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0598.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0599.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0600.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0601.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0602.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0603.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0604.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0605.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0606.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0607.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0608.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0609.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0610.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0611.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0612.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0613.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0614.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0615.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0616.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0617.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0618.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0619.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0620.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0621.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0622.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0623.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0624.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0625.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0626.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0627.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0628.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0629.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0630.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0631.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0632.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0633.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0634.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0635.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0636.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0637.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0638.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0639.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0641.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0642.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0643.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0644.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/g_i_l_0645.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/gil__all_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/gildesignguide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/giltutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/gray_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group___channel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group___i_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group___image.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group___pixel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group___point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group___variant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group__bits16.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group__bits16s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group__bits32.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group__bits32f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group__bits32s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group__bits8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/group__bits8s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/image_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/interleaved.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/io__error_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/jpeg__io_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/locator_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/mandel.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/modules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/monkey_steps.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/namespaceboost.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/pages.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/pixel_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/planar.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/png__io_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/reduce_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/rgb_8hpp-source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/rgb_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/rgba_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/step_iterator.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/tiff__io_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/tutorial_8dox.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/typedefs_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/utilities_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/html/variant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/Makefile +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/README.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/affine.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/convolution.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/dynamic_image.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/histogram.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/interleaved_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/interleaved_ptr.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/interleaved_ref.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/mandelbrot.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/packed_pixel.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/resize.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/test.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/example/x_gradient.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/gil/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/AStarHeuristic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/AStarVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/AddEdgeVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/AdjacencyGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/AdjacencyMatrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/BFSVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/BasicMatrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/BellmanFordVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/BidirectionalGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/Buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/ColorValue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/DFSVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/DijkstraVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/EdgeListGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/EdgeMutableGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/EventVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/EventVisitorList.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/Graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/IncidenceGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/IteratorConstructibleGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/KeyedUpdatableQueue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/Monoid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/MutableGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/MutablePropertyGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/PlanarEmbedding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/PlanarFaceVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/PropertyGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/PropertyTag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/TSPTourVisitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/UpdatableQueue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/VertexAndEdgeListGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/VertexListGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/VertexMutableGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/adjacency_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/adjacency_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/adjacency_list_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/adjacency_matrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/astar_heuristic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/astar_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/astar_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bandwidth.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bc_clustering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bellman_ford_shortest.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bellman_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/betweenness_centrality.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bfs_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bgl-cover.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bgl_named_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/biconnected_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/boyer_myrvold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/boykov_kolmogorov_max_flow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/breadth_first_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/breadth_first_visit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/bundles.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/challenge.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/circle_layout.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/compressed_sparse_row.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/connected_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/constructing_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/copy_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/cuthill_mckee_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/cycle_canceling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/dag_shortest_paths.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/depth_first_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/depth_first_visit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/dfs_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/dijkstra_shortest_paths.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/dijkstra_shortest_paths_no_color_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/dijkstra_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/directed_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/distance_recorder.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/edge_coloring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/edge_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/edge_predecessor_recorder.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/edmonds_karp_max_flow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/erdos_renyi_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj-list.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj-list2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix-graph.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix-graph2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix-graph3.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj-matrix.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj_list.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/adj_matrix.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/analogy.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/back_edges.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/betweenness_centrality.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/bfs_example.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/bfs_family.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/bfs_visitor.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/biconnected.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/bk_max_flow.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/canonical_ordering.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/central_point_dominance.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/concepts.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/cr.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/dfs.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/dfs_example.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/dfs_family.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/dfs_visitor.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/digraph.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/disjoint_set_family.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/dominator-tree1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/dominator-tree2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/edge_list.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/embedding_illustration.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/face_illustration.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/face_traversal_example.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/file_dep.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/forward_or_cross_edges.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/ga-circle.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/ga-heart.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/ga-square.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/graph_search.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/grid_graph_indexed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/grid_graph_unwrapped.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/grid_graph_wrapped.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/k_5_and_k_3_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/knights_tour.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/kolmogorov_max_flow.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/max-flow.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/maximal-match.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/maximum-match.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/mcr.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/planar_plane_straight_line.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/python.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/python_ico.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/quick_start.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/rel_betweenness_centrality.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/search_states.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/sequential_vertex_coloring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/sigma_st.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/sigma_stv.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/stl_iter.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/straight_line_drawing.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/subgraph-tree.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/subgraph.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/tree_edges.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/undigraph.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-list.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix-graph.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix-graph2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix-graph3.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/undir-adj-matrix2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/v_star.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/very_complex_graph.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/visitor.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/warning.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/figs/wheel_graph.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/file_dependency_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/filtered_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/find_flow_cost.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/find_odd_cycle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/floyd_warshall_shortest.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/fruchterman_reingold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/graph_coloring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/graph_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/graph_theory_review.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/graph_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/grid_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/gursoy_atun_layout.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/hawick_circuits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/howard_cycle_ratio.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/incident.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/incremental_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/inv_adjacency_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/is_bipartite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/is_kuratowski_subgraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/is_straight_line_drawing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/isomorphism.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/johnson_all_pairs_shortest.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/kamada_kawai_spring_layout.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/kevin_bacon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/king_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/known_problems.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/kruskal_min_spanning_tree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/layout_tolerance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/leda_conversion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/lengauer_tarjan_dominator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/make_biconnected_planar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/make_connected.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/make_maximal_planar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/maximum_adjacency_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/maximum_matching.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/mcgregor_common_subgraphs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/metric_tsp_approx.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/minimum_degree_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/null_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/opposite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/planar_canonical_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/planar_face_traversal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/planar_graphs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/plod_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/predecessor_recorder.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/prim_minimum_spanning_tree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/profile.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/property.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/property_put.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/property_writer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/publications.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/push_relabel_max_flow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/python.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/quick_tour.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/r_c_shortest_paths.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/random.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/random_layout.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/random_spanning_tree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/read_dimacs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/read_graphml.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/read_graphviz.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/reverse_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/sequential_vertex_coloring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/sloan_ordering.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/sloan_start_end_vertices.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/small_world_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/sorted_erdos_renyi_gen.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/sparse_matrix_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stanford_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/6e4.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/8b7.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/digraph1-min-cut.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/digraph1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/f79.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner-example-c1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner-example-min-cut.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner-example.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_imgs/stoer_wagner.cpp.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/stoer_wagner_min_cut.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/straight_line_drawing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/strong_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/subgraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/successive_shortest_path_nonnegative_weights.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/table_of_contents.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/tc-out.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/tc.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/time_stamper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/topological_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/topology.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/transitive_closure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/transpose_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/trouble_shooting.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/tsp_tour_len_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/tsp_tour_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/two_graphs_common_spanning_trees.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/undirected_dfs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/undirected_graph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/users.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/using_adjacency_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/using_property_maps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/vf2_sub_graph_iso.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/visitor_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/wavefront.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/write-graphviz.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/write_dimacs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/doc/write_graphml.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/accum-compile-times.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/actor_clustering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/adj_list_ra_edgelist.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/adjacency_list.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/adjacency_list.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/adjacency_list_io.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/adjacency_matrix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/astar-cities.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/astar_maze.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bcsstk01 +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bcsstk01.rsa +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bellman-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bellman-ford-internet.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bellman_ford.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bfs-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bfs-example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bfs-name-printer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bfs.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bfs.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bfs_basics.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bfs_neighbor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/biconnected_components.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bipartite_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/boost_web.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/boost_web_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/boost_web_graph.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/boykov_kolmogorov-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bron_kerbosch_clique_number.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bron_kerbosch_print_cliques.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/bucket_sorter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/canonical_ordering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/cc-internet.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/city_visitor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/closeness_centrality.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/clustering_coefficient.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/comm_network.graph +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/components_on_edgelist.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/components_on_edgelist.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/concept_checks.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/connected-components.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/connected_components.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/connected_components.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/container_gen.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/container_gen.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/copy-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/csr-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/cuthill_mckee_ordering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/cuthill_mckee_ordering.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/cycle-file-dep.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/cycle-file-dep2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/cycle_canceling_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/cycle_ratio_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dag_shortest_paths.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/data1.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/data2.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/data3.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dave.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dave.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/default-constructor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/default-constructor2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/degree_centrality.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dfs-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dfs-parenthesis.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dfs.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dfs.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dfs_basics.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dfs_parenthesis.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dfs_parenthesis.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dijkstra-example-listS.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dijkstra-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dijkstra-no-color-map-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/dijkstra.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/directed_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/eccentricity.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge-connectivity.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge-function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge-iter-constructor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_basics.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_basics.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_coloring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_connectivity.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_iterator_constructor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_iterator_constructor.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_property.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edge_property.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/edmonds-karp-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/exterior_properties.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/exterior_properties.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/exterior_property_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/exterior_property_map.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/family-tree-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/family_tree.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/fibonacci_heap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/fibonacci_heap.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/figs/cc-internet.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/figs/dfs-example.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/figs/edge-connectivity.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/figs/ospf-graph.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/figs/scc.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/figs/telephone-network.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/file_dependencies.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/file_dependencies.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/filtered-copy-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/filtered_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/filtered_graph.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/filtered_graph_edge_range.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/filtered_vec_as_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/fr_layout.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/gerdemann.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/gerdemann.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/girth.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graph-assoc-types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graph-property-iter-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graph-thingie.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graph_as_tree.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graph_property.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graphviz.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graphviz_example.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/graphviz_test.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/grid_graph_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/grid_graph_properties.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/hawick_circuits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/helper.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/implicit_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/in_edges.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/in_edges.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/inclusive_mean_geodesic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/incremental-components-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/incremental_components.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/incremental_components.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/influence_prestige.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/info_network.graph +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/interior_pmap_bundled.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/interior_property_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/interior_property_map.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/iohb.c +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/iohb.h +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/isomorphism.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/iteration_macros.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/iterator-property-map-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/johnson-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/johnson.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kevin-bacon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kevin-bacon.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kevin-bacon2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kevin-bacon2.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kevin-bacon2.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kevin_bacon.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/king_ordering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/knights-tour.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/knights_tour.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kruskal-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kruskal-telephone.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kruskal.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/kuratowski_subgraph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/labeled_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/last-mod-time.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/leda-concept-check.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/leda-graph-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/leda-regression.cfg +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/loops_dfs.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/make_biconnected_planar.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/make_connected.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/make_maximal_planar.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/makefile-dependencies.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/makefile-target-names.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/matching_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow2.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow3.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow4.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow5.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow6.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow7.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow8.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/max_flow9.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/mcgregor_subgraphs_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/mean_geodesic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/miles_span.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/miles_span.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/min_max_paths.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/minimum_degree_ordering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/modify_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/modify_graph.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/neighbor_bfs.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/ordered_out_edges.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/ordered_out_edges.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/ospf-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/parallel-compile-time.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/planar_face_traversal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/prim-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/prim-telephone.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/prim.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/print-adjacent-vertices.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/print-edges.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/print-in-edges.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/print-out-edges.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/prism_3_2.graph +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/prob_network.graph +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/property-map-traits-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/property_iterator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/push-relabel-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/put-get-helper-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/quick-tour.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/quick_tour.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/quick_tour.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/r_c_shortest_paths_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/reachable-loop-head.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/reachable-loop-tail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/read_graphviz.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/read_write_dimacs-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/regression.cfg +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/remove_edge_if_bidir.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/remove_edge_if_bidir.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/remove_edge_if_dir.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/remove_edge_if_dir.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/remove_edge_if_undir.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/remove_edge_if_undir.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/reverse-graph-eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/reverse_graph.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/roget_components.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/scaled_closeness_centrality.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/scc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/scc.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/sgb-regression.cfg +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/simple_planarity_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/sloan_ordering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/social_network.graph +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/stoer_wagner.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/straight_line_drawing.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/strong-components.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/strong_components.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/strong_components.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/subgraph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/subgraph.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/subgraph_properties.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/successive_shortest_path_nonnegative_weights_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/target-compile-costs.dat +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/tc.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/test-astar-cities.dot +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/tiernan_girth_circumference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/tiernan_print_cycles.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo-sort-file-dep.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo-sort-file-dep2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo-sort-with-leda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo-sort-with-sgb.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo-sort1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo-sort2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo_sort.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/topo_sort.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/transitive_closure.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/transpose-example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/two_graphs_common_spanning_trees.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/undirected_adjacency_list.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/undirected_adjacency_list.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/undirected_dfs.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/undirected_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/vector-as-graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/vector_as_graph.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/vertex-name-property.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/vertex_basics.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/vertex_basics.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/vf2_sub_graph_iso_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/vf2_sub_graph_iso_multi_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/visitor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/visitor.expected +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/example/write_graphviz.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/architecture.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/dijkstra_dist3_graph.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/dijkstra_seq_graph.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/dist-adjlist.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/dist-pmap.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/distributed-graph.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/graph.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/DistributedEdgeListGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/DistributedGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/DistributedVertexListGraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/GlobalDescriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/betweenness_centrality.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/boman_et_al_graph_coloring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/breadth_first_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_4_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeDense_columns_5_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_4_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_cluster_Odin_generator_ER_SF_SW_dataset_TimeSparse_columns_5_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_cluster_Odin_columns_11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_cluster_Odin_columns_11_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_4_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_5_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_6_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_7_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeDense_columns_9_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_cluster_Odin_columns_11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_cluster_Odin_columns_11_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_4_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_5_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_6_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_7_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_SF_SW_dataset_TimeSparse_columns_9_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeDense_columns_5_6_7_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeDense_columns_5_6_7_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeSparse_columns_5_6_7_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_ER_dataset_TimeSparse_columns_5_6_7_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeDense_columns_5_6_7_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeDense_columns_5_6_7_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeSparse_columns_5_6_7_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SF_dataset_TimeSparse_columns_5_6_7_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeDense_columns_5_6_7_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeDense_columns_5_6_7_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeSparse_columns_5_6_7_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/chart_php_generator_SW_dataset_TimeSparse_columns_5_6_7_8_speedup_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/connected_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/connected_components_parallel_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/dehne_gotz_min_spanning_tree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/dijkstra_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/dijkstra_shortest_paths.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/distributedS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/distributed_adjacency_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/distributed_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/distributed_queue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/fruchterman_reingold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/local_subgraph.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/mesh_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/metis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/mpi_bsp_process_group.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/non_distributed_betweenness_centrality.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/page_rank.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/pbgl-logo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/process_group.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/rmat_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/scalable_rmat_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/simple_trigger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/sorted_rmat_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/sorted_unique_rmat_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/ssca_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/st_connected.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/strong_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/tsin_depth_first_visit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/unique_rmat_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/html/vertex_list_adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/doc/vertex_coloring.png +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/example/breadth_first_search.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/example/dijkstra_shortest_paths.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/graph_parallel/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/benchmark/chart.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/footer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/header.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/Boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/accessors_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/adapt__adt_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/adapt__struct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/adjust_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/adjust__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/adl_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/algorithm_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/all_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/all__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/always_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/and_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/any_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/any__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ap_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/append_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/apply_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/arg_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/arithmetic_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/arrowdown.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/arrowright.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/assert_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/at_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/at__key_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/back_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/basic__tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/bool_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/boost_2fusion_2vector_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/boost_2mpl_2vector_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/boost_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/bug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/canonical__constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/capture_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/cartesian__product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/chain_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/classstd_1_1ratio.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/closed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/comparing_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/compose_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concat_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2applicative_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2comonad_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2comparable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2euclidean__ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2foldable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2functor_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2group_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2hashable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2integral__constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2iterable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2logical_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2metafunction_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2monad_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2monad__plus_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2monoid_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2orderable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2searchable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2sequence_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_2struct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concept_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/concepts_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/config_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/contains_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_2common_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_2default_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_2is__a_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_2make_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_2tag__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_2to_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_2when_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/core_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/count_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/count__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/create_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/curry_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/cycle_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/decay_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/define__struct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/demux_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dependent__on_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/deprecated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/deque_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2any__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2array_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2operators_2comparable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2operators_2iterable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2operators_2logical_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2operators_2monad_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2operators_2orderable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2operators_2searchable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/detail_2variadic_2at_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/difference_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_0a4844ac9cb2026bd07faf42b116b549.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_0cd2b357ffff5ecfb0310070703d859b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_1878a3f4746a95c6aad317458cc7ef80.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_323f3a97cf58df541572718162fe1793.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_3a2d86f21a1d869e2ec4e510547bf681.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_579efcf19f0a51e7b529b5b94ff4dd6f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_666cbe1241d83a4f7d9cad90f7b86490.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_7042a2e59d7efa2568e3581036b964b0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_8414a6d7fc3b38da6a6da863ae030f2c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_97491a7940b2b44461a547afe712abd2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_9c824c28346f35ae3c8d4f56bd6b4593.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_a6bcc969367a2b1bb27eb51c9ff4f3b4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_aa8bf510119a03cbd5af87806db73281.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_b00751b7bd933c58cff85542f43b8f16.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_cc4d96287a8e6ea2980c75f79e8c5cd4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_cd91aed0e5b3a0fe3db2eb07a1431dc6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_cf196044773ad9db3b539387dd944c9e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_daf74c896eae580804ddb7810f485dad.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_e68e8157741866f444e17edd764ebbae.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dir_f021aaf8cb4047f6c82c8c8a57a9e0c7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dispatch_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/dispatch__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/div_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/doc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/drop__back_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/drop__front_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/drop__front__exactly_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/drop__into_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/drop__while_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/duplicate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/empty_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/erase__key_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/eval_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/eval__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ext_2boost_2fusion_2detail_2common_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ext_2boost_2fusion_2tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ext_2boost_2tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ext_2std_2array_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ext_2std_2integral__constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ext_2std_2pair_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ext_2std_2tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/extend_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/extract_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fast__and_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/files.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fill_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/filter_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/find_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/find__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/first_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/first__unsatisfied__index_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fix_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/flat_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/flatten_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/flip_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fold_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fold__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fold__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/foldl1_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/foldr1_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/for__each_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/front_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/functional_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/functions_rela.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/functions_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fuse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fusion_2list_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fusion_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2accessors_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2adapt__adt_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2adapt__struct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2adjust_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2adjust__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2all_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2all__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2and_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2any_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2any__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2ap_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2append_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2at_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2at__key_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2back_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2basic__tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2bool_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2cartesian__product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2chain_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2comparing_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concat_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2applicative_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2comonad_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2comparable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2euclidean__ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2foldable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2functor_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2group_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2hashable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2integral__constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2iterable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2logical_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2metafunction_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2monad_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2monad__plus_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2monoid_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2orderable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2ring_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2searchable_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2sequence_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2concept_2struct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2contains_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_2common_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_2default_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_2is__a_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_2make_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_2tag__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_2to_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_2when_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2core_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2count_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2count__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2cycle_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2define__struct_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2difference_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2div_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2drop__back_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2drop__front_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2drop__front__exactly_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2drop__while_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2duplicate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2empty_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2erase__key_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2eval_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2eval__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2extend_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2extract_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2fill_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2filter_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2find_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2find__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2first_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2flatten_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2fold_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2fold__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2fold__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2for__each_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2front_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2fuse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2greater_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2greater__equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2group_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2hash_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2insert_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2insert__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2integral__constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2intersection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2intersperse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2is__disjoint_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2is__empty_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2is__subset_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2keys_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2lazy_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2length_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2less_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2less__equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2lexicographical__compare_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2lift_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2map_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2max_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2maximum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2members_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2min_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2minimum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2minus_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2mod_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2monadic__compose_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2monadic__fold__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2monadic__fold__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2mult_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2negate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2none_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2none__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2not_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2not__equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2one_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2optional_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2or_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2ordering_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2pair_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2partition_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2permutations_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2plus_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2power_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2prefix_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2prepend_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2remove_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2remove__at_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2remove__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2remove__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2repeat_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2replace_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2replace__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2replicate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2reverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2reverse__fold_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2scan__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2scan__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2second_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2set_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2size_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2slice_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2span_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2string_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2suffix_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2sum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2symmetric__difference_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2take__back_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2take__front_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2take__while_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2tap_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2then_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2transform_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2unfold__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2unfold__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2union_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2unique_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2unpack_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2value_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2while_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2zero_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2zip_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2zip__shortest_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2zip__shortest__with_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/fwd_2zip__with_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/globals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/globals_defs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/greater_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/greater__equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Applicative.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Comonad.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Comparable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-EuclideanRing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Foldable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Functor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Group.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Hashable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Iterable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Logical.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Monad.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-MonadPlus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Monoid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Orderable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Ring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Searchable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-Struct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-assertions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-config.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-core.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-datatypes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-details.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-experimental.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-ext-boost.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-ext-fusion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-ext-mpl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-ext-std.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-ext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/group__group-functional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/hana_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/has__common__embedding_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/has__duplicates_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/hash_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/hash__table_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/id_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/index__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/infix_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/insert_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/insert__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/integer__sequence_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/integral__c_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/integral__constant_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/intersection_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/intersperse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/intrinsics_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/is__disjoint_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/is__empty_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/is__subset_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/iterate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/keys_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/lazy_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/length_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/less_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/less__equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/lexicographical__compare_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/lift_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/lockstep_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/map_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/max_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/maximum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/members_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/min_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/minimum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/minus_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/mod_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/modules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/monadic__compose_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/monadic__fold__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/monadic__fold__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/mpl_2list_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/mpl_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/mult_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespaceboost.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespaceboost_1_1hana.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespaceboost_1_1hana_1_1literals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespacemembers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespacemembers_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespacemembers_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespacemembers_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/navtree.css +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/negate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nested__by_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nested__by__fwd_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nested__than_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nested__than__fwd_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nested__to_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/nested__to__fwd_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/none_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/none__of_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/not_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/not__equal_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/on_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/one_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/open.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/optional_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/or_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ordering_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/overload_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/overload__linearly_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/pages.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/pair_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/partial_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/partition_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/permutations_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/placeholder_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/plus_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/power_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/prefix_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/prepend_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/preprocessor_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/product_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/ratio_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/remove_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/remove__at_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/remove__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/remove__range_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/repeat_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/replace_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/replace__if_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/replicate_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/reverse_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/reverse__apply_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/reverse__fold_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/reverse__partial_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/scan__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/scan__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_12.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_13.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_15.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_16.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_17.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/all_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/classes_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/close.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/defines_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_12.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_13.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_15.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/files_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/functions_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/functions_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/functions_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/functions_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/functions_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/functions_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/functions_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/groups_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/mag_sel.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/namespaces_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/nomatches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/pages_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/pages_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/pages_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/pages_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/related_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/related_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/search.css +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/search_l.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/search_m.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/search_r.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/typedefs_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_12.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_13.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_15.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_16.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_17.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/search/variables_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/second_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/set_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/size_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/slice_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/span_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/split__at_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/std_2vector_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/std_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/std__common__type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/string_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/struct__macros_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1fusion_1_1deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1fusion_1_1list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1fusion_1_1tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1fusion_1_1vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1IntegralConstant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1at__key__detail_1_1advance__until.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1basic__tuple-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1basic__tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1basic__tuple__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1basic__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1common.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1constant__detail_1_1which-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1constant__detail_1_1which.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1default__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1CanonicalConstant-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1CanonicalConstant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1any__of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1array-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1create-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1create.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1decay-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1decay.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1first__unsatisfied__index-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1first__unsatisfied__index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1has__duplicates-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1has__duplicates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1index__if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1nested__by-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1nested__by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1nested__than-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1nested__than.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1nested__to-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1nested__to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1operators_1_1adl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1std__common__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1detail_1_1wrong.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1embedding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1experimental_1_1types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1has__common.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1integral__constant-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1integral__constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1integral__constant__tag-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1integral__constant__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1is__convertible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1is__default.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1is__embedded.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1lazy-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1lazy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1lazy__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1map-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1map__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1optional-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1optional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1optional__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1pair-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1pair__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1range-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1range__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1set-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1set__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1string-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1string__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1tag__of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1tuple-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1tuple.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1tuple__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1type__tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1hana_1_1when.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1mpl_1_1integral__c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1mpl_1_1list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1mpl_1_1vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structboost_1_1tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structstd_1_1array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structstd_1_1integer__sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structstd_1_1integral__constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structstd_1_1pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/structstd_1_1tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/suffix_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/sum_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/symmetric__difference_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/take_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/take__back_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/take__front_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/take__while_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/tap_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/then_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/traits_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/transform_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/tuple_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/type_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/type__foldl1_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/type__foldr1_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/types_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/unfold__left_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/unfold__right_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/union_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/unique_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/unpack_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/unpack__flatten_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/unrolled_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/value_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/version_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/void__t_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/while_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/wrong_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/zero_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/zip_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/zip__shortest_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/zip__shortest__with_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/html/zip__with_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/doc/icons/Boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/CMakeLists.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/accessors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/adapt_adt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/adapt_struct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/adjust.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/adjust_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/all.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/all_of.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/and.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/any.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/any_of.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/append.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/at.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/at_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/at_key.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/back.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/basic_tuple/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cartesian_product.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/chain.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/comparing.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/concat.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/contains.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/common/common.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/common/common_t.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/common/has_common.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/convert/embedding.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/convert/is_convertible.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/convert/is_embedded.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/convert/to.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/default.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/is_a.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/tag_of.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/tag_of_t.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/when.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/core/when_valid.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/count.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/count_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/det.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix/comparable.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix/det.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix/functor.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix/group.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix/matrix.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix/monoid.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/matrix/ring.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cppcon_2014/ring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/cycle.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/define_struct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/detail/wrong.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/difference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/div.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/drop_back.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/drop_front.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/drop_front_exactly.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/drop_while.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/duplicate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/empty.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/equal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/eval.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/eval_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/fusion/deque.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/fusion/list.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/fusion/tuple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/fusion/vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/integral_c/integral_constant.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/list/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/list/conversion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/list/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/list/iterable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/list/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/vector/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/vector/conversion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/vector/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/vector/iterable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/mpl/vector/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/boost/tuple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/array/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/array/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/array/iterable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/array/orderable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/integer_sequence/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/integer_sequence/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/integer_sequence/iterable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/integer_sequence/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/integral_constant.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/pair.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/ratio/arithmetic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/ratio/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/ratio/orderable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ext/std/tuple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/extend.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/extract.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/fill.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/filter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/find.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/find_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/first.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/flatten.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/fold.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/fold_left.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/fold_right.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/foldable/to.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/for_each.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/front.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/always.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/apply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/arg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/capture.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/compose.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/curry.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/demux.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/fix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/flip.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/id.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/infix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/iterate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/lockstep.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/on.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/overload.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/overload_linearly.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/partial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/placeholder.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/functional/reverse_partial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/fuse.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/greater.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/greater_equal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/group.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/hash.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/in.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/insert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/insert_range.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/integral_constant.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/intersection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/intersperse.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/is_disjoint.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/is_empty.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/is_subset.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/iterable/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/lazy/comonad.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/lazy/functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/lazy/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/lazy/monad.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/length.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/less.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/less_equal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/lexicographical_compare.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/lift.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/erase_key.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/insert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/keys.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/to.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/map/values.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/max.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/maximum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/maximum_by.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/members.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/min.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/minimum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/minimum_by.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/minus.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/misc/from_json.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/misc/indexed_sort.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/misc/infinite_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/misc/nth.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/misc/overload_linearly.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/misc/printf.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/misc/tree.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/mod.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/monadic_compose.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/monadic_fold_left.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/monadic_fold_right.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/mult.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/negate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/none.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/none_of.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/not.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/not_equal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/one.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/applicative.complex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/applicative.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/is_just.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/is_nothing.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/just.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/maybe.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/monad.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/monad_plus.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/nothing.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/orderable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/sfinae.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/sfinae_friendly_metafunctions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/value.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/optional/value_or.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/or.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/ordering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/overview.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/pair/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/pair/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/pair/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/pair/orderable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/pair/product.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/partition.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/permutations.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/plus.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/power.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/prefix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/prepend.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/product.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/product/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/product/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/range/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/range/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/range/iterable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/range/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/range/range_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/range/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/remove.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/remove_at.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/remove_at_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/remove_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/remove_range.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/remove_range_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/repeat.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/replace.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/replace_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/replicate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/reverse.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/reverse_fold.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/scan_left.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/scan_right.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/second.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/applicative.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/iterable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/monad.ints.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/monad.types.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/monad_plus.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/orderable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sequence/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/set/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/set/erase_key.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/set/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/set/insert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/set/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/set/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/set/to.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/size.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/slice.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/slice_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sort.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/span.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/hashable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/iterable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/literal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/macro.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/orderable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/string_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/string/to.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct.custom_accessor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct.mcd.nested.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct.mcd.tag_dispatching.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct/keys.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct/searchable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/struct/to.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/suffix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/sum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/symmetric_difference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/take_back.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/take_front.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/take_front_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/take_while.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/then.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/transform.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tuple/foldable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tuple/interop.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tuple/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tuple/tuple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tuple/tuple_c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tuple/tuple_t.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/appendix_mpl.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/concepts.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/constant_side_effects.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/containers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/ext/fusion_to_hana.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/ext/mpl_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/ext/ratio_plus.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/include_ext.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/integral-branching.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/integral.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/introduction.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/introspection.adapt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/introspection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/introspection.json.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/introspection.sfinae.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/mpl_cheatsheet.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/quickstart.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/quickstart.switchAny.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/rationale.container.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/tag_dispatching.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/tutorial/type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/alignof.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/basic_type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/comparable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/decltype.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/hashable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/integral.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/is_valid.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/make.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/metafunction.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/metafunction_class.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/sizeof.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/template.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/trait.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/type/typeid.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/unfold_left.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/unfold_right.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/union.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/unique.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/unpack.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/value.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/value_of.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/version.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/wandbox.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/while.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/zero.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/zip.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/zip_shortest.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/zip_shortest_with.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/example/zip_with.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/hana/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/heap/examples/interface.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/heap/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/ICL_IMPL_SPACE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs__idm45802497404720.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs__idm45802497756720.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs__idm45802498281248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs__idm45802498712800.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id653192.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id656389.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id659640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/absorbs_identitie_id664037.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/add_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/adder.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/bounded_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/closed_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/continuous_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/conversion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/differen_idm45802497659456.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/differen_idm45802498128368.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/differen_idm45802499149200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id648693.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id657385.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/difference_type_o_id661886.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/discrete_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/domain_t_idm45802498131168.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/domain_type_of_in_id657311.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic__idm45802499457008.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic__idm45802499548240.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id645357.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval__id646984.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/dynamic_interval_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_diff_idm45802497650448.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_diff_idm45802497664496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_diff_idm45802499140224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_diff_idm45802499154224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id648660.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id648751.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id661853.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_difference_bo_id661944.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inve_idm45802497445248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inve_idm45802497618192.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inve_idm45802497769056.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inve_idm45802498308272.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inve_idm45802498741520.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_boost_id662144.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id652992.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_i_id656202.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_m_id659554.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/has_inverse_icl_s_id663755.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_based_in_id647290.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_element__id648643.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_idm45802499157200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/identity_idm45802499396176.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_add.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_subtract.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_bit_xor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_caret.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_erase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_erasure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_et.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_max.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_min.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_minus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_plus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_slash.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inplace_star.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/insert_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inserter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inter_section.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codom_idm45802499052288.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codom_idm45802499062224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id649735.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_codomain_model_id649796.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_defin_idm45802499033520.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_defin_idm45802499039376.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id649862.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_definedness_Ty_id649899.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_inver_idm45802499018672.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_inver_idm45802499025568.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id649936.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_invertible_Typ_id649978.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id650020.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id650095.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbab_id650139.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_absorbable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_idm45802498989408.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_idm45802498996560.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_map/on_total_idm45802499008832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_base_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id644965.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id645449.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id647075.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id657880.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id661707.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bound_ty_id662379.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_bounds.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802497578304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802497593920.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802497689040.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802497704640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802498045312.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802498060912.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802499440592.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802499473584.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802499531808.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802499564832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802525761184.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_idm45802525776784.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id644877.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id645265.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id646891.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id657792.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id659980.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/interval_traits_i_id662291.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499236496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499239312.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499242128.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499244944.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499247760.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499250576.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499253392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499256208.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499259024.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499261824.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499264640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499267472.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499270288.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse__idm45802499273104.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647946.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647963.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647980.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id647997.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648013.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648030.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648047.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648064.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648081.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648097.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648114.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648131.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inpla_id648148.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/inverse_icl_inter_id648184.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_conti_idm45802497629392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_conti_idm45802499525056.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_boo_id662072.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_continuous_int_id645493.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discr_idm45802497623792.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discr_idm45802497655488.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discr_idm45802497669536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discr_idm45802499145264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discr_idm45802499162224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discr_idm45802499433840.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id648611.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id648719.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id661821.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id661912.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_boost_id662108.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_discrete_inter_id647119.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802497283984.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802497293472.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802497418224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802497431728.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802497478256.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802497487760.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802498160144.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802498169632.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802498294752.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802498524544.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_inter_idm45802498727152.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id653092.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id654476.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id656296.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id657129.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id662961.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id663849.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_conta_id664773.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_joine_id657193.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_separ_id663026.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id663943.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_interval_split_id664838.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_i_idm45802497458752.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_i_idm45802497781376.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_i_idm45802498321776.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_i_idm45802498755872.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id652893.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_interv_id656109.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_map_Do_id659469.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_map_icl_split__id663662.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negat_idm45802499218048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negat_idm45802499223776.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id648255.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_negative_icl_i_id648291.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_numer_idm45802497634992.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_numeric_boost__id662036.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_i_idm45802497302960.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_i_idm45802497497264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_i_idm45802498179120.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_i_idm45802498534896.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id654405.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_interv_id657064.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_separa_id662896.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_set_icl_split__id664709.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id653291.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_inte_id656483.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_map__id659721.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_icl_spli_id664130.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_idm45802497391200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_idm45802497744880.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_idm45802498267728.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/is_total_idm45802498698432.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/left_open_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codom_idm45802497981792.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codom_idm45802497988832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codom_idm45802497994992.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codom_idm45802498001152.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658058.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658098.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658137.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_codomain_model_id658182.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_defin_idm45802497966800.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_defin_idm45802497972656.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id658226.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_definedness_Ty_id658263.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_inver_idm45802497951952.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_inver_idm45802497958848.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id658300.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_invertible_Typ_id658342.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658384.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658438.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658492.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbab_id658537.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_absorbable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_idm45802497917200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_idm45802497924352.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_idm45802497933232.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/map/on_total_idm45802497942112.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/mapping_pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/open_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/partial_absorber.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/partial_enricher.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/right_open_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/separate_interval_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_typ_idm45802497645408.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_typ_idm45802497657472.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_typ_idm45802498124704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_typ_idm45802499135184.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_typ_idm45802499147232.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id648706.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id648784.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id661899.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_boos_id661977.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/size_type_of_inte_id657407.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/split_interval_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/split_interval_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_i_idm45802499093616.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_i_idm45802499102208.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id648954.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/static_interval_I_id649008.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/total_absorber.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/total_enricher.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802497274496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802497377696.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802497468752.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802497571552.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802497682304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802497733056.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802498038560.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802498150656.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802498254224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802499426640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802499517856.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to__idm45802499608304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id645009.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id645537.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id647165.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id656577.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id657258.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id657925.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id659803.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id661751.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id662423.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id663090.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id664224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/type_to_string_ic_id664903.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/unit_ele_idm45802499392480.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/unit_element_base_id647307.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_si_idm45802497566896.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_si_idm45802497677648.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_si_idm45802498033904.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_si_idm45802499421984.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_si_idm45802499513200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_si_idm45802499603648.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_cl_id645038.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_co_id645566.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_di_id647194.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_le_id657954.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_op_id661780.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/value_size_icl_ri_id662452.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499173104.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499176480.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499179856.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499183232.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499186608.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499189984.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499193360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version__idm45802499196736.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648408.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648430.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648451.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648473.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648495.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648516.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648538.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost/icl/version_icl_inpla_id648559.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/aggrovering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/aspects.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/map_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/concepts/sets_and_maps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/customization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/custom_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/dynamic_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/interval_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/man_power.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/overlap_counter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/party.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/partys_height_average.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/partys_tallest_guests.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/static_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/std_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/std_transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/time_grids.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/examples/user_groups.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/addition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/additional_interval_orderings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/construct__copy__destruct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/containedness.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/element_iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/equivalences_and_orderings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/erasure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/insertion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/interval_construction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/iterator_related.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/key_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/miscellaneous_interval_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/segmentational_fineness.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/selection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/streaming__conversion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/subtraction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/function_reference/symmetric_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/implementation/complexity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/implementation/inplace_and_infix_operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface/associated_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface/function_synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/interface/required_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/projects.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/collectors__maps_of_sets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/concept_induction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/maps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/quantifiers__maps_of_numbers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/boost_icl/semantics/sets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/continuous_interval_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/discrete_interval_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/dynamic_interval_traits_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/functors_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/gregorian_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/impl_config_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_base_map_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_base_set_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_bounds_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_combining_style_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_map_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_set_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/interval_traits_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/iterator_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/left_open_interval_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/map_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/open_interval_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/ptime_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/rational_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/right_open_interval_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/separate_interval_set_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/split_interval_map_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/header/boost/icl/split_interval_set_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/doc/html/interval_container_library_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/boost_party_/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/boost_party_/boost_party.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/boost_party_/vc10_boost_party.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/boost_party_/vc10_boost_party.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/boost_party_/vc9_boost_party.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/custom_interval_/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/custom_interval_/custom_interval.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/custom_interval_/vc10_custom_interval.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/custom_interval_/vc10_custom_interval.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/custom_interval_/vc9_custom_interval.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/dynamic_interval_/dynamic_interval.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/dynamic_interval_/vc10_dynamic_interval.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/dynamic_interval_/vc10_dynamic_interval.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/dynamic_interval_/vc9_dynamic_interval.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_/interval.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_/vc10_interval.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_/vc10_interval.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_/vc9_interval.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_container_/interval_container.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_container_/vc10_interval_container.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_container_/vc10_interval_container.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/interval_container_/vc9_interval_container.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/itvset_shell_/itvset_shell.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/itvset_shell_/vc9_itvset_shell.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/large_bitset_/bits.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/large_bitset_/large_bitset.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/large_bitset_/large_bitset.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/large_bitset_/meta_log.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/large_bitset_/vc10_large_bitset.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/large_bitset_/vc10_large_bitset.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/large_bitset_/vc9_large_bitset.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/man_power_/man_power.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/man_power_/vc10_man_power.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/man_power_/vc10_man_power.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/man_power_/vc9_man_power.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/month_and_week_grid.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/vc10_month_and_week_grid.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/vc10_month_and_week_grid.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/month_and_week_grid_/vc9_month_and_week_grid.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/overlap_counter_/overlap_counter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/overlap_counter_/vc10_overlap_counter.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/overlap_counter_/vc10_overlap_counter.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/overlap_counter_/vc9_overlap_counter.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/party_/party.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/party_/vc10_party.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/party_/vc10_party.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/party_/vc9_party.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_height_average_/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_height_average_/partys_height_average.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_height_average_/vc10_partys_height_average.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_height_average_/vc10_partys_height_average.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_height_average_/vc9_partys_height_average.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/partys_tallest_guests.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/vc10_partys_tallest_guests.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/vc10_partys_tallest_guests.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/partys_tallest_guests_/vc9_partys_tallest_guests.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/splititvmap_shell_/splititvmap_shell.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/splititvmap_shell_/vc9_splititvmap_shell.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/static_interval_/static_interval.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/static_interval_/vc10_static_interval.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/static_interval_/vc10_static_interval.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/static_interval_/vc9_static_interval.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_copy_/std_copy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_copy_/vc10_std_copy.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_copy_/vc10_std_copy.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_copy_/vc9_std_copy.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_transform_/std_transform.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_transform_/vc10_std_transform.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_transform_/vc10_std_transform.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/std_transform_/vc9_std_transform.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/toytime.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/user_groups_/user_groups.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/user_groups_/vc10_user_groups.vcxproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/user_groups_/vc10_user_groups.vcxproj.filters +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/user_groups_/vc9_user_groups.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/vc10_icl_examples.sln +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/example/vc9_icl_examples.sln +%%PORTDOCS%%%%DOCSDIR%%/libs/icl/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/boost_integer/cstdint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/boost_integer/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/boost_integer/integer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/boost_integer/log2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/boost_integer/mask.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/boost_integer/minmax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/boost_integer/traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/integer/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_conditionA.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_conditionB.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_mutexA.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_mutexB.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_semaphoreA.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_semaphoreB.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_upgradable_mutexA.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_anonymous_upgradable_mutexB.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_message_queueA.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/comp_doc_message_queueB.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_adaptive_pool.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_allocator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_condition_shared_data.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_mutex_shared_data.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_semaphore_shared_data.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_anonymous_shared_memory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_bufferstream.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_cached_adaptive_pool.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_cached_node_allocator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_complex_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_cont.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_file_mapping.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_intrusive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_ipc_message.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_aligned_allocation.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_allocation_command.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_construction_info.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_copy_on_write.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_external_buffer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_grow.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_heap_memory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_mapped_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_multiple_allocation.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_managed_raw_allocation.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_move_containers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_multi_index.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_named_alloc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_named_condition_shared_data.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_named_mutex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_node_allocator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_offset_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_private_adaptive_pool.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_private_node_allocator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_scoped_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_shared_memory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_shared_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_shared_ptr_explicit.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_spawn_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_unique_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_unordered_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_upgradable_mutex_shared_data.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_vectorstream.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_where_allocate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_windows_shared_memory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/example/doc_xsi_shared_memory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/interprocess/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_advanced_value_traits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_any_hook.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_assoc_optimized_code.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_auto_unlink.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_avl_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_avltree_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_bucket_traits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_clone_from.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_derivation_value_traits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_entity.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_erasing_and_disposing.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_function_hooks.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_how_to_use.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_iterator_from_value.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_list.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_list_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_member_value_traits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_offset_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_positional_insertion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_rbtree_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_recursive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_recursive_member.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_sg_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_slist.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_slist_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_splay_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_splay_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_splaytree_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_stateful_value_traits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_treap_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_treap_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_unordered_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_value_traits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/example/doc_window.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/intrusive/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/io/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/io/doc/ios_state.html +%%PORTDOCS%%%%DOCSDIR%%/libs/io/doc/quoted_manip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/io/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/aggregate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/back_inserter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/bzip2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/chain.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/char_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/code_converter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/counter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/device.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/file_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/filtering_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/filtering_streambuf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/grep_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/gzip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/line_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/mapped_file.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/mode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/newline_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/null.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/regex_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/stdio_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/symmetric_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/classes/zlib.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/bidirectional_device.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/bidirectional_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/blocking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/closable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/device.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/direct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/dual_use_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/flushable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/input_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/localizable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/multi_character.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/optimally_buffered.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/output_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/peekable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/pipable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/seekable_device.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/seekable_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/concepts/symmetric_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/combine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/compose.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/filter_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/flush.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/get.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/imbue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/invert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/optimal_buffer_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/positioning.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/put.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/putback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/read.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/restrict.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/seek.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/slice.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/tee.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/functions/write.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/bidirectional_chain.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/important_modes.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/input_chain.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/key_bidirectional_seq.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/key_important.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/key_input_seq.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/key_output_seq.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/key_read_head.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/key_read_write_head.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/key_write_head.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/modes.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/output_chain.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/graphics/seekable_chain.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/asynchronous.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/buffering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/code_conversion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/filtering_streams.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/generic_streams.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/guide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/lifetimes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/modes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/pipelines.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/text_processing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/guide/views.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/home.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/installation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/macros/buffer_sizes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/macros/macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/macros/workarounds.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/menu.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/portability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/quick_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/theme/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/theme/boost_small.png +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/theme/iostreams.css +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/theme/wedge.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tree/tree.css +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/container_device.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/container_sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/container_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/dictionary_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/dual_use_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/filter_usage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/finite_state_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/line_wrapping_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/multichar_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/shell_comments_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/tab_expanding_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/unix2dos_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/writing_devices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/doc/tutorial/writing_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/boost_back_inserter_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/container_device.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/container_device_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/container_sink_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/container_source_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/dictionary_filter.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/finite_state_filter.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/iterator_range_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/line_wrapping_filter.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/shell_comments_filter.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/std_back_inserter_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/tab_expanding_filter.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/example/unix2dos_filter.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iostreams/test/example_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/BidirectionalTraversal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/ForwardTraversal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/IncrementableIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/LvalueIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/RandomAccessTraversal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/ReadableIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/SinglePassIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/SwappableIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/WritableIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/access.png +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/access2old.png +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/counting_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/default.css +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/facade-and-adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/filter_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/function_input_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/function_output_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/generator_iterator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/concepts/concepts_traversal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/generic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/generic/adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/generic/adaptor/adaptor_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/function_output.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/indirect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/shared_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/shared_container/shared_container_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/shared_container/shared_container_object_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/zip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/specialized/zip/zip_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/upgrading.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/utilities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/utilities/concept_checking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/utilities/traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/utilities/utilities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/html/iterator/utilities/utilities/utilities_testing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/indirect_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/iterator_adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/iterator_archetypes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/iterator_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/iterator_facade.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/iterator_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/new-iter-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/oldeqnew.png +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/permutation_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/pointee.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/reverse_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/transform_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/traversal.png +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/doc/zip_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/counting_iterator_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/filter_iterator_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/func_output_iter_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/indirect_iterator_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/node.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/node_iterator1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/node_iterator1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/node_iterator2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/node_iterator2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/node_iterator3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/node_iterator3.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/permutation_iter_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/reverse_iterator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/reverse_iterator_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/example/transform_iterator_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/iterator/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/lambda/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/lambda/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/lexical_cast/example/args_to_numbers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/lexical_cast/example/generic_stringize.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/lexical_cast/example/small_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/lexical_cast/example/variant_to_long_double.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/lexical_cast/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/libraries.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_CONFIG_ARITY_MAX.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_CONFIG_BIND_MAX.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_CONFIG_LOCALS_AS_TPARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_ID_TPL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_NAME.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_NAME_TPL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_TPL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/BOOST_LOCAL_FUNCTION_TYPEOF.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/advanced_topics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/alternatives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/no_variadic_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/boost_localfunction/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/doc/html/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/add_cxx11_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/add_global_functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/add_local_functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/add_phoenix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/chrono.py +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/const_block.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/const_block.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/const_block_error.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/const_block_error_cxx11_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/expensive_copy_cxx11_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/expensive_copy_local_function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/gcc_access.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/gcc_cxx11_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/gcc_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/gcc_lambda.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/gcc_square.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/gcc_store.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/impl_pp_keyword.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/impl_tparam_tricks.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/n2529_this.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/n2550_find_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/noncopyable_cxx11_lambda_error.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/noncopyable_local_function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/phoenix_factorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/phoenix_factorial_local.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile.xls +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_cxx11_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_gcc_cxx11_debug.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_gcc_cxx11_release.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_gcc_debug.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_gcc_release.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_global_functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_helpers.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_legend_cxx11_lambda.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_legend_global_functor.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_legend_local_function.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_legend_local_function_inline.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_legend_local_functor.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_legend_phoenix.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_local_function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_local_function_inline.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_local_functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_msvc_debug.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_msvc_release.png +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/profile_phoenix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/scope_exit.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/example/scope_exit.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/local_function/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/boost-small.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/appendix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/boost-small.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/boundary_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/boundary_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/boundary__point_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/boundary_analysys.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/building_boost_locale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/calendar_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/changelog.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/charset_handling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1abstract__calendar-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1abstract__calendar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__format-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__message-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1basic__message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__indexing-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__indexing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__indexing.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point__index-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1boundary__point__index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment__index-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1boundary_1_1segment__index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar__facet-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar__facet.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1calendar__facet.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator__base-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator__base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1collator__base.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1conversion__error-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1conversion__error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1conversion__error.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1invalid__charset__error-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1invalid__charset__error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1conv_1_1invalid__charset__error.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter__base-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter__base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1converter__base.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__duration-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__duration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__error-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__error.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__period__set-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1date__time__period__set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_011_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_011_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_011_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_012_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_012_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_012_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_014_01_4-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_014_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt_3_01CharType_00_01CodecvtImpl_00_014_01_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt__base-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt__base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1generic__codecvt__base.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1hold__ptr-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1hold__ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1info-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1info.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1ios__info-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1ios__info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend__manager-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1localization__backend__manager.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1message__format-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1message__format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1message__format.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1period_1_1period__type-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1period_1_1period__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1utf8__codecvt-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1utf8__codecvt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1utf8__codecvt.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1util_1_1base__converter-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1locale_1_1util_1_1base__converter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classboost_1_1shared__ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/closed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/collate_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/collation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/collator_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/config_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/conversion_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/conversions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/conversions_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/date__time_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/date__time__facet_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/dates_times_timezones.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/default_encoding_under_windows.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/definitions_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/dir_3766567721029811f1987dd2bae66bec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/dir_420b709140677111ffb4101b86320b19.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/dir_c8984f1860c11f62f47abb6761e46c1e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/encoding_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/encoding__errors_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/encoding__utf_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/facets_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/files.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/format_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/formatting_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/formatting_and_parsing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2cl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2mo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2ns.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_eval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_func_~.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_q.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/functions_~.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/generator_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/generic__codecvt_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/gettext_for_windows.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/glossary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/gnu__gettext_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__boundary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__codepage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__collation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__convert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__date__time.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__manipulators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/group__message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/hello_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/hold__ptr_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/index_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/info_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/locale_gen.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/locale_information.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/localization__backend_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/localized_text_formatting.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/message_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/messages_formatting.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/modules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1as.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1boundary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1conv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1gnu__gettext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1period.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1period_1_1marks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1time__zone.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1utf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaceboost_1_1locale_1_1util.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_eval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_j.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_func_y.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_g.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_j.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_l.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_m.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_o.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_u.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_v.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespacemembers_y.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/navtree.css +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/open.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/pages.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/recommendations_and_myths.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/running_examples_under_windows.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/segment_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/special_thanks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/status_of_cpp0x_characters_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/std_locales.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1boundary_1_1break__info-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1boundary_1_1break__info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1comparator-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1comparator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1date__time__period-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1date__time__period.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info_1_1domain-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1gnu__gettext_1_1messages__info_1_1domain.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1posix__time-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1posix__time.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1utf8__codecvt_1_1state__type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1utf_1_1utf__traits-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/structboost_1_1locale_1_1utf_1_1utf__traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/tested_compilers_and_paltforms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/time__zone_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/types_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/using_boost_locale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/using_localization_backends.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/utf8__codecvt_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/utf_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/util_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/wboundary_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/wconversions_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/whello_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/html/working_with_multiple_locales.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/style/boost_small.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/style/header-bg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/style/header-fg.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/style/header.css +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/style/header_grass.css +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/style/section-basic.css +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/style/space.png +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/doc/templates/footer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/boundary.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/calendar.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/collate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/conversions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/hello.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/wboundary.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/wconversions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/examples/whello.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/locale/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/lockfree/examples/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/lockfree/examples/queue.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/lockfree/examples/spsc_queue.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/lockfree/examples/stack.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/lockfree/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/Design.png +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ATTRIBUTE_KEYWORD.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ATTRIBUTE_KEYWORD_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_AUX_STANDARD_LONG_LONG_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_AUX_STANDARD_STRING_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_AUX_STANDARD_TYPE_CHAR16_T.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_AUX_STANDARD_TYPE_CHAR32_T.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_AUX_STANDARD_TYPE_WCHAR_T.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_AUX_STANDARD_WSTRING_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_BOOST_DATE_TIME_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_BOOST_DATE_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_BOOST_TIME_DURATION_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_BOOST_TIME_PERIOD_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_CHANNEL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_CHANNEL_SEV.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_COMBINE_REQUIREMENTS_LIMIT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DATE_TIME_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DATE_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER_MT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_LOGGER_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_WLOGGER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DECLARE_WLOGGER_MT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_DEFAULT_ATTRIBUTE_VALUE_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_ASSIGNMENT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_ASSIGNMENT_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_CONSTRUCTORS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_CONSTRUCTORS_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_MEMBERS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FORWARD_LOGGER_MEMBERS_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FUNC.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_CTOR_ARGS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_DEFAULT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_GLOBAL_LOGGER_INIT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_CTOR_ARGS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_DEFAULT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_INLINE_GLOBAL_LOGGER_INIT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_MAX_EXCEPTION_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_NAMED_SCOPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_NATIVE_DATE_TIME_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_NATIVE_DATE_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_NATIVE_TIME_DURATION_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK_FLAG.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_ONCE_BLOCK_INIT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_LOGGER_ATTR.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_LOGGER_TAG.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_THREAD_ATTR.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SCOPED_THREAD_TAG.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_SEV.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STANDARD_ARITHMETIC_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STANDARD_CHAR_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STANDARD_FLOATING_POINT_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STANDARD_INTEGRAL_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STANDARD_STRING_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_CHANNEL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_CHANNEL_SEV.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_SEV.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_STREAM_WITH_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_TIME_DURATION_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_TIME_PERIOD_TYPES.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_TRIVIAL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_UNIQUE_IDENTIFIER_NAME.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_UNUSED_VARIABLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/BOOST_LOG_WITH_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/BOOST_PP_CAT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/abstract_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_common_attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_cons_idm46161974397328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_cons_idm46161974402832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_cons_idm46161974413744.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_file_log.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_scop_idm46161979839152.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_scop_idm46161979846544.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/add_value_manip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/arithmetic_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/as_action.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/as_action_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/assign_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_name_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering/l1_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_ordering/l2_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attribute_value_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/attribute_value_impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_clock.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_clock/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/basic_time_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/cast_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/constant/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/counter/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_process_id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_process_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_thread_id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/current_thread_id/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/function/impl_template.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/local_time_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_attribute_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/make_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable__idm46161979987536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable__idm46161979987536/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/mutable_constant/impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope/sentry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope_entry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope_entry/scope_name_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/named_scope_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/operator_idm46161979862192.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/attributes/utc_time_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bad_alloc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_filter_factory.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatter_factory.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatting_ostream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_formatting_ostream/sentry.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_record_ostream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_settings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_settings_section.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/basic_string_literal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/begins_with_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind1st_idm46161975250720.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind1st_idm46161975254640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idm46161975242880.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind2nd_idm46161975246800.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idm46161975235040.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind3rd_idm46161975238960.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_output.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_to__idm46161975183840.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bind_to__idm46161975186960.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/binder1s_idm46161975314064.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/binder1st.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/binder2n_idm46161975287616.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/binder2nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/binder3r_idm46161975264944.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/binder3rd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_date_time_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_date_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_time_duration_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/boost_time_period_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/bounded_dump_manip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/capacity_limit_reached.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/contains_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/conversion_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/core.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/current_scope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/current_scope_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/date_time_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/date_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_ele_idm46161974577760.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_ele_idm46161974589952.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idm46161974584208.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_idm46161974595264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/dump_manip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/dynamic_type_dispatcher.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/ends_with_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/exception_handler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attr_idm46161981415360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attr_idm46161981418576.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_begins_with.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_contains.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_ends_with.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_is_in_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_keyword.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_matches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/attribute_terminal/result_T_idm46161982069648.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_w_idm46161978793360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_w_idm46161978798864.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/begins_w_idm46161978805504.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_ascii_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_ascii_pattern_replacer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/c_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel__idm46161978736720.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel__idm46161978736720/subscript_result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel__idm46161978784960.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel__idm46161978784960/channel_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel__idm46161978784960/severity_visitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/channel_severity_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_dec_idm46161979286672.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_dec_idm46161979291840.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decorator_actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/char_decorator_terminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idm46161978554224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idm46161978559728.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/contains_idm46161978566368.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/csv_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_wit_idm46161978531760.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_wit_idm46161978537264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/ends_wit_idm46161978543904.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_d_idm46161979180704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_d_idm46161979189056.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_d_idm46161979196320.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_d_idm46161979203568.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_d_idm46161979209648.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_d_idm46161979215712.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_time_actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_date_time_terminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_idm46161979152704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_idm46161979156080.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161978977904.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161978986304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161978994688.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161979001952.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161979009200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161979014736.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161979020256.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_n_idm46161979072048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_named_scope_actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/format_terminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idm46161978492256.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idm46161978495792.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attr_idm46161978511280.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/has_attribute.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/if_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_ra_idm46161978465216.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_ra_idm46161978471888.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_in_ra_idm46161978479696.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/is_keyword_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/keyword_descriptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_c_ascii_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_c_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_csv_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/make_xml_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idm46161978430512.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idm46161978436032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/matches_idm46161978442688.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/max_size_decorator_actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/max_size_idm46161979083280.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/max_size_idm46161979090544.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/max_size_idm46161979094816.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/max_size_idm46161979135904.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/message_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/pattern_replacer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/pattern_replacer/string_lengths.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/record_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/smessage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/smessage_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/stream_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/smessage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/tag/wmessage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wc_ascii_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wc_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wcsv_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wmessage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wmessage_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrap_for_idm46161978908640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrap_for_idm46161978912832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrapped_formatter_actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wrapped_formatter_terminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/wxml_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/expressions/xml_decor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979580480.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979589328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979598448.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979606208.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979613968.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979622000.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979651168.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979660208.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979669248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979678560.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979685296.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979693248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979701200.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract__idm46161979709424.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idm46161979629024.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idm46161979636048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idm46161979643344.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idm46161979715424.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idm46161979722640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idm46161979729856.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/extract_idm46161979737344.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_default.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_none.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/fallback_to_throw.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/filter/default_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/filter_factory.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/floating_point_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/formatter_factory.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/fun_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/function_reference_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/greater.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/in_range_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/init_from_settings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/init_from_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/integral_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/invalid_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/invalid_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/ipc/object_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/ipc/object_name_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/ipc/reliable_message_queue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/less.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/limitation_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/logic_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/make_att_idm46161974432576.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/make_att_idm46161974436976.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exc_idm46161978095248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exc_idm46161978100912.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exc_idm46161981026640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exc_idm46161981033424.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/make_exception_suppressor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/matches_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/missing_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/native_date_time_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/native_date_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/native_time_duration_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/native_time_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/nop.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/not_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/nothrow_exception_handler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/odr_violation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/once_block_flag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/open_mode/create_only.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/open_mode/create_only_tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/open_mode/open_only.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/open_mode/open_only_tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/open_mode/open_or_create.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/open_mode/open_or_create_tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973471248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973475728.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973480208.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973485536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973490016.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973494496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973499824.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973504304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973508784.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973514112.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973518592.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973523072.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973528400.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973532880.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973537360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973542688.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973547168.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973551648.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973558192.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973563568.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973590416.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973593504.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973596592.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973599680.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161973787344.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161974557392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161974599536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161974603808.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161974641968.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161975368272.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161975372032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161975375792.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161975379552.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161978400880.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161978404640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161978408400.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161978412160.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/operator_idm46161980559104.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/output_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_fi_idm46161974255392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_fi_idm46161974261792.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_fi_idm46161974269376.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_fo_idm46161974185312.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_fo_idm46161974191696.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_fo_idm46161974198816.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/parse_settings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/permissions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/position_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/record.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/record_view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974138064.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974144000.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974149760.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974155600.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974205056.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974211472.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974217792.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974275840.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974281248.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974287216.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974293728.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/register_idm46161974300144.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract_or_default.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/result_of/extract_or_throw.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/runtime_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/save_result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/save_result_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/setup_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sink_factory.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink/scoped_flag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/asynchronous_sink/scoped_thread_id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_custom_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_debug_output_backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_direct_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_event_log_backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_fo_idm46161977679536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_fo_idm46161977679536/formatting_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_fo_idm46161977679536/formatting_context/cleanup_guard.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_fo_idm46161977738784.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_si_idm46161977541168.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_sink_backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_sink_frontend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/basic_text_ostream_backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/block_on_overflow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_fifo_queue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/bounded_ordering_queue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/combine_requirements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/concurrent_feeding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/drop_on_overflow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/basic_event_composer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_e_idm46161977432048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_id_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/custom_event_type_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_e_idm46161977438224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_id_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/direct_event_type_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/event_log/make_event_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/as_file_name_composer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/collector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/file_name_composer_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/make_collector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/rotation_at_time_interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/file/rotation_at_time_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/flushing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/formatted_records.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/has_requirement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/synchronized_feeding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/synchronous_sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/custom_severity_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/direct_severity_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/make_facility.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog/make_level.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/syslog_backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/text_file_backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/text_ipc_idm46161977038304.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/text_multifile_backend.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_fifo_queue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unbounded_ordering_queue.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sinks/unlocked_sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_channel_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_channel_logger/make_default_channel_name.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_co_idm46161981672176.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_composite_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_ex_idm46161981477280.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/basic_severity_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel/apply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/channel_logger_mt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/exception_handler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/exception_handler/apply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/features.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/logger_mt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/multi_thread_model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity/apply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_channel_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_channel_logger_mt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/severity_logger_mt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/single_thread_model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/swap_idm46161981645536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wchannel_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wchannel_logger_mt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wlogger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wlogger_mt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverit_idm46161978341120.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_channel_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/sources/wseverity_logger_mt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/static_type_dispatcher.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/str_literal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/strictest_lock.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/string_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161973568064.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161973587328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161973782496.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161974036768.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161979402464.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161979436848.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161980219328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161980359600.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161980452560.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161980631360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161981685360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/swap_idm46161981742704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/system_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974003488.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974005776.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974008032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974010288.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974012544.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974014816.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974017072.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_a_idm46161974019328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/thread_access_mode_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/time_duration_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/time_period_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/time_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_f_idm46161975194096.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idm46161974550112.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_idm46161974552784.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/to_log_manip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/to_strin_idm46161973584224.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/operator_idm46161981977392.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/operator_idm46161981980976.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/trivial/to_strin_idm46161981982992.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/type_dispatcher.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/type_dispatcher/callback.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/type_info_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/type_info_wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/unexpected_call.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/value_extractor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/value_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/value_visitor_invoker.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idm46161979458640.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idm46161979466704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idm46161979475040.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idm46161979481264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idm46161979488704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idm46161979496144.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visit_idm46161979503856.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/visitation_result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/boost/log/wadd_console_log.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/core_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/expressions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/images/log/Design.png +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/images/log/logo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/changelog.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/defs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/design.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/detailed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/detailed/attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/detailed/expressions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/detailed/sink_backends.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/detailed/sink_frontends.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/detailed/sources.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/detailed/utilities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/extension.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/extension/attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/extension/settings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/extension/sources.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/how_to_read.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/installation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/installation/config.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/fork_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/init_term_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/msvc_link_fails_lnk1123.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/namespace_mangling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_attribute_manips_dont_affect_filters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_crash_on_term.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_not_lazy_streaming.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_not_log4j.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_weak_record_ordering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/rationale/why_weak_scoped_attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial/advanced_filtering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial/attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial/formatters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial/sinks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial/sources.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial/trivial_filtering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/log/tutorial/wide_char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/logging_sources.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/other_libraries_support_layer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/sinks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/html/utilities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/log/doc/logo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/advanced_usage/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/advanced_usage/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/async_log/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/async_log/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/basic_usage/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/basic_usage/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/bounded_async_log/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/bounded_async_log/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/attr_value_extraction.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/attr_value_visitation.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/core_core_manual.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/core_record.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/exception_handling.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/expressions_attr_fmt_tag.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/expressions_channel_severity_filter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/expressions_has_attr_stat_accum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/expressions_keyword_fmt_tag.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_app_launcher.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_filter_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_filter_parser_custom_rel.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_formatter_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_record_tagger.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_stat_collector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_stat_collector_settings.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/extension_system_uptime_attr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_async.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_async_bounded.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_async_ordering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_debugger.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_ipc_logger.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_ipc_receiver.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_multifile.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_ostream.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_simple_event_log.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_sync.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_syslog.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_unlocked.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sinks_xml_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sources_net_connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sources_net_connection_chan.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sources_net_connection_dynamic_chan.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sources_severity.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/sources_severity_channel.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_attributes.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_file_manual.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_filtering.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_custom.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_format.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_stream.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_stream_manual.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_fmt_string.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_logging.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_trivial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/tutorial_trivial_flt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/util_dynamic_type_disp.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/util_ipc_reliable_mq_writer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/util_manip_to_log.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/doc/util_static_type_disp.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/event_log/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/event_log/event_log_messages.mc +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/event_log/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/keywords/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/keywords/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/multiple_files/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/multiple_files/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/multiple_threads/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/multiple_threads/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/native_syslog/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/native_syslog/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/rotating_file/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/rotating_file/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/settings_file/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/settings_file/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/settings_file/settings.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/settings_file_formatter_factory/settings.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/syslog/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/syslog/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/trivial/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/trivial/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/wide_char/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/log/example/wide_char/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/log/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/logic/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/distexplorer/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/acosh1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/acosh2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/acosh3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/acosh4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/airy.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/airy_ai.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/airy_aip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/airy_bi.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/airy_bip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/asinh1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/asinh2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/asinh3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/asinh4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/atanh1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/atanh2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/atanh3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bernoulli_numbers.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bernoulli_numbers2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel16.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_derivatives5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_y0_small_z.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_y1_small_z.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_y2_small_z.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_yn_small_z.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/bessel_yv_small_z.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/beta_dist_kurtosis.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/binomial_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/binomial_ref2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/cauchy_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/chf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/chi_squ_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/chi_squ_tut3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/derivative1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/derivative2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/digamma1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/digamma2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/digamma3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/digamma4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/digamma5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/dist_tutorial4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint16.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint17.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint18.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint19.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint20.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint21.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint22.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint23.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint24.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint25.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint26.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint27.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ellint_d.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/erf1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/erf2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/error1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/error2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_i_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_i_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_i_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_i_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_n_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_n_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_n_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_n_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/expint_n_5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/exponential_dist_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/fisher_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/fraction1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/fraction2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/fraction3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/fraction4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamm1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamm2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamm3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamm4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamm5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamma6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamma_dist_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamma_dist_ref2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamma_ratio0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/gamma_ratio1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hankel1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hankel2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hankel3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hankel4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hankel5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hazard.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hermite_0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hermite_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/heuman_lambda.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_ccdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_kurtosis.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_mean.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_skewness.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hyperexponential_variance.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypergeometric1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypergeometric2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypergeometric3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypergeometric4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypergeometric5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypergeometric6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypot.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/hypot2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/ibeta_inv8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma11b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma16.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma17.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma18.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma19.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma1f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma2f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/igamma9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/jacobi1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/jacobi2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/jacobi3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/jacobi4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/jacobi_zeta.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/laguerre_0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/laguerre_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/laguerre_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/laguerre_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos0a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos0b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lanczos7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/laplace_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/legendre_0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/legendre_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/legendre_1b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/legendre_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/legendre_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/legendre_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/legendre_5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lgamm1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lgamm2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lgamm3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lgamm4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lgamm5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lgamm6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/log1pseries.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/lognormal_ref.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel16.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel17.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/mbessel9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_beta_ref4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_chi_squ_ref7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_f_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_f_ref2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/nc_t_ref5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/neg_binomial_ref.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/normal01_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/normal01_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/normal_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/normal_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/owens_t.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/poisson_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/polygamma9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/roots1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/roots2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/roots3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/roots4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/sbessel1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/sbessel2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/sbessel3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/sbessel4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/sbessel5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/skew_normal_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/skew_normal_kurt_ex.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/skew_normal_mean.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/skew_normal_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/skew_normal_pdf0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/skew_normal_skewness.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/skew_normal_variance.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb17.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb18.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb20.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb22.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/special_functions_blurb7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/spherical_0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/spherical_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/spherical_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/spherical_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/students_t_dist.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/students_t_ref1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/tangent_number_def.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/tangent_number_def2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/tangent_numbers.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/trigamma1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/trigamma2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/trigamma3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/trigamma4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/trigamma5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/equations/zeta9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/acosh.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/airy_ai.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/airy_aip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/airy_bi.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/airy_bip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/airy_zeros.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/arcsine01_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/arcsine01_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/arcsine_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/arcsine_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/asinh.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/atanh.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/bernoulli_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/bernoulli_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/bessel_j_zeros.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/beta.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/beta_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/binomial_pdf_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/binomial_quantile_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/brent_test_function_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cauchy_pdf1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cauchy_pdf2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cbrt.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/chi_squared_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_i.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_j.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cyl_bessel_k.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/cyl_neumann.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/digamma.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/ellint_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/ellint_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/ellint_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/ellint_carlson.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/erf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/erf_inv.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/erfc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/erfc_inv.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/exp_on_r.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/expint2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/expint_i.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/expm1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/exponential_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/extreme_value_pdf1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/extreme_value_pdf2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/fisher_f_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/gamma1_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/gamma2_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/gamma_p.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/gamma_q.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/geometric_cdf_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/geometric_cdf_discrete.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/geometric_pdf_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/geometric_pdf_discrete.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/hermite.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/hyperbolic.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/hyperexponential_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/hyperexponential_pdf_samemean.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/hyperexponential_pdf_samerate.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/hypergeometric_pdf_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/hypergeometric_pdf_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/ibeta.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/im_exp_on_c.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/inverse_chi_squared_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/inverse_chi_squared_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/inverse_gamma_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/inverse_gamma_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/inverse_gaussian_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/inverse_gaussian_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cd.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_cs.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_dc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_dn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_ds.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_nc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_nd.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_ns.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sd.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/jacobi_sn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/laguerre.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/laplace_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/legendre_p.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/legendre_q.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/lgamma.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/log1p.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/logistic_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/lognormal_pdf1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/lognormal_pdf2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/nc_beta_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/nc_f_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/nc_t_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/nc_t_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/nccs_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/negative_binomial_pdf_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/negative_binomial_pdf_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/neumann_y_zeros.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/normal01_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/normal01_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/normal_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/normal_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/owens_integration_area.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/pareto_pdf1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/pareto_pdf2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/plot_owens_3d_xyp.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/plot_owens_t.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/poisson_pdf_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/polygamma2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/polygamma3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/powm1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/prior_posterior_plot.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/quantile.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/rayleigh_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/rayleigh_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/remez-2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/remez-3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/remez-4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/remez-5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/sinc_pi.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/sinc_pi_and_sinhc_pi_on_r.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/sinhc_pi.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/skew_normal_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/skew_normal_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/sph_bessel.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/sph_neumann.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/sqrt1pm1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/students_t_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/survival.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/survival_inv.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/tgamma.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/tgamma_delta_ratio.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/triangular_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/triangular_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/trigamma.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/trigonometric.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/uniform_cdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/uniform_pdf.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/weibull_pdf1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/weibull_pdf2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/zeta1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/graphs/zeta2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/backgrounders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/constants.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/cstdfloat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/extern_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/gcd_lcm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/indexes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/indexes/s01.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/indexes/s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/indexes/s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/indexes/s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/indexes/s05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/internals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/inverse_complex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math.css +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acknowledgement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acos.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/acosh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/ai.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/aip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/airy_root.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/bi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/airy/bip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/archetypes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/asin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/asinh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/atan.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/atanh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_derivatives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_first.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_over.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/bessel_root.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/mbessel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/bessel/sph_bessel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/building.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/c99.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/comp_compilers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/comparisons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/compile_time.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/compilers_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/complex_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/complex_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/config_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants_faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/constants_intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/contact.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/conventions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/create.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/credits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/demo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/directories.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_concept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dist_algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/arcine_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/bernoulli_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/beta_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/binomial_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/cauchy_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/chi_squared_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/exp_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/extreme_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/f_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/gamma_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/geometric_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/hyperexponential_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/hypergeometric_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gamma_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/inverse_gaussian_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/laplace_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/logistic_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/lognormal_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_beta_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_chi_squared_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_f_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/negative_binomial_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/normal_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/pareto.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/poisson_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/rayleigh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/skew_normal_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/students_t_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/triangular_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/uniform_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/dist_ref/nmp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_carlson.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/ellint_intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/heuman_lambda.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/ellint/jacobi_zeta.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/error_handling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/exact_typdefs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/exp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint/expint_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/expint/expint_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_binomial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_double_factorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_factorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_falling_factorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/factorials/sf_rising_factorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fastest_typdefs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128/exp_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128/overloading.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128/overloading_template_functions_w.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128/typeinfo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float128_hints.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/float_comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/facets_intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/portability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fp_facets/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/fpclass.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/future.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_credits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_function_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_header.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/gcd_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/getting_best.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/greatest_typdefs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel/cyl_hankel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hankel/sph_hankel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/e_float.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/float128.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_mpfr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_multiprecision.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/use_ntl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/using_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/high_precision/why_high_precision.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/hints.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/history1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/history2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/cf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/error_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/minimax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/polynomials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/rational.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/series_evaluation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/test_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals/tuples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/internals_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/interp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/intro_pol_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/acosh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/asinh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/atanh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/issues.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jac_over.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cn.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_cs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_dc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_dn.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_ds.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_elliptic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_nc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_ns.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/jacobi/jacobi_sn.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/lanczos.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/lcm_function_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/logs_and_tables.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/logs_and_tables/all_table.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/logs_and_tables/logs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/main_tr1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/mem_typedef.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/minimum_typdefs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/multiprecision.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/navigation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/new_const.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_advance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_next.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/float_prior.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/nextafter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/next_float/ulp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/number_series.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/number_series/bernoulli_numbers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/number_series/primes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/number_series/tangent_numbers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_create.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_header.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_mem_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_non_mem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_specialization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_tests.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_trans.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_typedefs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/oct_value_ops.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/octonion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/overview_tr1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/owens_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_over1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_over2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/perf_test_app.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/assert_undefined.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/discrete_quant_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/error_handling_policies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/internal_promotion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/iteration_pol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/namespace_pol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/pol_ref_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/policy_defaults.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_ref/precision_pol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_dist_policies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/ad_hoc_sf_policies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/changing_policy_defaults.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/namespace_policies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/policy_tut_defaults.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/policy_usage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/understand_dis_quant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/user_def_err_pol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/pol_tutorial/what_is_a_policy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/cbrt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/cos_pi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/ct_pow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/expm1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/hypot.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/log1p.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/powm1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/sin_pi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/powers/sqrt1pm1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_header.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_mem_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_non_mem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_tests.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/quat_todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rationale0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/real_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/refs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/relative_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/remez.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/result_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/bad_guess.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/bad_roots.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/brent_minima.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/polynomials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/rational.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_comparison/cbrt_comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_comparison/elliptic_comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_comparison/root_n_comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_finding_examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_finding_examples/5th_root_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_finding_examples/cbrt_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_finding_examples/elliptic_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_finding_examples/lambda.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_finding_examples/multiprecision_root.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/root_finding_examples/nth_root.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_deriv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_noderiv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_noderiv/TOMS748.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_noderiv/bisect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_noderiv/bracket_solve.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_noderiv/brent.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_noderiv/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/roots/roots_noderiv/root_termination.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/modf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/round.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/rounding/trunc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/run_time.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/beta_derivative.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/ibeta_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_beta/ibeta_inv_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf/error_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_erf/error_inv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/digamma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/gamma_derivatives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/gamma_ratios.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/igamma_inv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/lgamma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/polygamma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/tgamma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_gamma/trigamma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/hermite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/laguerre.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/legendre.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sf_poly/sph_harm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sign_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinc_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinc_pi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/sinc/sinhc_pi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/spec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut/special_tut_impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/special_tut/special_tut_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/specified_typedefs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/dist_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/complements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/generic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/objects.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/parameters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/overview/summary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/variates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_conf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/c_sharp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/dist_construct_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/error_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/f_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_location_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/geometric_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nag_library.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/normal_example/normal_misc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/paired_st.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/threads.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tr1_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tradoffs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/trans.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tuning.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/non_templ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/templ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/tutorial/user_def.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/value_op.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/zetas.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/math_toolkit/zetas/zeta.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/octonions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/perf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/policy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/quaternions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/rooting.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/special.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/status.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/using_udt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/html/utils.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/acos.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/acosh.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/asin.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/asinh.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/atan.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/atanh.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/hypot.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/images/hypot2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/math.css +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb1.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb10.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb11.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb12.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb13.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb14.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb15.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb16.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb17.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb18.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb19.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb2.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb20.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb21.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb3.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb4.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb5.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb6.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb7.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb8.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/octonion/graphics/octonion_blurb9.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/plot_owens_3d_xyp.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/plot_owens_t.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb1.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb10.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb11.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb12.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb13.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb14.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb15.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb16.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb17.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb18.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb19.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb2.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb20.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb21.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb22.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb23.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb3.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb4.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb5.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb6.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb7.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb8.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/doc/quaternion/graphics/quaternion_blurb9.jpeg +%%PORTDOCS%%%%DOCSDIR%%/libs/math/dot_net_example/distribution_explorer/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/HSO3.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/HSO3SO4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/HSO4.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/airy_zeros_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/arcsine_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/bernoulli_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/bessel_errors_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/bessel_zeros_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/bessel_zeros_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/bessel_zeros_interator_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/big_seventh.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/binomial_coinflip_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/binomial_confidence_limits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/binomial_example_nag.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/binomial_quiz_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/binomial_sample_sizes.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/brent_minimise_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/c_error_policy_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/chi_square_std_dev_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/constants_eg1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/cstdfloat_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/distribution_construction.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/error_handling_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/error_policies_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/error_policy_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/f_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/factorial_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/fft_sines_table.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/find_location_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/find_mean_and_sd_normal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/find_root_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/find_scale_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/float128_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/float_comparison_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/geometric_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/handle_test_result.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/hyperexponential_more_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/hyperexponential_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/inspect_fp.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/inverse_chi_squared_bayes_eg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/inverse_chi_squared_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/inverse_chi_squared_find_df_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/inverse_gamma_distribution_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/inverse_gamma_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/inverse_gaussian_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/laplace_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/lexical_cast_native.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/lexical_cast_nonfinite_facets.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nc_chi_sq_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/neg_binom_confidence_limits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/neg_binomial_sample_sizes.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/negative_binomial_example1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/negative_binomial_example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/neumann_zeros_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_facet_simple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_facet_sstream.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_legacy.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_loopback_ok.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_num_facet.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_num_facet_serialization.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_num_facet_trap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_serialization_archives.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/nonfinite_signaling_NaN.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/normal_misc_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/normal_tables.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/numerical_derivative_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/owens_t_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_10.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_6.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_7.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_8.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_eg_9.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip10.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip11.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip12.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip13.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip6.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip7.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip8.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/policy_ref_snip9.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/polynomial_arithmetic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_elliptic_finding.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_finding_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_finding_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_finding_fifth.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_finding_multiprecision_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_finding_n_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_finding_start_locations.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/root_n_finding_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/sines.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/skew_normal_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/special_data.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/students_t_example1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/students_t_example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/students_t_example3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/students_t_single_sample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/students_t_two_samples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/table_type.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/test_cpp_float_close_fraction.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/example/test_nonfinite_loopback.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/math/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/reporting/accuracy/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/math/reporting/performance/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/math/reporting/performance/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldl_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldl_diag2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldl_reject_incomplete_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldl_reject_incomplete_start_with_parser_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldl_start_with_parser_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldr_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldr_reject_incomplete_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/foldr_start_with_parser_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/folds.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/repeated_diag0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/repeated_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/repeated_diag2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/repeated_diag3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/repeated_reject_incomplete_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/doc/images/tutorial_diag9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/binary_number/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/binary_number/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/binary_number/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator_with_parens/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator_with_parens/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator_with_parens/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator_with_parens_and_unary_ops/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator_with_parens_and_unary_ops/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/calculator_with_parens_and_unary_ops/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/compile_to_native_code/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/compile_to_native_code/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/compile_to_native_code/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/constexpr_parser/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/constexpr_parser/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/constexpr_parser/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/10.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/11.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/11_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/11_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/11_3.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/11_3_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/11_3_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/12.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/1_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/1_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/1_2_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/1_2_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/3.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/3_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/3_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/3_3.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/4.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/4_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/4_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/5.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/5_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/5_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/5_2_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/5_2_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/5_2_3.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/5_2_4.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/6.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/6_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/6_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/7.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/7_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/7_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/8.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/8_1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/8_2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/9.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/getting_started/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/grammar_calculator/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/grammar_calculator/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/grammar_calculator/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/bind.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/builder.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/curry.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/double_number.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/example_handcrafted.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/example_in_haskell.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/except_keywords.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/grammar.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/lazy.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/main_handcrafted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/main_in_haskell.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/meta_hs.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/semantic.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_hs/token.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_lambda/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_lambda/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_lambda/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_metaparse/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_metaparse/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/meta_metaparse/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/minimal_rational/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/minimal_rational/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/minimal_rational/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/parsing_error/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/parsing_error/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/parsing_error/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/rational/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/rational/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/rational/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/regexp/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/regexp/README +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/example/regexp/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/metaparse/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/copymovable.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_clone_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_construct_forward.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_file_descriptor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_how_works.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_move_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_move_inserter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_move_iterator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_move_return.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/doc_template_assign.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/example/movable.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/move/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/doc/netpipe.png +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/generate_collect.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/generate_collect_optional.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/global_min.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/hello_world.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/hello_world_broadcast.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/hello_world_groups.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/hello_world_nonblocking.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/in_place_global_min.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/parallel_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/python/hello_world.py +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/random_content.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/random_gather.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/random_min.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/reduce_performance_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/example/string_cat.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpi/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/accumulate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/advance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/algorithms-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/always.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/apply-wrap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/apply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/arg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/arithmetic-operations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/assert-msg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/assert-not.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/assert-relation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/assert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/asserts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/associative-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/at-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/aux-lambda-support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/back-extensible-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/back-inserter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bidirectional-iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bidirectional-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bitand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bitwise-operations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bitxor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/bool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/broken-compiler-workarounds.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/c-str.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/categorized-index-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/categorized-index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/cfg-no-has-xxx-template.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/cfg-no-has-xxx.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/cfg-no-preprocessed-headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/clear.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/comparisons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/composition-and-argument-binding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/contains.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/copy-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/count-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/count.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/data-types-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/data-types-miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/data-types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/deref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/distance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/divides.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/empty-base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/empty-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/equal-to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/erase-key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/erase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/eval-if-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/eval-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/extensible-associative-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/extensible-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/filter-view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/find-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/find.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/for-each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/forward-iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/forward-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/front-extensible-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/front-inserter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/greater-equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/greater.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/has-key.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-template-def.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-template-named-def.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-trait-def.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/has-xxx-trait-named-def.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/if-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/inherit-linearly.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/inherit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/insert-range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/inserter-class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/inserter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/inserters.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/integral-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/integral-constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/integral-sequence-wrapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/intrinsic-metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/introspection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/invocation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/is-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/iter-fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/iteration-algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/iterator-category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/iterator-metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/iterator-range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/iterators-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/iterators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/joint-view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/key-type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/lambda-expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/lambda.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/less-equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/less.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-list-size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-map-size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-metafunction-arity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-set-size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-string-size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-unrolling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/limit-vector-size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/list-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/logical-operations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/long.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/lower-bound.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/max-element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/max.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunction-class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunctions-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/min-element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/min.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/minus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/modulus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/negate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/next.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/not-equal-to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/not.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/numeric-cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/numeric-metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/numeric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/or.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/order.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/placeholder-expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/placeholders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/plus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/pop-back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/pop-front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/prior.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/protect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/push-back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/push-front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/querying-algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/quote.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/random-access-iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/random-access-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/range-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/refmanual_toc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/remove-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/replace-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-copy-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-iter-fold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-remove-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-replace-if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-stable-partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse-unique.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/reversible-algorithm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/runtime-algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/sequence-tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/sequences.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/set-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/shift-left.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/shift-right.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/single-view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/size-t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/sizeof.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/stable-partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/string-operations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/tag-dispatched-metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/terminology.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/times.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/transform-view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/transformation-algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/trivial-metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/trivial-metafunctions-summary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/trivial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/type-selection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/unique.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/unpack-args.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/upper-bound.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/value-type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/variadic-sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/vector-c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/views.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/void.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/refmanual/zip-view.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/src/docutils/writers/html4_refdoc/frames.css +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/apply-lambda-semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/book_cover.png +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/broken-integral-constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/changelog-history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/dependencies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/details.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/dimensional-analysis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/eti.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/exercises.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/handling-placeholders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/higher-order.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/implementing-addition-and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/implementing-division.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/implementing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/incomplete-support-for.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/iterator-protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/lambda-and-non.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/lambda-details.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/metafunction-composition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/miscellaneous.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/more-lambda-capabilities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/numeric-metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/partial-metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/physical-structure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/placeholder-expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/placeholders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/portability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/reference-manual.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/renaming-cleanup.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/representing-dimensions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/representing-quantities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/resources.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/tag-dispatching-protocol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/technical-details.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/the-apply-metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/the-importance-of-being.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/the-lambda-metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/tutorial-metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/doc/tutorial/tutorial_toc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/README.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/aux_/STT_impl_gen.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/aux_/base_event.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/aux_/event.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/aux_/state.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/aux_/transition.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/player.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/player1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/player2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/fsm/state_machine.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/inherit_linearly.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/inherit_multiply.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/integer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/example/tuple_from_list.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/mpl/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch01.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch02s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch02s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch02s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch03s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch03s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch03s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch03s05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch04s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch04s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch04s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch04s05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch06.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch06s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch06s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch06s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch07.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch07s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s06.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s07.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s08.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s09.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch08s11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch09.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/ch11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/ActivateStateBeforeTransitionEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/ActiveStateSetBeforeTransition.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/AnonymousTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/AnonymousTutorialEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/AnonymousTutorialWithFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/BoostCon09Full.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompilerStressTestEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompositeTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompositeTutorialEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/CompositeTutorialWithEumlTable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/Constructor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/DirectEntryEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/DirectEntryTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/EumlInternal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/EumlInternalDistributed.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/EumlSimple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/ExampleCircularBuffer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/Flags.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/FsmAsPtr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/FsmAsPtr.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/History.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/HistoryEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/MsmComposite.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/MsmSimple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/MsmSimpleFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/Orthogonal-deferred.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/Orthogonal-deferred2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/OrthogonalDeferredEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/OrthogonalDeferredEuml2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/ParsingDigits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SCComposite.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SCSimple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SM-2Arg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/Serialize.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SerializeCompositeAndHistory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimplePhoenix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTimer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorial2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialEuml2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternal2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialInternalFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTableKleene.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleTutorialWithEumlTableTypeErasure.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/SimpleWithFunctors3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/TestErrorOrthogonality.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/TestInternal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/Visitor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/char_event_dispatcher.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/DistributedTable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Empty.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Empty.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Events.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Open.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/distributed_table/Open.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPodEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPodSearch.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPodSearchEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/Events.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/MenuMode.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/MenuMode.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/PlayingMode.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/PlayingMode.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/iPod_distributed/iPod.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/ipod_functors.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/examples/logging_functors.h +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/footer.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/footer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/pr01.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/pt01.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/pt02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/re01.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/re02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/HTML/re03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/ActivateStateBeforeTransitionEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/ActiveStateSetBeforeTransition.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/AnonymousTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/AnonymousTutorialEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/AnonymousTutorialWithFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/BoostCon09Full.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompilerStressTestEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompositeTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompositeTutorialEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/CompositeTutorialWithEumlTable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/Constructor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/DirectEntryEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/DirectEntryTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/EumlInternal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/EumlInternalDistributed.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/EumlSimple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/ExampleCircularBuffer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/Flags.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/FsmAsPtr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/FsmAsPtr.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/History.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/HistoryEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/MsmComposite.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/MsmSimple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/MsmSimpleFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/Orthogonal-deferred.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/Orthogonal-deferred2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/OrthogonalDeferredEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/OrthogonalDeferredEuml2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/ParsingDigits.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SCComposite.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SCSimple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SM-2Arg.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/Serialize.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SerializeCompositeAndHistory.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimplePhoenix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTimer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorial2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialEuml2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternal2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialInternalFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTableKleene.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleTutorialWithEumlTableTypeErasure.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/SimpleWithFunctors3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/TestErrorOrthogonality.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/TestInternal.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/Visitor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/char_event_dispatcher.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/DistributedTable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Empty.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Empty.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Events.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Open.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/distributed_table/Open.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPodEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPodSearch.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPodSearchEuml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/Events.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/MenuMode.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/MenuMode.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/PlayingMode.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/iPod_distributed/iPod.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/ipod_functors.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/PDF/examples/logging_functors.h +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/AnnexA.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/Anonymous.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/CompositeTutorial.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/Defer.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/FlagsTutorial.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/HistoryTutorial.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/Orthogonal-deferred.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/ParsingDigits.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/SimpleTutorial.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/completion.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/conflict1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/conflict2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/entry_point.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/entrytutorial.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/error_no_regions.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/exit.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/explicit.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/fork.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/history.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/init_state.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/regions.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/sm.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/state.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/terminate.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/doc/images/transition.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/example/mpl_graph/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/example/mpl_graph/adjacency_list_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/example/mpl_graph/breadth_first_search.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/example/mpl_graph/depth_first_search.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/example/mpl_graph/incidence_list_graph.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/example/mpl_graph/msm_adaptor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/msm/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/doc/iterator_categories.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/doc/matrix.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/doc/notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/doc/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/doc/test_cases.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/doc/user.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/basic1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/basic2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/for_each.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/foreach_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/foreach_test2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/op_paren.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/print_array.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/resize_from_other.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/subview.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/example/subview2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_array/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/compiler_specifics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/future_work.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/hector.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/lopez.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/next.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/perf_1o.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/perf_1o1s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/perf_1s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/perf_2o.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/perf_2o1s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/perf_3o.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/hash_indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/key_extraction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/multi_index_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/ord_indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/rnd_indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/rnk_indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/reference/seq_indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tests.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/basics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/creation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/indices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/key_extraction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/multi_index_cont_example.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/tutorial/techniques.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/doc/up.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/basic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/bimap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/complex_structs.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/composite_keys.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/fun_key.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/hashed.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/ip_allocator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/non_default_ctor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/random_access.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/rearrange.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/sequenced.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/example/serialization.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multi_index/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/debugger1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/debugger2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/debugger3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/debugger4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/debugger5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/debugger6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/debugger7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/floating_point_eg3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s01.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/indexes/s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/ack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/hist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/map/todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/float_performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/int_real_world.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/integer_performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/overhead.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/rational_performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/perf/realworld.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/backendconc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/cpp_bin_float_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/cpp_dec_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/cpp_int_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/gmp_int_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/internals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/mpf_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/mpfr_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/number.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/ref/tom_int_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/conversions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/cpp_bin_float.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/cpp_dec_float.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/float128.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/aos.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/gi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/jel.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/fp_eg/poly_eg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/gmp_float.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/mpfr_float.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/gen_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/hash.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/import_export.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/input_output.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/interval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/interval/mpfi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/cpp_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs/bitops.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/egs/factorials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/gmp_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/tom_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/constants.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/how_to_tell.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/limits/limits32.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/lits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/debug_adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/logged_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/logged_adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/misc/visualizers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/mixed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/primetest.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/random.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/br.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/cpp_rational.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/gmp_rational.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/rational_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/rational_adaptor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rational/tommath_rational.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/rounding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/boost_multiprecision/tut/serial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/cpp_bin_float_import_export.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/cpp_bin_float_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/cpp_dec_float_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/cpp_int_import_export.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/cpp_int_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/debug_adaptor_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/float128_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/floating_point_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/gauss_laguerre_quadrature.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/gmp_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/hashing_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/hypergeometric_luke_algorithms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/integer_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/logged_adaptor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/mixed_integer_arithmetic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/mpfi_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/mpfr_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/numeric_limits_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/random_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/safe_prime.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/example/tommath_snips.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/multiprecision/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/bounds___traits_class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/conversion_traits___traits_class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/converter___function_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/definitions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/improved_numeric_cast__.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/numeric_converter_policy_classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boost_numericconversion/type_requirements_and_user_defined_types_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/images/callouts/R.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/images/space.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/numeric_conversion/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/doc/html/numeric_conversion/history_and_acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/conversion/test/udt_example_0.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/checking.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/comparisons.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/examples.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/guide.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/includes.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/interval.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/numbers.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/policies.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/rounding.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/doc/todo.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/examples/filter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/examples/findroot_demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/examples/horner.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/examples/io.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/examples/newton-raphson.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/examples/rational.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/interval/examples/transc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/logo.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_0000.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_0100.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/phase_lattice_2d_1000.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/doc/html/solar_system.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/lattice2d.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/nested_range_algebra.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/spreading.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/2d_lattice/vector_vector_resize.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/abm_precision.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/adaptive_iterator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/bind_member_functions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/bind_member_functions_cpp11.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/bulirsch_stoer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/chaotic_system.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/const_step_iterator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/elliptic.py +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/elliptic_functions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/find_crossing.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/fpu.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/generation_functions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/gmpxx/Makefile +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/gmpxx/lorenz_gmpxx.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/gram_schmidt.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/harmonic_oscillator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/harmonic_oscillator_units.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/heun.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/integrate_times.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/list_lattice.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/lorenz.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/lorenz_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/molecular_dynamics.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/molecular_dynamics_cells.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/mpi/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/mpi/phase_chain.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/gauss_packet.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/mtl/implicit_euler_mtl.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/multiprecision/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/multiprecision/cmp_precision.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/multiprecision/lorenz_mp.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/my_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/nt2/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/nt2/phase_oscillator_ensemble.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/lorenz_ensemble.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/lorenz_ensemble_nested.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/lorenz_ensemble_simple.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/openmp.jam +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/phase_chain.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/openmp/phase_chain_omp_state.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/phase_oscillator_ensemble.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/point_type.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/quadmath/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/quadmath/black_hole.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/resizing_lattice.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/simple1d.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/solar_system.agr +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/solar_system.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/stepper_details.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/stiff_system.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/stochastic_euler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/stuart_landau.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/Makefile +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/lorenz_parameters.cu +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/phase_oscillator_chain.cu +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/phase_oscillator_ensemble.cu +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/thrust/relaxation.cu +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/two_dimensional_phase_lattice.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/ublas/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/ublas/lorenz_ublas.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/van_der_pol_stiff.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/vexcl/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/examples/vexcl/lorenz_ensemble.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/odeint/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/banded.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/blas.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/bounded_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/container_concept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/expression_concept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/hermitian.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/iterator_concept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/matrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_proxy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/matrix_sparse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/operations_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/options.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/products.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/samples/assignment_examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/storage_concept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/storage_sparse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/symmetric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/triangular.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/types_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/ublas.css +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/unbounded_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/vector_expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/vector_proxy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/doc/vector_sparse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/numeric/ublas/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/a_note_about_optional_bool_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/dependencies_and_portability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/dependencies_and_portability/optional_reference_binding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/detailed_semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/development.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/discussion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/exception_safety_guarantees.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/implementation_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/in_place_factories.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/motivation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/optional_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/bypassing_unnecessary_default_construction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/optional_automatic_variables.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/optional_data_members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/optional_return_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/quick_start/storage_in_containers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/rebinding_semantics_for_assignment_of_optional_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/dependencies_and_portability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/dependencies_and_portability/optional_reference_binding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_bad_optional_access_hpp_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_bad_optional_access_hpp_/detailed_semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_hpp_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_fwd_hpp_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics____free_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics____optional_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics____optional_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics___free_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics___optional_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics___optional_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/header__boost_optional_hpp_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/header_optional_optional_refs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/header_optional_optional_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/io_header.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/io_header/io_semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/reference/relnotes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/relnotes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/a_note_about_optional_bool_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/design_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/design_overview/the_interface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/design_overview/the_semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/exception_safety_guarantees.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/gotchas.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/gotchas/false_positive_with__wmaybe_uninitialized.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/gotchas/mixed_relational_comparisons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/gotchas/moved_from__optional_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/in_place_factories.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/io_operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/motivation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/optional_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/optional_references/rebinding_semantics_for_assignment_of_optional_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/performance_considerations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/rebinding_semantics_for_assignment_of_optional_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/relational_operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/type_requirements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/tutorial/when_to_use_optional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/boost_optional/type_requirements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/images/callouts/R.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/images/opt_align1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/images/opt_align2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/images/opt_align3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/images/opt_align4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/images/space.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/optional/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/optional/reference/header__boost_optional_optional_hpp_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/html/optional/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/images/opt_align1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/images/opt_align2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/images/opt_align3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/doc/images/opt_align4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/optional/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/parameter/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/parameter/doc/html/python.html +%%PORTDOCS%%%%DOCSDIR%%/libs/parameter/doc/html/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/parameter/doc/html/rst.css +%%PORTDOCS%%%%DOCSDIR%%/libs/parameter/doc/html/vellipsis.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/parameter/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/examples/adding.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/examples/extending_actors.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/examples/transforming.qbk +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/add2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/add2_call.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/adder.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/banner.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/fbox.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/funnel_in.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/funnel_out.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/lambda_cpp.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/organization.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/organization_alt.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/simple_ast.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/basics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples/adding_an_expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples/extending_actors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/examples/transforming_the_expression_tree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/actor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/custom_terminals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/expression/boilerplate_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/placeholder_unification.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/inside/rules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/background.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/implementation_details.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/testing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/tutorial_with_examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/tutorial_with_examples/arithmetic_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/tutorial_with_examples/list_generation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/what_is_provided.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/lazy_list/where_next_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/background.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience/bugs_to_be_fixed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience/compilers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/experience/maintenance_tools.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/method_in_use.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/maintenance/my_understanding_of_how_maintenance_works.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_function_objects.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_member_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/binding_member_variables.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/bind/compatibility_with_boost_bind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/arguments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/nothing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/core/values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/function/adapting_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/casts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/construction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/delete.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/object/new.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/operator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope/lambda.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope/let.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/scope/local_variables.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/___do_while_____statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/___if_else_____statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/block_statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/for_statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/if__statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/switch__statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/throw_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/try__catch__statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/statement/while__statement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/stl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/stl/algorithm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/modules/stl/container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/organization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/release_notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/arguments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/construct__new__delete__casts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/lazy_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/lazy_operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/lazy_statements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/more.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/starter_kit/values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0_6__boost_1_57_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_1_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_1_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_2_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_2_0__boost_1_58_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/what_s_new/phoenix___warning_on__lambda_and_let_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/doc/html/phoenix/wrap_up.html +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/adapted_echo_server.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/all_odds.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/arguments.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/bind_goose.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/callback.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/container_actor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/define_expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/factorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/find_if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/generator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/generator2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/identity_transform.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/if.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/invert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/parallel_for.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/references.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/example/values.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/phoenix/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_points.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/benchmark/benchmark_results/plots/benchmark_segments.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/analysis.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction_45.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction_90.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_connectivity_extraction_usage.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_coordinate_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_custom_point.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_custom_polygon.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_custom_polygon_set.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_design_overview.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_interval_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_isotropy.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_minkowski_tutorial.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_point_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_point_usage.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_45_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_45_set_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_45_with_holes_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_90_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_90_set_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_90_with_holes_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_set_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_set_usage.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_usage.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_polygon_with_holes_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge_45.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge_90.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_property_merge_usage.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_rectangle_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_segment_concept.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/gtl_tutorial.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_100.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_1000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_10000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_100000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_1000000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_all.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_points_memory.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_100.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_1000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_10000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_100000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_1000000.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_all.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/benchmark_segments_memory.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/concept_table.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/hand.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/intlogo.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/refinements.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/rover.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/vlsi.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/voronoi.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/voronoi1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/voronoi2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/voronoi3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/images/voronoi4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/index.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/voronoi_advanced_tutorial.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/voronoi_basic_tutorial.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/voronoi_benchmark.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/voronoi_builder.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/voronoi_diagram.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/doc/voronoi_main.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/gtl_custom_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/gtl_custom_polygon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/gtl_custom_polygon_set.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_001.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_002.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_003.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_004.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_005.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_006.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_007.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_008.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_009.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_010.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_011.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/polygon/polygon_012.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_001.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_002.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_003.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_004.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_005.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_006.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_007.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_008.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_009.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_010.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_011.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_012.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_013.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_014.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_015.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_016.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_017.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_018.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_019.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_020.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_021.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_022.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_023.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_024.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_025.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_026.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_027.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_028.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_029.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_030.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_031.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_032.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_033.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_034.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_035.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_036.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_037.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_038.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_039.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_040.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_041.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_042.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_043.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_044.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_045.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_046.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_047.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_048.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_049.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_050.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_051.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_052.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_053.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_054.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_055.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_056.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_057.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_058.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_059.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_060.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_061.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_062.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_063.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_064.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_065.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_066.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_067.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_068.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_069.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_070.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_071.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/primary/primary_072.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_001.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_002.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_003.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_004.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_005.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_006.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_007.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_008.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_009.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_010.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_011.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_012.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_013.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_014.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_015.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_016.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_017.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_018.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_019.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_020.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_021.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_022.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_023.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_024.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_025.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_026.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_027.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/input_data/random/random_028.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_001.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_002.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_003.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_004.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_005.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_006.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_007.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_008.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_009.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_010.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_011.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/polygon/polygon_012.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_001.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_002.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_003.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_004.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_005.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_006.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_007.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_008.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_009.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_010.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_011.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_012.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_013.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_014.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_015.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_016.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_017.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_018.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_019.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_020.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_021.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_022.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_023.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_024.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_025.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_026.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_027.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_028.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_029.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_030.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_031.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_032.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_033.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_034.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_035.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_036.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_037.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_038.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_039.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_040.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_041.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_042.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_043.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_044.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_045.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_046.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_047.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_048.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_049.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_050.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_051.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_052.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_053.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_054.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_055.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_056.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_057.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_058.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_059.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_060.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_061.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_062.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_063.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_064.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_065.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_066.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_067.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_068.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_069.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_070.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_071.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/primary/primary_072.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_001.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_002.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_003.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_004.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_005.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_006.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_007.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_008.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_009.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_010.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_011.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_012.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_013.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_014.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_015.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_016.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_017.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_018.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_019.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_020.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_021.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_022.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_023.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_024.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_025.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_026.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_027.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/output_data/random/random_028.png +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/voronoi_advanced_tutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/voronoi_basic_tutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/voronoi_visual_utils.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/example/voronoi_visualizer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/polygon/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/BOOST_POOL_VALIDATE_INTERNALS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/default_user_allocator_malloc_free.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/default_user_allocator_new_delete.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_vo_idm45558247901888.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_vo_idm45558247901888/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id378528.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/fast_pool_allocator_void__UserAllocat_id378528/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/object_pool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_tag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__U_idm45558255224032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__U_idm45558255224032/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id378014.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/pool_allocator_void__UserAllocator__M_id378014/rebind.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/simple_segregated_storage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/singleton_pool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost/singleton_pool/object_creator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/implementations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/tests.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/tickets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/appendices/todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s01.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s02.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s03.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/indexes/s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/conventions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/installation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/interfaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/pooling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/testing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool/pool/usage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/boost_pool_c___reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/object_pool_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/pool_alloc_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/pool_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/poolfwd_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/simple_segregated_storage_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/header/boost/pool/singleton_pool_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/mb1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/mb2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/mb3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/mb4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/pc1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/pc2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/pc3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/pc4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/images/pc5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/example/sys_allocator.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/example/time_pool_alloc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/pool/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/predef/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/AppendixA-AnIntroductiontoPreprocessorMetaprogramming.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/contents.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/data/arrays.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/data/lists.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/data/sequences.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/data/tuples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/examples/array_arithmetic.c +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/examples/catch_builtin.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/examples/delay.c +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/examples/duffs_device.c +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/examples/is_integral.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/examples/linear_fib.c +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/add.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/dec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/div.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/inc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/mod.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/mul.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/arithmetic/sub.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/array/to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/assert_msg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/cat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comma_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/greater.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/less.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/comparison/not_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/config/limits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/config/variadics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/control.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/control/deduce_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/control/expr_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/control/expr_iif.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/control/if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/control/iif.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/control/while.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/debug.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/debug/assert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/debug/line.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/dec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/enum_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/enum_shifted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/enum_shifted_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/epwad.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/epwd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/expand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/expr_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/apply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/expand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/intercept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/facilities/overload.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/for.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/inc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/iterate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration/iterate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration/local.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/iteration/self.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/library.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/limits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/adt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/append.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/cat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/first_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/fold_left.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/fold_right.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/for_each_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/for_each_product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/rest_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/list/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitnor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bitxor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/bool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/compl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/nor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/not.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/or.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/logical/xor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/max.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/min.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/preprocessor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/comma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/comma_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/is_begin_parens.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/paren.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/paren_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/punctuation/remove_parens.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_2nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_3rd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_from_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_from_to_2nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repeat_from_to_3rd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/deduce_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/deduce_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_binary_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_shifted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_shifted_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_trailing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/enum_trailing_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/epwad.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/epwd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/esbp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/etbp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/for.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/repeat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/repetition/repeat_from_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/selection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/selection/max.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/selection/min.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/cat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/first_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/fold_left.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/fold_right.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/for_each_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/for_each_product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/rest_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/subseq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/seq/variadic_seq_to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/slot.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/slot/counter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/slot/slot.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/stringize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/eat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/rem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/tuple/to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/variadic/to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/while.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/headers/wstringize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/miscellanea.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/add.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/add_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/apply.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_insert_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_back_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_pop_front_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_remove_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_replace_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/array_to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/assert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/assert_msg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/assign_slot.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/bitand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/bitnor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/bitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/bitxor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/bool.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/cat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/comma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/comma_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/compl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/config_extended_line_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/counter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/dec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/deduce_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/deduce_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/deduce_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/div.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/div_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_binary_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_binary_params_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params_with_a_default.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params_with_defaults.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_params_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted_params_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_shifted_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing_params.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing_params_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_trailing_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/enum_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/equal_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/esbp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/esbpz.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/etbp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/etbpz.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/expand.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/expr_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/expr_iif.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/filename_x.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/for.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/for_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/for_r_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_finish.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/frame_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/greater.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/greater_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/greater_equal_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/identity_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iif.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/inc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/include_self.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/indirect_self.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/intercept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/is_begin_parens.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/is_iterating.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/is_selfish.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iterate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_depth.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_finish.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_limits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_params_x.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/iteration_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/less.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/less_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/less_equal_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_dim.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_for.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_iteration_dim.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_mag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_repeat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_slot_count.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_slot_sig.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_variadic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/limit_while.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/line.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_append.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_append_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_at.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_at_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_cat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_cat_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_enum_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_filter_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_first.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_first_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_first_n_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_2nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_2nd_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_left_d_old.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_2nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_2nd_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_fold_right_d_old.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_i_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_product_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_for_each_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_is_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_is_nil.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_nil.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_rest.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_rest_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_rest_n_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_reverse_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_size_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_array_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_seq_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_to_tuple_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/list_transform_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/local_iterate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/local_limits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/local_macro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/lparen.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/lparen_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/max.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/max_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/min.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/min_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/mod.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/mod_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/mul.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/mul_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/nil.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/nor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/not.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/not_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/not_equal_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/or.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/overload.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_finish.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_flags.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/relative_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/remove_parens.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_1st.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_2nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_3rd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_1st.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_2nd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_3rd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_d_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_from_to_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/repeat_z_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/rparen.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/rparen_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_cat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_cat_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_filter_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_first_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_left.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_left_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_right.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_fold_right_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_i.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_i_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_product_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_for_each_r.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_head.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_nil.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_rest_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_reverse_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_subseq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_tail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/seq_transform_s.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/slot.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/stringize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/sub.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/sub_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_eat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_insert_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_back_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_pop_front_z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_rem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_rem_ctor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_remove_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_replace_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/tuple_to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/update_counter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_elem.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_seq_to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_size.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_seq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadic_to_tuple.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/variadics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/while.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/while_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/while_d_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/wstringize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/ref/xor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/styles.css +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/syntax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/terms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/terms/evaluated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/terms/named_external.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/title.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/top.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/evaluated_slots.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/file_iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/incompatible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/local_iteration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/motivation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/problems.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/reentrancy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/techniques.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/doc/topics/variadic_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/preprocessor/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/custom_syntax.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/first.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/multiple_sources.cfg +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/multiple_sources.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/option_groups.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/options_description.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/real.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/regex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/response_file.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/example/response_file.rsp +%%PORTDOCS%%%%DOCSDIR%%/libs/program_options/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/LvaluePropertyMap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/ReadWritePropertyMap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/ReadablePropertyMap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/WritablePropertyMap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/associative_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/compose_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/const_assoc_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/dynamic_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/function_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/identity_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/iterator_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/ref_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/shared_array_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/static_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/transform_value_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/doc/vector_property_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/example/compose_property_map_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/example/example1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/example/example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/example/example3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_map/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/doc/images/ptree2code.png +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/custom_data_type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/debug_settings.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/debug_settings.xml +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/empty_ptree_trick.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/info_grammar_spirit.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/settings_fully-existent.info +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/settings_non-existent.info +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/settings_partially-existent.info +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/examples/speed_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/property_tree/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/calc1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/calc2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/calc3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/external_transforms.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/futures.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/hello.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/lambda.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/lazy_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/map_assign.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/mini_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/mixed.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/rgb.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/tarray.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/vec3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/example/virtual_member.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/proto/test/examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/associative_ptr_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/conventions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/default.css +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/guidelines.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/indirect_fun.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_deque.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_inserter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_map.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_map_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_multimap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_multimap_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_multiset.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_multiset_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_sequence_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_set_adapter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/ptr_vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/reversible_ptr_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/doc/tutorial_example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ptr_container/test/view_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/article.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/boost.css +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/background.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/choosing_a_boost_python_library_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/configuring_boost_build.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/include_issues.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/installing_boost_python_on_your_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/no_install_quickstart.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/notes_for_mingw_and_cygwin_with_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/python_debugging_builds.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/building/testing_boost_python.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/docutils.css +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/compilation_takes_too_much_time_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/does_boost_python_work_with_mac_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/error_c2064_term_does_not_evalua.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/fatal_error_c1204_compiler_limit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/how_can_i_automatically_convert_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/how_can_i_find_the_existing_pyob.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/how_can_i_wrap_a_function_which0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/how_can_i_wrap_functions_which_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/how_do_i_create_sub_packages_usi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/how_do_i_debug_my_python_extensi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/i_m_getting_the_attempt_to_retur.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/is_boost_python_thread_aware_com.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/is_return_internal_reference_eff.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/why_doesn_t_my_operator_work.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/faq/why_is_my_automatic_to_python_co.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/glossary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/jam.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/python.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/python_cpp_mix.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/concepts/dereferenceable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/concepts/extractor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/concepts/holdergenerator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/concepts/objectwrapper.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/concepts/resultconverter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/embedding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/embedding/boost_python_import_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/boost_python_call_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/boost_python_call_method_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/boost_python_data_members_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/boost_python_make_function_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/boost_python_overloads_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/boost_python_ptr_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/boost_python_raw_function_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/function_documentation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/models_of_callpolicies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/models_of_resultconverter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/function_invocation_and_creation/models_of_resultconvertergenerat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/glossary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_def_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_def_visitor_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_docstring_options_h.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_enum_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_errors_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_exception_translato.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_iterator_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_module_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_operators_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_scope_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_stl_iterator_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/high_level_components/boost_python_wrapper_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers/boost_python_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers/boost_python_long_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers/boost_python_numeric_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers/boost_python_object_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers/boost_python_slice_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers/boost_python_str_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/object_wrappers/boost_python_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/to_from_python_type_conversion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/to_from_python_type_conversion/boost_python_implicit_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/to_from_python_type_conversion/boost_python_lvalue_from_pytype_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/to_from_python_type_conversion/boost_python_opaque_pointer_conv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/to_from_python_type_conversion/boost_python_register_ptr_to_pyt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/to_from_python_type_conversion/boost_python_to_python_converter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/topics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/topics/indexing_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/topics/pickle_support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/utility_and_infrastructure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/utility_and_infrastructure/boost_python_handle_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/utility_and_infrastructure/boost_python_instance_holder_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/utility_and_infrastructure/boost_python_pointee_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/utility_and_infrastructure/boost_python_ssize_t_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/reference/utility_and_infrastructure/boost_python_type_id_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/rst.css +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/embedding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/exposing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/hello.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/iterators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/html/tutorial/tutorial/techniques.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/bpl.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/internals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/doc/rst.css +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/Jamroot +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/README +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/boost-build.jam +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/getting_started1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/getting_started2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/project.zip +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/quickstart/Jamroot +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/quickstart/boost-build.jam +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/quickstart/embedding.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/quickstart/extending.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/quickstart/script.py +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/quickstart/test_extending.py +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/std_pair.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/test_getting_started1.py +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/test_getting_started2.py +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/test_std_pair.py +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/tutorial/Jamroot +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/tutorial/hello.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/python/example/tutorial/hello.py +%%PORTDOCS%%%%DOCSDIR%%/libs/python/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/adding_new_methods.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/exporting_an_entire_header.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/global_variables.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/inserting_code.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/policies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/renaming_and_excluding.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/running_pyste.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/smart_pointers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/templates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/the_interface_files.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/alert.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/arrow.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/bkd.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/bkd2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/bulb.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/bullet.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/l_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/l_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/note.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/r_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/r_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/smiley.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/theme/u_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/doc/wrappers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/pyste/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/python/todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/boost.png +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_ASSERT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_FORCE_INLINE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_INLINE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_INLINE_CRITICAL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_INLINE_OPERATIONS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_INLINE_RECURSION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_INLINE_TRIVIAL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_STATIC_ASSERT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/BOOST_QVM_THROW_EXCEPTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Index_of_Functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Index_of_Headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Index_of_Types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Index_of_View_Proxies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Interoperability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/SFINAE_enable_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Swizzling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/Views.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/accessing_matrix_elements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/accessing_quaternion_elements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/accessing_vector_elements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/accessing_vector_elements_and_swizzling_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/assign_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/assign_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/assign_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_all_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_assert_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_deduce_mat_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_deduce_quat_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_deduce_scalar_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_deduce_vec_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_enable_if_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_error_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_inline_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_map_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_map_mat_mat_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_map_mat_vec_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_map_vec_mat_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_access_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_index_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_operations2_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_operations3_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_operations4_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_operations_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_traits_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_mat_traits_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_math_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_operations_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_quat_access_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_quat_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_quat_operations_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_quat_traits_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_quat_traits_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_quat_vec_operations_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_scalar_traits_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_static_assert_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_swizzle2_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_swizzle3_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_swizzle4_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_swizzle_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_throw_exception_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_access_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_index_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_mat_operations2_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_mat_operations3_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_mat_operations4_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_mat_operations_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_operations2_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_operations3_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_operations4_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_operations_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_traits_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/boost_qvm_vec_traits_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/c_arrays.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/cmp_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/cmp_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/cmp_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/code_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/col.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/col_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/conjugate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/convert_to_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/convert_to_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/convert_to_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/cross.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/deduce_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/deduce_mat2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/deduce_quat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/deduce_quat2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/deduce_scalar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/deduce_vec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/deduce_vec2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/del_col.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/del_row.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/del_row_col.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/determinant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/diag.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/diag_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/dot_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/dot_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/enable_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/exception_types_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/generic_programming_utilities_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/identity_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/identity_quat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/indexing_matrix_elements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/indexing_vector_elements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/inverse_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/inverse_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/is_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/is_quat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/is_scalar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/is_vec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/known_quirks_and_issues.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/macros_and_configuration_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mag_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mag_sqr_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mag_sqr_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mag_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_index_read.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_index_write.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits_M_read_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits_M_read_element_idx.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits_M_scalar_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits_M_write_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits_M_write_element_idx.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits_Matrix_cols.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mat_traits_Matrix_rows.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/matrix-to-matrix_view_proxies_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/matrix-to-vector_view_proxies_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/matrix_operations_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/mref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/neg_col.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/neg_row.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/normalize_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/normalize_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/normalized_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/normalized_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_add_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_add_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_add_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_div_eq_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_div_eq_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_div_eq_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_eq_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_eq_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_eq_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_minus_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_minus_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_minus_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_minus_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_minus_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_minus_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_mul_eq_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_mul_eq_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_mul_eq_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_mul_eq_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_mul_eq_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_not_eq_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_not_eq_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_not_eq_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_over_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_over_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_over_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_plus_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_plus_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_plus_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_sub_eq_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_sub_eq_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_sub_eq_vec_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_mat_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_mat_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_quat_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_quat_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_vec_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/operator_times_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/perspective_lh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/perspective_rh.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/ptr_mref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/ptr_qref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/ptr_vref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/qref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quat_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quat_traits_Q_read_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quat_traits_Q_scalar_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quat_traits_Q_write_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quaternion-vector_operations_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quaternion_operations_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quaternion_vector_and_matrix_types_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/quaternions_vectors_matrices.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/questions_and_answers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/qvm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/reno.css +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rot_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rot_quat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_mat_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_quat_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_x_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_x_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_y_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_y_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_z_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotate_z_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotx_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotx_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/roty_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/roty_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotz_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/rotz_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/row.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/row_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/scalar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/scalar_cast_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/scalar_cast_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/scalar_cast_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/scalar_requirements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/scalar_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_identity_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_identity_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_rot_mat_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_rot_quat_vec_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_rotx_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_rotx_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_roty_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_roty_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_rotz_mat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_rotz_quat_scalar_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_zero_mat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_zero_quat_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/set_zero_vec_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/sfinae.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/shade-l.png +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/shade-r.png +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/slerp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/swap_cols.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/swap_rows.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/transform_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/transform_vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/translation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/translation_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/transposed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/type_traits_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/valid-css.png +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/valid-xhtml.png +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_index_read.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_index_write.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_traits_V_read_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_traits_V_read_element_idx.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_traits_V_scalar_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_traits_V_write_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_traits_V_write_element_idx.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vec_traits_Vector_dim.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vector-matrix_operations_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vector-to-matrix_view_proxies_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vector_operations_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/view_proxy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/vref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/zero_determinant_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/zero_magnitude_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/zero_mat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/zero_quat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/doc/zero_vec.html +%%PORTDOCS%%%%DOCSDIR%%/libs/qvm/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/random/example/die.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/random/example/password.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/random/example/random_demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/random/example/weighted_die.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/random/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/nondet_random.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/random-concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/random-distributions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/random-generators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/random-misc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/random-performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/random/random-variate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/concepts/bidirectional_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/concepts/concept_checking.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/concepts/forward_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/concepts/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/concepts/random_access_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/concepts/single_pass_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/headers/adaptors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/headers/algorithm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/headers/algorithm_ext.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/headers/general.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/history_ack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/atl_ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/const_ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/mfc_ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/mfc_atl/requirements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/portability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/general_requirements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/adjacent_filtered.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/copied.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/filtered.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/indexed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/indirected.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/map_keys.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/map_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/replaced.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/replaced_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/reversed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/sliced.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/strided.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/tokenized.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/transformed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/type_erased.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/adaptors/reference/uniqued.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/make_heap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/pop_heap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/push_heap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/heap/sort_heap.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/copy_backward.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/fill.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/fill_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/generate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/inplace_merge.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/merge.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/nth_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/partial_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/random_shuffle.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove_copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/remove_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace_copy_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/replace_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/reverse.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/reverse_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/rotate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/rotate_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/stable_partition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/stable_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/swap_ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/unique.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/mutating/unique_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/copy_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/erase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/insert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/iota.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/is_sorted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/overwrite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/push_front.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/remove_erase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/new/remove_erase_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/adjacent_find.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/binary_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/count.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/count_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/equal_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find_end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find_first_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/find_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/for_each.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/lexicographical_compare.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/lower_bound.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/max_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/min_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/mismatch.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/search_n.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/non_mutating/upper_bound.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/accumulate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/adjacent_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/inner_product.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/numeric/partial_sum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation/next_permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/permutation/prev_permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/includes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_intersection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_symmetric_difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/algorithms/set/set_union.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/semantics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/semantics/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/semantics/metafunctions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/concept_implementation/synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/extending.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_3/method_3_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/extending/method_3/method_3_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/any_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/counting_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/irange.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/ranges/istream_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/combine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/iterator_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/join.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/reference/utilities/sub_range.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/style_guide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/upgrade.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_34.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_42.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_45.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_49.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/html/range/upgrade/upgrade_from_1_55.html +%%PORTDOCS%%%%DOCSDIR%%/libs/range/doc/reference/adaptors/examples/indirected.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/range/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/config.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/display_ex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/duration.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/si_physics.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/static_assert.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/type_traits/add_rvalue_reference.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/type_traits/common_type.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/type_traits/declval.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/example/type_traits/detail/common_type.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/ratio/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/rational/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/rational/rational.html +%%PORTDOCS%%%%DOCSDIR%%/libs/rational/test/rational_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/futher.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/locale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_Perl_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_Perl_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_leftmost_longest_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_simple_Perl_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_simple_Perl_matches_platform_linux_compiler_GNU_C_version_5_1_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_simple_leftmost_longest_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/performance/section_Testing_simple_leftmost_longest_matches_platform_linux_compiler_GNU_C_version_5_1_0_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/redist.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/standards.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/background_information/thread_safety.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/captures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/algorithm.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/compiler.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/linkage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/locale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/configuration/tuning.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format/perl_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/format/sed_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/install.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/introduction_and_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/partial_matches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/bad_expression.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/basic_regex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts/charT_concept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts/iterator_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/concepts/traits_concept.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/error_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/internal_details.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/internal_details/uni_iter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/match_flag_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/match_results.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/posix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_match.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_replace.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_search.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_token_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/regex_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/sub_match.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/basic_extended.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes/optional_char_class_names.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/digraphs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/named_unicode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/leftmost_longest_rule.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/boost_regex/unicode.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/grep/grep.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/captures_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/credit_card_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/icu_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/mfc_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/partial_regex_grep.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/partial_regex_iterate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/partial_regex_match.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_grep_example_4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_iterator_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_match_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_merge_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_replace_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_search_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_split_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_split_example_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_token_iterator_eg_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/snippets/regex_token_iterator_eg_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/bc55.mak +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/bcb4.mak +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/bcb5.mak +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/gcc.mak +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/input_script.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/regex_timer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/vc6-stlport.mak +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/example/timer/vc6.mak +%%PORTDOCS%%%%DOCSDIR%%/libs/regex/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ALL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ALL_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_CONFIG_USE_LAMBDAS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_END.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_END_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_ID_TPL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/BOOST_SCOPE_EXIT_TPL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/alternatives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/no_variadic_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/doc/html/scope_exit/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/nova.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/scope_guard.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/scope_guard_seq.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/scope_guard_seq_nova.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/try_catch.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/try_catch_seq.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/try_catch_seq_nova.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/example/world_cxx11_lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/scope_exit/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/archive_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/archives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/class_diagram.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/codecvt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/contents.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/dataflow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/definitions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/derivation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/dot.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/exception_safety.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/extended_type_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/headers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/implementation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/minus.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/new_case_studies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/performance_status.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/pimpl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/plus.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/private_base.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/release.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/serialization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/shared_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/shared_ptr2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/simple_log.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/singleton.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/smart_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/special.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/state_saver.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/static_warning.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/strong_typedef.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/void_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/doc/wrappers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_auto_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_dll_a.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_dll_a.ipp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_dll_b.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_dll_b.ipp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_exception.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_fast_archive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_gps.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_log.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_output.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_pimpl.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_pimpl_A.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_pimpl_A.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_polymorphic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_polymorphic_A.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_polymorphic_A.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_portable_archive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_save.xml +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_shared_ptr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_simple_log.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_trivial_archive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_xml.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_xml.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_xml_load.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demo_xml_save.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/demofile.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/fix_six.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/log_archive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/log_archive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_iarchive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_iarchive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_oarchive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/polymorphic_portable_binary_oarchive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/portable_binary_archive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/portable_binary_iarchive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/portable_binary_iarchive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/portable_binary_oarchive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/portable_binary_oarchive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/example/simple_log_archive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/serialization/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/button_click.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/difference_connection.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/disconnect_all.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/doc_view.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/first_positive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/maximum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/no_function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/print_sum_product.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/quotient_controlling.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/example/quotient_named.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/custom_combiners.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/disconnect_and_block.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/doc_view.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/doc_view_acm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/doc_view_acm_deconstruct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/extended_slot.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/hello_world_multi_slot.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/hello_world_slot.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/ordering_slots.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/passing_slots.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/postconstructor_ex1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/postconstructor_ex2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/predestructor_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/signal_return_value.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/example/slot_arguments.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/signals2/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/compatibility.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/enable_shared_from_this.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/example/scoped_ptr_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/example/scoped_ptr_example.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/example/scoped_ptr_example_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example2.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/example/shared_ptr_example2_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/gccspeed.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/intrusive_ptr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/intrusive_ref_counter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/make_shared.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/make_shared_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/make_unique.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/msvcspeed.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/pointer_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/pointer_to_other.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/scoped_array.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/scoped_ptr.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/shared_array.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/shared_ptr.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/smart_ptr.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/smarttests.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/sp_techniques.html +%%PORTDOCS%%%%DOCSDIR%%/libs/smart_ptr/weak_ptr.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/4_threaded.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/bits_per_byte.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/_2example_2sample_8cpp-example.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/alrbreaker_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/alreadysorted_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/arrowdown.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/arrowright.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/bdwn.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/binaryalrbreaker_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/boostrandomgen_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/caseinsensitive_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/charstringsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/classes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/closed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/constants_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/constants_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2float__sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2float__sort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2integer__sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2integer__sort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2string__sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/detail_2string__sort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_0dcad0da4f36218cbabb216021de9867.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_1878a3f4746a95c6aad317458cc7ef80.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_1b6f0a484b3a75c2ed43dc394e95eff6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_4aa236a92b75d6f514e733718a475329.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_cfafba98a580ce4b62f8a6fa96d7cbb0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/dir_d44c64559bbebec7f509842c48db8b23.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/doc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/double_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/files.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/float__sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/float__sort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/floatfunctorsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/floatsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2blank.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2doc.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2folderclosed.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2folderopen.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2lastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2link.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2mlastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2mnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2node.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2plastnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2pnode.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/ftv2vertline.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/generalizedstruct_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals_defs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/globals_vars.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/int64_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/integer__sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/integer__sort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/keyplusdatasample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/mostlysorted_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaceboost.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaceboost_1_1sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaceboost_1_1sort_1_1detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespacemembers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespacemembers_eval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespacemembers_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/nav_g.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/open.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/parallelint_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/parallelstring_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/randomgen_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/reverseintsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/reversestringfunctorsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/reversestringsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/rightshiftsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/sample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_d.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/all_f.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/classes_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/close.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/defines_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/enumvalues_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/enumvalues_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/enumvalues_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_a.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_b.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/files_c.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/functions_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/mag_sel.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/namespaces_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/nomatches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search_l.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search_m.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/search_r.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_0.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_6.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_7.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_8.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/search/variables_9.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/shiftfloatsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/sort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/splitbar.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort__common_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/spreadsort__common_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/string__sort_8hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/string__sort_8hpp_source.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/stringfunctorsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/stringsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/struct_d_a_t_a___t_y_p_e-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/struct_d_a_t_a___t_y_p_e.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__char__less__than-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__char__less__than.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__greater__than-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__greater__than.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__less__than-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structboost_1_1sort_1_1detail_1_1offset__less__than.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structbracket-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structbracket.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgetsize-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgetsize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgreaterthan-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structgreaterthan.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structlessthan-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structlessthan.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structnegrightshift-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structnegrightshift.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structrightshift-members.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/structrightshift.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/sync_off.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/sync_on.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/html/wstringsample_8cpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/doxygen/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/entropy.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/asymptote.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/bigm.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/bin_limit.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/bins.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/comp_sub.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/compare_asymptote.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/compare_combined.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/compare_simplified.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/fallback.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/gt_smin.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/gte_2k.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/incr_compare.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/introsort.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/iter_combined.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k_m.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k_remaining.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k_smax.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k_smax_final.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/k_start.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/kincr.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/km.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/ktop.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/lsd.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/lsd_offset.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/lt_smin.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/lte_smin.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/m_limit.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/min1_comparison.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/min_comparison.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/min_n.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/min_n_orig.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/mrange.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/msum.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/n_gt_smin.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/nincr.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/radix_iters.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/s_diff.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/s_max.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/s_max_iters.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/s_min.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/smax_total_iters.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/smean.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/smin1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/smin_lbs.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/sminlbs1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/srange.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/string_sort.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/worst.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/worst1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/equation/x2plus1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/chart001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/chart002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/image001.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/image002.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/sheet001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/sheet002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/stylesheet.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_float_sort_files/tabstrip.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/chart001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/chart002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/image001.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/image002.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/sheet001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/sheet002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/stylesheet.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_integer_sort_files/tabstrip.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/chart001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/image001.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/sheet001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/stylesheet.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/osx_string_sort_files/tabstrip.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/chart001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/chart002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/image001.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/image002.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/sheet001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/sheet002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/stylesheet.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_float_sort_files/tabstrip.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/chart001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/chart002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/image001.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/image002.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/sheet001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/sheet002.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/stylesheet.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_integer_sort_files/tabstrip.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/chart001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/image001.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/sheet001.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/stylesheet.css +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/graph/windows_string_sort_files/tabstrip.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_mem_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_so_idm45516068690944.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_so_idm45516074567120.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/float_so_idm45516074573536.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/integer__idm45516067506880.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/integer__idm45516067530352.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/integer__idm45516074556032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/reverse__idm45516067264944.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/reverse__idm45516067345104.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/reverse__idm45516067372816.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/spreadso_idm45516067438480.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/spreadso_idm45516067452928.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/spreadso_idm45516067467168.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/spreadso_idm45516067481232.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_s_idm45516067292448.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_s_idm45516067319696.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_s_idm45516067395344.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost/sort/spreadsort/string_s_idm45516067421328.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/boost_sort_c___reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/header/boost/sort/spreadsort/integer_sort_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/header/boost/sort/spreadsort/spreadsort_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/header/boost/sort/spreadsort/string_sort_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/index/s09.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/index/s10.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/acks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/bibliog.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/definitions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/float_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/integer_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/hybrid_radix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/lookup.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/optimization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/unstable_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/rationale/why_spreadsort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/html/sort/sort_hpp/string_sort.html +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/images/4_threaded.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/images/bits_per_byte.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/images/entropy.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/images/single_threaded.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/doc/single_threaded.png +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/alrbreaker.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/alreadysorted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/binaryalrbreaker.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/boostrandomgen.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/caseinsensitive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/charstringsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/double.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/floatfunctorsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/floatsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/generalizedstruct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/int64.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/keyplusdatasample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/mostlysorted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/parallelint.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/parallelstring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/randomgen.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/reverseintsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/reversestringfunctorsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/reversestringsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/rightshiftsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/sample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/shiftfloatsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/stringfunctorsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/stringsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/example/wstringsample.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/sort/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/change_log.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/basic_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/character_sets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/closures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/confix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/debugging.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/directives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/distinct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/dynamic_parsers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/epsilon.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/error_handling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/escape_char_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/file_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/functional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/functor_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/grammar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/includes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/indepth_the_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/indepth_the_parser_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/indepth_the_scanner.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/list_parsers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/loops.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/multi_pass.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/numerics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/organization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/parametric_parsers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/phoenix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/portability.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/position_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/predefined_actors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/preface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/primitives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/quickref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/refactoring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/regular_expression_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/rule.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/scanner.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/scoped_lock.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/select_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/semantic_actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/stored_rule.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/style_guide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/subrules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/switch_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/symbols.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/techniques.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/the_lazy_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/alert.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/arrow.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/bkd.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/bkd2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/bulb.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/bullet.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/closure1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/error_handling.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/intro7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/l_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/l_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/lambda.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/lens.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/note.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/organization1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/r_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/r_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/scanner1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/spirit.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/subrule1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/trees4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/theme/u_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/doc/trees.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/ast_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/bind.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/boiler_plate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/calc_debug.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/calc_plain.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/comments.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/complex_number.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/distinct/distinct_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/distinct/distinct_parser_dynamic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/error_handling.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/error_reporting.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/file_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/full_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/functor_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/list_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/matching_tags.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/ast_calc2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/calc_with_variables.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/phoenix_subrule_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/primitive_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/rpn_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/more_calculators/vmachine_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/no_actions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/number_list.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/parse_tree_calc1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/parser_context.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/phoenix_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.err1 +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.err2 +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.err3 +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/position_iterator/position_iterator.ok +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/refactoring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/regular_expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/roman_numerals.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/stuff_vector.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/stuff_vector2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/subrule_calc.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/sum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/thousand_separated.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/fundamental/tree_calc_grammar.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/ipv4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/ipv4_opt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/lazy_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/parameters.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/regex_convert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/actions.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/driver.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/tag.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/tag.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/intermediate/simple_xml/xml_g.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/dynamic_rule.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/epsilon.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/multiple_scanners.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/nabialek.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules/no_rule1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules/no_rule2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules/no_rule3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/opaque_rule_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_1_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_1_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_2_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/no_rules_with_typeof/rule_parser_2_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/right_recursion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/example/techniques/typeof.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/actors.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/actors_revisited.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/adaptable_closures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/architecture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/arguments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/basic_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/binders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/composites.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/composites_revisited.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/efficiency.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/inside_phoenix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/interfacing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/lazy_construction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/lazy_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/operators_revisited.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/organization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/place_holders.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/polymorphic_functions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/preface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/primitives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/statements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/alert.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/arrow.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bkd.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bkd2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bulb.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/bullet.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/l_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/l_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/lens.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/note.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/r_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/r_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/smiley.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/spirit.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/theme/u_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/tuples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/variables.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/doc/wrap_up.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/closures.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample10.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample6.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample7.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample8.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/example/fundamental/sample9.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/classic/phoenix/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/alternative.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/and_predicate.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/double_performance.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/flowofcontrol.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/format_performance.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/int_performance.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/kleene.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/lexerflow.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/non-terminal.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/not_predicate.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/optional.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/pascal_string.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/plus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/predicate.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/sequence.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/spiritkarmaflow.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/spiritstructure.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/start_stop.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/terminal.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/images/tokenstructure.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/compound_attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/more_compound_attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/nonterminal_attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/attributes/primitive_attributes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/parsing_expression_grammar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/abstracts/syntax_diagram.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_attribute_from_iterators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_attribute_from_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/assign_to/assign_to_container_from_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/attribute_as.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/auto.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/auto/create_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/auto/create_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/clear_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/extract_from.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/extract_from_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/handles_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/is_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/is_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/begin_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/compare_iterators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/container_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/deref_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/end_container.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/iterate/next_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/store_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/store_value/container_value.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/store_value/push_back.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits/char_type_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits/extract_c_string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/string_traits/is_char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/customize/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/indepth.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/advanced/indepth/parsers_indepth.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/double_performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/format_performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/performance_measurements/numeric_performance/int_performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/common_notation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/compound_attribute_rules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/non_terminals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/phoenix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/action.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/auto.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/auxiliary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/binary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/boolean.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/directives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/real_number.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/signed_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/primitive_generators/unsigned_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/quick_reference/semantic_actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/action.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auto.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/attr_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/eol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/eps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/auxiliary/lazy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/basics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary/binary_big.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary/binary_little.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/binary/binary_native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/char/char_class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/char/char_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/alignment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/as.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/buffer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/columns.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/delimit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/duplicate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/maxwidth.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/omit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/repeat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/directive/upperlower.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api/create_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api/iterator_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generate_api/stream_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/binarygenerator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/narygenerator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/nonterminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/primitivegenerator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/generator_concepts/unarygenerator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/nonterminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/nonterminal/grammar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/nonterminal/rule.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/boolean.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/real_number.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/signed_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/numeric/unsigned_int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/alternative.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/and_predicate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/kleene.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/not_predicate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/optional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/plus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/operator/sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/stream/stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/string/string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/reference/string/symbols.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/s05.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/karma_adapted_complex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/karma_complex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/karma_easier_complex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/num_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/num_matrix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/semantic_actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/karma/tutorials/warming_up.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_primitives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_primitives/lexer_token_values.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_semantic_actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_static_model.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/abstracts/lexer_tokenizing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/lexer_introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/common_notation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/lexer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/lexers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/phoenix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/quick_reference/semantic_actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lex_basics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/lexer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/narylexer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/primitivelexer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/lexer_concepts/unarylexer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/primitives.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/reference/primitives/char_tokendef.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_quickstart1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_quickstart2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_quickstart3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/lex/tutorials/lexer_tutorials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/notes.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/notes/porting_from_spirit_1_8_x.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/notes/style_guide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/preface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/common_notation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/compound_attribute_rules.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/non_terminals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/phoenix.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/action.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/auto.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/auxiliary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/binary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/directive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/numeric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/operator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/qi_parsers/string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/quick_reference/semantic_actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/action.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auto.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/attr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/attr_cast.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/eoi.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/eol.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/eps.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/auxiliary/lazy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/basics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary/binary_big.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary/binary_little.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/binary/binary_native.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/char/char.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/char/char_class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/as.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/hold.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/lexeme.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/matches.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/no_case.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/no_skip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/omit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/raw.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/repeat.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/directive/skip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/nonterminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/nonterminal/grammar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/nonterminal/rule.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/boolean.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/int.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/real.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/numeric/uint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/alternative.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/and_predicate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/difference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/expect.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/kleene.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/not_predicate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/optional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/permutation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/plus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/operator/sequential_or.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api/create_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api/iterator_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parse_api/stream_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/binaryparser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/naryparser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/nonterminal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/primitiveparser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/parser_concepts/unaryparser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/stream/stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/string/string.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/reference/string/symbols.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/s04.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/complex___our_first_complex_parser.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/employee___parsing_into_structs.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/mini_xml___asts_.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/mini_xml___error_handling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/number_list___stuffing_numbers_into_a_std__vector.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/number_list_attribute___one_more__with_style.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/number_list_redux___list_syntax.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/roman_numerals.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/semantic_actions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/sum___adding_numbers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/qi/tutorials/warming_up.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/repository.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/structure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/structure/include.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/support.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/support/line_pos_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/support/multi_pass.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/support/utree.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_1_x.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_4_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_1.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_3.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/alternative.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/and_predicate.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/kleene.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/non-terminal.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/not_predicate.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/optional.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/pascal_string.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/plus.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/predicate.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/sequence.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/start_stop.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/terminal.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/doc/x3/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/actions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/auto_facilities.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/basic_facilities.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_dump.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_rpn.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/calc2_ast_vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/classify_char.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/complex_number.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/complex_number_adapt.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/complex_number_easier.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/customize_counter.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/customize_embedded_container.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/customize_use_as_container.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/escaped_string.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/generate_code.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/key_value_sequence.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/mini_xml_karma.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/num_list1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/num_list2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/num_list3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/num_matrix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/printf_style_double_format.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/quick_start1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/quoted_strings.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/reference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/reorder_struct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/simple_columns_directive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/karma/simple_columns_directive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/custom_token_attribute.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example1.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example2.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example3.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example4.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example5.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example6.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/example6.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/lexer_debug_support.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/print_number_tokenids.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/print_numbers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/print_numbers.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/reference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_generate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_generate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_static.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_static.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_lexer_tokens.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_static.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_static.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/static_lexer/word_count_tokens.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/strip_comments.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/strip_comments.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/strip_comments_lexer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/word_count.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/word_count.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/word_count_functor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/word_count_functor.flex +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/word_count_functor_flex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/lex/word_count_lexer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/actions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/adapt_template_struct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/boost_array.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/calc_utree.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/calc_utree_ast.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/calc_utree_naive.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc6.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/annotation.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc7/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/annotation.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/calc8/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/annotation.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/function.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/function_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/skipper.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure1/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/annotation.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/config.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/conjure_static_lexer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/conjure_static_lexer_generate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/conjure_static_switch_lexer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/function.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/function_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/ids.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/lexer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/lexer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/lexer_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure2/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/annotation.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/config.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/conjure_static_lexer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/conjure_static_lexer_generate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/conjure_static_switch_lexer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/function.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/function_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/ids.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/lexer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/lexer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/lexer_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure3/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/error.cnj +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/factorial.cnj +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/operators.cnj +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/pow2.cnj +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/conjure_samples/precedence.cnj +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/annotation.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/function.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/function.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/function_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/skipper.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c_samples/1.mini +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c_samples/2.mini +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/compiler_tutorial/mini_c_samples/3.mini +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/complex_number.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/custom_string.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/display_attribute_type.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/display_attribute_type.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/employee.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/german_floating_point.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/iter_pos.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/iter_pos_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence_empty_value.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/key_value_sequence_ordered.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/mini_xml1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/mini_xml2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/mini_xml3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/1.toyxml +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/2.toyxml +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/3.toyxml +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/mini_xml_samples/4.toyxml +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/nabialek.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/num_list1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/num_list2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/num_list3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/num_list4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/parse_date.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/porting_guide_classic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/porting_guide_qi.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/reference.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/reorder_struct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/roman.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/sum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/typeof.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/qi/unescaped_string.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/multi_pass.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/multi_pass.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/utree/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/utree/parse_sexpr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/utree/sexpr_generator.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/utree/sexpr_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/support/utree/utf8_parser.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/actions.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc4b.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc4c/calc4c.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc4c/grammar.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc4c/grammar.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc6.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/ast_adapted.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc7/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/ast_adapted.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/common.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/config.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc8/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/ast_adapted.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/common.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/compiler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/compiler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/config.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/expression.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/expression.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/expression_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/statement.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/statement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/statement_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/vm.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/calc/calc9/vm.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/complex_number.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/employee.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/num_list/num_list1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/num_list/num_list2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/num_list/num_list3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/num_list/num_list4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_examples/a.rexpr +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/ast_adapted.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/config.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/error_handler.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/printer.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/rexpr.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/rexpr_def.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/src/rexpr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/parse_rexpr_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/a.expect +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/a.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/b.expect +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/b.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/c.expect +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/c.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/d.expect +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/d.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/e.expect +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_full/test/test_files/e.input +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/rexpr/rexpr_min/rexpr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/roman.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/example/x3/sum.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/karma/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/karma/calc2_ast.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/karma/calc2_ast_dump_sr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/karma/confix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/karma/mini_xml_karma_sr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/Jamfile +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/advance.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/calc1_sr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/confix.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/derived.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/distinct.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/flush_multi_pass.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/flush_multi_pass.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/iter_pos_parser.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/keywords.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/mini_xml2_sr.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/options.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/spirit/repository/example/qi/seek.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/A.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/Camera.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/Camera2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/CameraWithHistory1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/CameraWithHistory2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/DeepHistoryLimitation1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/DeepHistoryLimitation2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/EventDispatch.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/ExceptionsAndOrthStates.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/HelloWorld.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/JoinAndFork.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/LCA.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/OrthogonalStates.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/OutermostUnstableState.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom3.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceCustom4.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNative1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNative2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNative3.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNative4.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal1.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal3.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/PerformanceNormal4.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/SimpleEventDispatch.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/StopWatch.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/ThrowingEntryAction.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/ThrowingInStateReaction.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/ThrowingTransitionAction.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/TransAcrossOrthRegions.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/contact.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/definitions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/future_and_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/performance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/doc/uml_mapping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/BitMachine/BitMachine.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/BitMachine/BitMachine.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/BitMachine/UniqueObject.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/BitMachine/UniqueObjectAllocator.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Camera.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Camera.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Camera.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Configuring.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Configuring.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Precompiled.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Precompiled.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Shooting.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Camera/Shooting.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Handcrafted/Handcrafted.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Handcrafted/Handcrafted.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Keyboard/Keyboard.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Keyboard/Keyboard.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Performance/Performance.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Performance/Performance.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/Performance/Performance.xls +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/PingPong/PingPong.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/PingPong/PingPong.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/PingPong/Player.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/PingPong/Player.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/PingPong/Waiting.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/StopWatch/StopWatch.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/StopWatch/StopWatch.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/example/StopWatch/StopWatch2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/statechart/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/static_assert/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/static_assert/static_assert.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/static_assert/static_assert_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/static_assert/static_assert_example_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/static_assert/static_assert_example_3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/system/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/system/doc/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/system/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_runtime_list_content.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_runtime_list_content.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_bitwise.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_bitwise.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_container_default.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_container_default.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_container_lex.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_container_lex.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_container_lex_default.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_container_lex_default.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro2.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro2.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro3.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro3.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro_container_c_array.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro_container_c_array.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro_overview.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro_overview.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro_workaround.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_macro_workaround.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_message.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_message.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_sequence_per_element.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_sequence_per_element.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_string.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/boost_test_string.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/custom_init.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/custom_init.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/custom_main.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/custom_main.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/custom_obsolete_init.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/custom_obsolete_init.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example59.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example59.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example61.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example61.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example62.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example62.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example63.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example63.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example64.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example64.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example65.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example65.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example66.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example66.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example67.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example67.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example68.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/dataset_example68.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_00.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_00.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_01.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_01.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_02.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_02.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_03.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_03.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_04.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_04.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_05.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_05.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_06.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_06.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_07.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_07.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_08.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_08.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_09.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_09.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_10.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_10.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_11.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_11.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_12.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_12.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_13.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_13.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_20.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_20.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_21.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_21.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_22.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_22.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_23.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/decorator_23.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example01.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example01.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example03.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example03.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example06.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example06.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example07.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example07.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example08.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example08.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example09.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example09.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example10.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example10.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example11.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example11.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example12.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example12.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example13.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example13.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example14.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example14.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example15.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example15.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example16.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example16.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example17.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example17.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example18.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example18.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example20.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example20.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example21.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example21.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example22.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example22.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example23.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example23.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example24.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example24.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example25.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example25.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example26.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example26.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example28.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example28.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example29.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example29.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example30.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example30.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example31.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example31.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example32.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example32.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example33.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example33.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example34.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example34.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example35.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example35.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example36.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example36.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example38.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example38.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example40.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example40.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example41.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example41.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example42.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example42.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example43.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example43.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example44.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example44.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example46.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example46.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example47.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example47.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example48.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example48.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example49.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example49.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example50.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example50.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example51.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example51.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example52.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example52.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example53.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example53.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example54.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example54.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example55.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example55.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example56.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example56.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example57.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example57.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example58.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example58.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example80_contexts.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example80_contexts.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example81_contexts.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example81_contexts.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example82_contexts.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/example82_contexts.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_api.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_api.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_check.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_check.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_check_predicate.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_check_predicate.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_nothrow.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_nothrow.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_uncaught.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/exception_uncaught.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/fixture_02.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/fixture_02.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/fixture_03.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/fixture_03.run.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_01.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_01.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_02.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_02.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_03.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_03.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_04.output +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/examples/tolerance_04.run-fail.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CASE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CASE_F.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CASE_IMPL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CASE_NO_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CASE_PARAM.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CASE_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CASE_WITH_PARAMS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_DATA_TEST_CONTEXT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_LIB_NAME.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_PARAM_CLASS_TEST_CASE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_PARAM_TEST_CASE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_CHECKPOINT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_DATASET_VARIADIC.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_DISABLE_ALT_STACK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_DS_ASSERT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_DS_ERROR.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_EMPTY_STRING.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_FRAMEWORK_MESSAGE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_L.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_LOG_ENTRY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_MESSAGE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_NO_GRID_COMPOSITION_AVAILABLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_NO_RANDOM_DATASET_AVAILABLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_NO_ZIP_COMPOSITION_AVAILABLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_PASSPOINT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_SETUP_ASSERT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_STRINGIZE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/BOOST_TEST_SYS_ASSERT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/debug/attach_debugger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/debug/break_memory_alloc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/debug/dbg_startup_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/debug/detect_memory_leaks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/debug/set_debugger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/debug/under_debugger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/execution_aborted.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/execution_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/execution_exception/error_code.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/execution_exception/location.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/execution_monitor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/math/fpc/close_at_tolerance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/math/fpc/percent_tolerance_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/math/fpc/small_with_tolerance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/math/fpc/toleranc_idm45392558630960.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/math/fpc/toleranc_idm45392558633488.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/math/fpc/tolerance_based.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/math/fpc/tolerance_based_delegate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/has_para_idm45392557724384.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/has_param.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/is_named_idm45392557738832.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/is_named_idm45392557742752.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/is_named_param_pack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/keyword.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/named_parameter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/named_parameter_combine.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/nil.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/param_ty_idm45392557732032.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/param_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/typed_ke_idm45392557698240.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/nfp/typed_keyword.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/system_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/test_tools/assertion_result.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/test_tools/assertion_result/dummy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/test_tools/bitwise.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/test_tools/lexicographic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/test_tools/output_test_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/test_tools/per_element.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/test_tools/tolerance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/INV_TEST_UNIT_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/MAX_TEST_CASE_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/MAX_TEST_SUITE_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/MIN_TEST_CASE_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/MIN_TEST_SUITE_ID.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/make_idm45392559781920.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/collection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/generated_by.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/generated_by/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/grid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/grid/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/init_list.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559495824.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559521360.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559564688.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559588928.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559624704.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559736400.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559787968.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559790544.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559799376.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_datas_idm45392559819088.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/is_dataset.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/join.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/join/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/random_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/result_of/grid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/result_of/join.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/result_of/zip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/singleton.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/singleton/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/xrange_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/zip.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/monomorphic/zip/iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/random.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/result_of/make.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/size_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/size_t/dummy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/data/xrange.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/add_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/clear_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/context_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/current_auto_test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/current_test_case.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/current_test_case_id.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/deregister_observer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/deregister_test_unit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/finalize_setup_phase.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/get_idm45392559130880.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/get_idm45392559135472.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/init_idm45392559187808.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/internal_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/master_test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/nothing_to_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/register_idm45392559165856.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/register_idm45392559169088.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/register_observer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/run_idm45392559125376.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/setup_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/framework/shutdown.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/init_unit_test_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/is_forward_iterable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/log/begin.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/log/end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/log_checkpoint_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/log_entry_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/master_test_suite_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/output/compiler_log_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/output/plain_report_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/output/xml_log_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/output/xml_report_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/progress_monitor_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/results_collector_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/results_reporter/format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/results_reporter/get_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/results_reporter/set_form_idm45392558696848.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/results_reporter/set_form_idm45392558700928.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/results_reporter/set_level.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/results_reporter/set_stream.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/AUTO_START_DBG.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/BREAK_EXEC_PATH.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/BUILD_INFO.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/CATCH_SYS_ERRORS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/COLOR_OUTPUT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/COMBINED_LOGGER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/DETECT_FP_EXCEPT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/DETECT_MEM_LEAKS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/LIST_CONTENT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/LIST_LABELS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/LOG_FORMAT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/LOG_LEVEL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/LOG_SINK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/OUTPUT_FORMAT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/RANDOM_SEED.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/REPORT_FORMAT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/REPORT_LEVEL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/REPORT_MEM_LEAKS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/REPORT_SINK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/RESULT_CODE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/RUN_FILTERS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/SAVE_TEST_PATTERN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/SHOW_PROGRESS.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/USE_ALT_STACK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/WAIT_FOR_DEBUGGER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/runtime_config/stream_holder.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/static_constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/test_case.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/test_observer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/test_results.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/test_unit.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/test_unit_generator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/unit_test_log_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/unit_test_log_t.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/find_fir_idm45392557890048.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/find_fir_idm45392557897568.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/find_las_idm45392557856480.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/find_las_idm45392557864000.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/find_las_idm45392557873264.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/find_las_idm45392557880784.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/mismatch_idm45392557906976.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/mismatch_idm45392557914624.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/replace__idm45392557838480.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost/unit_test/utils/replace_all_occurrences_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/build_utf.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/entry_point_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/external_test_runner.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/obsolete_init_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/shared_lib_customizations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/shared_lib_customizations/entry_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/shared_lib_customizations/init_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/single_header_customizations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/single_header_customizations/entry_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/single_header_customizations/init_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/static_lib_customizations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/static_lib_customizations/entry_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/static_lib_customizations/init_func.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/test_module_init_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/adv_scenarios/test_module_runner_overview.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/change_log.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/intro/design_rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/intro/how_to_read.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations/command_line_usage_recommendatio.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations/general.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations/ide_usage_recommendations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations/tutorials.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations/tutorials/bt_and_tdd.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations/tutorials/hello.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/practical_usage_recommendations/web_wisdom.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/runtime_config.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/runtime_config/summary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/runtime_config/test_unit_filtering.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/section_faq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/section_glossary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/log_formats.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/log_formats/log_human_readable_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/log_formats/log_junit_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/log_formats/log_xml_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/log_formats/test_log_output.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/logging_api.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/logging_api/custom_log_formatter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/logging_api/log_ct_log_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/logging_api/log_ct_log_level.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/logging_api/log_ct_output_stream_redirection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/report_formats.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/report_formats/report_human_readable_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/report_formats/report_xml_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/summary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/test_output_progress.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/test_tools_support_for_logging.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/test_tools_support_for_logging/checkpoints.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/test_tools_support_for_logging/contexts.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/test_tools_support_for_logging/log_floating_points.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/test_tools_support_for_logging/test_output_macro_message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/test_output/test_tools_support_for_logging/testing_tool_output_disable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/boost_test_universal_macro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/custom_predicates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/debugging.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/exception_correctness.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/expected_failures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison/bitwise.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison/collections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison/floating_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison/floating_point/customizing_for_tolerance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison/floating_point/floating_points_comparison_impl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison/floating_point/floating_points_comparison_theory.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/extended_comparison/strings.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/internal_details.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/output_stream_testing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/reports.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/summary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/timeout.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/testing_tools/tools_assertion_severity_level.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/decorators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/decorators/explicit_decorator_declaration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/decorators/suite_level_decorators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/enabling.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/fixtures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/fixtures/case.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/fixtures/global.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/fixtures/models.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/fixtures/per_test_suite_fixture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/semantic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/summary_of_the_api_for_declaring.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/param_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/test_case_generation.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/test_case_generation/datasets.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/test_case_generation/datasets_auto_registration.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/test_case_generation/generators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/test_case_generation/operations.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/test_organization_nullary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_cases/test_organization_templates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/test_suite/master_test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/tests_dependencies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/tests_organization/tests_grouping.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/usage_variants.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references/config_disable_alt_stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references/link_boost_test_alternative_init_macro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references/link_boost_test_dyn_link.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references/link_boost_test_main_macro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references/link_boost_test_module_macro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references/link_boost_test_no_lib.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/link_references/link_boost_test_no_main.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/auto_dbg.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/build_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/catch_system.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/color_output.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/detect_fp_exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/detect_memory_leaks.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/help.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/list_content.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/list_labels.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/log_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/log_level.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/log_sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/logger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/output_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/random.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/report_format.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/report_level.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/report_memory_leaks_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/report_sink.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/result_code.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/run_test.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/save_pattern.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/show_progress.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/usage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/use_alt_stack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/wait_for_debugger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/decorator_depends_on.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/decorator_description.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/decorator_enable_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/decorator_enabled.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/decorator_fixture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/decorator_label.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/decorator_precondition.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_auto_test_case.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_auto_test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_auto_test_suite_end.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_global_fixture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_case.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_case_auto_template.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_case_fixture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_case_parameter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_case_template.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_case_template_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_dataset.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_dataset_fixture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_decorator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_suite.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/test_org_reference/test_org_boost_test_suite_fixture.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_error.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_fail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_is_defined.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_bitwise_eq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_close.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_close_fraction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_eq.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_eq_collections.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_ge.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_gt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_le.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_lt.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_ne.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_no_throw.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_predicate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_small.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_throw.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_test_universal_macro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_control_under_debuggable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_control_under_debugger.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/decorator_expected_failures.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/decorator_timeout.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/decorator_tolerance.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/test_org_boost_test_case_expected_failure.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testout_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testout_reference/test_output_macro_checkpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testout_reference/test_output_macro_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testout_reference/test_output_macro_disable_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testout_reference/test_output_macro_info.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testout_reference/test_output_macro_message.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boost_test/utf_reference/testout_reference/test_output_macro_passpoint.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/config_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/for_each_sample_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/collection_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/fwd_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/generate_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/generators/keywords_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/generators/random_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/generators/xrange_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/generators_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/grid_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/initializer_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/join_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/singleton_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/monomorphic/zip_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/size_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/data/test_case_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/debug_config_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/debug_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/detail/global_typedef_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/execution_monitor_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/framework_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/output/compiler_log_formatter_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/output/plain_report_formatter_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/output/xml_log_formatter_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/output/xml_report_formatter_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/parameterized_test_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/progress_monitor_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/results_collector_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/results_reporter_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tools/assertion_result_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tools/detail/bitwise_manip_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tools/detail/lexicographic_manip_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tools/detail/per_element_manip_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tools/detail/tolerance_manip_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tools/floating_point_comparison_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tools/output_test_stream_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tree/observer_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/tree/test_unit_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/unit_test_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/unit_test_log_formatter_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/unit_test_log_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/unit_test_parameters_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/utils/algorithm_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/utils/is_forward_iterable_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/header/boost/test/utils/named_params_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/images/boost.test.logo.png +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/images/boost_runtime_list_content.png +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/images/class-hier.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/images/level.png +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/images/post_build_event.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/images/post_build_out.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/images/run_args.jpg +%%PORTDOCS%%%%DOCSDIR%%/libs/test/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/const_string.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/const_string_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/exec_mon_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/external_main_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/external_main_example_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/external_main_example_3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/filtering_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/named_param_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/prg_exec_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/test_case_template_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_01.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_02.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_03.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_04.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_05.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_06.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_07.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_08.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_09_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_09_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_10.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_11.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_12.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_12.input +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_13.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/example/unit_test_example_15.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/test/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/ba_externallly_locked.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/condition.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/default_executor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/executor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/fib_task_region.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/future_fallback_to.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/future_then.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/future_unwrap.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/future_when_all.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/generic_executor_ref.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/lambda_future.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/make_future.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/monitor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/mutex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/not_interleaved.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/not_interleaved2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/once.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/parallel_accumulate.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/parallel_quick_sort.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/perf_condition_variable.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/perf_shared_mutex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/producer_consumer.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/producer_consumer2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/producer_consumer_bounded.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/recursive_mutex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/scoped_thread.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/serial_executor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/serial_executor_cont.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/shared_monitor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/shared_mutex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/starvephil.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/strict_lock.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/synchronized_person.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/synchronized_value.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/tennis.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/this_executor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/thread.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/thread_group.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/thread_guard.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/thread_pool.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/tss.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/user_scheduler.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/with_lock_guard.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/example/xtime.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/thread/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/throw_exception/doc/BOOST_THROW_EXCEPTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/throw_exception/doc/boost_throw_exception_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/throw_exception/doc/reno.css +%%PORTDOCS%%%%DOCSDIR%%/libs/throw_exception/doc/throw_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/throw_exception/doc/valid-css.png +%%PORTDOCS%%%%DOCSDIR%%/libs/throw_exception/doc/valid-xhtml.png +%%PORTDOCS%%%%DOCSDIR%%/libs/throw_exception/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/timer/doc/cpu_timers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/timer/doc/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/timer/doc/original_timer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/timer/example/auto_cpu_timer_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/timer/example/timex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/timer/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/char_delimiters_separator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/char_sep_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/char_sep_example_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/char_sep_example_3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/char_separator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/escaped_list_separator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/introduc.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/offset_separator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/test/examples.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/test/simple_example_1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/test/simple_example_2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/test/simple_example_3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/test/simple_example_4.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/test/simple_example_5.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/token_iterator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/tokenizer.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tokenizer/tokenizerfunction.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/tr1/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_DATA.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_DATA_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_FUNCTION_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_DATA.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_DATA_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_DATA.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_DATA_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TEMPLATE_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_HAS_TYPE_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_MEMBER_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_MEMBER_TYPE_GEN.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_NAMESPACE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_DATA.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_DATA.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_DATA.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_HAS_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/BOOST_TTI_TRAIT_MEMBER_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/boost/tti/valid_member_metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/boost/tti/valid_member_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_function_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_member_data_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_member_function_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_static_member_data_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_static_member_function_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_template_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/has_type_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/member_type_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/gen/namespace_gen_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_data_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_function_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_member_data_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_member_function_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_static_member_data_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_static_member_function_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_template_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/has_type_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/header/boost/tti/member_type_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/index/s24.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_member_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_member_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_static_member_data.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_static_member_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_template.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_template/tti_detail_has_template_metafunction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_detail_has_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_enclosing_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_func_sig.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_func_templates.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_functionality.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_nested_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_reason.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_terminology.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_tests.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_todo.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/doc/html/the_type_traits_introspection_library/tti_usingMM.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tti/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tuple/doc/design_decisions_rationale.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tuple/doc/tuple_advanced_interface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tuple/doc/tuple_users_guide.html +%%PORTDOCS%%%%DOCSDIR%%/libs/tuple/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/Jamfile.jam +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/associated.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/basic.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/compose.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/concept_map.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/construction.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/convert.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/custom.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/multi.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/multifunction.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/overload.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/print_sequence.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/printf.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/example/references.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_erasure/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/constexpr14_namespace_check.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/constexpr14_sort_check.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/demangled_names.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/exact_types_match.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/inheritance.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/registry.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/table_of_names.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/user_defined_typeinfo.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/examples/user_defined_typeinfo.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_index/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/cxx_type_traits.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/background.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/alignment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/transform.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/operators.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/primary.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/properties.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/category/value_traits/relate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/credits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/destruct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/fill.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/iter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/examples/to_double.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/intrinsics.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/intro.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/mpl.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_const.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_cv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_lvalue_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_rvalue_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/add_volatile.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/aligned_storage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/alignment_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/common_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/conditional.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/copy_cv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/decay.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/declval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/extent.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/floating_point_promotion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/function_traits.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_and_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_or_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_bit_xor_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_complement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_dereference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_divides.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_divides_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_greater.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_greater_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_left_shift_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_less.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_less_equal.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_and.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_not.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_logical_or.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_minus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_minus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_modulus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_multiplies_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_negate.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_new_operator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_no_throw_def_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_not_equal_to.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_constructor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_cp_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_nothrow_destruct.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_plus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_plus_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_post_decrement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_post_increment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_decrement.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_pre_increment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_right_shift_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_constructor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_copy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_cp_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_def_cons.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_destructor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_move_assign.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_trivial_move_constructor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_minus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_unary_plus.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/has_virtual_destructor.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/integral_constant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/integral_promotion.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_abstract.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_arithmetic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_array.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_base_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_class.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_complex.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_compound.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_const.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_constructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_convertible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_copy_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_copy_constructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_default_constructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_destructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_empty.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_enum.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_final.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_floating_point.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_function.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_fundamental.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_integral.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_lvalue_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_function_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_object_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_member_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_assignable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_nothrow_move_constructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_object.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_pod.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_polymorphic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_rvalue_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_same.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_scalar.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_signed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_stateless.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_union.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_unsigned.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_virtual_base_of.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_void.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/is_volatile.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/make_signed.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/promote.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/rank.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_all_extents.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_const.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_cv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_extent.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/remove_volatile.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/type_identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/reference/type_with_alignment.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/boost_typetraits/user_defined.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/index/s11.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/index/s12.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/index/s13.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/doc/html/index/s14.html +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/examples/copy_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/examples/fill_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/examples/iter_swap_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/examples/trivial_destructor_example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/type_traits/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/typeof/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/units/boost.css +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/autoprefixes.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/complex.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/composite_output.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/conversion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/conversion_factor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/dimension.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/heterogeneous_unit.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/information.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/kitchen_sink.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/lambda.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/measurement.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/non_base_dimension.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/performance.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/quantity.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/quaternion.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/radar_beam_height.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/runtime_conversion_factor.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/runtime_unit.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/runtime_unit_input.txt +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/systems.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/temperature.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/test_system.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/tutorial.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/example/unit.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_0.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_1.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_10.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_11.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_12.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_13.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_14.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_15.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_2.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_3.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_4.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_5.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_6.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_7.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_8.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/images/form_9.png +%%PORTDOCS%%%%DOCSDIR%%/libs/units/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/unordered/doc/diagrams/buckets.png +%%PORTDOCS%%%%DOCSDIR%%/libs/unordered/examples/case_insensitive.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/unordered/examples/case_insensitive_test.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/unordered/examples/fnv1.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/unordered/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/Assignable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/Collection.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/CopyConstructible.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/LessThanComparable.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/MultiPassInputIterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/OptionalPointee.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/call_traits.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/checked_delete.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/compressed_pair.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/doc/html/base_from_member.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/doc/html/compressed_pair.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/doc/html/declval.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/doc/html/string_ref.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/enable_if.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/generator_iterator.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/identity_type/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/identity_type/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/in_place_factories.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/iterator_adaptors.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/operators.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/shared_container_iterator.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/shared_iterator_example1.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/shared_iterator_example2.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/shared_iterator_example3.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/throw_exception.html +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/utility.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/utility/value_init.htm +%%PORTDOCS%%%%DOCSDIR%%/libs/uuid/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/uuid/uuid.html +%%PORTDOCS%%%%DOCSDIR%%/libs/variant/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ARRAY_TO_SEQ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ARRAY_TO_TUPLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_ARRAY_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_EMPTY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_IDENTIFIER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_IDENTIFIER_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_LIST.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_LIST_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_NUMBER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_SEQ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_SEQ_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_TUPLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ASSERT_IS_TYPE_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ELEM.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ELEM_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_EMPTY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ENUM.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_ENUM_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_EQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_EQUAL_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_GET_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_GET_TYPE_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IDENTITY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IDENTITY_RESULT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_ARRAY_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_EMPTY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_EMPTY_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_EMPTY_ARRAY_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_EMPTY_LIST.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_EMPTY_LIST_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_IDENTIFIER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_IDENTIFIER_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_LIST.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_LIST_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_MULTI.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_MULTI_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_NUMBER.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_PARENS_EMPTY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_PARENS_EMPTY_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_SEQ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_SEQ_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_TUPLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_TYPE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_TYPE_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_UNARY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_UNARY_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_VMD_SEQ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_IS_VMD_TUPLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_LIST_TO_SEQ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_LIST_TO_TUPLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_NOT_EQUAL.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_NOT_EQUAL_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_POP_BACK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_POP_FRONT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_PUSH_BACK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_PUSH_FRONT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_REMOVE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_TO_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_TO_LIST.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SEQ_TO_TUPLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_SIZE_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_ARRAY_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_LIST.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_LIST_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_SEQ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_SEQ_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_TUPLE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TO_TUPLE_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_POP_BACK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_POP_BACK_Z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_POP_FRONT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_POP_FRONT_Z.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_PUSH_BACK.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_PUSH_FRONT.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_REMOVE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_REMOVE_D.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_SIZE.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_TO_ARRAY.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_TO_LIST.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/BOOST_VMD_TUPLE_TO_SEQ.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/array/to_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_empty_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_identifier_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_number_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_seq_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/assert_is_type_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/elem_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/empty_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/enum_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/equal_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/get_type_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/identity_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_empty_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_empty_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_empty_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_identifier_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_multi_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_number_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_parens_empty_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_seq_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_type_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/is_unary_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/list/to_seq_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/list/to_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/not_equal_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/is_vmd_seq_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/pop_back_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/pop_front_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/push_back_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/push_front_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/remove_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/size_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/to_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/to_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/seq/to_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/size_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/to_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/to_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/to_seq_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/to_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/is_vmd_tuple_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/pop_back_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/pop_front_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/push_back_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/push_front_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/remove_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/size_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/to_array_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/to_list_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/header/boost/vmd/tuple/to_seq_hpp.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/index/s24.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_ack.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_compilers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_conv.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_data_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_design.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_detail.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_dynamic_typing.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_examples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_generic.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_generic/vmd_assert.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_generic/vmd_convert_sequence.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_history.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_identifier_subtype.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_internal_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_modifiers.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_modifiers/vmd_modifiers_filter.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_modifiers/vmd_modifiers_identifier.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_modifiers/vmd_modifiers_index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_modifiers/vmd_modifiers_single.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_modifiers/vmd_modifiers_splitting.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_naming.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_reentrant.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_specific.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_specific/vmd_constraints.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_specific/vmd_identifier.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_specific/vmd_identifying.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_specific/vmd_number.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_specific/vmd_pp_data_types.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_specific/vmd_type.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_useful.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_useful/vmd_empty_ppdata.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_useful/vmd_identity.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_vc.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_vc_isms.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_vmacros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data/vmd_whyhow.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/doc/html/variadic_macro_data_reference.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/test/test_doc_example_switch.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/vmd/test/test_doc_example_switch.hpp +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/acknowledgements.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/class_ref_ctxpolicy_depr.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/class_reference_context.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/class_reference_ctxpolicy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/class_reference_filepos.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/class_reference_inptpolcy.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/class_reference_lexer.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/class_reference_tokentype.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/compiletime_config.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/macro_expansion_process.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/predefined_macros.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/preface.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/quickstart.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/references.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/samples.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/supported_pragmas.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/bkd.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/bkd2.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/bullet.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/l_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/l_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/r_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/r_arr_disabled.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/style.css +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/u_arr.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/uc.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/theme/wave.gif +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/token_ids.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/tracing_facility.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/doc/wave_driver.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/wave/samples/preprocess_pragma_output/example.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/winapi/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/winapi/doc/html/winapi/config.html +%%PORTDOCS%%%%DOCSDIR%%/libs/winapi/doc/html/winapi/usage.html +%%PORTDOCS%%%%DOCSDIR%%/libs/winapi/index.html +%%PORTDOCS%%%%DOCSDIR%%/libs/xpressive/example/Jamfile.v2 +%%PORTDOCS%%%%DOCSDIR%%/libs/xpressive/example/example.vcproj +%%PORTDOCS%%%%DOCSDIR%%/libs/xpressive/example/main.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/xpressive/example/numbers.cpp +%%PORTDOCS%%%%DOCSDIR%%/libs/xpressive/index.html +%%PORTDOCS%%%%DOCSDIR%%/more/getting_started.html +%%PORTDOCS%%%%DOCSDIR%%/more/getting_started/index.html +%%PORTDOCS%%%%DOCSDIR%%/more/getting_started/unix-variants.html +%%PORTDOCS%%%%DOCSDIR%%/more/getting_started/windows.html +%%PORTDOCS%%%%DOCSDIR%%/more/index.htm +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/design.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/index.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/structure.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/acknowledgments.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/bibliography.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/definitions.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/faq.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/header.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/index.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/overview.html +%%PORTDOCS%%%%DOCSDIR%%/more/writingdoc/template/rationale.html +%%PORTDOCS%%%%DOCSDIR%%/rst.css +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/comm_ref.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/overview.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/qbk.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/script_ref.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/add_indexes.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/build.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/build_docs.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/configure.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/configure/optional.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/configure/options.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/entries.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/pis.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/refine.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/tut/script.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/workflow.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boost_autoindex/xml.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/index/s07.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/index/s08.html +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/html/reference.css +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_1.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_2.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_3.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/doc/students_t_eg_4.png +%%PORTDOCS%%%%DOCSDIR%%/tools/auto_index/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/bcp/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/bcp/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/boostbook/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/boostdep/doc/html/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/boost.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/boostbook.css +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/alert.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/blank.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/caution.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/draft.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/home.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/important.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/next.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/next_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/note.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/prev.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/prev_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/smiley.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/tip.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/toc-blank.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/toc-minus.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/toc-plus.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/up.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/up_disabled.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/doc/images/warning.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/debugging.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/gcdescr.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/gcinterface.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/leak.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/overview.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/porting.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/scale.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/simple_example.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/src/engine/boehm_gc/doc/tree.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/test/test_system.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/tools/build/website/boost.css +%%PORTDOCS%%%%DOCSDIR%%/tools/build/website/boost_build.png +%%PORTDOCS%%%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap-theme.css +%%PORTDOCS%%%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap-theme.min.css +%%PORTDOCS%%%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap.css +%%PORTDOCS%%%%DOCSDIR%%/tools/build/website/bootstrap/css/bootstrap.min.css +%%PORTDOCS%%%%DOCSDIR%%/tools/build/website/index.css +%%PORTDOCS%%%%DOCSDIR%%/tools/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/inspect/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/inspect/link_check_test.html +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/1.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/10.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/11.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/12.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/13.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/14.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/15.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/2.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/3.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/4.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/5.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/6.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/7.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/8.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/callouts/9.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/boost.hs.logo.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/table.boost.hs.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/doc/html/images/extra/katepart/table.text.editor.png +%%PORTDOCS%%%%DOCSDIR%%/tools/quickbook/index.html diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile index 84085b4ae8d1..87fae1aded92 100644 --- a/devel/boost-jam/Makefile +++ b/devel/boost-jam/Makefile @@ -6,17 +6,20 @@ COMMENT= Build tool from the boost.org PLIST_FILES= bin/bjam -EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine +EXTRACT_AFTER_ARGS= ${DISTNAME}/${WRKSRC_SUBDIR} +MAKE_CMD= ./build.sh +ALL_TARGET= cc +MAKE_FLAGS= # +_MAKE_JOBS= # +MAKEFILE= # -.include "${.CURDIR}/../boost-all/common.mk" +WRKSRC_SUBDIR= tools/build/src/engine -do-build: - cd ${WRKSRC}/tools/build/v2/engine && \ - ${MAKE_ENV} ./build.sh cc +.include "${.CURDIR}/../boost-all/common.mk" do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \ + ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/bjam \ ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/devel/boost-jam/distinfo b/devel/boost-jam/distinfo index 0c3dd9d38821..445ecd8a1319 100644 --- a/devel/boost-jam/distinfo +++ b/devel/boost-jam/distinfo @@ -1,2 +1,3 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +TIMESTAMP = 1474468398 +SHA256 (boost_1_62_0.tar.bz2) = 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 +SIZE (boost_1_62_0.tar.bz2) = 84513338 diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 0547b9bf16b2..a621c6dede5b 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -2,53 +2,36 @@ # $FreeBSD$ PORTNAME= boost-libs -PORTREVISION= 14 +PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) BUILD_DEPENDS+= bjam:devel/boost-jam -OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS +OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS OPTIONS_MULTI= LOCALE OPTIONS_MULTI_LOCALE= ICONV ICU OPTIONS_DEFAULT= ICONV ICU -VERBOSE_BUILD_DESC= Show compiler messages ICONV_DESC= Boost.Locale with iconv encoding support ICU_DESC= Boost.Regex/Locale with ICU unicode support ICONV_USES= iconv -ICONV_VARS= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} -ICONV_VARS_OFF= BJAM_ARGS+=boost.locale.iconv=off +ICONV_MAKE_ARGS= -sICONV_PATH=${ICONV_PREFIX} +ICONV_MAKE_ARGS_OFF= boost.locale.iconv=off ICU_LIB_DEPENDS= libicuuc.so:devel/icu -ICU_VARS= BJAM_ARGS+=-sICU_PATH=${LOCALBASE} -ICU_VARS_OFF= BJAM_ARGS+=boost.locale.icu=off +ICU_MAKE_ARGS= -sICU_PATH=${LOCALBASE} +ICU_MAKE_ARGS_OFF= boost.locale.icu=off .include "${.CURDIR}/../boost-all/common.mk" .include "${.CURDIR}/../boost-all/compiled.mk" -BJAM_ARGS+= --without-python -.if defined(X_BUILD_FOR) -BJAM_ARGS+= --without-context --without-coroutine \ - --without-locale --without-log -PLIST_SUB+= COROUTINE="@comment " CONTEXT="@comment " \ - LOCALE="@comment " LOG="@comment " -.else -PLIST_SUB+= COROUTINE="" CONTEXT="" LOCALE="" LOG="" -.endif - -BROKEN_aarch64= Fails to compile: multiple instances of error: platform not supported - -do-build: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage - #Compatibility layer to avoid rebuilding everything this time - @cd ${WRKSRC}/stage/lib && \ - ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) +MAKE_ARGS+= --without-python +ALL_TARGET= stage do-install: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} --prefix=${STAGEDIR}${PREFIX} ${BJAM_ARGS} install + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_ARGS:NDESTDIR=*:S,^--prefix=,&${STAGEDIR},} ${INSTALL_TARGET} # For some reasons BJAM forget about the links @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX} diff --git a/devel/boost-libs/distinfo b/devel/boost-libs/distinfo index 0c3dd9d38821..445ecd8a1319 100644 --- a/devel/boost-libs/distinfo +++ b/devel/boost-libs/distinfo @@ -1,2 +1,3 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +TIMESTAMP = 1474468398 +SHA256 (boost_1_62_0.tar.bz2) = 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 +SIZE (boost_1_62_0.tar.bz2) = 84513338 diff --git a/devel/boost-libs/files/patch-168e60aa3d5238cd25b341661a6c53e638dd6c33-plusclang b/devel/boost-libs/files/patch-168e60aa3d5238cd25b341661a6c53e638dd6c33-plusclang deleted file mode 100644 index 8caa42009e2f..000000000000 --- a/devel/boost-libs/files/patch-168e60aa3d5238cd25b341661a6c53e638dd6c33-plusclang +++ /dev/null @@ -1,23 +0,0 @@ ---- boost/concept/detail/general.hpp.orig 2010-06-08 19:31:13 UTC -+++ boost/concept/detail/general.hpp -@@ -65,10 +65,19 @@ struct requirement_ - - # endif - -+// Version check from https://svn.boost.org/trac/boost/changeset/82886 -+// (boost/static_assert.hpp) -+#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined(__clang__) -+#define BOOST_CONCEPT_UNUSED_TYPEDEF __attribute__((unused)) -+#else -+#define BOOST_CONCEPT_UNUSED_TYPEDEF /**/ -+#endif -+ - # define BOOST_CONCEPT_ASSERT_FN( ModelFnPtr ) \ - typedef ::boost::concepts::detail::instantiate< \ - &::boost::concepts::requirement_::failed> \ -- BOOST_PP_CAT(boost_concept_check,__LINE__) -+ BOOST_PP_CAT(boost_concept_check,__LINE__) \ -+ BOOST_CONCEPT_UNUSED_TYPEDEF - - }} - diff --git a/devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df b/devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df deleted file mode 100644 index 3c3127d8c97d..000000000000 --- a/devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df +++ /dev/null @@ -1,38 +0,0 @@ ---- boost/math/special_functions/fpclassify.hpp.orig 2013-09-28 16:19:47 UTC -+++ boost/math/special_functions/fpclassify.hpp -@@ -348,7 +348,7 @@ inline bool (isfinite)(long double x) - { //!< \brief return true if floating-point type t is finite. - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - typedef long double value_type; - return detail::isfinite_impl(static_cast(x), method()); - } -@@ -419,7 +419,7 @@ inline bool (isnormal)(long double x) - { - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - typedef long double value_type; - return detail::isnormal_impl(static_cast(x), method()); - } -@@ -508,7 +508,7 @@ inline bool (isinf)(long double x) - { - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - typedef long double value_type; - return detail::isinf_impl(static_cast(x), method()); - } -@@ -594,7 +594,7 @@ inline bool (isnan)(long double x) - { //!< \brief return true if floating-point type t is NaN (Not A Number). - typedef detail::fp_traits::type traits; - typedef traits::method method; -- typedef boost::is_floating_point::type fp_tag; -+ //typedef boost::is_floating_point::type fp_tag; - return detail::isnan_impl(x, method()); - } - #endif diff --git a/devel/boost-libs/files/patch-7d1bf7680301331073761e81b85989b9ecee56d5 b/devel/boost-libs/files/patch-7d1bf7680301331073761e81b85989b9ecee56d5 deleted file mode 100644 index 50e70f591858..000000000000 --- a/devel/boost-libs/files/patch-7d1bf7680301331073761e81b85989b9ecee56d5 +++ /dev/null @@ -1,10 +0,0 @@ ---- boost/spirit/home/classic/core/primitives/primitives.hpp.orig 2008-06-22 15:05:38 UTC -+++ boost/spirit/home/classic/core/primitives/primitives.hpp -@@ -47,7 +47,6 @@ BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN - typename parser_result::type - parse(ScannerT const& scan) const - { -- typedef typename parser_result::type result_t; - typedef typename ScannerT::value_t value_t; - typedef typename ScannerT::iterator_t iterator_t; - diff --git a/devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab b/devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab deleted file mode 100644 index d50e9add3679..000000000000 --- a/devel/boost-libs/files/patch-a6b17d900155d2a04f54ad18fd89197001f231ab +++ /dev/null @@ -1,12 +0,0 @@ ---- boost/bind/arg.hpp.orig 2007-11-25 18:07:19 UTC -+++ boost/bind/arg.hpp -@@ -33,8 +33,7 @@ template< int I > struct arg - - template< class T > arg( T const & /* t */ ) - { -- // static assert I == is_placeholder::value -- typedef char T_must_be_placeholder[ I == is_placeholder::value? 1: -1 ]; -+ BOOST_STATIC_ASSERT( I == is_placeholder::value ); - } - }; - diff --git a/devel/boost-libs/files/patch-bae401b1eb0594932c4e780d496cba852c23b75f b/devel/boost-libs/files/patch-bae401b1eb0594932c4e780d496cba852c23b75f deleted file mode 100644 index 1fc8e3db0eff..000000000000 --- a/devel/boost-libs/files/patch-bae401b1eb0594932c4e780d496cba852c23b75f +++ /dev/null @@ -1,49 +0,0 @@ ---- boost/asio/ssl/impl/context.ipp.orig 2013-10-26 23:25:53 UTC -+++ boost/asio/ssl/impl/context.ipp -@@ -87,6 +87,14 @@ context::context(context::method m) - handle_ = ::SSL_CTX_new(::SSLv2_server_method()); - break; - #endif // defined(OPENSSL_NO_SSL2) -+#if defined(OPENSSL_NO_SSL3) -+ case context::sslv3: -+ case context::sslv3_client: -+ case context::sslv3_server: -+ boost::asio::detail::throw_error( -+ boost::asio::error::invalid_argument, "context"); -+ break; -+#else // defined(OPENSSL_NO_SSL3) - case context::sslv3: - handle_ = ::SSL_CTX_new(::SSLv3_method()); - break; -@@ -96,6 +104,7 @@ context::context(context::method m) - case context::sslv3_server: - handle_ = ::SSL_CTX_new(::SSLv3_server_method()); - break; -+#endif // defined(OPENSSL_NO_SSL3) - case context::tlsv1: - handle_ = ::SSL_CTX_new(::TLSv1_method()); - break; ---- boost/asio/ssl/old/detail/openssl_context_service.hpp.orig 2013-05-20 12:32:20 UTC -+++ boost/asio/ssl/old/detail/openssl_context_service.hpp -@@ -85,6 +85,13 @@ public: - impl = ::SSL_CTX_new(::SSLv2_server_method()); - break; - #endif // defined(OPENSSL_NO_SSL2) -+#if defined(OPENSSL_NO_SSL3) -+ case context_base::sslv3: -+ case context_base::sslv3_client: -+ case context_base::sslv3_server: -+ boost::asio::detail::throw_error(boost::asio::error::invalid_argument); -+ break; -+#else // defined(OPENSSL_NO_SSL3) - case context_base::sslv3: - impl = ::SSL_CTX_new(::SSLv3_method()); - break; -@@ -94,6 +101,7 @@ public: - case context_base::sslv3_server: - impl = ::SSL_CTX_new(::SSLv3_server_method()); - break; -+#endif // defined(OPENSSL_NO_SSL3) - case context_base::tlsv1: - impl = ::SSL_CTX_new(::TLSv1_method()); - break; diff --git a/devel/boost-libs/files/patch-boost-filesystem-str_runtime b/devel/boost-libs/files/patch-boost-filesystem-str_runtime deleted file mode 100644 index c3b7f3a6c401..000000000000 --- a/devel/boost-libs/files/patch-boost-filesystem-str_runtime +++ /dev/null @@ -1,29 +0,0 @@ ---- libs/filesystem/src/path.cpp.orig 2012-04-16 15:36:28.000000000 +0200 -+++ libs/filesystem/src/path.cpp 2013-02-06 14:59:04.057292773 +0100 -@@ -35,7 +35,7 @@ - #ifdef BOOST_WINDOWS_API - # include "windows_file_codecvt.hpp" - # include --#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) -+#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__) - # include - #endif - -@@ -828,7 +828,7 @@ - codecvt_facet_ptr(&std::use_facet > - (path_locale)); - --#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) -+#elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__) - - // "All BSD system functions expect their string parameters to be in UTF-8 encoding - // and nothing else." See -@@ -903,7 +903,7 @@ - const path::codecvt_type& path::codecvt() - { - # if defined(BOOST_POSIX_API) && \ -- !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)) -+ !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__)) - // A local static initialized by calling path::imbue ensures that std::locale(""), - // which may throw, is called only if path_locale and condecvt_facet will actually - // be used. Thus misconfigured environmental variables will only cause an diff --git a/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp b/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp deleted file mode 100644 index b99a44e983c9..000000000000 --- a/devel/boost-libs/files/patch-boost__archive__iterators__transorm_width.hpp +++ /dev/null @@ -1,29 +0,0 @@ ---- boost/archive/iterators/transform_width.hpp.orig 2013-04-29 01:07:27.000000000 +0900 -+++ boost/archive/iterators/transform_width.hpp 2015-08-30 04:46:06.968463000 +0900 -@@ -30,6 +30,8 @@ - #include - #include - -+#include // std::min -+ - namespace boost { - namespace archive { - namespace iterators { -@@ -112,6 +114,7 @@ - transform_width(BOOST_PFTO_WRAPPER(T) start) : - super_t(Base(BOOST_MAKE_PFTO_WRAPPER(static_cast< T >(start)))), - m_buffer_out_full(false), -+ m_buffer_in(0), - m_remaining_bits(0), - m_end_of_sequence(false) - {} -@@ -119,8 +122,8 @@ - transform_width(const transform_width & rhs) : - super_t(rhs.base_reference()), - m_buffer_out_full(rhs.m_buffer_out_full), -- m_remaining_bits(rhs.m_remaining_bits), - m_buffer_in(rhs.m_buffer_in), -+ m_remaining_bits(rhs.m_remaining_bits), - m_end_of_sequence(false) - {} - }; diff --git a/devel/boost-libs/files/patch-boost__atomic__detail__cas128strong.hpp b/devel/boost-libs/files/patch-boost__atomic__detail__cas128strong.hpp deleted file mode 100644 index cc8550821f21..000000000000 --- a/devel/boost-libs/files/patch-boost__atomic__detail__cas128strong.hpp +++ /dev/null @@ -1,33 +0,0 @@ ---- boost/atomic/detail/cas128strong.hpp 2013-07-20 20:01:35.000000000 +0200 -+++ boost/atomic/detail/cas128strong.hpp.orig 2014-04-03 16:34:19.000000000 +0200 -@@ -196,15 +196,17 @@ - - public: - BOOST_DEFAULTED_FUNCTION(base_atomic(void), {}) -- explicit base_atomic(value_type const& v) BOOST_NOEXCEPT : v_(0) -+ explicit base_atomic(value_type const& v) BOOST_NOEXCEPT - { -+ memset(&v_, 0, sizeof(v_)); - memcpy(&v_, &v, sizeof(value_type)); - } - - void - store(value_type const& value, memory_order order = memory_order_seq_cst) volatile BOOST_NOEXCEPT - { -- storage_type value_s = 0; -+ storage_type value_s; -+ memset(&value_s, 0, sizeof(value_s)); - memcpy(&value_s, &value, sizeof(value_type)); - platform_fence_before_store(order); - platform_store128(value_s, &v_); -@@ -247,7 +249,9 @@ - memory_order success_order, - memory_order failure_order) volatile BOOST_NOEXCEPT - { -- storage_type expected_s = 0, desired_s = 0; -+ storage_type expected_s, desired_s; -+ memset(&expected_s, 0, sizeof(expected_s)); -+ memset(&desired_s, 0, sizeof(desired_s)); - memcpy(&expected_s, &expected, sizeof(value_type)); - memcpy(&desired_s, &desired, sizeof(value_type)); - diff --git a/devel/boost-libs/files/patch-boost__atomic__detail__gcc-atomic.hpp b/devel/boost-libs/files/patch-boost__atomic__detail__gcc-atomic.hpp deleted file mode 100644 index d802998c5b4c..000000000000 --- a/devel/boost-libs/files/patch-boost__atomic__detail__gcc-atomic.hpp +++ /dev/null @@ -1,53 +0,0 @@ ---- boost/atomic/detail/gcc-atomic.hpp 2013-07-20 20:01:35.000000000 +0200 -+++ boost/atomic/detail/gcc-atomic.hpp 2014-04-03 18:03:30.000000000 +0200 -@@ -958,14 +958,16 @@ - - public: - BOOST_DEFAULTED_FUNCTION(base_atomic(void), {}) -- explicit base_atomic(value_type const& v) BOOST_NOEXCEPT : v_(0) -+ explicit base_atomic(value_type const& v) BOOST_NOEXCEPT - { -+ memset(&v_, 0, sizeof(v_)); - memcpy(&v_, &v, sizeof(value_type)); - } - - void store(value_type const& v, memory_order order = memory_order_seq_cst) volatile BOOST_NOEXCEPT - { -- storage_type tmp = 0; -+ storage_type tmp; -+ memset(&tmp, 0, sizeof(tmp)); - memcpy(&tmp, &v, sizeof(value_type)); - __atomic_store_n(&v_, tmp, atomics::detail::convert_memory_order_to_gcc(order)); - } -@@ -980,7 +982,8 @@ - - value_type exchange(value_type const& v, memory_order order = memory_order_seq_cst) volatile BOOST_NOEXCEPT - { -- storage_type tmp = 0; -+ storage_type tmp; -+ memset(&tmp, 0, sizeof(tmp)); - memcpy(&tmp, &v, sizeof(value_type)); - tmp = __atomic_exchange_n(&v_, tmp, atomics::detail::convert_memory_order_to_gcc(order)); - value_type res; -@@ -994,7 +997,9 @@ - memory_order success_order, - memory_order failure_order) volatile BOOST_NOEXCEPT - { -- storage_type expected_s = 0, desired_s = 0; -+ storage_type expected_s, desired_s; -+ memset(&expected_s, 0, sizeof(expected_s)); -+ memset(&desired_s, 0, sizeof(desired_s)); - memcpy(&expected_s, &expected, sizeof(value_type)); - memcpy(&desired_s, &desired, sizeof(value_type)); - const bool success = __atomic_compare_exchange_n(&v_, &expected_s, desired_s, false, -@@ -1010,7 +1015,9 @@ - memory_order success_order, - memory_order failure_order) volatile BOOST_NOEXCEPT - { -- storage_type expected_s = 0, desired_s = 0; -+ storage_type expected_s, desired_s; -+ memset(&expected_s, 0, sizeof(expected_s)); -+ memset(&desired_s, 0, sizeof(desired_s)); - memcpy(&expected_s, &expected, sizeof(value_type)); - memcpy(&desired_s, &desired, sizeof(value_type)); - const bool success = __atomic_compare_exchange_n(&v_, &expected_s, desired_s, true, diff --git a/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 b/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 deleted file mode 100644 index baae6898a06d..000000000000 --- a/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/context/build/Jamfile.v2.orig 2014-09-22 13:05:35.000000000 +0000 -+++ libs/context/build/Jamfile.v2 2014-09-22 13:05:45.000000000 +0000 -@@ -66,7 +66,7 @@ feature.set-default abi : [ default_abi - - actions gas - { -- as -o "$(<)" "$(>)" -+ ${CC} -c -o "$(<)" "$(>)" - } - - actions armasm diff --git a/devel/boost-libs/files/patch-boost__mpl__has_xxx.hpp b/devel/boost-libs/files/patch-boost__mpl__has_xxx.hpp deleted file mode 100644 index 087b4ccccc19..000000000000 --- a/devel/boost-libs/files/patch-boost__mpl__has_xxx.hpp +++ /dev/null @@ -1,38 +0,0 @@ ---- boost/mpl/has_xxx.hpp.orig 2010-07-18 20:46:31.000000000 -0400 -+++ boost/mpl/has_xxx.hpp 2014-05-06 17:10:52.000000000 -0400 -@@ -341,7 +341,7 @@ - ) \ - /**/ - --# if !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION -+# if !defined(BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION) || !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION - # define BOOST_MPL_HAS_MEMBER_REJECT(args, member_macro) \ - template< typename V > \ - static boost::mpl::aux::no_tag \ -@@ -354,7 +354,7 @@ - /**/ - # endif - --# if !BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES -+# if !defined(BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES) || !BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES - # define BOOST_MPL_HAS_MEMBER_MULTI_ACCEPT(z, n, args) \ - template< typename V > \ - static boost::mpl::aux::yes_tag \ -@@ -383,7 +383,7 @@ - /**/ - # endif - --# if !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION -+# if !defined(BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION) || !BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION - # define BOOST_MPL_HAS_MEMBER_TEST(args) \ - sizeof(BOOST_MPL_HAS_MEMBER_INTROSPECTION_TEST_NAME(args)< U >(0)) \ - == sizeof(boost::mpl::aux::yes_tag) \ -@@ -456,7 +456,7 @@ - ) \ - /**/ - --# if BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE -+# if defined(BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE) && BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE - - # if !defined(BOOST_MPL_HAS_XXX_NEEDS_NAMESPACE_LEVEL_SUBSTITUTE) - # if BOOST_WORKAROUND(BOOST_MSVC, <= 1400) diff --git a/devel/boost-libs/files/patch-boost__multi_array__base.hpp b/devel/boost-libs/files/patch-boost__multi_array__base.hpp deleted file mode 100644 index 7bec82f61fff..000000000000 --- a/devel/boost-libs/files/patch-boost__multi_array__base.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/multi_array/base.hpp.orig 2012-05-17 10:52:48.000000000 -0400 -+++ boost/multi_array/base.hpp 2014-05-06 17:14:55.000000000 -0400 -@@ -65,7 +65,7 @@ - // object creation in small-memory environments. Thus, the objects - // can be left undefined by defining BOOST_MULTI_ARRAY_NO_GENERATORS - // before loading multi_array.hpp. --#if !BOOST_MULTI_ARRAY_NO_GENERATORS -+#ifndef BOOST_MULTI_ARRAY_NO_GENERATORS - namespace { - multi_array_types::extent_gen extents; - multi_array_types::index_gen indices; diff --git a/devel/boost-libs/files/patch-boost__predef__os__bsd.h b/devel/boost-libs/files/patch-boost__predef__os__bsd.h deleted file mode 100644 index 674a33088d6d..000000000000 --- a/devel/boost-libs/files/patch-boost__predef__os__bsd.h +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd.h 2014-05-06 18:06:32.000000000 -0400 -@@ -59,7 +59,7 @@ - #define BOOST_OS_BSD BOOST_VERSION_NUMBER_NOT_AVAILABLE - #endif - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(BSD) || \ - defined(_SYSTYPE_BSD) \ - ) diff --git a/devel/boost-libs/files/patch-boost__predef__os__bsd__bsdi.h b/devel/boost-libs/files/patch-boost__predef__os__bsd__bsdi.h deleted file mode 100644 index 7396a63505b6..000000000000 --- a/devel/boost-libs/files/patch-boost__predef__os__bsd__bsdi.h +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/bsdi.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/bsdi.h 2014-05-06 18:06:28.000000000 -0400 -@@ -24,7 +24,7 @@ - - #define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__bsdi__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE diff --git a/devel/boost-libs/files/patch-boost__predef__os__bsd__dragonfly.h b/devel/boost-libs/files/patch-boost__predef__os__bsd__dragonfly.h deleted file mode 100644 index 79a943da3300..000000000000 --- a/devel/boost-libs/files/patch-boost__predef__os__bsd__dragonfly.h +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/dragonfly.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/dragonfly.h 2014-05-06 18:06:28.000000000 -0400 -@@ -24,7 +24,7 @@ - - #define BOOST_OS_BSD_DRAGONFLY BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__DragonFly__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE diff --git a/devel/boost-libs/files/patch-boost__predef__os__bsd__free.h b/devel/boost-libs/files/patch-boost__predef__os__bsd__free.h deleted file mode 100644 index aff0282d9f55..000000000000 --- a/devel/boost-libs/files/patch-boost__predef__os__bsd__free.h +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/free.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/free.h 2014-05-06 17:25:43.000000000 -0400 -@@ -26,7 +26,7 @@ - - #define BOOST_OS_BSD_FREE BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__FreeBSD__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE diff --git a/devel/boost-libs/files/patch-boost__predef__os__bsd__net.h b/devel/boost-libs/files/patch-boost__predef__os__bsd__net.h deleted file mode 100644 index 3582e8c7020d..000000000000 --- a/devel/boost-libs/files/patch-boost__predef__os__bsd__net.h +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/net.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/net.h 2014-05-06 18:06:32.000000000 -0400 -@@ -31,7 +31,7 @@ - - #define BOOST_OS_BSD_NET BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__NETBSD__) || defined(__NetBSD__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE diff --git a/devel/boost-libs/files/patch-boost__predef__os__bsd__open.h b/devel/boost-libs/files/patch-boost__predef__os__bsd__open.h deleted file mode 100644 index d774de5d5de6..000000000000 --- a/devel/boost-libs/files/patch-boost__predef__os__bsd__open.h +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/predef/os/bsd/open.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/bsd/open.h 2014-05-06 18:06:32.000000000 -0400 -@@ -55,7 +55,7 @@ - - #define BOOST_OS_BSD_OPEN BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(__OpenBSD__) \ - ) - # ifndef BOOST_OS_BSD_AVAILABLE diff --git a/devel/boost-libs/files/patch-boost__predef__os__macos.h b/devel/boost-libs/files/patch-boost__predef__os__macos.h deleted file mode 100644 index d106a35724bc..000000000000 --- a/devel/boost-libs/files/patch-boost__predef__os__macos.h +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/predef/os/macos.h.orig 2013-10-15 01:23:53.000000000 -0400 -+++ boost/predef/os/macos.h 2014-05-06 18:06:32.000000000 -0400 -@@ -31,7 +31,7 @@ - - #define BOOST_OS_MACOS BOOST_VERSION_NUMBER_NOT_AVAILABLE - --#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \ -+#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \ - defined(macintosh) || defined(Macintosh) || \ - (defined(__APPLE__) && defined(__MACH__)) \ - ) diff --git a/devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp b/devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp deleted file mode 100644 index e628f24b14c9..000000000000 --- a/devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp +++ /dev/null @@ -1,16 +0,0 @@ -# Description: Backport fix building test suite on non-x86 platforms -# PR: ports/182549 -# Upstream Issue: https://svn.boost.org/trac/boost/ticket/3897 -# Upstream Change: https://svn.boost.org/trac/boost/changeset/62780 - ---- ./boost/test/impl/execution_monitor.ipp.orig 2013-12-14 18:22:41.772892518 +1100 -+++ ./boost/test/impl/execution_monitor.ipp 2013-12-14 18:23:15.554395963 +1100 -@@ -156,6 +156,8 @@ - - # if defined(__FreeBSD__) - -+# include -+ - # ifndef SIGPOLL - # define SIGPOLL SIGIO - # endif diff --git a/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp b/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp new file mode 100644 index 000000000000..4b7a654ed1f7 --- /dev/null +++ b/devel/boost-libs/files/patch-boost_asio_ssl_impl_context.ipp @@ -0,0 +1,50 @@ +Ticket #12575 fix compilation of software using libressl and boost asio +https://svn.boost.org/trac/boost/ticket/12575 + +--- boost/asio/ssl/impl/context.ipp.orig 2016-09-21 14:33:21 UTC ++++ boost/asio/ssl/impl/context.ipp +@@ -228,7 +228,7 @@ context::~context() + { + if (handle_) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) + void* cb_userdata = handle_->default_passwd_callback_userdata; +@@ -578,7 +578,7 @@ boost::system::error_code context::use_c + bio_cleanup bio = { make_buffer_bio(chain) }; + if (bio.p) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -682,7 +682,7 @@ boost::system::error_code context::use_p + { + ::ERR_clear_error(); + +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -749,7 +749,7 @@ boost::system::error_code context::use_r + { + ::ERR_clear_error(); + +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + pem_password_cb* callback = ::SSL_CTX_get_default_passwd_cb(handle_); + void* cb_userdata = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) +@@ -988,7 +988,7 @@ int context::verify_callback_function(in + boost::system::error_code context::do_set_password_callback( + detail::password_callback_base* callback, boost::system::error_code& ec) + { +-#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER) + void* old_callback = ::SSL_CTX_get_default_passwd_cb_userdata(handle_); + ::SSL_CTX_set_default_passwd_cb_userdata(handle_, callback); + #else // (OPENSSL_VERSION_NUMBER >= 0x10100000L) diff --git a/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp b/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp new file mode 100644 index 000000000000..ed9ad4e0c569 --- /dev/null +++ b/devel/boost-libs/files/patch-boost_config_compiler_clang.hpp @@ -0,0 +1,34 @@ +--- boost/config/compiler/clang.hpp.orig 2016-09-21 14:33:21 UTC ++++ boost/config/compiler/clang.hpp +@@ -110,6 +110,16 @@ + # endif + #endif + ++// ++// Pick up _LIBCPP_VERSION definition if we are using libc++ ++// If _LIBCPP_VERSION is not defined, then we will assume that ++// we are compiling on FreeBSD 9.x and using ancient libstdc++ ++// from base gcc 4.2 with limited c++11 support. ++// ++#ifdef __cplusplus ++# include ++#endif ++ + #if !__has_feature(cxx_auto_type) + # define BOOST_NO_CXX11_AUTO_DECLARATIONS + # define BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS +@@ -192,7 +202,13 @@ + # define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX + #endif + +-#if !__has_feature(cxx_rvalue_references) ++// ++// clang on FreeBSD 9.x uses libstdc++ from base GCC 4.2.1 which ++// does not support std::forward which this feature requires. ++// Assume that the lack of a _LIBCPP_VERSION definition indicates ++// that is our environment. ++// ++#if !__has_feature(cxx_rvalue_references) || !defined(_LIBCPP_VERSION) + # define BOOST_NO_CXX11_RVALUE_REFERENCES + #endif + diff --git a/devel/boost-libs/files/patch-boost_math_tools_config.hpp b/devel/boost-libs/files/patch-boost_math_tools_config.hpp new file mode 100644 index 000000000000..a94db67b4a64 --- /dev/null +++ b/devel/boost-libs/files/patch-boost_math_tools_config.hpp @@ -0,0 +1,11 @@ +--- boost/math/tools/config.hpp.orig 2016-09-21 14:33:24 UTC ++++ boost/math/tools/config.hpp +@@ -28,7 +28,7 @@ + + #include + +-#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) \ ++#if (defined(__CYGWIN__) || defined(__NetBSD__) \ + || (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \ + && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS) + # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS diff --git a/devel/boost-libs/files/patch-boost_math_tools_tuple.hpp b/devel/boost-libs/files/patch-boost_math_tools_tuple.hpp new file mode 100644 index 000000000000..64266a13c38b --- /dev/null +++ b/devel/boost-libs/files/patch-boost_math_tools_tuple.hpp @@ -0,0 +1,12 @@ +https://svn.boost.org/trac/boost/ticket/12537 + +--- boost/math/tools/tuple.hpp.orig 2016-09-21 14:33:24 UTC ++++ boost/math/tools/tuple.hpp +@@ -6,6 +6,7 @@ + #ifndef BOOST_MATH_TUPLE_HPP_INCLUDED + # define BOOST_MATH_TUPLE_HPP_INCLUDED + # include ++# include + + #if !defined(BOOST_NO_CXX11_HDR_TUPLE) && !BOOST_WORKAROUND(BOOST_GCC_VERSION, < 40500) + diff --git a/devel/boost-libs/files/patch-boost_static__assert.hpp b/devel/boost-libs/files/patch-boost_static__assert.hpp deleted file mode 100644 index 2c283f96ccdb..000000000000 --- a/devel/boost-libs/files/patch-boost_static__assert.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/static_assert.hpp.orig 2013-09-21 20:17:00 UTC -+++ boost/static_assert.hpp -@@ -67,7 +67,7 @@ - // - // If the compiler warns about unused typedefs then enable this: - // --#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) -+#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined(__clang__) - # define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE __attribute__((unused)) - #else - # define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE diff --git a/devel/boost-libs/files/patch-boost_thread_pthread_once.hpp b/devel/boost-libs/files/patch-boost_thread_pthread_once.hpp deleted file mode 100644 index fdc9bccc3e62..000000000000 --- a/devel/boost-libs/files/patch-boost_thread_pthread_once.hpp +++ /dev/null @@ -1,29 +0,0 @@ ---- boost/thread/pthread/once.hpp.orig 2013-03-23 01:48:21 UTC -+++ boost/thread/pthread/once.hpp -@@ -42,7 +42,7 @@ namespace boost - } - - #ifdef BOOST_THREAD_PROVIDES_ONCE_CXX11 --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - template - inline void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f, BOOST_THREAD_RV_REF(ArgTypes)... args); - #else -@@ -65,7 +65,7 @@ namespace boost - private: - volatile thread_detail::uintmax_atomic_t epoch; - --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - template - friend void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f, BOOST_THREAD_RV_REF(ArgTypes)... args); - #else -@@ -118,7 +118,7 @@ namespace boost - // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2444.html - - --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - - - template diff --git a/devel/boost-libs/files/patch-boost_thread_pthread_once__atomic.hpp b/devel/boost-libs/files/patch-boost_thread_pthread_once__atomic.hpp deleted file mode 100644 index ed9d46ccbf57..000000000000 --- a/devel/boost-libs/files/patch-boost_thread_pthread_once__atomic.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/thread/pthread/once_atomic.hpp.orig 2013-03-23 01:48:21 UTC -+++ boost/thread/pthread/once_atomic.hpp -@@ -115,7 +115,7 @@ namespace boost - #endif - - --#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES -+#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) - - template - inline void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f, BOOST_THREAD_RV_REF(ArgTypes)... args) diff --git a/devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6 b/devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6 deleted file mode 100644 index bd83a12dc3aa..000000000000 --- a/devel/boost-libs/files/patch-f9b3dcb203f29dff4b264d2430f7dca9ebd43ea6 +++ /dev/null @@ -1,10 +0,0 @@ ---- boost/tuple/detail/tuple_basic.hpp.orig 2011-01-02 20:25:11 UTC -+++ boost/tuple/detail/tuple_basic.hpp -@@ -225,7 +225,6 @@ inline typename access_traits< - get(const cons& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) { - typedef BOOST_DEDUCED_TYPENAME detail::drop_front::BOOST_NESTED_TEMPLATE - apply > impl; -- typedef BOOST_DEDUCED_TYPENAME impl::type cons_element; - return impl::call(c).head; - } - diff --git a/devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam b/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam similarity index 89% rename from devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam rename to devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam index 532d2688b28a..5f25fd3e5823 100644 --- a/devel/boost-libs/files/patch-tools__build__v2__tools__clang-linux.jam +++ b/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam @@ -1,6 +1,6 @@ ---- tools/build/v2/tools/clang-linux.jam.orig 2011-06-06 22:36:21.000000000 +0200 -+++ tools/build/v2/tools/clang-linux.jam 2014-02-09 22:19:34.000000000 +0100 -@@ -31,7 +31,7 @@ +--- tools/build/src/tools/clang-linux.jam.orig 2016-09-21 14:33:28 UTC ++++ tools/build/src/tools/clang-linux.jam +@@ -31,7 +31,7 @@ generators.override clang-linux.compile. generators.override clang-linux.compile.c++.pch : pch.default-cpp-pch-generator ; type.set-generated-target-suffix PCH @@ -9,7 +9,7 @@ toolset.inherit-rules clang-linux : gcc ; toolset.inherit-flags clang-linux : gcc -@@ -95,24 +95,24 @@ +@@ -96,24 +96,24 @@ rule compile.c++ ( targets * : sources * gcc.setup-fpic $(targets) : $(sources) : $(properties) ; gcc.setup-address-model $(targets) : $(sources) : $(properties) ; @@ -40,7 +40,7 @@ } rule compile.c ( targets * : sources * : properties * ) -@@ -121,25 +121,25 @@ +@@ -122,25 +122,25 @@ rule compile.c ( targets * : sources * : gcc.setup-fpic $(targets) : $(sources) : $(properties) ; gcc.setup-address-model $(targets) : $(sources) : $(properties) ; @@ -72,7 +72,7 @@ } ############################################################################### -@@ -152,7 +152,7 @@ +@@ -153,7 +153,7 @@ rule compile.c++.pch ( targets * : sourc } actions compile.c++.pch { @@ -81,7 +81,7 @@ } rule compile.c.pch ( targets * : sources * : properties * ) { -@@ -163,7 +163,7 @@ +@@ -164,7 +164,7 @@ rule compile.c.pch ( targets * : sources actions compile.c.pch { diff --git a/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam b/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam new file mode 100644 index 000000000000..1c3345c6ad14 --- /dev/null +++ b/devel/boost-libs/files/patch-tools_build_src_tools_gcc.jam @@ -0,0 +1,32 @@ +Adding /usr/lib32 to LD_LIBRARY_PATH may be poisonous if /usr/lib64 +doesn't exist while /usr/lib only constains .so but not .so.SOVERSION +files. Besides, LD_LIBRARY_PATH + -Wl,-rpath-link is same as -Wl,-rpath +that USE_GCC already passes. + +--- tools/build/src/tools/gcc.jam.orig 2016-09-21 14:33:28 UTC ++++ tools/build/src/tools/gcc.jam +@@ -210,24 +210,6 @@ rule init ( version ? : command * : opti + } + init-link-flags gcc $(linker) $(condition) ; + +- # If gcc is installed in a non-standard location, we would need to add +- # LD_LIBRARY_PATH when running programs created with it (for unit-test/run +- # rules). +- if $(command) +- { +- # On multilib 64-bit boxes, there are both 32-bit and 64-bit libraries +- # and all must be added to LD_LIBRARY_PATH. The linker will pick the +- # right onces. Note that we do not provide a clean way to build a 32-bit +- # binary using a 64-bit compiler, but user can always pass -m32 +- # manually. +- local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 ; +- if $(.debug-configuration) +- { +- ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ; +- } +- toolset.flags gcc.link RUN_PATH $(condition) : $(lib_path) ; +- } +- + # If we are not using a system gcc installation we should adjust the various + # programs as needed to prefer using their installation specific versions. + # This is essential for correct use of MinGW and for cross-compiling. diff --git a/devel/boost-libs/pkg-plist b/devel/boost-libs/pkg-plist index 146e9795371e..62860df33e62 100644 --- a/devel/boost-libs/pkg-plist +++ b/devel/boost-libs/pkg-plist @@ -49,7 +49,9 @@ include/boost/accumulators/statistics/pot_quantile.hpp include/boost/accumulators/statistics/pot_tail_mean.hpp include/boost/accumulators/statistics/rolling_count.hpp include/boost/accumulators/statistics/rolling_mean.hpp +include/boost/accumulators/statistics/rolling_moment.hpp include/boost/accumulators/statistics/rolling_sum.hpp +include/boost/accumulators/statistics/rolling_variance.hpp include/boost/accumulators/statistics/rolling_window.hpp include/boost/accumulators/statistics/skewness.hpp include/boost/accumulators/statistics/stats.hpp @@ -83,6 +85,7 @@ include/boost/accumulators/statistics/weighted_tail_variate_means.hpp include/boost/accumulators/statistics/weighted_variance.hpp include/boost/accumulators/statistics/with_error.hpp include/boost/accumulators/statistics_fwd.hpp +include/boost/algorithm/algorithm.hpp include/boost/algorithm/clamp.hpp include/boost/algorithm/cxx11/all_of.hpp include/boost/algorithm/cxx11/any_of.hpp @@ -102,6 +105,7 @@ include/boost/algorithm/cxx14/is_permutation.hpp include/boost/algorithm/cxx14/mismatch.hpp include/boost/algorithm/gather.hpp include/boost/algorithm/hex.hpp +include/boost/algorithm/is_palindrome.hpp include/boost/algorithm/minmax.hpp include/boost/algorithm/minmax_element.hpp include/boost/algorithm/searching/boyer_moore.hpp @@ -109,6 +113,7 @@ include/boost/algorithm/searching/boyer_moore_horspool.hpp include/boost/algorithm/searching/detail/bm_traits.hpp include/boost/algorithm/searching/detail/debugging.hpp include/boost/algorithm/searching/knuth_morris_pratt.hpp +include/boost/algorithm/sort_subrange.hpp include/boost/algorithm/string.hpp include/boost/algorithm/string/case_conv.hpp include/boost/algorithm/string/classification.hpp @@ -155,9 +160,57 @@ include/boost/algorithm/string/trim.hpp include/boost/algorithm/string/trim_all.hpp include/boost/algorithm/string/yes_no_type.hpp include/boost/algorithm/string_regex.hpp +include/boost/align.hpp +include/boost/align/align.hpp +include/boost/align/align_down.hpp +include/boost/align/align_down_forward.hpp +include/boost/align/align_up.hpp +include/boost/align/align_up_forward.hpp +include/boost/align/aligned_alloc.hpp +include/boost/align/aligned_allocator.hpp +include/boost/align/aligned_allocator_adaptor.hpp +include/boost/align/aligned_allocator_adaptor_forward.hpp +include/boost/align/aligned_allocator_forward.hpp +include/boost/align/aligned_delete.hpp +include/boost/align/aligned_delete_forward.hpp +include/boost/align/alignment_of.hpp +include/boost/align/alignment_of_forward.hpp +include/boost/align/assume_aligned.hpp +include/boost/align/detail/addressof.hpp +include/boost/align/detail/align.hpp +include/boost/align/detail/align_cxx11.hpp +include/boost/align/detail/align_down.hpp +include/boost/align/detail/align_up.hpp +include/boost/align/detail/aligned_alloc.hpp +include/boost/align/detail/aligned_alloc_android.hpp +include/boost/align/detail/aligned_alloc_macos.hpp +include/boost/align/detail/aligned_alloc_msvc.hpp +include/boost/align/detail/aligned_alloc_posix.hpp +include/boost/align/detail/aligned_alloc_sunos.hpp +include/boost/align/detail/alignment_of.hpp +include/boost/align/detail/alignment_of_clang.hpp +include/boost/align/detail/alignment_of_codegear.hpp +include/boost/align/detail/alignment_of_cxx11.hpp +include/boost/align/detail/alignment_of_gcc.hpp +include/boost/align/detail/alignment_of_msvc.hpp +include/boost/align/detail/assume_aligned.hpp +include/boost/align/detail/assume_aligned_clang.hpp +include/boost/align/detail/assume_aligned_gcc.hpp +include/boost/align/detail/assume_aligned_intel.hpp +include/boost/align/detail/assume_aligned_msvc.hpp +include/boost/align/detail/element_type.hpp +include/boost/align/detail/integral_constant.hpp +include/boost/align/detail/is_aligned.hpp +include/boost/align/detail/is_alignment.hpp +include/boost/align/detail/is_alignment_constant.hpp +include/boost/align/detail/max_align.hpp +include/boost/align/detail/max_objects.hpp +include/boost/align/detail/max_size.hpp +include/boost/align/detail/min_size.hpp +include/boost/align/is_aligned.hpp +include/boost/align/is_aligned_forward.hpp include/boost/aligned_storage.hpp include/boost/any.hpp -include/boost/archive/add_facet.hpp include/boost/archive/archive_exception.hpp include/boost/archive/basic_archive.hpp include/boost/archive/basic_binary_iarchive.hpp @@ -184,8 +237,6 @@ include/boost/archive/detail/abi_suffix.hpp include/boost/archive/detail/archive_serializer_map.hpp include/boost/archive/detail/auto_link_archive.hpp include/boost/archive/detail/auto_link_warchive.hpp -include/boost/archive/detail/basic_archive_impl.hpp -include/boost/archive/detail/basic_config.hpp include/boost/archive/detail/basic_iarchive.hpp include/boost/archive/detail/basic_iserializer.hpp include/boost/archive/detail/basic_oarchive.hpp @@ -198,6 +249,7 @@ include/boost/archive/detail/check.hpp include/boost/archive/detail/common_iarchive.hpp include/boost/archive/detail/common_oarchive.hpp include/boost/archive/detail/decl.hpp +include/boost/archive/detail/helper_collection.hpp include/boost/archive/detail/interface_iarchive.hpp include/boost/archive/detail/interface_oarchive.hpp include/boost/archive/detail/iserializer.hpp @@ -233,7 +285,6 @@ include/boost/archive/iterators/binary_from_base64.hpp include/boost/archive/iterators/dataflow.hpp include/boost/archive/iterators/dataflow_exception.hpp include/boost/archive/iterators/escape.hpp -include/boost/archive/iterators/head_iterator.hpp include/boost/archive/iterators/insert_linebreaks.hpp include/boost/archive/iterators/istream_iterator.hpp include/boost/archive/iterators/mb_from_wchar.hpp @@ -257,7 +308,6 @@ include/boost/archive/polymorphic_xml_iarchive.hpp include/boost/archive/polymorphic_xml_oarchive.hpp include/boost/archive/polymorphic_xml_wiarchive.hpp include/boost/archive/polymorphic_xml_woarchive.hpp -include/boost/archive/shared_ptr_helper.hpp include/boost/archive/text_iarchive.hpp include/boost/archive/text_oarchive.hpp include/boost/archive/text_wiarchive.hpp @@ -495,6 +545,7 @@ include/boost/asio/detail/win_iocp_overlapped_op.hpp include/boost/asio/detail/win_iocp_overlapped_ptr.hpp include/boost/asio/detail/win_iocp_serial_port_service.hpp include/boost/asio/detail/win_iocp_socket_accept_op.hpp +include/boost/asio/detail/win_iocp_socket_connect_op.hpp include/boost/asio/detail/win_iocp_socket_recv_op.hpp include/boost/asio/detail/win_iocp_socket_recvfrom_op.hpp include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp @@ -507,7 +558,7 @@ include/boost/asio/detail/win_object_handle_service.hpp include/boost/asio/detail/win_static_mutex.hpp include/boost/asio/detail/win_thread.hpp include/boost/asio/detail/win_tss_ptr.hpp -include/boost/asio/detail/wince_thread.hpp +include/boost/asio/detail/winapi_thread.hpp include/boost/asio/detail/winrt_async_manager.hpp include/boost/asio/detail/winrt_async_op.hpp include/boost/asio/detail/winrt_resolve_op.hpp @@ -689,28 +740,50 @@ include/boost/assign/std/stack.hpp include/boost/assign/std/vector.hpp include/boost/atomic.hpp include/boost/atomic/atomic.hpp -include/boost/atomic/detail/base.hpp -include/boost/atomic/detail/cas128strong.hpp -include/boost/atomic/detail/cas32strong.hpp -include/boost/atomic/detail/cas32weak.hpp -include/boost/atomic/detail/cas64strong-ptr.hpp -include/boost/atomic/detail/cas64strong.hpp +include/boost/atomic/atomic_flag.hpp +include/boost/atomic/capabilities.hpp +include/boost/atomic/detail/atomic_flag.hpp +include/boost/atomic/detail/atomic_template.hpp +include/boost/atomic/detail/bitwise_cast.hpp +include/boost/atomic/detail/caps_gcc_alpha.hpp +include/boost/atomic/detail/caps_gcc_arm.hpp +include/boost/atomic/detail/caps_gcc_atomic.hpp +include/boost/atomic/detail/caps_gcc_ppc.hpp +include/boost/atomic/detail/caps_gcc_sparc.hpp +include/boost/atomic/detail/caps_gcc_sync.hpp +include/boost/atomic/detail/caps_gcc_x86.hpp +include/boost/atomic/detail/caps_linux_arm.hpp +include/boost/atomic/detail/caps_msvc_arm.hpp +include/boost/atomic/detail/caps_msvc_x86.hpp +include/boost/atomic/detail/caps_windows.hpp include/boost/atomic/detail/config.hpp -include/boost/atomic/detail/gcc-alpha.hpp -include/boost/atomic/detail/gcc-armv6plus.hpp -include/boost/atomic/detail/gcc-atomic.hpp -include/boost/atomic/detail/gcc-cas.hpp -include/boost/atomic/detail/gcc-ppc.hpp -include/boost/atomic/detail/gcc-sparcv9.hpp -include/boost/atomic/detail/gcc-x86.hpp -include/boost/atomic/detail/generic-cas.hpp +include/boost/atomic/detail/int_sizes.hpp include/boost/atomic/detail/interlocked.hpp include/boost/atomic/detail/link.hpp -include/boost/atomic/detail/linux-arm.hpp include/boost/atomic/detail/lockpool.hpp +include/boost/atomic/detail/operations.hpp +include/boost/atomic/detail/operations_fwd.hpp +include/boost/atomic/detail/operations_lockfree.hpp +include/boost/atomic/detail/ops_cas_based.hpp +include/boost/atomic/detail/ops_emulated.hpp +include/boost/atomic/detail/ops_extending_cas_based.hpp +include/boost/atomic/detail/ops_gcc_alpha.hpp +include/boost/atomic/detail/ops_gcc_arm.hpp +include/boost/atomic/detail/ops_gcc_atomic.hpp +include/boost/atomic/detail/ops_gcc_ppc.hpp +include/boost/atomic/detail/ops_gcc_sparc.hpp +include/boost/atomic/detail/ops_gcc_sync.hpp +include/boost/atomic/detail/ops_gcc_x86.hpp +include/boost/atomic/detail/ops_gcc_x86_dcas.hpp +include/boost/atomic/detail/ops_linux_arm.hpp +include/boost/atomic/detail/ops_msvc_arm.hpp +include/boost/atomic/detail/ops_msvc_common.hpp +include/boost/atomic/detail/ops_msvc_x86.hpp +include/boost/atomic/detail/ops_windows.hpp +include/boost/atomic/detail/pause.hpp include/boost/atomic/detail/platform.hpp -include/boost/atomic/detail/type-classification.hpp -include/boost/atomic/detail/windows.hpp +include/boost/atomic/detail/storage_type.hpp +include/boost/atomic/fences.hpp include/boost/bimap.hpp include/boost/bimap/bimap.hpp include/boost/bimap/container_adaptor/associative_container_adaptor.hpp @@ -903,6 +976,320 @@ include/boost/compatibility/cpp_c_headers/ctime include/boost/compatibility/cpp_c_headers/cwchar include/boost/compatibility/cpp_c_headers/cwctype include/boost/compressed_pair.hpp +include/boost/compute.hpp +include/boost/compute/algorithm.hpp +include/boost/compute/algorithm/accumulate.hpp +include/boost/compute/algorithm/adjacent_difference.hpp +include/boost/compute/algorithm/adjacent_find.hpp +include/boost/compute/algorithm/all_of.hpp +include/boost/compute/algorithm/any_of.hpp +include/boost/compute/algorithm/binary_search.hpp +include/boost/compute/algorithm/copy.hpp +include/boost/compute/algorithm/copy_if.hpp +include/boost/compute/algorithm/copy_n.hpp +include/boost/compute/algorithm/count.hpp +include/boost/compute/algorithm/count_if.hpp +include/boost/compute/algorithm/detail/balanced_path.hpp +include/boost/compute/algorithm/detail/binary_find.hpp +include/boost/compute/algorithm/detail/compact.hpp +include/boost/compute/algorithm/detail/copy_on_device.hpp +include/boost/compute/algorithm/detail/copy_to_device.hpp +include/boost/compute/algorithm/detail/copy_to_host.hpp +include/boost/compute/algorithm/detail/count_if_with_ballot.hpp +include/boost/compute/algorithm/detail/count_if_with_reduce.hpp +include/boost/compute/algorithm/detail/count_if_with_threads.hpp +include/boost/compute/algorithm/detail/find_extrema.hpp +include/boost/compute/algorithm/detail/find_extrema_on_cpu.hpp +include/boost/compute/algorithm/detail/find_extrema_with_atomics.hpp +include/boost/compute/algorithm/detail/find_extrema_with_reduce.hpp +include/boost/compute/algorithm/detail/find_if_with_atomics.hpp +include/boost/compute/algorithm/detail/inplace_reduce.hpp +include/boost/compute/algorithm/detail/insertion_sort.hpp +include/boost/compute/algorithm/detail/merge_path.hpp +include/boost/compute/algorithm/detail/merge_sort_on_cpu.hpp +include/boost/compute/algorithm/detail/merge_sort_on_gpu.hpp +include/boost/compute/algorithm/detail/merge_with_merge_path.hpp +include/boost/compute/algorithm/detail/radix_sort.hpp +include/boost/compute/algorithm/detail/random_fill.hpp +include/boost/compute/algorithm/detail/reduce_by_key.hpp +include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp +include/boost/compute/algorithm/detail/reduce_on_cpu.hpp +include/boost/compute/algorithm/detail/reduce_on_gpu.hpp +include/boost/compute/algorithm/detail/scan.hpp +include/boost/compute/algorithm/detail/scan_on_cpu.hpp +include/boost/compute/algorithm/detail/scan_on_gpu.hpp +include/boost/compute/algorithm/detail/search_all.hpp +include/boost/compute/algorithm/detail/serial_accumulate.hpp +include/boost/compute/algorithm/detail/serial_count_if.hpp +include/boost/compute/algorithm/detail/serial_find_extrema.hpp +include/boost/compute/algorithm/detail/serial_merge.hpp +include/boost/compute/algorithm/detail/serial_reduce.hpp +include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp +include/boost/compute/algorithm/detail/serial_scan.hpp +include/boost/compute/algorithm/equal.hpp +include/boost/compute/algorithm/equal_range.hpp +include/boost/compute/algorithm/exclusive_scan.hpp +include/boost/compute/algorithm/fill.hpp +include/boost/compute/algorithm/fill_n.hpp +include/boost/compute/algorithm/find.hpp +include/boost/compute/algorithm/find_end.hpp +include/boost/compute/algorithm/find_if.hpp +include/boost/compute/algorithm/find_if_not.hpp +include/boost/compute/algorithm/for_each.hpp +include/boost/compute/algorithm/for_each_n.hpp +include/boost/compute/algorithm/gather.hpp +include/boost/compute/algorithm/generate.hpp +include/boost/compute/algorithm/generate_n.hpp +include/boost/compute/algorithm/includes.hpp +include/boost/compute/algorithm/inclusive_scan.hpp +include/boost/compute/algorithm/inner_product.hpp +include/boost/compute/algorithm/inplace_merge.hpp +include/boost/compute/algorithm/iota.hpp +include/boost/compute/algorithm/is_partitioned.hpp +include/boost/compute/algorithm/is_permutation.hpp +include/boost/compute/algorithm/is_sorted.hpp +include/boost/compute/algorithm/lexicographical_compare.hpp +include/boost/compute/algorithm/lower_bound.hpp +include/boost/compute/algorithm/max_element.hpp +include/boost/compute/algorithm/merge.hpp +include/boost/compute/algorithm/min_element.hpp +include/boost/compute/algorithm/minmax_element.hpp +include/boost/compute/algorithm/mismatch.hpp +include/boost/compute/algorithm/next_permutation.hpp +include/boost/compute/algorithm/none_of.hpp +include/boost/compute/algorithm/nth_element.hpp +include/boost/compute/algorithm/partial_sum.hpp +include/boost/compute/algorithm/partition.hpp +include/boost/compute/algorithm/partition_copy.hpp +include/boost/compute/algorithm/partition_point.hpp +include/boost/compute/algorithm/prev_permutation.hpp +include/boost/compute/algorithm/random_shuffle.hpp +include/boost/compute/algorithm/reduce.hpp +include/boost/compute/algorithm/reduce_by_key.hpp +include/boost/compute/algorithm/remove.hpp +include/boost/compute/algorithm/remove_if.hpp +include/boost/compute/algorithm/replace.hpp +include/boost/compute/algorithm/replace_copy.hpp +include/boost/compute/algorithm/reverse.hpp +include/boost/compute/algorithm/reverse_copy.hpp +include/boost/compute/algorithm/rotate.hpp +include/boost/compute/algorithm/rotate_copy.hpp +include/boost/compute/algorithm/scatter.hpp +include/boost/compute/algorithm/scatter_if.hpp +include/boost/compute/algorithm/search.hpp +include/boost/compute/algorithm/search_n.hpp +include/boost/compute/algorithm/set_difference.hpp +include/boost/compute/algorithm/set_intersection.hpp +include/boost/compute/algorithm/set_symmetric_difference.hpp +include/boost/compute/algorithm/set_union.hpp +include/boost/compute/algorithm/sort.hpp +include/boost/compute/algorithm/sort_by_key.hpp +include/boost/compute/algorithm/stable_partition.hpp +include/boost/compute/algorithm/stable_sort.hpp +include/boost/compute/algorithm/stable_sort_by_key.hpp +include/boost/compute/algorithm/swap_ranges.hpp +include/boost/compute/algorithm/transform.hpp +include/boost/compute/algorithm/transform_if.hpp +include/boost/compute/algorithm/transform_reduce.hpp +include/boost/compute/algorithm/unique.hpp +include/boost/compute/algorithm/unique_copy.hpp +include/boost/compute/algorithm/upper_bound.hpp +include/boost/compute/allocator.hpp +include/boost/compute/allocator/buffer_allocator.hpp +include/boost/compute/allocator/pinned_allocator.hpp +include/boost/compute/async.hpp +include/boost/compute/async/future.hpp +include/boost/compute/async/wait.hpp +include/boost/compute/async/wait_guard.hpp +include/boost/compute/buffer.hpp +include/boost/compute/cl.hpp +include/boost/compute/cl_ext.hpp +include/boost/compute/closure.hpp +include/boost/compute/command_queue.hpp +include/boost/compute/config.hpp +include/boost/compute/container.hpp +include/boost/compute/container/array.hpp +include/boost/compute/container/basic_string.hpp +include/boost/compute/container/detail/scalar.hpp +include/boost/compute/container/dynamic_bitset.hpp +include/boost/compute/container/flat_map.hpp +include/boost/compute/container/flat_set.hpp +include/boost/compute/container/mapped_view.hpp +include/boost/compute/container/stack.hpp +include/boost/compute/container/string.hpp +include/boost/compute/container/valarray.hpp +include/boost/compute/container/vector.hpp +include/boost/compute/context.hpp +include/boost/compute/core.hpp +include/boost/compute/detail/assert_cl_success.hpp +include/boost/compute/detail/buffer_value.hpp +include/boost/compute/detail/device_ptr.hpp +include/boost/compute/detail/diagnostic.hpp +include/boost/compute/detail/duration.hpp +include/boost/compute/detail/get_object_info.hpp +include/boost/compute/detail/getenv.hpp +include/boost/compute/detail/global_static.hpp +include/boost/compute/detail/is_buffer_iterator.hpp +include/boost/compute/detail/is_contiguous_iterator.hpp +include/boost/compute/detail/iterator_plus_distance.hpp +include/boost/compute/detail/iterator_range_size.hpp +include/boost/compute/detail/iterator_traits.hpp +include/boost/compute/detail/literal.hpp +include/boost/compute/detail/lru_cache.hpp +include/boost/compute/detail/meta_kernel.hpp +include/boost/compute/detail/mpl_vector_to_tuple.hpp +include/boost/compute/detail/nvidia_compute_capability.hpp +include/boost/compute/detail/parameter_cache.hpp +include/boost/compute/detail/path.hpp +include/boost/compute/detail/print_range.hpp +include/boost/compute/detail/read_write_single_value.hpp +include/boost/compute/detail/sha1.hpp +include/boost/compute/detail/variadic_macros.hpp +include/boost/compute/detail/vendor.hpp +include/boost/compute/detail/work_size.hpp +include/boost/compute/device.hpp +include/boost/compute/event.hpp +include/boost/compute/exception.hpp +include/boost/compute/exception/context_error.hpp +include/boost/compute/exception/no_device_found.hpp +include/boost/compute/exception/opencl_error.hpp +include/boost/compute/exception/unsupported_extension_error.hpp +include/boost/compute/experimental/clamp_range.hpp +include/boost/compute/experimental/malloc.hpp +include/boost/compute/experimental/sort_by_transform.hpp +include/boost/compute/experimental/tabulate.hpp +include/boost/compute/function.hpp +include/boost/compute/functional.hpp +include/boost/compute/functional/as.hpp +include/boost/compute/functional/atomic.hpp +include/boost/compute/functional/bind.hpp +include/boost/compute/functional/common.hpp +include/boost/compute/functional/convert.hpp +include/boost/compute/functional/detail/macros.hpp +include/boost/compute/functional/detail/nvidia_ballot.hpp +include/boost/compute/functional/detail/nvidia_popcount.hpp +include/boost/compute/functional/detail/unpack.hpp +include/boost/compute/functional/field.hpp +include/boost/compute/functional/geometry.hpp +include/boost/compute/functional/get.hpp +include/boost/compute/functional/hash.hpp +include/boost/compute/functional/identity.hpp +include/boost/compute/functional/integer.hpp +include/boost/compute/functional/logical.hpp +include/boost/compute/functional/math.hpp +include/boost/compute/functional/operator.hpp +include/boost/compute/functional/popcount.hpp +include/boost/compute/functional/relational.hpp +include/boost/compute/image.hpp +include/boost/compute/image/image1d.hpp +include/boost/compute/image/image2d.hpp +include/boost/compute/image/image3d.hpp +include/boost/compute/image/image_format.hpp +include/boost/compute/image/image_object.hpp +include/boost/compute/image/image_sampler.hpp +include/boost/compute/image2d.hpp +include/boost/compute/image3d.hpp +include/boost/compute/image_format.hpp +include/boost/compute/image_sampler.hpp +include/boost/compute/interop/eigen.hpp +include/boost/compute/interop/eigen/core.hpp +include/boost/compute/interop/opencv.hpp +include/boost/compute/interop/opencv/core.hpp +include/boost/compute/interop/opencv/highgui.hpp +include/boost/compute/interop/opencv/ocl.hpp +include/boost/compute/interop/opengl.hpp +include/boost/compute/interop/opengl/acquire.hpp +include/boost/compute/interop/opengl/cl_gl.hpp +include/boost/compute/interop/opengl/cl_gl_ext.hpp +include/boost/compute/interop/opengl/context.hpp +include/boost/compute/interop/opengl/gl.hpp +include/boost/compute/interop/opengl/opengl_buffer.hpp +include/boost/compute/interop/opengl/opengl_renderbuffer.hpp +include/boost/compute/interop/opengl/opengl_texture.hpp +include/boost/compute/interop/qt.hpp +include/boost/compute/interop/qt/qimage.hpp +include/boost/compute/interop/qt/qpoint.hpp +include/boost/compute/interop/qt/qpointf.hpp +include/boost/compute/interop/qt/qtcore.hpp +include/boost/compute/interop/qt/qtgui.hpp +include/boost/compute/interop/qt/qvector.hpp +include/boost/compute/interop/vtk.hpp +include/boost/compute/interop/vtk/bounds.hpp +include/boost/compute/interop/vtk/data_array.hpp +include/boost/compute/interop/vtk/matrix4x4.hpp +include/boost/compute/interop/vtk/points.hpp +include/boost/compute/iterator.hpp +include/boost/compute/iterator/buffer_iterator.hpp +include/boost/compute/iterator/constant_buffer_iterator.hpp +include/boost/compute/iterator/constant_iterator.hpp +include/boost/compute/iterator/counting_iterator.hpp +include/boost/compute/iterator/detail/get_base_iterator_buffer.hpp +include/boost/compute/iterator/detail/swizzle_iterator.hpp +include/boost/compute/iterator/discard_iterator.hpp +include/boost/compute/iterator/function_input_iterator.hpp +include/boost/compute/iterator/permutation_iterator.hpp +include/boost/compute/iterator/strided_iterator.hpp +include/boost/compute/iterator/transform_iterator.hpp +include/boost/compute/iterator/zip_iterator.hpp +include/boost/compute/kernel.hpp +include/boost/compute/lambda.hpp +include/boost/compute/lambda/context.hpp +include/boost/compute/lambda/functional.hpp +include/boost/compute/lambda/get.hpp +include/boost/compute/lambda/make_pair.hpp +include/boost/compute/lambda/make_tuple.hpp +include/boost/compute/lambda/placeholder.hpp +include/boost/compute/lambda/placeholders.hpp +include/boost/compute/lambda/result_of.hpp +include/boost/compute/memory.hpp +include/boost/compute/memory/local_buffer.hpp +include/boost/compute/memory/svm_ptr.hpp +include/boost/compute/memory_object.hpp +include/boost/compute/pipe.hpp +include/boost/compute/platform.hpp +include/boost/compute/program.hpp +include/boost/compute/random.hpp +include/boost/compute/random/bernoulli_distribution.hpp +include/boost/compute/random/default_random_engine.hpp +include/boost/compute/random/discrete_distribution.hpp +include/boost/compute/random/linear_congruential_engine.hpp +include/boost/compute/random/mersenne_twister_engine.hpp +include/boost/compute/random/normal_distribution.hpp +include/boost/compute/random/threefry_engine.hpp +include/boost/compute/random/uniform_int_distribution.hpp +include/boost/compute/random/uniform_real_distribution.hpp +include/boost/compute/source.hpp +include/boost/compute/svm.hpp +include/boost/compute/system.hpp +include/boost/compute/type_traits.hpp +include/boost/compute/type_traits/common_type.hpp +include/boost/compute/type_traits/detail/capture_traits.hpp +include/boost/compute/type_traits/is_device_iterator.hpp +include/boost/compute/type_traits/is_fundamental.hpp +include/boost/compute/type_traits/is_vector_type.hpp +include/boost/compute/type_traits/make_vector_type.hpp +include/boost/compute/type_traits/result_of.hpp +include/boost/compute/type_traits/scalar_type.hpp +include/boost/compute/type_traits/type_definition.hpp +include/boost/compute/type_traits/type_name.hpp +include/boost/compute/type_traits/vector_size.hpp +include/boost/compute/types.hpp +include/boost/compute/types/builtin.hpp +include/boost/compute/types/complex.hpp +include/boost/compute/types/fundamental.hpp +include/boost/compute/types/pair.hpp +include/boost/compute/types/struct.hpp +include/boost/compute/types/tuple.hpp +include/boost/compute/user_event.hpp +include/boost/compute/utility.hpp +include/boost/compute/utility/dim.hpp +include/boost/compute/utility/extents.hpp +include/boost/compute/utility/invoke.hpp +include/boost/compute/utility/program_cache.hpp +include/boost/compute/utility/source.hpp +include/boost/compute/utility/wait_list.hpp +include/boost/compute/version.hpp +include/boost/compute/wait_list.hpp include/boost/concept/assert.hpp include/boost/concept/detail/backward_compatibility.hpp include/boost/concept/detail/borland.hpp @@ -950,6 +1337,7 @@ include/boost/config/compiler/sgi_mipspro.hpp include/boost/config/compiler/sunpro_cc.hpp include/boost/config/compiler/vacpp.hpp include/boost/config/compiler/visualc.hpp +include/boost/config/compiler/xlcpp.hpp include/boost/config/no_tr1/cmath.hpp include/boost/config/no_tr1/complex.hpp include/boost/config/no_tr1/functional.hpp @@ -959,8 +1347,10 @@ include/boost/config/platform/aix.hpp include/boost/config/platform/amigaos.hpp include/boost/config/platform/beos.hpp include/boost/config/platform/bsd.hpp +include/boost/config/platform/cloudabi.hpp include/boost/config/platform/cray.hpp include/boost/config/platform/cygwin.hpp +include/boost/config/platform/haiku.hpp include/boost/config/platform/hpux.hpp include/boost/config/platform/irix.hpp include/boost/config/platform/linux.hpp @@ -989,33 +1379,59 @@ include/boost/config/stdlib/vacpp.hpp include/boost/config/suffix.hpp include/boost/config/user.hpp include/boost/config/warning_disable.hpp +include/boost/container/adaptive_pool.hpp +include/boost/container/allocator.hpp include/boost/container/allocator_traits.hpp include/boost/container/container_fwd.hpp include/boost/container/deque.hpp +include/boost/container/detail/adaptive_node_pool.hpp include/boost/container/detail/adaptive_node_pool_impl.hpp +include/boost/container/detail/addressof.hpp include/boost/container/detail/advanced_insert_int.hpp -include/boost/container/detail/algorithms.hpp +include/boost/container/detail/algorithm.hpp +include/boost/container/detail/alloc_helpers.hpp +include/boost/container/detail/alloc_lib.h include/boost/container/detail/allocation_type.hpp include/boost/container/detail/allocator_version_traits.hpp +include/boost/container/detail/auto_link.hpp +include/boost/container/detail/block_list.hpp +include/boost/container/detail/block_slist.hpp +include/boost/container/detail/compare_functors.hpp include/boost/container/detail/config_begin.hpp include/boost/container/detail/config_end.hpp +include/boost/container/detail/construct_in_place.hpp +include/boost/container/detail/copy_move_algo.hpp include/boost/container/detail/destroyers.hpp +include/boost/container/detail/dispatch_uses_allocator.hpp +include/boost/container/detail/dlmalloc.hpp include/boost/container/detail/flat_tree.hpp include/boost/container/detail/function_detector.hpp +include/boost/container/detail/hash_table.hpp +include/boost/container/detail/is_sorted.hpp +include/boost/container/detail/iterator.hpp +include/boost/container/detail/iterator_to_raw_pointer.hpp include/boost/container/detail/iterators.hpp include/boost/container/detail/math_functions.hpp -include/boost/container/detail/memory_util.hpp +include/boost/container/detail/min_max.hpp +include/boost/container/detail/minimal_char_traits_header.hpp include/boost/container/detail/mpl.hpp include/boost/container/detail/multiallocation_chain.hpp +include/boost/container/detail/mutex.hpp +include/boost/container/detail/next_capacity.hpp include/boost/container/detail/node_alloc_holder.hpp +include/boost/container/detail/node_pool.hpp include/boost/container/detail/node_pool_impl.hpp include/boost/container/detail/pair.hpp +include/boost/container/detail/placement_new.hpp include/boost/container/detail/pool_common.hpp -include/boost/container/detail/preprocessor.hpp +include/boost/container/detail/pool_common_alloc.hpp +include/boost/container/detail/pool_resource.hpp +include/boost/container/detail/singleton.hpp +include/boost/container/detail/std_fwd.hpp +include/boost/container/detail/to_raw_pointer.hpp include/boost/container/detail/transform_iterator.hpp include/boost/container/detail/tree.hpp include/boost/container/detail/type_traits.hpp -include/boost/container/detail/utilities.hpp include/boost/container/detail/value_init.hpp include/boost/container/detail/variadic_templates_tools.hpp include/boost/container/detail/version_type.hpp @@ -1024,18 +1440,51 @@ include/boost/container/flat_map.hpp include/boost/container/flat_set.hpp include/boost/container/list.hpp include/boost/container/map.hpp +include/boost/container/new_allocator.hpp +include/boost/container/node_allocator.hpp +include/boost/container/node_handle.hpp +include/boost/container/options.hpp +include/boost/container/pmr/deque.hpp +include/boost/container/pmr/flat_map.hpp +include/boost/container/pmr/flat_set.hpp +include/boost/container/pmr/global_resource.hpp +include/boost/container/pmr/list.hpp +include/boost/container/pmr/map.hpp +include/boost/container/pmr/memory_resource.hpp +include/boost/container/pmr/monotonic_buffer_resource.hpp +include/boost/container/pmr/polymorphic_allocator.hpp +include/boost/container/pmr/pool_options.hpp +include/boost/container/pmr/resource_adaptor.hpp +include/boost/container/pmr/set.hpp +include/boost/container/pmr/slist.hpp +include/boost/container/pmr/small_vector.hpp +include/boost/container/pmr/stable_vector.hpp +include/boost/container/pmr/string.hpp +include/boost/container/pmr/synchronized_pool_resource.hpp +include/boost/container/pmr/unsynchronized_pool_resource.hpp +include/boost/container/pmr/vector.hpp include/boost/container/scoped_allocator.hpp include/boost/container/scoped_allocator_fwd.hpp include/boost/container/set.hpp include/boost/container/slist.hpp +include/boost/container/small_vector.hpp include/boost/container/stable_vector.hpp include/boost/container/static_vector.hpp include/boost/container/string.hpp include/boost/container/throw_exception.hpp +include/boost/container/uses_allocator.hpp +include/boost/container/uses_allocator_fwd.hpp include/boost/container/vector.hpp include/boost/context/all.hpp +include/boost/context/detail/apply.hpp include/boost/context/detail/config.hpp +include/boost/context/detail/disable_overload.hpp +include/boost/context/detail/exception.hpp +include/boost/context/detail/exchange.hpp +include/boost/context/detail/fcontext.hpp include/boost/context/detail/fcontext_arm.hpp +include/boost/context/detail/fcontext_arm_mac.hpp +include/boost/context/detail/fcontext_arm_win.hpp include/boost/context/detail/fcontext_i386.hpp include/boost/context/detail/fcontext_i386_win.hpp include/boost/context/detail/fcontext_mips.hpp @@ -1043,51 +1492,126 @@ include/boost/context/detail/fcontext_ppc.hpp include/boost/context/detail/fcontext_sparc.hpp include/boost/context/detail/fcontext_x86_64.hpp include/boost/context/detail/fcontext_x86_64_win.hpp -include/boost/context/fcontext.hpp +include/boost/context/detail/index_sequence.hpp +include/boost/context/detail/invoke.hpp +include/boost/context/detail/tuple.hpp +include/boost/context/execution_context.hpp +include/boost/context/execution_context_v1.hpp +include/boost/context/execution_context_v2.hpp +include/boost/context/execution_context_v2_void.ipp +include/boost/context/fixedsize_stack.hpp +include/boost/context/flags.hpp +include/boost/context/pooled_fixedsize_stack.hpp +include/boost/context/posix/protected_fixedsize_stack.hpp +include/boost/context/posix/segmented_stack.hpp +include/boost/context/preallocated.hpp +include/boost/context/protected_fixedsize_stack.hpp +include/boost/context/segmented_stack.hpp +include/boost/context/stack_context.hpp +include/boost/context/stack_traits.hpp +include/boost/context/windows/protected_fixedsize_stack.hpp +include/boost/convert.hpp +include/boost/convert/base.hpp +include/boost/convert/detail/boost_parameter_ext.hpp +include/boost/convert/detail/char.hpp +include/boost/convert/detail/forward.hpp +include/boost/convert/detail/has_member.hpp +include/boost/convert/detail/is_callable.hpp +include/boost/convert/detail/is_converter.hpp +include/boost/convert/detail/is_fun.hpp +include/boost/convert/detail/is_string.hpp +include/boost/convert/detail/range.hpp +include/boost/convert/lexical_cast.hpp +include/boost/convert/parameters.hpp +include/boost/convert/printf.hpp +include/boost/convert/spirit.hpp +include/boost/convert/stream.hpp +include/boost/convert/strtol.hpp +include/boost/core/addressof.hpp +include/boost/core/checked_delete.hpp +include/boost/core/demangle.hpp +include/boost/core/enable_if.hpp +include/boost/core/explicit_operator_bool.hpp +include/boost/core/ignore_unused.hpp +include/boost/core/is_same.hpp +include/boost/core/lightweight_test.hpp +include/boost/core/lightweight_test_trait.hpp +include/boost/core/no_exceptions_support.hpp +include/boost/core/noncopyable.hpp +include/boost/core/null_deleter.hpp +include/boost/core/ref.hpp +include/boost/core/scoped_enum.hpp +include/boost/core/swap.hpp +include/boost/core/typeinfo.hpp +include/boost/core/underlying_type.hpp include/boost/coroutine/all.hpp +include/boost/coroutine/asymmetric_coroutine.hpp include/boost/coroutine/attributes.hpp -include/boost/coroutine/checkpoint.hpp include/boost/coroutine/coroutine.hpp include/boost/coroutine/detail/config.hpp include/boost/coroutine/detail/coroutine_context.hpp -include/boost/coroutine/detail/exceptions.hpp +include/boost/coroutine/detail/data.hpp include/boost/coroutine/detail/flags.hpp -include/boost/coroutine/detail/holder.hpp -include/boost/coroutine/detail/param.hpp -include/boost/coroutine/detail/segmented_stack_allocator.hpp -include/boost/coroutine/detail/stack_tuple.hpp -include/boost/coroutine/detail/standard_stack_allocator.hpp +include/boost/coroutine/detail/parameters.hpp +include/boost/coroutine/detail/preallocated.hpp +include/boost/coroutine/detail/pull_coroutine_impl.hpp +include/boost/coroutine/detail/pull_coroutine_object.hpp +include/boost/coroutine/detail/pull_coroutine_synthesized.hpp +include/boost/coroutine/detail/push_coroutine_impl.hpp +include/boost/coroutine/detail/push_coroutine_object.hpp +include/boost/coroutine/detail/push_coroutine_synthesized.hpp +include/boost/coroutine/detail/setup.hpp +include/boost/coroutine/detail/symmetric_coroutine_call.hpp +include/boost/coroutine/detail/symmetric_coroutine_impl.hpp +include/boost/coroutine/detail/symmetric_coroutine_object.hpp +include/boost/coroutine/detail/symmetric_coroutine_yield.hpp include/boost/coroutine/detail/trampoline.hpp +include/boost/coroutine/detail/trampoline_pull.hpp +include/boost/coroutine/detail/trampoline_push.hpp include/boost/coroutine/exceptions.hpp include/boost/coroutine/flags.hpp +include/boost/coroutine/posix/protected_stack_allocator.hpp +include/boost/coroutine/posix/segmented_stack_allocator.hpp +include/boost/coroutine/protected_stack_allocator.hpp +include/boost/coroutine/segmented_stack_allocator.hpp include/boost/coroutine/stack_allocator.hpp include/boost/coroutine/stack_context.hpp -include/boost/coroutine/v1/coroutine.hpp -include/boost/coroutine/v1/detail/arg.hpp -include/boost/coroutine/v1/detail/coroutine_base.hpp -include/boost/coroutine/v1/detail/coroutine_base_resume.hpp -include/boost/coroutine/v1/detail/coroutine_caller.hpp -include/boost/coroutine/v1/detail/coroutine_get.hpp -include/boost/coroutine/v1/detail/coroutine_object.hpp -include/boost/coroutine/v1/detail/coroutine_object_result_0.ipp -include/boost/coroutine/v1/detail/coroutine_object_result_1.ipp -include/boost/coroutine/v1/detail/coroutine_object_result_arity.ipp -include/boost/coroutine/v1/detail/coroutine_object_void_0.ipp -include/boost/coroutine/v1/detail/coroutine_object_void_1.ipp -include/boost/coroutine/v1/detail/coroutine_object_void_arity.ipp -include/boost/coroutine/v1/detail/coroutine_op.hpp -include/boost/coroutine/v2/coroutine.hpp -include/boost/coroutine/v2/detail/pull_coroutine_base.hpp -include/boost/coroutine/v2/detail/pull_coroutine_caller.hpp -include/boost/coroutine/v2/detail/pull_coroutine_object.hpp -include/boost/coroutine/v2/detail/push_coroutine_base.hpp -include/boost/coroutine/v2/detail/push_coroutine_caller.hpp -include/boost/coroutine/v2/detail/push_coroutine_object.hpp +include/boost/coroutine/stack_traits.hpp +include/boost/coroutine/standard_stack_allocator.hpp +include/boost/coroutine/symmetric_coroutine.hpp +include/boost/coroutine/windows/protected_stack_allocator.hpp +include/boost/coroutine2/all.hpp +include/boost/coroutine2/coroutine.hpp +include/boost/coroutine2/detail/config.hpp +include/boost/coroutine2/detail/coroutine.hpp +include/boost/coroutine2/detail/create_control_block.ipp +include/boost/coroutine2/detail/decay_copy.hpp +include/boost/coroutine2/detail/disable_overload.hpp +include/boost/coroutine2/detail/forced_unwind.hpp +include/boost/coroutine2/detail/pull_control_block_ecv1.hpp +include/boost/coroutine2/detail/pull_control_block_ecv1.ipp +include/boost/coroutine2/detail/pull_control_block_ecv2.hpp +include/boost/coroutine2/detail/pull_control_block_ecv2.ipp +include/boost/coroutine2/detail/pull_coroutine.hpp +include/boost/coroutine2/detail/pull_coroutine.ipp +include/boost/coroutine2/detail/push_control_block_ecv1.hpp +include/boost/coroutine2/detail/push_control_block_ecv1.ipp +include/boost/coroutine2/detail/push_control_block_ecv2.hpp +include/boost/coroutine2/detail/push_control_block_ecv2.ipp +include/boost/coroutine2/detail/push_coroutine.hpp +include/boost/coroutine2/detail/push_coroutine.ipp +include/boost/coroutine2/detail/state.hpp +include/boost/coroutine2/fixedsize_stack.hpp +include/boost/coroutine2/pooled_fixedsize_stack.hpp +include/boost/coroutine2/protected_fixedsize_stack.hpp +include/boost/coroutine2/segmented_stack.hpp include/boost/crc.hpp include/boost/cregex.hpp +include/boost/cstdfloat.hpp include/boost/cstdint.hpp include/boost/cstdlib.hpp include/boost/current_function.hpp +include/boost/cxx11_char_types.hpp include/boost/date_time.hpp include/boost/date_time/adjust_functors.hpp include/boost/date_time/c_local_time_adjustor.hpp @@ -1197,6 +1721,7 @@ include/boost/detail/allocator_utilities.hpp include/boost/detail/atomic_count.hpp include/boost/detail/atomic_redef_macros.hpp include/boost/detail/atomic_undef_macros.hpp +include/boost/detail/basic_pointerbuf.hpp include/boost/detail/binary_search.hpp include/boost/detail/bitmask.hpp include/boost/detail/call_traits.hpp @@ -1210,7 +1735,6 @@ include/boost/detail/has_default_constructor.hpp include/boost/detail/identifier.hpp include/boost/detail/indirect_traits.hpp include/boost/detail/interlocked.hpp -include/boost/detail/is_function_ref_tester.hpp include/boost/detail/is_incrementable.hpp include/boost/detail/is_sorted.hpp include/boost/detail/is_xxx.hpp @@ -1219,13 +1743,11 @@ include/boost/detail/lcast_precision.hpp include/boost/detail/lightweight_main.hpp include/boost/detail/lightweight_mutex.hpp include/boost/detail/lightweight_test.hpp +include/boost/detail/lightweight_test_report.hpp include/boost/detail/lightweight_thread.hpp -include/boost/detail/limits.hpp include/boost/detail/named_template_params.hpp include/boost/detail/no_exceptions_support.hpp -include/boost/detail/none_t.hpp include/boost/detail/numeric_traits.hpp -include/boost/detail/ob_call_traits.hpp include/boost/detail/ob_compressed_pair.hpp include/boost/detail/quick_allocator.hpp include/boost/detail/reference_content.hpp @@ -1240,31 +1762,109 @@ include/boost/detail/winapi/GetCurrentThread.hpp include/boost/detail/winapi/GetLastError.hpp include/boost/detail/winapi/GetProcessTimes.hpp include/boost/detail/winapi/GetThreadTimes.hpp -include/boost/detail/winapi/LocalFree.hpp +include/boost/detail/winapi/access_rights.hpp +include/boost/detail/winapi/apc.hpp include/boost/detail/winapi/basic_types.hpp +include/boost/detail/winapi/character_code_conversion.hpp +include/boost/detail/winapi/condition_variable.hpp +include/boost/detail/winapi/config.hpp +include/boost/detail/winapi/critical_section.hpp +include/boost/detail/winapi/crypt.hpp +include/boost/detail/winapi/dbghelp.hpp +include/boost/detail/winapi/detail/cast_ptr.hpp include/boost/detail/winapi/directory_management.hpp include/boost/detail/winapi/dll.hpp +include/boost/detail/winapi/environment.hpp +include/boost/detail/winapi/error_codes.hpp include/boost/detail/winapi/error_handling.hpp +include/boost/detail/winapi/event.hpp include/boost/detail/winapi/file_management.hpp +include/boost/detail/winapi/file_mapping.hpp +include/boost/detail/winapi/get_current_process.hpp +include/boost/detail/winapi/get_current_process_id.hpp +include/boost/detail/winapi/get_current_thread.hpp +include/boost/detail/winapi/get_current_thread_id.hpp +include/boost/detail/winapi/get_last_error.hpp +include/boost/detail/winapi/get_process_times.hpp +include/boost/detail/winapi/get_system_directory.hpp +include/boost/detail/winapi/get_thread_times.hpp +include/boost/detail/winapi/handle_info.hpp include/boost/detail/winapi/handles.hpp +include/boost/detail/winapi/heap_memory.hpp +include/boost/detail/winapi/init_once.hpp +include/boost/detail/winapi/jobs.hpp +include/boost/detail/winapi/limits.hpp +include/boost/detail/winapi/local_memory.hpp include/boost/detail/winapi/memory.hpp +include/boost/detail/winapi/mutex.hpp +include/boost/detail/winapi/overlapped.hpp +include/boost/detail/winapi/page_protection_flags.hpp +include/boost/detail/winapi/pipes.hpp +include/boost/detail/winapi/priority_class.hpp include/boost/detail/winapi/process.hpp include/boost/detail/winapi/security.hpp +include/boost/detail/winapi/semaphore.hpp +include/boost/detail/winapi/shell.hpp +include/boost/detail/winapi/show_window.hpp +include/boost/detail/winapi/srw_lock.hpp include/boost/detail/winapi/synchronization.hpp include/boost/detail/winapi/system.hpp include/boost/detail/winapi/thread.hpp +include/boost/detail/winapi/thread_pool.hpp include/boost/detail/winapi/time.hpp include/boost/detail/winapi/timers.hpp +include/boost/detail/winapi/tls.hpp +include/boost/detail/winapi/wait.hpp +include/boost/detail/winapi/waitable_timer.hpp include/boost/detail/workaround.hpp +include/boost/dll.hpp +include/boost/dll/alias.hpp +include/boost/dll/detail/aggressive_ptr_cast.hpp +include/boost/dll/detail/ctor_dtor.hpp +include/boost/dll/detail/demangling/demangle_symbol.hpp +include/boost/dll/detail/demangling/itanium.hpp +include/boost/dll/detail/demangling/mangled_storage_base.hpp +include/boost/dll/detail/demangling/msvc.hpp +include/boost/dll/detail/elf_info.hpp +include/boost/dll/detail/get_mem_fn_type.hpp +include/boost/dll/detail/import_mangled_helpers.hpp +include/boost/dll/detail/macho_info.hpp +include/boost/dll/detail/pe_info.hpp +include/boost/dll/detail/posix/path_from_handle.hpp +include/boost/dll/detail/posix/program_location_impl.hpp +include/boost/dll/detail/posix/shared_library_impl.hpp +include/boost/dll/detail/system_error.hpp +include/boost/dll/detail/type_info.hpp +include/boost/dll/detail/windows/path_from_handle.hpp +include/boost/dll/detail/windows/shared_library_impl.hpp +include/boost/dll/detail/x_info_interface.hpp +include/boost/dll/import.hpp +include/boost/dll/import_class.hpp +include/boost/dll/import_mangled.hpp +include/boost/dll/library_info.hpp +include/boost/dll/runtime_symbol_info.hpp +include/boost/dll/shared_library.hpp +include/boost/dll/shared_library_load_mode.hpp +include/boost/dll/smart_library.hpp include/boost/dynamic_bitset.hpp include/boost/dynamic_bitset/config.hpp include/boost/dynamic_bitset/dynamic_bitset.hpp include/boost/dynamic_bitset_fwd.hpp include/boost/enable_shared_from_this.hpp -include/boost/exception.hpp +include/boost/endian/arithmetic.hpp +include/boost/endian/buffers.hpp +include/boost/endian/conversion.hpp +include/boost/endian/detail/config.hpp +include/boost/endian/detail/cover_operators.hpp +include/boost/endian/detail/disable_warnings.hpp +include/boost/endian/detail/disable_warnings_pop.hpp +include/boost/endian/detail/intrinsic.hpp +include/boost/endian/detail/lightweight_test.hpp +include/boost/endian/endian.hpp +include/boost/endian/std_pair.hpp +include/boost/exception/N3757.hpp include/boost/exception/all.hpp include/boost/exception/current_exception_cast.hpp -include/boost/exception/detail/attribute_noreturn.hpp include/boost/exception/detail/clone_current_exception.hpp include/boost/exception/detail/error_info_impl.hpp include/boost/exception/detail/exception_ptr.hpp @@ -1290,6 +1890,51 @@ include/boost/exception/info_tuple.hpp include/boost/exception/to_string.hpp include/boost/exception/to_string_stub.hpp include/boost/exception_ptr.hpp +include/boost/fiber/algo/algorithm.hpp +include/boost/fiber/algo/detail/chase_lev_queue.hpp +include/boost/fiber/algo/round_robin.hpp +include/boost/fiber/algo/shared_work.hpp +include/boost/fiber/all.hpp +include/boost/fiber/barrier.hpp +include/boost/fiber/bounded_channel.hpp +include/boost/fiber/channel_op_status.hpp +include/boost/fiber/condition_variable.hpp +include/boost/fiber/context.hpp +include/boost/fiber/detail/config.hpp +include/boost/fiber/detail/convert.hpp +include/boost/fiber/detail/data.hpp +include/boost/fiber/detail/decay_copy.hpp +include/boost/fiber/detail/disable_overload.hpp +include/boost/fiber/detail/fss.hpp +include/boost/fiber/detail/spinlock.hpp +include/boost/fiber/detail/wrap.hpp +include/boost/fiber/exceptions.hpp +include/boost/fiber/fiber.hpp +include/boost/fiber/fixedsize_stack.hpp +include/boost/fiber/fss.hpp +include/boost/fiber/future.hpp +include/boost/fiber/future/async.hpp +include/boost/fiber/future/detail/shared_state.hpp +include/boost/fiber/future/detail/shared_state_object.hpp +include/boost/fiber/future/detail/task_base.hpp +include/boost/fiber/future/detail/task_object.hpp +include/boost/fiber/future/future.hpp +include/boost/fiber/future/future_status.hpp +include/boost/fiber/future/packaged_task.hpp +include/boost/fiber/future/promise.hpp +include/boost/fiber/mutex.hpp +include/boost/fiber/operations.hpp +include/boost/fiber/policy.hpp +include/boost/fiber/pooled_fixedsize_stack.hpp +include/boost/fiber/properties.hpp +include/boost/fiber/protected_fixedsize_stack.hpp +include/boost/fiber/recursive_mutex.hpp +include/boost/fiber/recursive_timed_mutex.hpp +include/boost/fiber/scheduler.hpp +include/boost/fiber/segmented_stack.hpp +include/boost/fiber/timed_mutex.hpp +include/boost/fiber/type.hpp +include/boost/fiber/unbounded_channel.hpp include/boost/filesystem.hpp include/boost/filesystem/config.hpp include/boost/filesystem/convenience.hpp @@ -1299,9 +1944,11 @@ include/boost/filesystem/fstream.hpp include/boost/filesystem/operations.hpp include/boost/filesystem/path.hpp include/boost/filesystem/path_traits.hpp +include/boost/filesystem/string_file.hpp include/boost/flyweight.hpp include/boost/flyweight/assoc_container_factory.hpp include/boost/flyweight/assoc_container_factory_fwd.hpp +include/boost/flyweight/detail/archive_constructed.hpp include/boost/flyweight/detail/default_value_policy.hpp include/boost/flyweight/detail/dyn_perfect_fwd.hpp include/boost/flyweight/detail/flyweight_core.hpp @@ -1311,6 +1958,7 @@ include/boost/flyweight/detail/not_placeholder_expr.hpp include/boost/flyweight/detail/perfect_fwd.hpp include/boost/flyweight/detail/pp_perfect_fwd.hpp include/boost/flyweight/detail/recursive_lw_mutex.hpp +include/boost/flyweight/detail/serialization_helper.hpp include/boost/flyweight/detail/value_tag.hpp include/boost/flyweight/factory_tag.hpp include/boost/flyweight/flyweight.hpp @@ -1329,6 +1977,7 @@ include/boost/flyweight/no_tracking.hpp include/boost/flyweight/no_tracking_fwd.hpp include/boost/flyweight/refcounted.hpp include/boost/flyweight/refcounted_fwd.hpp +include/boost/flyweight/serialize.hpp include/boost/flyweight/set_factory.hpp include/boost/flyweight/set_factory_fwd.hpp include/boost/flyweight/simple_locking.hpp @@ -1479,6 +2128,8 @@ include/boost/fusion/adapted/adt/adapt_adt_named.hpp include/boost/fusion/adapted/adt/adapt_assoc_adt.hpp include/boost/fusion/adapted/adt/adapt_assoc_adt_named.hpp include/boost/fusion/adapted/adt/detail/adapt_base.hpp +include/boost/fusion/adapted/adt/detail/adapt_base_assoc_attr_filler.hpp +include/boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp include/boost/fusion/adapted/adt/detail/extension.hpp include/boost/fusion/adapted/array.hpp include/boost/fusion/adapted/array/at_impl.hpp @@ -1507,12 +2158,15 @@ include/boost/fusion/adapted/boost_tuple.hpp include/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp include/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp +include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp include/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp +include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp +include/boost/fusion/adapted/boost_tuple/mpl/clear.hpp include/boost/fusion/adapted/boost_tuple/tag_of.hpp include/boost/fusion/adapted/mpl.hpp include/boost/fusion/adapted/mpl/detail/at_impl.hpp @@ -1530,12 +2184,15 @@ include/boost/fusion/adapted/std_pair.hpp include/boost/fusion/adapted/std_tuple.hpp include/boost/fusion/adapted/std_tuple/detail/at_impl.hpp include/boost/fusion/adapted/std_tuple/detail/begin_impl.hpp +include/boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp +include/boost/fusion/adapted/std_tuple/detail/convert_impl.hpp include/boost/fusion/adapted/std_tuple/detail/end_impl.hpp include/boost/fusion/adapted/std_tuple/detail/is_sequence_impl.hpp include/boost/fusion/adapted/std_tuple/detail/is_view_impl.hpp include/boost/fusion/adapted/std_tuple/detail/size_impl.hpp include/boost/fusion/adapted/std_tuple/detail/value_at_impl.hpp +include/boost/fusion/adapted/std_tuple/mpl/clear.hpp include/boost/fusion/adapted/std_tuple/std_tuple_iterator.hpp include/boost/fusion/adapted/std_tuple/tag_of.hpp include/boost/fusion/adapted/struct.hpp @@ -1546,7 +2203,11 @@ include/boost/fusion/adapted/struct/adapt_struct_named.hpp include/boost/fusion/adapted/struct/define_assoc_struct.hpp include/boost/fusion/adapted/struct/define_struct.hpp include/boost/fusion/adapted/struct/define_struct_inline.hpp +include/boost/fusion/adapted/struct/detail/adapt_auto.hpp include/boost/fusion/adapted/struct/detail/adapt_base.hpp +include/boost/fusion/adapted/struct/detail/adapt_base_assoc_attr_filler.hpp +include/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp +include/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp include/boost/fusion/adapted/struct/detail/at_impl.hpp include/boost/fusion/adapted/struct/detail/begin_impl.hpp include/boost/fusion/adapted/struct/detail/category_of_impl.hpp @@ -1560,6 +2221,7 @@ include/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp include/boost/fusion/adapted/struct/detail/is_view_impl.hpp include/boost/fusion/adapted/struct/detail/key_of_impl.hpp include/boost/fusion/adapted/struct/detail/namespace.hpp +include/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp include/boost/fusion/adapted/struct/detail/proxy_type.hpp include/boost/fusion/adapted/struct/detail/size_impl.hpp include/boost/fusion/adapted/struct/detail/value_at_impl.hpp @@ -1621,6 +2283,7 @@ include/boost/fusion/algorithm/transformation/erase.hpp include/boost/fusion/algorithm/transformation/erase_key.hpp include/boost/fusion/algorithm/transformation/filter.hpp include/boost/fusion/algorithm/transformation/filter_if.hpp +include/boost/fusion/algorithm/transformation/flatten.hpp include/boost/fusion/algorithm/transformation/insert.hpp include/boost/fusion/algorithm/transformation/insert_range.hpp include/boost/fusion/algorithm/transformation/join.hpp @@ -1695,9 +2358,14 @@ include/boost/fusion/container/generation.hpp include/boost/fusion/container/generation/cons_tie.hpp include/boost/fusion/container/generation/deque_tie.hpp include/boost/fusion/container/generation/detail/pp_deque_tie.hpp +include/boost/fusion/container/generation/detail/pp_list_tie.hpp include/boost/fusion/container/generation/detail/pp_make_deque.hpp +include/boost/fusion/container/generation/detail/pp_make_list.hpp include/boost/fusion/container/generation/detail/pp_make_map.hpp +include/boost/fusion/container/generation/detail/pp_make_set.hpp +include/boost/fusion/container/generation/detail/pp_make_vector.hpp include/boost/fusion/container/generation/detail/pp_map_tie.hpp +include/boost/fusion/container/generation/detail/pp_vector_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie10.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie20.hpp @@ -1772,38 +2440,42 @@ include/boost/fusion/container/list/detail/at_impl.hpp include/boost/fusion/container/list/detail/begin_impl.hpp include/boost/fusion/container/list/detail/build_cons.hpp include/boost/fusion/container/list/detail/convert_impl.hpp +include/boost/fusion/container/list/detail/cpp03/limits.hpp +include/boost/fusion/container/list/detail/cpp03/list.hpp +include/boost/fusion/container/list/detail/cpp03/list_forward_ctor.hpp +include/boost/fusion/container/list/detail/cpp03/list_fwd.hpp +include/boost/fusion/container/list/detail/cpp03/list_to_cons.hpp +include/boost/fusion/container/list/detail/cpp03/list_to_cons_call.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list10.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list20.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list30.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list40.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list50.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons10.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons20.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons30.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons40.hpp +include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons50.hpp include/boost/fusion/container/list/detail/deref_impl.hpp include/boost/fusion/container/list/detail/empty_impl.hpp include/boost/fusion/container/list/detail/end_impl.hpp include/boost/fusion/container/list/detail/equal_to_impl.hpp -include/boost/fusion/container/list/detail/list_forward_ctor.hpp include/boost/fusion/container/list/detail/list_to_cons.hpp -include/boost/fusion/container/list/detail/list_to_cons_call.hpp include/boost/fusion/container/list/detail/next_impl.hpp -include/boost/fusion/container/list/detail/preprocessed/list.hpp -include/boost/fusion/container/list/detail/preprocessed/list10.hpp -include/boost/fusion/container/list/detail/preprocessed/list10_fwd.hpp -include/boost/fusion/container/list/detail/preprocessed/list20.hpp -include/boost/fusion/container/list/detail/preprocessed/list20_fwd.hpp -include/boost/fusion/container/list/detail/preprocessed/list30.hpp -include/boost/fusion/container/list/detail/preprocessed/list30_fwd.hpp -include/boost/fusion/container/list/detail/preprocessed/list40.hpp -include/boost/fusion/container/list/detail/preprocessed/list40_fwd.hpp -include/boost/fusion/container/list/detail/preprocessed/list50.hpp -include/boost/fusion/container/list/detail/preprocessed/list50_fwd.hpp -include/boost/fusion/container/list/detail/preprocessed/list_fwd.hpp -include/boost/fusion/container/list/detail/preprocessed/list_to_cons.hpp -include/boost/fusion/container/list/detail/preprocessed/list_to_cons10.hpp -include/boost/fusion/container/list/detail/preprocessed/list_to_cons20.hpp -include/boost/fusion/container/list/detail/preprocessed/list_to_cons30.hpp -include/boost/fusion/container/list/detail/preprocessed/list_to_cons40.hpp -include/boost/fusion/container/list/detail/preprocessed/list_to_cons50.hpp include/boost/fusion/container/list/detail/reverse_cons.hpp include/boost/fusion/container/list/detail/value_at_impl.hpp include/boost/fusion/container/list/detail/value_of_impl.hpp -include/boost/fusion/container/list/limits.hpp include/boost/fusion/container/list/list.hpp include/boost/fusion/container/list/list_fwd.hpp +include/boost/fusion/container/list/nil.hpp include/boost/fusion/container/map.hpp include/boost/fusion/container/map/convert.hpp include/boost/fusion/container/map/detail/at_impl.hpp @@ -1857,32 +2529,35 @@ include/boost/fusion/container/set/convert.hpp include/boost/fusion/container/set/detail/as_set.hpp include/boost/fusion/container/set/detail/begin_impl.hpp include/boost/fusion/container/set/detail/convert_impl.hpp +include/boost/fusion/container/set/detail/cpp03/as_set.hpp +include/boost/fusion/container/set/detail/cpp03/limits.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set10.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set20.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set30.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set40.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set50.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set10.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set10_fwd.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set20.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set20_fwd.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set30.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set30_fwd.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set40.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set40_fwd.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set50.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set50_fwd.hpp +include/boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp +include/boost/fusion/container/set/detail/cpp03/set.hpp +include/boost/fusion/container/set/detail/cpp03/set_forward_ctor.hpp +include/boost/fusion/container/set/detail/cpp03/set_fwd.hpp include/boost/fusion/container/set/detail/deref_data_impl.hpp include/boost/fusion/container/set/detail/deref_impl.hpp include/boost/fusion/container/set/detail/end_impl.hpp include/boost/fusion/container/set/detail/key_of_impl.hpp -include/boost/fusion/container/set/detail/preprocessed/as_set.hpp -include/boost/fusion/container/set/detail/preprocessed/as_set10.hpp -include/boost/fusion/container/set/detail/preprocessed/as_set20.hpp -include/boost/fusion/container/set/detail/preprocessed/as_set30.hpp -include/boost/fusion/container/set/detail/preprocessed/as_set40.hpp -include/boost/fusion/container/set/detail/preprocessed/as_set50.hpp -include/boost/fusion/container/set/detail/preprocessed/set.hpp -include/boost/fusion/container/set/detail/preprocessed/set10.hpp -include/boost/fusion/container/set/detail/preprocessed/set10_fwd.hpp -include/boost/fusion/container/set/detail/preprocessed/set20.hpp -include/boost/fusion/container/set/detail/preprocessed/set20_fwd.hpp -include/boost/fusion/container/set/detail/preprocessed/set30.hpp -include/boost/fusion/container/set/detail/preprocessed/set30_fwd.hpp -include/boost/fusion/container/set/detail/preprocessed/set40.hpp -include/boost/fusion/container/set/detail/preprocessed/set40_fwd.hpp -include/boost/fusion/container/set/detail/preprocessed/set50.hpp -include/boost/fusion/container/set/detail/preprocessed/set50_fwd.hpp -include/boost/fusion/container/set/detail/preprocessed/set_fwd.hpp -include/boost/fusion/container/set/detail/set_forward_ctor.hpp include/boost/fusion/container/set/detail/value_of_data_impl.hpp include/boost/fusion/container/set/detail/value_of_impl.hpp -include/boost/fusion/container/set/limits.hpp include/boost/fusion/container/set/set.hpp include/boost/fusion/container/set/set_fwd.hpp include/boost/fusion/container/vector.hpp @@ -1891,64 +2566,74 @@ include/boost/fusion/container/vector/detail/advance_impl.hpp include/boost/fusion/container/vector/detail/as_vector.hpp include/boost/fusion/container/vector/detail/at_impl.hpp include/boost/fusion/container/vector/detail/begin_impl.hpp +include/boost/fusion/container/vector/detail/config.hpp include/boost/fusion/container/vector/detail/convert_impl.hpp +include/boost/fusion/container/vector/detail/cpp03/as_vector.hpp +include/boost/fusion/container/vector/detail/cpp03/limits.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector10.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector20.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector30.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector40.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector50.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp +include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp +include/boost/fusion/container/vector/detail/cpp03/vector.hpp +include/boost/fusion/container/vector/detail/cpp03/vector10.hpp +include/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/vector20.hpp +include/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/vector30.hpp +include/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/vector40.hpp +include/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/vector50.hpp +include/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp +include/boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp +include/boost/fusion/container/vector/detail/cpp03/vector_n.hpp +include/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp include/boost/fusion/container/vector/detail/deref_impl.hpp include/boost/fusion/container/vector/detail/distance_impl.hpp include/boost/fusion/container/vector/detail/end_impl.hpp include/boost/fusion/container/vector/detail/equal_to_impl.hpp include/boost/fusion/container/vector/detail/next_impl.hpp -include/boost/fusion/container/vector/detail/preprocessed/as_vector.hpp -include/boost/fusion/container/vector/detail/preprocessed/as_vector10.hpp -include/boost/fusion/container/vector/detail/preprocessed/as_vector20.hpp -include/boost/fusion/container/vector/detail/preprocessed/as_vector30.hpp -include/boost/fusion/container/vector/detail/preprocessed/as_vector40.hpp -include/boost/fusion/container/vector/detail/preprocessed/as_vector50.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector10.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector10_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector20.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector20_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector30.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector30_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector40.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector40_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector50.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector50_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector_chooser.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector_chooser10.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector_chooser20.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector_chooser30.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector_chooser40.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector_chooser50.hpp -include/boost/fusion/container/vector/detail/preprocessed/vector_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector10.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector10_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector20.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector20_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector30.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector30_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector40.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector40_fwd.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector50.hpp -include/boost/fusion/container/vector/detail/preprocessed/vvector50_fwd.hpp include/boost/fusion/container/vector/detail/prior_impl.hpp include/boost/fusion/container/vector/detail/value_at_impl.hpp include/boost/fusion/container/vector/detail/value_of_impl.hpp -include/boost/fusion/container/vector/detail/vector_forward_ctor.hpp -include/boost/fusion/container/vector/detail/vector_n.hpp -include/boost/fusion/container/vector/detail/vector_n_chooser.hpp -include/boost/fusion/container/vector/limits.hpp include/boost/fusion/container/vector/vector.hpp include/boost/fusion/container/vector/vector10.hpp -include/boost/fusion/container/vector/vector10_fwd.hpp include/boost/fusion/container/vector/vector20.hpp -include/boost/fusion/container/vector/vector20_fwd.hpp include/boost/fusion/container/vector/vector30.hpp -include/boost/fusion/container/vector/vector30_fwd.hpp include/boost/fusion/container/vector/vector40.hpp -include/boost/fusion/container/vector/vector40_fwd.hpp include/boost/fusion/container/vector/vector50.hpp -include/boost/fusion/container/vector/vector50_fwd.hpp include/boost/fusion/container/vector/vector_fwd.hpp include/boost/fusion/container/vector/vector_iterator.hpp include/boost/fusion/functional.hpp @@ -1977,8 +2662,6 @@ include/boost/fusion/include/adapt_adt.hpp include/boost/fusion/include/adapt_adt_named.hpp include/boost/fusion/include/adapt_assoc_adt.hpp include/boost/fusion/include/adapt_assoc_adt_named.hpp -include/boost/fusion/include/adapt_assoc_class.hpp -include/boost/fusion/include/adapt_assoc_class_named.hpp include/boost/fusion/include/adapt_assoc_struct.hpp include/boost/fusion/include/adapt_assoc_struct_named.hpp include/boost/fusion/include/adapt_struct.hpp @@ -2034,6 +2717,8 @@ include/boost/fusion/include/filter_if.hpp include/boost/fusion/include/filter_view.hpp include/boost/fusion/include/find.hpp include/boost/fusion/include/find_if.hpp +include/boost/fusion/include/flatten.hpp +include/boost/fusion/include/flatten_view.hpp include/boost/fusion/include/fold.hpp include/boost/fusion/include/for_each.hpp include/boost/fusion/include/front.hpp @@ -2045,6 +2730,7 @@ include/boost/fusion/include/generation.hpp include/boost/fusion/include/greater.hpp include/boost/fusion/include/greater_equal.hpp include/boost/fusion/include/has_key.hpp +include/boost/fusion/include/hash.hpp include/boost/fusion/include/ignore.hpp include/boost/fusion/include/in.hpp include/boost/fusion/include/insert.hpp @@ -2091,6 +2777,7 @@ include/boost/fusion/include/map_tie.hpp include/boost/fusion/include/move.hpp include/boost/fusion/include/mpl.hpp include/boost/fusion/include/next.hpp +include/boost/fusion/include/nil.hpp include/boost/fusion/include/none.hpp include/boost/fusion/include/not_equal_to.hpp include/boost/fusion/include/nview.hpp @@ -2124,6 +2811,7 @@ include/boost/fusion/include/set_fwd.hpp include/boost/fusion/include/single_view.hpp include/boost/fusion/include/size.hpp include/boost/fusion/include/std_pair.hpp +include/boost/fusion/include/std_tuple.hpp include/boost/fusion/include/struct.hpp include/boost/fusion/include/support.hpp include/boost/fusion/include/swap.hpp @@ -2215,6 +2903,7 @@ include/boost/fusion/sequence/comparison/less.hpp include/boost/fusion/sequence/comparison/less_equal.hpp include/boost/fusion/sequence/comparison/not_equal_to.hpp include/boost/fusion/sequence/convert.hpp +include/boost/fusion/sequence/hash.hpp include/boost/fusion/sequence/intrinsic.hpp include/boost/fusion/sequence/intrinsic/at.hpp include/boost/fusion/sequence/intrinsic/at_c.hpp @@ -2246,12 +2935,16 @@ include/boost/fusion/sequence/sequence_facade.hpp include/boost/fusion/support.hpp include/boost/fusion/support/as_const.hpp include/boost/fusion/support/category_of.hpp +include/boost/fusion/support/config.hpp include/boost/fusion/support/deduce.hpp include/boost/fusion/support/deduce_sequence.hpp include/boost/fusion/support/detail/access.hpp include/boost/fusion/support/detail/as_fusion_element.hpp include/boost/fusion/support/detail/category_of.hpp +include/boost/fusion/support/detail/enabler.hpp +include/boost/fusion/support/detail/index_sequence.hpp include/boost/fusion/support/detail/is_mpl_sequence.hpp +include/boost/fusion/support/detail/is_same_size.hpp include/boost/fusion/support/detail/is_view.hpp include/boost/fusion/support/detail/mpl_iterator_category.hpp include/boost/fusion/support/detail/pp_round.hpp @@ -2270,6 +2963,7 @@ include/boost/fusion/support/tag_of_fwd.hpp include/boost/fusion/support/unused.hpp include/boost/fusion/support/void.hpp include/boost/fusion/tuple.hpp +include/boost/fusion/tuple/detail/make_tuple.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp @@ -2294,7 +2988,10 @@ include/boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp +include/boost/fusion/tuple/detail/tuple.hpp include/boost/fusion/tuple/detail/tuple_expand.hpp +include/boost/fusion/tuple/detail/tuple_fwd.hpp +include/boost/fusion/tuple/detail/tuple_tie.hpp include/boost/fusion/tuple/make_tuple.hpp include/boost/fusion/tuple/tuple.hpp include/boost/fusion/tuple/tuple_fwd.hpp @@ -2314,6 +3011,9 @@ include/boost/fusion/view/filter_view/detail/value_of_data_impl.hpp include/boost/fusion/view/filter_view/detail/value_of_impl.hpp include/boost/fusion/view/filter_view/filter_view.hpp include/boost/fusion/view/filter_view/filter_view_iterator.hpp +include/boost/fusion/view/flatten_view.hpp +include/boost/fusion/view/flatten_view/flatten_view.hpp +include/boost/fusion/view/flatten_view/flatten_view_iterator.hpp include/boost/fusion/view/iterator_range.hpp include/boost/fusion/view/iterator_range/detail/at_impl.hpp include/boost/fusion/view/iterator_range/detail/begin_impl.hpp @@ -2340,6 +3040,7 @@ include/boost/fusion/view/nview.hpp include/boost/fusion/view/nview/detail/advance_impl.hpp include/boost/fusion/view/nview/detail/at_impl.hpp include/boost/fusion/view/nview/detail/begin_impl.hpp +include/boost/fusion/view/nview/detail/cpp03/nview_impl.hpp include/boost/fusion/view/nview/detail/deref_impl.hpp include/boost/fusion/view/nview/detail/distance_impl.hpp include/boost/fusion/view/nview/detail/end_impl.hpp @@ -2437,63 +3138,229 @@ include/boost/geometry/algorithms/convert.hpp include/boost/geometry/algorithms/convex_hull.hpp include/boost/geometry/algorithms/correct.hpp include/boost/geometry/algorithms/covered_by.hpp +include/boost/geometry/algorithms/crosses.hpp +include/boost/geometry/algorithms/detail/andoyer_inverse.hpp include/boost/geometry/algorithms/detail/as_range.hpp include/boost/geometry/algorithms/detail/assign_box_corners.hpp include/boost/geometry/algorithms/detail/assign_indexed_point.hpp include/boost/geometry/algorithms/detail/assign_values.hpp +include/boost/geometry/algorithms/detail/azimuth.hpp +include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp +include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp +include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp +include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp +include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp +include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp +include/boost/geometry/algorithms/detail/buffer/parallel_continue.hpp +include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp +include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp include/boost/geometry/algorithms/detail/calculate_null.hpp include/boost/geometry/algorithms/detail/calculate_sum.hpp +include/boost/geometry/algorithms/detail/centroid/translating_transformer.hpp +include/boost/geometry/algorithms/detail/check_iterator_range.hpp +include/boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp +include/boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp +include/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp +include/boost/geometry/algorithms/detail/comparable_distance/implementation.hpp +include/boost/geometry/algorithms/detail/comparable_distance/interface.hpp include/boost/geometry/algorithms/detail/convert_indexed_to_indexed.hpp include/boost/geometry/algorithms/detail/convert_point_to_point.hpp -include/boost/geometry/algorithms/detail/disjoint.hpp +include/boost/geometry/algorithms/detail/counting.hpp +include/boost/geometry/algorithms/detail/course.hpp +include/boost/geometry/algorithms/detail/direction_code.hpp +include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp +include/boost/geometry/algorithms/detail/disjoint/box_box.hpp +include/boost/geometry/algorithms/detail/disjoint/implementation.hpp +include/boost/geometry/algorithms/detail/disjoint/interface.hpp +include/boost/geometry/algorithms/detail/disjoint/linear_areal.hpp +include/boost/geometry/algorithms/detail/disjoint/linear_linear.hpp +include/boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp +include/boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp +include/boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp +include/boost/geometry/algorithms/detail/disjoint/point_box.hpp +include/boost/geometry/algorithms/detail/disjoint/point_geometry.hpp +include/boost/geometry/algorithms/detail/disjoint/point_point.hpp +include/boost/geometry/algorithms/detail/disjoint/segment_box.hpp +include/boost/geometry/algorithms/detail/distance/backward_compatibility.hpp +include/boost/geometry/algorithms/detail/distance/box_to_box.hpp +include/boost/geometry/algorithms/detail/distance/default_strategies.hpp +include/boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp +include/boost/geometry/algorithms/detail/distance/implementation.hpp +include/boost/geometry/algorithms/detail/distance/interface.hpp +include/boost/geometry/algorithms/detail/distance/is_comparable.hpp +include/boost/geometry/algorithms/detail/distance/iterator_selector.hpp +include/boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp +include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp +include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp +include/boost/geometry/algorithms/detail/distance/point_to_geometry.hpp +include/boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp +include/boost/geometry/algorithms/detail/distance/segment_to_box.hpp +include/boost/geometry/algorithms/detail/distance/segment_to_segment.hpp +include/boost/geometry/algorithms/detail/envelope/box.hpp +include/boost/geometry/algorithms/detail/envelope/implementation.hpp +include/boost/geometry/algorithms/detail/envelope/initialize.hpp +include/boost/geometry/algorithms/detail/envelope/interface.hpp +include/boost/geometry/algorithms/detail/envelope/intersects_antimeridian.hpp +include/boost/geometry/algorithms/detail/envelope/linear.hpp +include/boost/geometry/algorithms/detail/envelope/multipoint.hpp +include/boost/geometry/algorithms/detail/envelope/point.hpp +include/boost/geometry/algorithms/detail/envelope/range.hpp +include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp +include/boost/geometry/algorithms/detail/envelope/segment.hpp +include/boost/geometry/algorithms/detail/envelope/transform_units.hpp include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp +include/boost/geometry/algorithms/detail/equals/point_point.hpp +include/boost/geometry/algorithms/detail/expand/box.hpp +include/boost/geometry/algorithms/detail/expand/implementation.hpp +include/boost/geometry/algorithms/detail/expand/indexed.hpp +include/boost/geometry/algorithms/detail/expand/interface.hpp +include/boost/geometry/algorithms/detail/expand/point.hpp +include/boost/geometry/algorithms/detail/expand/segment.hpp +include/boost/geometry/algorithms/detail/expand_by_epsilon.hpp +include/boost/geometry/algorithms/detail/extreme_points.hpp +include/boost/geometry/algorithms/detail/flattening.hpp include/boost/geometry/algorithms/detail/for_each_range.hpp include/boost/geometry/algorithms/detail/get_left_turns.hpp +include/boost/geometry/algorithms/detail/get_max_size.hpp include/boost/geometry/algorithms/detail/has_self_intersections.hpp +include/boost/geometry/algorithms/detail/interior_iterator.hpp +include/boost/geometry/algorithms/detail/intersection/box_box.hpp +include/boost/geometry/algorithms/detail/intersection/implementation.hpp +include/boost/geometry/algorithms/detail/intersection/interface.hpp +include/boost/geometry/algorithms/detail/intersection/multi.hpp +include/boost/geometry/algorithms/detail/is_simple/always_simple.hpp +include/boost/geometry/algorithms/detail/is_simple/areal.hpp +include/boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp +include/boost/geometry/algorithms/detail/is_simple/failure_policy.hpp +include/boost/geometry/algorithms/detail/is_simple/implementation.hpp +include/boost/geometry/algorithms/detail/is_simple/interface.hpp +include/boost/geometry/algorithms/detail/is_simple/linear.hpp +include/boost/geometry/algorithms/detail/is_simple/multipoint.hpp +include/boost/geometry/algorithms/detail/is_valid/box.hpp +include/boost/geometry/algorithms/detail/is_valid/complement_graph.hpp +include/boost/geometry/algorithms/detail/is_valid/debug_complement_graph.hpp +include/boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp +include/boost/geometry/algorithms/detail/is_valid/debug_validity_phase.hpp +include/boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp +include/boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp +include/boost/geometry/algorithms/detail/is_valid/has_spikes.hpp +include/boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp +include/boost/geometry/algorithms/detail/is_valid/implementation.hpp +include/boost/geometry/algorithms/detail/is_valid/interface.hpp +include/boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp +include/boost/geometry/algorithms/detail/is_valid/linear.hpp +include/boost/geometry/algorithms/detail/is_valid/multipolygon.hpp +include/boost/geometry/algorithms/detail/is_valid/pointlike.hpp +include/boost/geometry/algorithms/detail/is_valid/polygon.hpp +include/boost/geometry/algorithms/detail/is_valid/ring.hpp +include/boost/geometry/algorithms/detail/is_valid/segment.hpp +include/boost/geometry/algorithms/detail/max_interval_gap.hpp +include/boost/geometry/algorithms/detail/multi_modify.hpp +include/boost/geometry/algorithms/detail/multi_modify_with_predicate.hpp +include/boost/geometry/algorithms/detail/multi_sum.hpp +include/boost/geometry/algorithms/detail/normalize.hpp include/boost/geometry/algorithms/detail/not.hpp +include/boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp include/boost/geometry/algorithms/detail/occupation_info.hpp include/boost/geometry/algorithms/detail/overlay/add_rings.hpp include/boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp -include/boost/geometry/algorithms/detail/overlay/calculate_distance_policy.hpp include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp +include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp include/boost/geometry/algorithms/detail/overlay/convert_ring.hpp include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp include/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp +include/boost/geometry/algorithms/detail/overlay/do_reverse.hpp include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp include/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp include/boost/geometry/algorithms/detail/overlay/follow.hpp +include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp include/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp include/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp include/boost/geometry/algorithms/detail/overlay/get_ring.hpp include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp +include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp include/boost/geometry/algorithms/detail/overlay/get_turns.hpp -include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp +include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp +include/boost/geometry/algorithms/detail/overlay/inconsistent_turns_exception.hpp +include/boost/geometry/algorithms/detail/overlay/intersection_box_box.hpp include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp +include/boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp +include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp include/boost/geometry/algorithms/detail/overlay/overlay.hpp include/boost/geometry/algorithms/detail/overlay/overlay_type.hpp +include/boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp +include/boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp include/boost/geometry/algorithms/detail/overlay/ring_properties.hpp include/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp include/boost/geometry/algorithms/detail/overlay/select_rings.hpp include/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp +include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp include/boost/geometry/algorithms/detail/overlay/stream_info.hpp +include/boost/geometry/algorithms/detail/overlay/traversal.hpp include/boost/geometry/algorithms/detail/overlay/traversal_info.hpp +include/boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp +include/boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp include/boost/geometry/algorithms/detail/overlay/traverse.hpp include/boost/geometry/algorithms/detail/overlay/turn_info.hpp include/boost/geometry/algorithms/detail/overlay/visit_info.hpp include/boost/geometry/algorithms/detail/partition.hpp include/boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp include/boost/geometry/algorithms/detail/point_on_border.hpp +include/boost/geometry/algorithms/detail/recalculate.hpp +include/boost/geometry/algorithms/detail/relate/areal_areal.hpp +include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp +include/boost/geometry/algorithms/detail/relate/de9im.hpp +include/boost/geometry/algorithms/detail/relate/follow_helpers.hpp +include/boost/geometry/algorithms/detail/relate/implementation.hpp +include/boost/geometry/algorithms/detail/relate/interface.hpp +include/boost/geometry/algorithms/detail/relate/less.hpp +include/boost/geometry/algorithms/detail/relate/linear_areal.hpp +include/boost/geometry/algorithms/detail/relate/linear_linear.hpp +include/boost/geometry/algorithms/detail/relate/point_geometry.hpp +include/boost/geometry/algorithms/detail/relate/point_point.hpp +include/boost/geometry/algorithms/detail/relate/relate_impl.hpp +include/boost/geometry/algorithms/detail/relate/result.hpp +include/boost/geometry/algorithms/detail/relate/topology_check.hpp +include/boost/geometry/algorithms/detail/relate/turns.hpp +include/boost/geometry/algorithms/detail/relation/implementation.hpp +include/boost/geometry/algorithms/detail/relation/interface.hpp +include/boost/geometry/algorithms/detail/result_inverse.hpp include/boost/geometry/algorithms/detail/ring_identifier.hpp include/boost/geometry/algorithms/detail/sections/range_by_section.hpp +include/boost/geometry/algorithms/detail/sections/section_box_policies.hpp +include/boost/geometry/algorithms/detail/sections/section_functions.hpp include/boost/geometry/algorithms/detail/sections/sectionalize.hpp +include/boost/geometry/algorithms/detail/signed_size_type.hpp +include/boost/geometry/algorithms/detail/single_geometry.hpp +include/boost/geometry/algorithms/detail/sub_range.hpp +include/boost/geometry/algorithms/detail/sweep.hpp +include/boost/geometry/algorithms/detail/thomas_inverse.hpp include/boost/geometry/algorithms/detail/throw_on_empty_input.hpp +include/boost/geometry/algorithms/detail/turns/compare_turns.hpp +include/boost/geometry/algorithms/detail/turns/debug_turn.hpp +include/boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp +include/boost/geometry/algorithms/detail/turns/print_turns.hpp +include/boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp +include/boost/geometry/algorithms/detail/vincenty_direct.hpp +include/boost/geometry/algorithms/detail/vincenty_inverse.hpp +include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp +include/boost/geometry/algorithms/detail/within/within_no_turns.hpp include/boost/geometry/algorithms/difference.hpp include/boost/geometry/algorithms/disjoint.hpp +include/boost/geometry/algorithms/dispatch/disjoint.hpp +include/boost/geometry/algorithms/dispatch/distance.hpp +include/boost/geometry/algorithms/dispatch/envelope.hpp +include/boost/geometry/algorithms/dispatch/expand.hpp +include/boost/geometry/algorithms/dispatch/is_simple.hpp +include/boost/geometry/algorithms/dispatch/is_valid.hpp include/boost/geometry/algorithms/distance.hpp include/boost/geometry/algorithms/envelope.hpp include/boost/geometry/algorithms/equals.hpp @@ -2501,14 +3368,23 @@ include/boost/geometry/algorithms/expand.hpp include/boost/geometry/algorithms/for_each.hpp include/boost/geometry/algorithms/intersection.hpp include/boost/geometry/algorithms/intersects.hpp +include/boost/geometry/algorithms/is_convex.hpp +include/boost/geometry/algorithms/is_empty.hpp +include/boost/geometry/algorithms/is_simple.hpp +include/boost/geometry/algorithms/is_valid.hpp include/boost/geometry/algorithms/length.hpp include/boost/geometry/algorithms/make.hpp include/boost/geometry/algorithms/not_implemented.hpp include/boost/geometry/algorithms/num_geometries.hpp include/boost/geometry/algorithms/num_interior_rings.hpp include/boost/geometry/algorithms/num_points.hpp +include/boost/geometry/algorithms/num_segments.hpp include/boost/geometry/algorithms/overlaps.hpp include/boost/geometry/algorithms/perimeter.hpp +include/boost/geometry/algorithms/point_on_surface.hpp +include/boost/geometry/algorithms/relate.hpp +include/boost/geometry/algorithms/relation.hpp +include/boost/geometry/algorithms/remove_spikes.hpp include/boost/geometry/algorithms/reverse.hpp include/boost/geometry/algorithms/simplify.hpp include/boost/geometry/algorithms/sym_difference.hpp @@ -2516,11 +3392,14 @@ include/boost/geometry/algorithms/touches.hpp include/boost/geometry/algorithms/transform.hpp include/boost/geometry/algorithms/union.hpp include/boost/geometry/algorithms/unique.hpp +include/boost/geometry/algorithms/validity_failure_type.hpp include/boost/geometry/algorithms/within.hpp include/boost/geometry/arithmetic/arithmetic.hpp +include/boost/geometry/arithmetic/cross_product.hpp include/boost/geometry/arithmetic/determinant.hpp include/boost/geometry/arithmetic/dot_product.hpp include/boost/geometry/core/access.hpp +include/boost/geometry/core/assert.hpp include/boost/geometry/core/closure.hpp include/boost/geometry/core/coordinate_dimension.hpp include/boost/geometry/core/coordinate_system.hpp @@ -2536,12 +3415,16 @@ include/boost/geometry/core/mutable_range.hpp include/boost/geometry/core/point_order.hpp include/boost/geometry/core/point_type.hpp include/boost/geometry/core/radian_access.hpp +include/boost/geometry/core/radius.hpp include/boost/geometry/core/reverse_dispatch.hpp include/boost/geometry/core/ring_type.hpp +include/boost/geometry/core/srs.hpp include/boost/geometry/core/tag.hpp include/boost/geometry/core/tag_cast.hpp include/boost/geometry/core/tags.hpp include/boost/geometry/core/topological_dimension.hpp +include/boost/geometry/extensions/algorithms/inverse.hpp +include/boost/geometry/formulas/spherical.hpp include/boost/geometry/geometries/adapted/boost_array.hpp include/boost/geometry/geometries/adapted/boost_fusion.hpp include/boost/geometry/geometries/adapted/boost_polygon.hpp @@ -2565,17 +3448,28 @@ include/boost/geometry/geometries/box.hpp include/boost/geometry/geometries/concepts/box_concept.hpp include/boost/geometry/geometries/concepts/check.hpp include/boost/geometry/geometries/concepts/linestring_concept.hpp +include/boost/geometry/geometries/concepts/multi_linestring_concept.hpp +include/boost/geometry/geometries/concepts/multi_point_concept.hpp +include/boost/geometry/geometries/concepts/multi_polygon_concept.hpp include/boost/geometry/geometries/concepts/point_concept.hpp include/boost/geometry/geometries/concepts/polygon_concept.hpp include/boost/geometry/geometries/concepts/ring_concept.hpp include/boost/geometry/geometries/concepts/segment_concept.hpp include/boost/geometry/geometries/geometries.hpp +include/boost/geometry/geometries/helper_geometry.hpp include/boost/geometry/geometries/linestring.hpp +include/boost/geometry/geometries/multi_linestring.hpp +include/boost/geometry/geometries/multi_point.hpp +include/boost/geometry/geometries/multi_polygon.hpp include/boost/geometry/geometries/point.hpp include/boost/geometry/geometries/point_xy.hpp +include/boost/geometry/geometries/pointing_segment.hpp include/boost/geometry/geometries/polygon.hpp include/boost/geometry/geometries/register/box.hpp include/boost/geometry/geometries/register/linestring.hpp +include/boost/geometry/geometries/register/multi_linestring.hpp +include/boost/geometry/geometries/register/multi_point.hpp +include/boost/geometry/geometries/register/multi_polygon.hpp include/boost/geometry/geometries/register/point.hpp include/boost/geometry/geometries/register/ring.hpp include/boost/geometry/geometries/register/segment.hpp @@ -2600,29 +3494,33 @@ include/boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp include/boost/geometry/index/detail/algorithms/union_content.hpp include/boost/geometry/index/detail/assert.hpp +include/boost/geometry/index/detail/bounded_view.hpp include/boost/geometry/index/detail/config_begin.hpp include/boost/geometry/index/detail/config_end.hpp include/boost/geometry/index/detail/distance_predicates.hpp include/boost/geometry/index/detail/exception.hpp +include/boost/geometry/index/detail/is_bounding_geometry.hpp +include/boost/geometry/index/detail/is_indexable.hpp include/boost/geometry/index/detail/meta.hpp include/boost/geometry/index/detail/predicates.hpp -include/boost/geometry/index/detail/pushable_array.hpp include/boost/geometry/index/detail/rtree/adaptors.hpp +include/boost/geometry/index/detail/rtree/iterators.hpp include/boost/geometry/index/detail/rtree/kmeans/kmeans.hpp include/boost/geometry/index/detail/rtree/kmeans/split.hpp include/boost/geometry/index/detail/rtree/linear/linear.hpp include/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp -include/boost/geometry/index/detail/rtree/node/auto_deallocator.hpp include/boost/geometry/index/detail/rtree/node/concept.hpp -include/boost/geometry/index/detail/rtree/node/dynamic_visitor.hpp include/boost/geometry/index/detail/rtree/node/node.hpp -include/boost/geometry/index/detail/rtree/node/node_auto_ptr.hpp -include/boost/geometry/index/detail/rtree/node/node_d_mem_dynamic.hpp -include/boost/geometry/index/detail/rtree/node/node_d_mem_static.hpp -include/boost/geometry/index/detail/rtree/node/node_s_mem_dynamic.hpp -include/boost/geometry/index/detail/rtree/node/node_s_mem_static.hpp +include/boost/geometry/index/detail/rtree/node/node_elements.hpp include/boost/geometry/index/detail/rtree/node/pairs.hpp -include/boost/geometry/index/detail/rtree/node/static_visitor.hpp +include/boost/geometry/index/detail/rtree/node/scoped_deallocator.hpp +include/boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp +include/boost/geometry/index/detail/rtree/node/variant_dynamic.hpp +include/boost/geometry/index/detail/rtree/node/variant_static.hpp +include/boost/geometry/index/detail/rtree/node/variant_visitor.hpp +include/boost/geometry/index/detail/rtree/node/weak_dynamic.hpp +include/boost/geometry/index/detail/rtree/node/weak_static.hpp +include/boost/geometry/index/detail/rtree/node/weak_visitor.hpp include/boost/geometry/index/detail/rtree/options.hpp include/boost/geometry/index/detail/rtree/pack_create.hpp include/boost/geometry/index/detail/rtree/quadratic/quadratic.hpp @@ -2633,6 +3531,7 @@ include/boost/geometry/index/detail/rtree/rstar/insert.hpp include/boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp include/boost/geometry/index/detail/rtree/rstar/rstar.hpp include/boost/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp +include/boost/geometry/index/detail/rtree/utilities/are_counts_ok.hpp include/boost/geometry/index/detail/rtree/utilities/are_levels_ok.hpp include/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp include/boost/geometry/index/detail/rtree/utilities/print.hpp @@ -2645,6 +3544,7 @@ include/boost/geometry/index/detail/rtree/visitors/destroy.hpp include/boost/geometry/index/detail/rtree/visitors/distance_query.hpp include/boost/geometry/index/detail/rtree/visitors/insert.hpp include/boost/geometry/index/detail/rtree/visitors/is_leaf.hpp +include/boost/geometry/index/detail/rtree/visitors/iterator.hpp include/boost/geometry/index/detail/rtree/visitors/remove.hpp include/boost/geometry/index/detail/rtree/visitors/spatial_query.hpp include/boost/geometry/index/detail/serialization.hpp @@ -2664,6 +3564,7 @@ include/boost/geometry/index/rtree.hpp include/boost/geometry/io/dsv/write.hpp include/boost/geometry/io/io.hpp include/boost/geometry/io/svg/svg_mapper.hpp +include/boost/geometry/io/svg/write.hpp include/boost/geometry/io/svg/write_svg.hpp include/boost/geometry/io/svg/write_svg_multi.hpp include/boost/geometry/io/wkt/detail/prefix.hpp @@ -2674,7 +3575,21 @@ include/boost/geometry/io/wkt/wkt.hpp include/boost/geometry/io/wkt/write.hpp include/boost/geometry/iterators/base.hpp include/boost/geometry/iterators/closing_iterator.hpp +include/boost/geometry/iterators/concatenate_iterator.hpp +include/boost/geometry/iterators/detail/point_iterator/inner_range_type.hpp +include/boost/geometry/iterators/detail/point_iterator/iterator_type.hpp +include/boost/geometry/iterators/detail/point_iterator/value_type.hpp +include/boost/geometry/iterators/detail/segment_iterator/iterator_type.hpp +include/boost/geometry/iterators/detail/segment_iterator/range_segment_iterator.hpp +include/boost/geometry/iterators/detail/segment_iterator/value_type.hpp +include/boost/geometry/iterators/dispatch/point_iterator.hpp +include/boost/geometry/iterators/dispatch/segment_iterator.hpp include/boost/geometry/iterators/ever_circling_iterator.hpp +include/boost/geometry/iterators/flatten_iterator.hpp +include/boost/geometry/iterators/has_one_element.hpp +include/boost/geometry/iterators/point_iterator.hpp +include/boost/geometry/iterators/point_reverse_iterator.hpp +include/boost/geometry/iterators/segment_iterator.hpp include/boost/geometry/multi/algorithms/append.hpp include/boost/geometry/multi/algorithms/area.hpp include/boost/geometry/multi/algorithms/centroid.hpp @@ -2682,6 +3597,7 @@ include/boost/geometry/multi/algorithms/clear.hpp include/boost/geometry/multi/algorithms/convert.hpp include/boost/geometry/multi/algorithms/correct.hpp include/boost/geometry/multi/algorithms/covered_by.hpp +include/boost/geometry/multi/algorithms/detail/extreme_points.hpp include/boost/geometry/multi/algorithms/detail/for_each_range.hpp include/boost/geometry/multi/algorithms/detail/modify.hpp include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp @@ -2690,7 +3606,6 @@ include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp include/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp -include/boost/geometry/multi/algorithms/detail/overlay/select_rings.hpp include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp include/boost/geometry/multi/algorithms/detail/point_on_border.hpp include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp @@ -2706,6 +3621,7 @@ include/boost/geometry/multi/algorithms/num_geometries.hpp include/boost/geometry/multi/algorithms/num_interior_rings.hpp include/boost/geometry/multi/algorithms/num_points.hpp include/boost/geometry/multi/algorithms/perimeter.hpp +include/boost/geometry/multi/algorithms/remove_spikes.hpp include/boost/geometry/multi/algorithms/reverse.hpp include/boost/geometry/multi/algorithms/simplify.hpp include/boost/geometry/multi/algorithms/transform.hpp @@ -2740,28 +3656,59 @@ include/boost/geometry/multi/multi.hpp include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp include/boost/geometry/multi/views/detail/range_type.hpp include/boost/geometry/policies/compare.hpp -include/boost/geometry/policies/relate/de9im.hpp +include/boost/geometry/policies/disjoint_interrupt_policy.hpp +include/boost/geometry/policies/is_valid/default_policy.hpp +include/boost/geometry/policies/is_valid/failing_reason_policy.hpp +include/boost/geometry/policies/is_valid/failure_type_policy.hpp +include/boost/geometry/policies/predicate_based_interrupt_policy.hpp include/boost/geometry/policies/relate/direction.hpp include/boost/geometry/policies/relate/intersection_points.hpp +include/boost/geometry/policies/relate/intersection_ratios.hpp include/boost/geometry/policies/relate/tupled.hpp +include/boost/geometry/policies/robustness/get_rescale_policy.hpp +include/boost/geometry/policies/robustness/no_rescale_policy.hpp +include/boost/geometry/policies/robustness/rescale_policy.hpp +include/boost/geometry/policies/robustness/robust_point_type.hpp +include/boost/geometry/policies/robustness/robust_type.hpp +include/boost/geometry/policies/robustness/segment_ratio.hpp +include/boost/geometry/policies/robustness/segment_ratio_type.hpp +include/boost/geometry/strategies/agnostic/buffer_distance_asymmetric.hpp +include/boost/geometry/strategies/agnostic/buffer_distance_symmetric.hpp include/boost/geometry/strategies/agnostic/hull_graham_andrew.hpp include/boost/geometry/strategies/agnostic/point_in_box_by_side.hpp +include/boost/geometry/strategies/agnostic/point_in_point.hpp include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp +include/boost/geometry/strategies/agnostic/relate.hpp include/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp include/boost/geometry/strategies/area.hpp +include/boost/geometry/strategies/buffer.hpp include/boost/geometry/strategies/cartesian/area_surveyor.hpp include/boost/geometry/strategies/cartesian/box_in_box.hpp +include/boost/geometry/strategies/cartesian/buffer_end_flat.hpp +include/boost/geometry/strategies/cartesian/buffer_end_round.hpp +include/boost/geometry/strategies/cartesian/buffer_join_miter.hpp +include/boost/geometry/strategies/cartesian/buffer_join_round.hpp +include/boost/geometry/strategies/cartesian/buffer_join_round_by_divide.hpp +include/boost/geometry/strategies/cartesian/buffer_point_circle.hpp +include/boost/geometry/strategies/cartesian/buffer_point_square.hpp +include/boost/geometry/strategies/cartesian/buffer_side_straight.hpp include/boost/geometry/strategies/cartesian/cart_intersect.hpp +include/boost/geometry/strategies/cartesian/centroid_average.hpp include/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp include/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp include/boost/geometry/strategies/cartesian/distance_projected_point.hpp +include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras.hpp +include/boost/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp +include/boost/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp include/boost/geometry/strategies/cartesian/point_in_box.hpp include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp include/boost/geometry/strategies/cartesian/side_by_triangle.hpp +include/boost/geometry/strategies/cartesian/side_of_intersection.hpp include/boost/geometry/strategies/centroid.hpp +include/boost/geometry/strategies/comparable_distance_result.hpp include/boost/geometry/strategies/compare.hpp include/boost/geometry/strategies/concepts/area_concept.hpp include/boost/geometry/strategies/concepts/centroid_concept.hpp @@ -2773,17 +3720,31 @@ include/boost/geometry/strategies/concepts/within_concept.hpp include/boost/geometry/strategies/convex_hull.hpp include/boost/geometry/strategies/covered_by.hpp include/boost/geometry/strategies/default_area_result.hpp +include/boost/geometry/strategies/default_comparable_distance_result.hpp include/boost/geometry/strategies/default_distance_result.hpp include/boost/geometry/strategies/default_length_result.hpp +include/boost/geometry/strategies/default_strategy.hpp include/boost/geometry/strategies/distance.hpp +include/boost/geometry/strategies/distance_result.hpp +include/boost/geometry/strategies/geographic/distance_andoyer.hpp +include/boost/geometry/strategies/geographic/distance_thomas.hpp +include/boost/geometry/strategies/geographic/distance_vincenty.hpp +include/boost/geometry/strategies/geographic/mapping_ssf.hpp +include/boost/geometry/strategies/geographic/side_andoyer.hpp +include/boost/geometry/strategies/geographic/side_detail.hpp +include/boost/geometry/strategies/geographic/side_thomas.hpp +include/boost/geometry/strategies/geographic/side_vincenty.hpp include/boost/geometry/strategies/intersection.hpp include/boost/geometry/strategies/intersection_result.hpp +include/boost/geometry/strategies/intersection_strategies.hpp include/boost/geometry/strategies/side.hpp include/boost/geometry/strategies/side_info.hpp include/boost/geometry/strategies/spherical/area_huiller.hpp include/boost/geometry/strategies/spherical/compare_circular.hpp include/boost/geometry/strategies/spherical/distance_cross_track.hpp +include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp include/boost/geometry/strategies/spherical/distance_haversine.hpp +include/boost/geometry/strategies/spherical/intersection.hpp include/boost/geometry/strategies/spherical/side_by_cross_track.hpp include/boost/geometry/strategies/spherical/ssf.hpp include/boost/geometry/strategies/strategies.hpp @@ -2798,20 +3759,37 @@ include/boost/geometry/util/add_const_if_c.hpp include/boost/geometry/util/bare_type.hpp include/boost/geometry/util/calculation_type.hpp include/boost/geometry/util/closure_as_bool.hpp +include/boost/geometry/util/combine_if.hpp +include/boost/geometry/util/compress_variant.hpp +include/boost/geometry/util/condition.hpp include/boost/geometry/util/coordinate_cast.hpp include/boost/geometry/util/for_each_coordinate.hpp +include/boost/geometry/util/has_infinite_coordinate.hpp +include/boost/geometry/util/has_nan_coordinate.hpp +include/boost/geometry/util/has_non_finite_coordinate.hpp include/boost/geometry/util/math.hpp +include/boost/geometry/util/normalize_spheroidal_box_coordinates.hpp +include/boost/geometry/util/normalize_spheroidal_coordinates.hpp include/boost/geometry/util/order_as_direction.hpp include/boost/geometry/util/parameter_type_of.hpp include/boost/geometry/util/promote_floating_point.hpp +include/boost/geometry/util/promote_integral.hpp +include/boost/geometry/util/range.hpp include/boost/geometry/util/rational.hpp include/boost/geometry/util/select_calculation_type.hpp include/boost/geometry/util/select_coordinate_type.hpp include/boost/geometry/util/select_most_precise.hpp +include/boost/geometry/util/transform_variant.hpp include/boost/geometry/views/box_view.hpp include/boost/geometry/views/closeable_view.hpp +include/boost/geometry/views/detail/boundary_view.hpp +include/boost/geometry/views/detail/boundary_view/implementation.hpp +include/boost/geometry/views/detail/boundary_view/interface.hpp +include/boost/geometry/views/detail/indexed_point_view.hpp +include/boost/geometry/views/detail/normalized_view.hpp include/boost/geometry/views/detail/points_view.hpp include/boost/geometry/views/detail/range_type.hpp +include/boost/geometry/views/detail/two_dimensional_view.hpp include/boost/geometry/views/identity_view.hpp include/boost/geometry/views/reversible_view.hpp include/boost/geometry/views/segment_view.hpp @@ -3103,6 +4081,452 @@ include/boost/graph/vf2_sub_graph_iso.hpp include/boost/graph/visitors.hpp include/boost/graph/wavefront.hpp include/boost/graph/write_dimacs.hpp +include/boost/hana.hpp +include/boost/hana/accessors.hpp +include/boost/hana/adapt_adt.hpp +include/boost/hana/adapt_struct.hpp +include/boost/hana/adjust.hpp +include/boost/hana/adjust_if.hpp +include/boost/hana/all.hpp +include/boost/hana/all_of.hpp +include/boost/hana/and.hpp +include/boost/hana/any.hpp +include/boost/hana/any_of.hpp +include/boost/hana/ap.hpp +include/boost/hana/append.hpp +include/boost/hana/assert.hpp +include/boost/hana/at.hpp +include/boost/hana/at_key.hpp +include/boost/hana/back.hpp +include/boost/hana/basic_tuple.hpp +include/boost/hana/bool.hpp +include/boost/hana/cartesian_product.hpp +include/boost/hana/chain.hpp +include/boost/hana/comparing.hpp +include/boost/hana/concat.hpp +include/boost/hana/concept.hpp +include/boost/hana/concept/applicative.hpp +include/boost/hana/concept/comonad.hpp +include/boost/hana/concept/comparable.hpp +include/boost/hana/concept/constant.hpp +include/boost/hana/concept/euclidean_ring.hpp +include/boost/hana/concept/foldable.hpp +include/boost/hana/concept/functor.hpp +include/boost/hana/concept/group.hpp +include/boost/hana/concept/hashable.hpp +include/boost/hana/concept/integral_constant.hpp +include/boost/hana/concept/iterable.hpp +include/boost/hana/concept/logical.hpp +include/boost/hana/concept/metafunction.hpp +include/boost/hana/concept/monad.hpp +include/boost/hana/concept/monad_plus.hpp +include/boost/hana/concept/monoid.hpp +include/boost/hana/concept/orderable.hpp +include/boost/hana/concept/product.hpp +include/boost/hana/concept/ring.hpp +include/boost/hana/concept/searchable.hpp +include/boost/hana/concept/sequence.hpp +include/boost/hana/concept/struct.hpp +include/boost/hana/config.hpp +include/boost/hana/contains.hpp +include/boost/hana/core.hpp +include/boost/hana/core/common.hpp +include/boost/hana/core/default.hpp +include/boost/hana/core/dispatch.hpp +include/boost/hana/core/is_a.hpp +include/boost/hana/core/make.hpp +include/boost/hana/core/tag_of.hpp +include/boost/hana/core/to.hpp +include/boost/hana/core/when.hpp +include/boost/hana/count.hpp +include/boost/hana/count_if.hpp +include/boost/hana/cycle.hpp +include/boost/hana/define_struct.hpp +include/boost/hana/detail/algorithm.hpp +include/boost/hana/detail/any_of.hpp +include/boost/hana/detail/array.hpp +include/boost/hana/detail/canonical_constant.hpp +include/boost/hana/detail/concepts.hpp +include/boost/hana/detail/create.hpp +include/boost/hana/detail/decay.hpp +include/boost/hana/detail/dependent_on.hpp +include/boost/hana/detail/dispatch_if.hpp +include/boost/hana/detail/fast_and.hpp +include/boost/hana/detail/first_unsatisfied_index.hpp +include/boost/hana/detail/has_common_embedding.hpp +include/boost/hana/detail/has_duplicates.hpp +include/boost/hana/detail/hash_table.hpp +include/boost/hana/detail/index_if.hpp +include/boost/hana/detail/intrinsics.hpp +include/boost/hana/detail/nested_by.hpp +include/boost/hana/detail/nested_by_fwd.hpp +include/boost/hana/detail/nested_than.hpp +include/boost/hana/detail/nested_than_fwd.hpp +include/boost/hana/detail/nested_to.hpp +include/boost/hana/detail/nested_to_fwd.hpp +include/boost/hana/detail/operators/adl.hpp +include/boost/hana/detail/operators/arithmetic.hpp +include/boost/hana/detail/operators/comparable.hpp +include/boost/hana/detail/operators/iterable.hpp +include/boost/hana/detail/operators/logical.hpp +include/boost/hana/detail/operators/monad.hpp +include/boost/hana/detail/operators/orderable.hpp +include/boost/hana/detail/operators/searchable.hpp +include/boost/hana/detail/preprocessor.hpp +include/boost/hana/detail/std_common_type.hpp +include/boost/hana/detail/struct_macros.erb.hpp +include/boost/hana/detail/struct_macros.hpp +include/boost/hana/detail/type_foldl1.hpp +include/boost/hana/detail/type_foldr1.hpp +include/boost/hana/detail/unpack_flatten.hpp +include/boost/hana/detail/variadic/at.hpp +include/boost/hana/detail/variadic/drop_into.hpp +include/boost/hana/detail/variadic/foldl1.hpp +include/boost/hana/detail/variadic/foldr1.hpp +include/boost/hana/detail/variadic/reverse_apply.hpp +include/boost/hana/detail/variadic/reverse_apply/flat.hpp +include/boost/hana/detail/variadic/reverse_apply/unrolled.hpp +include/boost/hana/detail/variadic/split_at.hpp +include/boost/hana/detail/variadic/take.hpp +include/boost/hana/detail/void_t.hpp +include/boost/hana/detail/wrong.hpp +include/boost/hana/difference.hpp +include/boost/hana/div.hpp +include/boost/hana/drop_back.hpp +include/boost/hana/drop_front.hpp +include/boost/hana/drop_front_exactly.hpp +include/boost/hana/drop_while.hpp +include/boost/hana/duplicate.hpp +include/boost/hana/empty.hpp +include/boost/hana/equal.hpp +include/boost/hana/erase_key.hpp +include/boost/hana/eval.hpp +include/boost/hana/eval_if.hpp +include/boost/hana/experimental/printable.hpp +include/boost/hana/experimental/types.hpp +include/boost/hana/experimental/view.hpp +include/boost/hana/ext/boost.hpp +include/boost/hana/ext/boost/fusion.hpp +include/boost/hana/ext/boost/fusion/deque.hpp +include/boost/hana/ext/boost/fusion/detail/common.hpp +include/boost/hana/ext/boost/fusion/list.hpp +include/boost/hana/ext/boost/fusion/tuple.hpp +include/boost/hana/ext/boost/fusion/vector.hpp +include/boost/hana/ext/boost/mpl.hpp +include/boost/hana/ext/boost/mpl/integral_c.hpp +include/boost/hana/ext/boost/mpl/list.hpp +include/boost/hana/ext/boost/mpl/vector.hpp +include/boost/hana/ext/boost/tuple.hpp +include/boost/hana/ext/std.hpp +include/boost/hana/ext/std/array.hpp +include/boost/hana/ext/std/integer_sequence.hpp +include/boost/hana/ext/std/integral_constant.hpp +include/boost/hana/ext/std/pair.hpp +include/boost/hana/ext/std/ratio.hpp +include/boost/hana/ext/std/tuple.hpp +include/boost/hana/ext/std/vector.hpp +include/boost/hana/extend.hpp +include/boost/hana/extract.hpp +include/boost/hana/fill.hpp +include/boost/hana/filter.hpp +include/boost/hana/find.hpp +include/boost/hana/find_if.hpp +include/boost/hana/first.hpp +include/boost/hana/flatten.hpp +include/boost/hana/fold.hpp +include/boost/hana/fold_left.hpp +include/boost/hana/fold_right.hpp +include/boost/hana/for_each.hpp +include/boost/hana/front.hpp +include/boost/hana/functional.hpp +include/boost/hana/functional/always.hpp +include/boost/hana/functional/apply.hpp +include/boost/hana/functional/arg.hpp +include/boost/hana/functional/capture.hpp +include/boost/hana/functional/compose.hpp +include/boost/hana/functional/curry.hpp +include/boost/hana/functional/demux.hpp +include/boost/hana/functional/fix.hpp +include/boost/hana/functional/flip.hpp +include/boost/hana/functional/id.hpp +include/boost/hana/functional/infix.hpp +include/boost/hana/functional/iterate.hpp +include/boost/hana/functional/lockstep.hpp +include/boost/hana/functional/on.hpp +include/boost/hana/functional/overload.hpp +include/boost/hana/functional/overload_linearly.hpp +include/boost/hana/functional/partial.hpp +include/boost/hana/functional/placeholder.hpp +include/boost/hana/functional/reverse_partial.hpp +include/boost/hana/fuse.hpp +include/boost/hana/fwd/accessors.hpp +include/boost/hana/fwd/adapt_adt.hpp +include/boost/hana/fwd/adapt_struct.hpp +include/boost/hana/fwd/adjust.hpp +include/boost/hana/fwd/adjust_if.hpp +include/boost/hana/fwd/all.hpp +include/boost/hana/fwd/all_of.hpp +include/boost/hana/fwd/and.hpp +include/boost/hana/fwd/any.hpp +include/boost/hana/fwd/any_of.hpp +include/boost/hana/fwd/ap.hpp +include/boost/hana/fwd/append.hpp +include/boost/hana/fwd/at.hpp +include/boost/hana/fwd/at_key.hpp +include/boost/hana/fwd/back.hpp +include/boost/hana/fwd/basic_tuple.hpp +include/boost/hana/fwd/bool.hpp +include/boost/hana/fwd/cartesian_product.hpp +include/boost/hana/fwd/chain.hpp +include/boost/hana/fwd/comparing.hpp +include/boost/hana/fwd/concat.hpp +include/boost/hana/fwd/concept/applicative.hpp +include/boost/hana/fwd/concept/comonad.hpp +include/boost/hana/fwd/concept/comparable.hpp +include/boost/hana/fwd/concept/constant.hpp +include/boost/hana/fwd/concept/euclidean_ring.hpp +include/boost/hana/fwd/concept/foldable.hpp +include/boost/hana/fwd/concept/functor.hpp +include/boost/hana/fwd/concept/group.hpp +include/boost/hana/fwd/concept/hashable.hpp +include/boost/hana/fwd/concept/integral_constant.hpp +include/boost/hana/fwd/concept/iterable.hpp +include/boost/hana/fwd/concept/logical.hpp +include/boost/hana/fwd/concept/metafunction.hpp +include/boost/hana/fwd/concept/monad.hpp +include/boost/hana/fwd/concept/monad_plus.hpp +include/boost/hana/fwd/concept/monoid.hpp +include/boost/hana/fwd/concept/orderable.hpp +include/boost/hana/fwd/concept/product.hpp +include/boost/hana/fwd/concept/ring.hpp +include/boost/hana/fwd/concept/searchable.hpp +include/boost/hana/fwd/concept/sequence.hpp +include/boost/hana/fwd/concept/struct.hpp +include/boost/hana/fwd/contains.hpp +include/boost/hana/fwd/core.hpp +include/boost/hana/fwd/core/common.hpp +include/boost/hana/fwd/core/default.hpp +include/boost/hana/fwd/core/is_a.hpp +include/boost/hana/fwd/core/make.hpp +include/boost/hana/fwd/core/tag_of.hpp +include/boost/hana/fwd/core/to.hpp +include/boost/hana/fwd/core/when.hpp +include/boost/hana/fwd/count.hpp +include/boost/hana/fwd/count_if.hpp +include/boost/hana/fwd/cycle.hpp +include/boost/hana/fwd/define_struct.hpp +include/boost/hana/fwd/difference.hpp +include/boost/hana/fwd/div.hpp +include/boost/hana/fwd/drop_back.hpp +include/boost/hana/fwd/drop_front.hpp +include/boost/hana/fwd/drop_front_exactly.hpp +include/boost/hana/fwd/drop_while.hpp +include/boost/hana/fwd/duplicate.hpp +include/boost/hana/fwd/empty.hpp +include/boost/hana/fwd/equal.hpp +include/boost/hana/fwd/erase_key.hpp +include/boost/hana/fwd/eval.hpp +include/boost/hana/fwd/eval_if.hpp +include/boost/hana/fwd/extend.hpp +include/boost/hana/fwd/extract.hpp +include/boost/hana/fwd/fill.hpp +include/boost/hana/fwd/filter.hpp +include/boost/hana/fwd/find.hpp +include/boost/hana/fwd/find_if.hpp +include/boost/hana/fwd/first.hpp +include/boost/hana/fwd/flatten.hpp +include/boost/hana/fwd/fold.hpp +include/boost/hana/fwd/fold_left.hpp +include/boost/hana/fwd/fold_right.hpp +include/boost/hana/fwd/for_each.hpp +include/boost/hana/fwd/front.hpp +include/boost/hana/fwd/fuse.hpp +include/boost/hana/fwd/greater.hpp +include/boost/hana/fwd/greater_equal.hpp +include/boost/hana/fwd/group.hpp +include/boost/hana/fwd/hash.hpp +include/boost/hana/fwd/if.hpp +include/boost/hana/fwd/insert.hpp +include/boost/hana/fwd/insert_range.hpp +include/boost/hana/fwd/integral_constant.hpp +include/boost/hana/fwd/intersection.hpp +include/boost/hana/fwd/intersperse.hpp +include/boost/hana/fwd/is_disjoint.hpp +include/boost/hana/fwd/is_empty.hpp +include/boost/hana/fwd/is_subset.hpp +include/boost/hana/fwd/keys.hpp +include/boost/hana/fwd/lazy.hpp +include/boost/hana/fwd/length.hpp +include/boost/hana/fwd/less.hpp +include/boost/hana/fwd/less_equal.hpp +include/boost/hana/fwd/lexicographical_compare.hpp +include/boost/hana/fwd/lift.hpp +include/boost/hana/fwd/map.hpp +include/boost/hana/fwd/max.hpp +include/boost/hana/fwd/maximum.hpp +include/boost/hana/fwd/members.hpp +include/boost/hana/fwd/min.hpp +include/boost/hana/fwd/minimum.hpp +include/boost/hana/fwd/minus.hpp +include/boost/hana/fwd/mod.hpp +include/boost/hana/fwd/monadic_compose.hpp +include/boost/hana/fwd/monadic_fold_left.hpp +include/boost/hana/fwd/monadic_fold_right.hpp +include/boost/hana/fwd/mult.hpp +include/boost/hana/fwd/negate.hpp +include/boost/hana/fwd/none.hpp +include/boost/hana/fwd/none_of.hpp +include/boost/hana/fwd/not.hpp +include/boost/hana/fwd/not_equal.hpp +include/boost/hana/fwd/one.hpp +include/boost/hana/fwd/optional.hpp +include/boost/hana/fwd/or.hpp +include/boost/hana/fwd/ordering.hpp +include/boost/hana/fwd/pair.hpp +include/boost/hana/fwd/partition.hpp +include/boost/hana/fwd/permutations.hpp +include/boost/hana/fwd/plus.hpp +include/boost/hana/fwd/power.hpp +include/boost/hana/fwd/prefix.hpp +include/boost/hana/fwd/prepend.hpp +include/boost/hana/fwd/product.hpp +include/boost/hana/fwd/range.hpp +include/boost/hana/fwd/remove.hpp +include/boost/hana/fwd/remove_at.hpp +include/boost/hana/fwd/remove_if.hpp +include/boost/hana/fwd/remove_range.hpp +include/boost/hana/fwd/repeat.hpp +include/boost/hana/fwd/replace.hpp +include/boost/hana/fwd/replace_if.hpp +include/boost/hana/fwd/replicate.hpp +include/boost/hana/fwd/reverse.hpp +include/boost/hana/fwd/reverse_fold.hpp +include/boost/hana/fwd/scan_left.hpp +include/boost/hana/fwd/scan_right.hpp +include/boost/hana/fwd/second.hpp +include/boost/hana/fwd/set.hpp +include/boost/hana/fwd/size.hpp +include/boost/hana/fwd/slice.hpp +include/boost/hana/fwd/sort.hpp +include/boost/hana/fwd/span.hpp +include/boost/hana/fwd/string.hpp +include/boost/hana/fwd/suffix.hpp +include/boost/hana/fwd/sum.hpp +include/boost/hana/fwd/symmetric_difference.hpp +include/boost/hana/fwd/take_back.hpp +include/boost/hana/fwd/take_front.hpp +include/boost/hana/fwd/take_while.hpp +include/boost/hana/fwd/tap.hpp +include/boost/hana/fwd/then.hpp +include/boost/hana/fwd/transform.hpp +include/boost/hana/fwd/tuple.hpp +include/boost/hana/fwd/type.hpp +include/boost/hana/fwd/unfold_left.hpp +include/boost/hana/fwd/unfold_right.hpp +include/boost/hana/fwd/union.hpp +include/boost/hana/fwd/unique.hpp +include/boost/hana/fwd/unpack.hpp +include/boost/hana/fwd/value.hpp +include/boost/hana/fwd/while.hpp +include/boost/hana/fwd/zero.hpp +include/boost/hana/fwd/zip.hpp +include/boost/hana/fwd/zip_shortest.hpp +include/boost/hana/fwd/zip_shortest_with.hpp +include/boost/hana/fwd/zip_with.hpp +include/boost/hana/greater.hpp +include/boost/hana/greater_equal.hpp +include/boost/hana/group.hpp +include/boost/hana/hash.hpp +include/boost/hana/if.hpp +include/boost/hana/insert.hpp +include/boost/hana/insert_range.hpp +include/boost/hana/integral_constant.hpp +include/boost/hana/intersection.hpp +include/boost/hana/intersperse.hpp +include/boost/hana/is_disjoint.hpp +include/boost/hana/is_empty.hpp +include/boost/hana/is_subset.hpp +include/boost/hana/keys.hpp +include/boost/hana/lazy.hpp +include/boost/hana/length.hpp +include/boost/hana/less.hpp +include/boost/hana/less_equal.hpp +include/boost/hana/lexicographical_compare.hpp +include/boost/hana/lift.hpp +include/boost/hana/map.hpp +include/boost/hana/max.hpp +include/boost/hana/maximum.hpp +include/boost/hana/members.hpp +include/boost/hana/min.hpp +include/boost/hana/minimum.hpp +include/boost/hana/minus.hpp +include/boost/hana/mod.hpp +include/boost/hana/monadic_compose.hpp +include/boost/hana/monadic_fold_left.hpp +include/boost/hana/monadic_fold_right.hpp +include/boost/hana/mult.hpp +include/boost/hana/negate.hpp +include/boost/hana/none.hpp +include/boost/hana/none_of.hpp +include/boost/hana/not.hpp +include/boost/hana/not_equal.hpp +include/boost/hana/one.hpp +include/boost/hana/optional.hpp +include/boost/hana/or.hpp +include/boost/hana/ordering.hpp +include/boost/hana/pair.hpp +include/boost/hana/partition.hpp +include/boost/hana/permutations.hpp +include/boost/hana/plus.hpp +include/boost/hana/power.hpp +include/boost/hana/prefix.hpp +include/boost/hana/prepend.hpp +include/boost/hana/product.hpp +include/boost/hana/range.hpp +include/boost/hana/remove.hpp +include/boost/hana/remove_at.hpp +include/boost/hana/remove_if.hpp +include/boost/hana/remove_range.hpp +include/boost/hana/repeat.hpp +include/boost/hana/replace.hpp +include/boost/hana/replace_if.hpp +include/boost/hana/replicate.hpp +include/boost/hana/reverse.hpp +include/boost/hana/reverse_fold.hpp +include/boost/hana/scan_left.hpp +include/boost/hana/scan_right.hpp +include/boost/hana/second.hpp +include/boost/hana/set.hpp +include/boost/hana/size.hpp +include/boost/hana/slice.hpp +include/boost/hana/sort.hpp +include/boost/hana/span.hpp +include/boost/hana/string.hpp +include/boost/hana/suffix.hpp +include/boost/hana/sum.hpp +include/boost/hana/symmetric_difference.hpp +include/boost/hana/take_back.hpp +include/boost/hana/take_front.hpp +include/boost/hana/take_while.hpp +include/boost/hana/tap.hpp +include/boost/hana/then.hpp +include/boost/hana/traits.hpp +include/boost/hana/transform.hpp +include/boost/hana/tuple.hpp +include/boost/hana/type.hpp +include/boost/hana/unfold_left.hpp +include/boost/hana/unfold_right.hpp +include/boost/hana/union.hpp +include/boost/hana/unique.hpp +include/boost/hana/unpack.hpp +include/boost/hana/value.hpp +include/boost/hana/version.hpp +include/boost/hana/while.hpp +include/boost/hana/zero.hpp +include/boost/hana/zip.hpp +include/boost/hana/zip_shortest.hpp +include/boost/hana/zip_shortest_with.hpp +include/boost/hana/zip_with.hpp include/boost/heap/binomial_heap.hpp include/boost/heap/d_ary_heap.hpp include/boost/heap/detail/heap_comparison.hpp @@ -3235,6 +4659,10 @@ include/boost/icl/type_traits/value_size.hpp include/boost/implicit_cast.hpp include/boost/indirect_reference.hpp include/boost/integer.hpp +include/boost/integer/common_factor.hpp +include/boost/integer/common_factor_ct.hpp +include/boost/integer/common_factor_rt.hpp +include/boost/integer/integer_log2.hpp include/boost/integer/integer_mask.hpp include/boost/integer/static_log2.hpp include/boost/integer/static_min_max.hpp @@ -3288,18 +4716,19 @@ include/boost/interprocess/detail/math_functions.hpp include/boost/interprocess/detail/min_max.hpp include/boost/interprocess/detail/move.hpp include/boost/interprocess/detail/mpl.hpp -include/boost/interprocess/detail/multi_segment_services.hpp include/boost/interprocess/detail/named_proxy.hpp +include/boost/interprocess/detail/nothrow.hpp include/boost/interprocess/detail/os_file_functions.hpp include/boost/interprocess/detail/os_thread_functions.hpp include/boost/interprocess/detail/pointer_type.hpp include/boost/interprocess/detail/portable_intermodule_singleton.hpp include/boost/interprocess/detail/posix_time_types_wrk.hpp -include/boost/interprocess/detail/preprocessor.hpp include/boost/interprocess/detail/ptime_wrk.hpp include/boost/interprocess/detail/robust_emulation.hpp include/boost/interprocess/detail/segment_manager_helper.hpp -include/boost/interprocess/detail/tmp_dir_helpers.hpp +include/boost/interprocess/detail/shared_dir_helpers.hpp +include/boost/interprocess/detail/simple_swap.hpp +include/boost/interprocess/detail/std_fwd.hpp include/boost/interprocess/detail/transform_iterator.hpp include/boost/interprocess/detail/type_traits.hpp include/boost/interprocess/detail/utilities.hpp @@ -3307,7 +4736,6 @@ include/boost/interprocess/detail/variadic_templates_tools.hpp include/boost/interprocess/detail/win32_api.hpp include/boost/interprocess/detail/windows_intermodule_singleton.hpp include/boost/interprocess/detail/workaround.hpp -include/boost/interprocess/detail/xsi_shared_memory_device.hpp include/boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp include/boost/interprocess/errors.hpp include/boost/interprocess/exceptions.hpp @@ -3328,8 +4756,6 @@ include/boost/interprocess/managed_windows_shared_memory.hpp include/boost/interprocess/managed_xsi_shared_memory.hpp include/boost/interprocess/mapped_region.hpp include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp -include/boost/interprocess/mem_algo/detail/multi_simple_seq_fit.hpp -include/boost/interprocess/mem_algo/detail/multi_simple_seq_fit_impl.hpp include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp include/boost/interprocess/mem_algo/rbtree_best_fit.hpp include/boost/interprocess/mem_algo/simple_seq_fit.hpp @@ -3351,6 +4777,7 @@ include/boost/interprocess/smart_ptr/unique_ptr.hpp include/boost/interprocess/smart_ptr/weak_ptr.hpp include/boost/interprocess/streams/bufferstream.hpp include/boost/interprocess/streams/vectorstream.hpp +include/boost/interprocess/sync/detail/common_algorithms.hpp include/boost/interprocess/sync/detail/condition_algorithm_8a.hpp include/boost/interprocess/sync/detail/condition_any_algorithm.hpp include/boost/interprocess/sync/detail/locks.hpp @@ -3410,9 +4837,7 @@ include/boost/interprocess/sync/windows/semaphore.hpp include/boost/interprocess/sync/windows/sync_utils.hpp include/boost/interprocess/sync/windows/winapi_mutex_wrapper.hpp include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp -include/boost/interprocess/sync/xsi/advanced_xsi_semaphore.hpp -include/boost/interprocess/sync/xsi/simple_xsi_semaphore.hpp -include/boost/interprocess/sync/xsi/xsi_named_mutex.hpp +include/boost/interprocess/sync/windows/winapi_wrapper_common.hpp include/boost/interprocess/windows_shared_memory.hpp include/boost/interprocess/xsi_key.hpp include/boost/interprocess/xsi_shared_memory.hpp @@ -3428,29 +4853,55 @@ include/boost/intrusive/bstree_algorithms.hpp include/boost/intrusive/circular_list_algorithms.hpp include/boost/intrusive/circular_slist_algorithms.hpp include/boost/intrusive/derivation_value_traits.hpp +include/boost/intrusive/detail/algo_type.hpp +include/boost/intrusive/detail/algorithm.hpp include/boost/intrusive/detail/any_node_and_algorithms.hpp +include/boost/intrusive/detail/array_initializer.hpp include/boost/intrusive/detail/assert.hpp include/boost/intrusive/detail/avltree_node.hpp -include/boost/intrusive/detail/clear_on_destructor_base.hpp +include/boost/intrusive/detail/bstree_algorithms_base.hpp include/boost/intrusive/detail/common_slist_algorithms.hpp include/boost/intrusive/detail/config_begin.hpp include/boost/intrusive/detail/config_end.hpp +include/boost/intrusive/detail/default_header_holder.hpp include/boost/intrusive/detail/ebo_functor_holder.hpp +include/boost/intrusive/detail/empty_node_checker.hpp +include/boost/intrusive/detail/equal_to_value.hpp +include/boost/intrusive/detail/exception_disposer.hpp include/boost/intrusive/detail/function_detector.hpp include/boost/intrusive/detail/generic_hook.hpp +include/boost/intrusive/detail/get_value_traits.hpp include/boost/intrusive/detail/has_member_function_callable_with.hpp include/boost/intrusive/detail/hashtable_node.hpp +include/boost/intrusive/detail/hook_traits.hpp +include/boost/intrusive/detail/iiterator.hpp include/boost/intrusive/detail/is_stateful_value_traits.hpp +include/boost/intrusive/detail/iterator.hpp +include/boost/intrusive/detail/key_nodeptr_comp.hpp +include/boost/intrusive/detail/list_iterator.hpp include/boost/intrusive/detail/list_node.hpp -include/boost/intrusive/detail/memory_util.hpp +include/boost/intrusive/detail/math.hpp +include/boost/intrusive/detail/minimal_less_equal_header.hpp +include/boost/intrusive/detail/minimal_pair_header.hpp include/boost/intrusive/detail/mpl.hpp +include/boost/intrusive/detail/node_cloner_disposer.hpp +include/boost/intrusive/detail/node_holder.hpp +include/boost/intrusive/detail/node_to_value.hpp include/boost/intrusive/detail/parent_from_member.hpp -include/boost/intrusive/detail/preprocessor.hpp +include/boost/intrusive/detail/pointer_element.hpp include/boost/intrusive/detail/rbtree_node.hpp +include/boost/intrusive/detail/reverse_iterator.hpp +include/boost/intrusive/detail/simple_disposers.hpp +include/boost/intrusive/detail/size_holder.hpp +include/boost/intrusive/detail/slist_iterator.hpp include/boost/intrusive/detail/slist_node.hpp +include/boost/intrusive/detail/std_fwd.hpp +include/boost/intrusive/detail/to_raw_pointer.hpp include/boost/intrusive/detail/transform_iterator.hpp +include/boost/intrusive/detail/tree_iterator.hpp include/boost/intrusive/detail/tree_node.hpp -include/boost/intrusive/detail/utilities.hpp +include/boost/intrusive/detail/tree_value_compare.hpp +include/boost/intrusive/detail/uncast.hpp include/boost/intrusive/detail/workaround.hpp include/boost/intrusive/hashtable.hpp include/boost/intrusive/intrusive_fwd.hpp @@ -3460,8 +4911,10 @@ include/boost/intrusive/list.hpp include/boost/intrusive/list_hook.hpp include/boost/intrusive/member_value_traits.hpp include/boost/intrusive/options.hpp +include/boost/intrusive/pack_options.hpp include/boost/intrusive/parent_from_member.hpp include/boost/intrusive/pointer_plus_bits.hpp +include/boost/intrusive/pointer_rebind.hpp include/boost/intrusive/pointer_traits.hpp include/boost/intrusive/priority_compare.hpp include/boost/intrusive/rbtree.hpp @@ -3474,7 +4927,6 @@ include/boost/intrusive/sgtree_algorithms.hpp include/boost/intrusive/slist.hpp include/boost/intrusive/slist_hook.hpp include/boost/intrusive/splay_set.hpp -include/boost/intrusive/splay_set_hook.hpp include/boost/intrusive/splaytree.hpp include/boost/intrusive/splaytree_algorithms.hpp include/boost/intrusive/treap.hpp @@ -3567,9 +5019,6 @@ include/boost/iostreams/detail/streambuf/linked_streambuf.hpp include/boost/iostreams/detail/system_failure.hpp include/boost/iostreams/detail/template_params.hpp include/boost/iostreams/detail/translate_int_type.hpp -include/boost/iostreams/detail/vc6/close.hpp -include/boost/iostreams/detail/vc6/read.hpp -include/boost/iostreams/detail/vc6/write.hpp include/boost/iostreams/detail/wrap_unwrap.hpp include/boost/iostreams/device/array.hpp include/boost/iostreams/device/back_inserter.hpp @@ -3636,6 +5085,7 @@ include/boost/iterator/iterator_categories.hpp include/boost/iterator/iterator_concepts.hpp include/boost/iterator/iterator_facade.hpp include/boost/iterator/iterator_traits.hpp +include/boost/iterator/minimum_category.hpp include/boost/iterator/new_iterator_tests.hpp include/boost/iterator/permutation_iterator.hpp include/boost/iterator/reverse_iterator.hpp @@ -3677,6 +5127,17 @@ include/boost/lambda/numeric.hpp include/boost/lambda/switch.hpp include/boost/last_value.hpp include/boost/lexical_cast.hpp +include/boost/lexical_cast/bad_lexical_cast.hpp +include/boost/lexical_cast/detail/converter_lexical.hpp +include/boost/lexical_cast/detail/converter_lexical_streams.hpp +include/boost/lexical_cast/detail/converter_numeric.hpp +include/boost/lexical_cast/detail/inf_nan.hpp +include/boost/lexical_cast/detail/is_character.hpp +include/boost/lexical_cast/detail/lcast_char_constants.hpp +include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp +include/boost/lexical_cast/detail/widest_char.hpp +include/boost/lexical_cast/lexical_cast_old.hpp +include/boost/lexical_cast/try_lexical_convert.hpp include/boost/limits.hpp include/boost/local_function.hpp include/boost/local_function/aux_/add_pointed_const.hpp @@ -3747,6 +5208,7 @@ include/boost/locale/encoding_utf.hpp include/boost/locale/format.hpp include/boost/locale/formatting.hpp include/boost/locale/generator.hpp +include/boost/locale/generic_codecvt.hpp include/boost/locale/gnu_gettext.hpp include/boost/locale/hold_ptr.hpp include/boost/locale/info.hpp @@ -3754,9 +5216,9 @@ include/boost/locale/localization_backend.hpp include/boost/locale/message.hpp include/boost/locale/time_zone.hpp include/boost/locale/utf.hpp +include/boost/locale/utf8_codecvt.hpp include/boost/locale/util.hpp include/boost/lockfree/detail/atomic.hpp -include/boost/lockfree/detail/branch_hints.hpp include/boost/lockfree/detail/copy_payload.hpp include/boost/lockfree/detail/freelist.hpp include/boost/lockfree/detail/parameter.hpp @@ -3764,6 +5226,7 @@ include/boost/lockfree/detail/prefix.hpp include/boost/lockfree/detail/tagged_ptr.hpp include/boost/lockfree/detail/tagged_ptr_dcas.hpp include/boost/lockfree/detail/tagged_ptr_ptrcompression.hpp +include/boost/lockfree/lockfree_forward.hpp include/boost/lockfree/policies.hpp include/boost/lockfree/queue.hpp include/boost/lockfree/spsc_queue.hpp @@ -3799,15 +5262,18 @@ include/boost/log/core.hpp include/boost/log/core/core.hpp include/boost/log/core/record.hpp include/boost/log/core/record_view.hpp +include/boost/log/detail/adaptive_mutex.hpp include/boost/log/detail/asio_fwd.hpp include/boost/log/detail/attachable_sstream_buf.hpp include/boost/log/detail/attr_output_impl.hpp include/boost/log/detail/attr_output_terminal.hpp include/boost/log/detail/attribute_get_value_impl.hpp include/boost/log/detail/attribute_predicate.hpp +include/boost/log/detail/c_str.hpp include/boost/log/detail/cleanup_scope_guard.hpp include/boost/log/detail/code_conversion.hpp include/boost/log/detail/config.hpp +include/boost/log/detail/copy_cv.hpp include/boost/log/detail/custom_terminal_spec.hpp include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp include/boost/log/detail/date_time_format_parser.hpp @@ -3815,6 +5281,7 @@ include/boost/log/detail/decomposed_time.hpp include/boost/log/detail/deduce_char_type.hpp include/boost/log/detail/default_attribute_names.hpp include/boost/log/detail/embedded_string_type.hpp +include/boost/log/detail/enqueued_record.hpp include/boost/log/detail/event.hpp include/boost/log/detail/fake_mutex.hpp include/boost/log/detail/footer.hpp @@ -3823,22 +5290,24 @@ include/boost/log/detail/function_traits.hpp include/boost/log/detail/generate_overloads.hpp include/boost/log/detail/header.hpp include/boost/log/detail/id.hpp +include/boost/log/detail/is_character_type.hpp +include/boost/log/detail/is_ostream.hpp include/boost/log/detail/light_function.hpp include/boost/log/detail/light_function_pp.hpp include/boost/log/detail/light_rw_mutex.hpp include/boost/log/detail/locking_ptr.hpp include/boost/log/detail/locks.hpp -include/boost/log/detail/malloc_aligned.hpp include/boost/log/detail/named_scope_fmt_pp.hpp include/boost/log/detail/native_typeof.hpp include/boost/log/detail/parameter_tools.hpp +include/boost/log/detail/pause.hpp include/boost/log/detail/pp_identity.hpp include/boost/log/detail/process_id.hpp include/boost/log/detail/setup_config.hpp +include/boost/log/detail/sfinae_tools.hpp include/boost/log/detail/singleton.hpp include/boost/log/detail/sink_init_helpers.hpp include/boost/log/detail/snprintf.hpp -include/boost/log/detail/spin_mutex.hpp include/boost/log/detail/tagged_integer.hpp include/boost/log/detail/thread_id.hpp include/boost/log/detail/thread_specific.hpp @@ -3848,7 +5317,6 @@ include/boost/log/detail/trivial_keyword.hpp include/boost/log/detail/unary_function_terminal.hpp include/boost/log/detail/unhandled_exception_count.hpp include/boost/log/detail/value_ref_visitation.hpp -include/boost/log/detail/visible_type.hpp include/boost/log/exceptions.hpp include/boost/log/expressions.hpp include/boost/log/expressions/attr.hpp @@ -3862,6 +5330,7 @@ include/boost/log/expressions/formatters/csv_decorator.hpp include/boost/log/expressions/formatters/date_time.hpp include/boost/log/expressions/formatters/format.hpp include/boost/log/expressions/formatters/if.hpp +include/boost/log/expressions/formatters/max_size_decorator.hpp include/boost/log/expressions/formatters/named_scope.hpp include/boost/log/expressions/formatters/stream.hpp include/boost/log/expressions/formatters/wrap_formatter.hpp @@ -3881,24 +5350,32 @@ include/boost/log/expressions/predicates/is_in_range.hpp include/boost/log/expressions/predicates/matches.hpp include/boost/log/expressions/record.hpp include/boost/log/keywords/auto_flush.hpp +include/boost/log/keywords/block_size.hpp +include/boost/log/keywords/capacity.hpp include/boost/log/keywords/channel.hpp include/boost/log/keywords/delimiter.hpp include/boost/log/keywords/depth.hpp +include/boost/log/keywords/empty_marker.hpp include/boost/log/keywords/facility.hpp include/boost/log/keywords/file_name.hpp include/boost/log/keywords/filter.hpp include/boost/log/keywords/format.hpp include/boost/log/keywords/ident.hpp +include/boost/log/keywords/incomplete_marker.hpp include/boost/log/keywords/ip_version.hpp include/boost/log/keywords/iteration.hpp include/boost/log/keywords/log_name.hpp include/boost/log/keywords/log_source.hpp +include/boost/log/keywords/max_files.hpp include/boost/log/keywords/max_size.hpp include/boost/log/keywords/message_file.hpp include/boost/log/keywords/min_free_space.hpp +include/boost/log/keywords/name.hpp include/boost/log/keywords/open_mode.hpp include/boost/log/keywords/order.hpp include/boost/log/keywords/ordering_window.hpp +include/boost/log/keywords/overflow_policy.hpp +include/boost/log/keywords/permissions.hpp include/boost/log/keywords/registration.hpp include/boost/log/keywords/rotation_size.hpp include/boost/log/keywords/scan_method.hpp @@ -3925,6 +5402,7 @@ include/boost/log/sinks/sync_frontend.hpp include/boost/log/sinks/syslog_backend.hpp include/boost/log/sinks/syslog_constants.hpp include/boost/log/sinks/text_file_backend.hpp +include/boost/log/sinks/text_ipc_message_queue_backend.hpp include/boost/log/sinks/text_multifile_backend.hpp include/boost/log/sinks/text_ostream_backend.hpp include/boost/log/sinks/unbounded_fifo_queue.hpp @@ -3947,11 +5425,10 @@ include/boost/log/support/exception.hpp include/boost/log/support/regex.hpp include/boost/log/support/spirit_classic.hpp include/boost/log/support/spirit_qi.hpp +include/boost/log/support/std_regex.hpp include/boost/log/support/xpressive.hpp include/boost/log/trivial.hpp -include/boost/log/utility/empty_deleter.hpp include/boost/log/utility/exception_handler.hpp -include/boost/log/utility/explicit_operator_bool.hpp include/boost/log/utility/formatting_ostream.hpp include/boost/log/utility/formatting_ostream_fwd.hpp include/boost/log/utility/functional.hpp @@ -3969,12 +5446,15 @@ include/boost/log/utility/functional/logical.hpp include/boost/log/utility/functional/matches.hpp include/boost/log/utility/functional/nop.hpp include/boost/log/utility/functional/save_result.hpp -include/boost/log/utility/intrusive_ref_counter.hpp +include/boost/log/utility/ipc/object_name.hpp +include/boost/log/utility/ipc/reliable_message_queue.hpp include/boost/log/utility/manipulators.hpp include/boost/log/utility/manipulators/add_value.hpp include/boost/log/utility/manipulators/dump.hpp include/boost/log/utility/manipulators/to_log.hpp include/boost/log/utility/once_block.hpp +include/boost/log/utility/open_mode.hpp +include/boost/log/utility/permissions.hpp include/boost/log/utility/record_ordering.hpp include/boost/log/utility/setup.hpp include/boost/log/utility/setup/common_attributes.hpp @@ -4002,7 +5482,9 @@ include/boost/log/utility/value_ref_fwd.hpp include/boost/logic/tribool.hpp include/boost/logic/tribool_fwd.hpp include/boost/logic/tribool_io.hpp +include/boost/make_default.hpp include/boost/make_shared.hpp +include/boost/make_unique.hpp include/boost/math/bindings/detail/big_digamma.hpp include/boost/math/bindings/detail/big_lanczos.hpp include/boost/math/bindings/e_float.hpp @@ -4027,9 +5509,15 @@ include/boost/math/concepts/real_type_concept.hpp include/boost/math/concepts/std_real_concept.hpp include/boost/math/constants/calculate_constants.hpp include/boost/math/constants/constants.hpp -include/boost/math/constants/generate.hpp include/boost/math/constants/info.hpp +include/boost/math/cstdfloat/cstdfloat_cmath.hpp +include/boost/math/cstdfloat/cstdfloat_complex.hpp +include/boost/math/cstdfloat/cstdfloat_complex_std.hpp +include/boost/math/cstdfloat/cstdfloat_iostream.hpp +include/boost/math/cstdfloat/cstdfloat_limits.hpp +include/boost/math/cstdfloat/cstdfloat_types.hpp include/boost/math/distributions.hpp +include/boost/math/distributions/arcsine.hpp include/boost/math/distributions/bernoulli.hpp include/boost/math/distributions/beta.hpp include/boost/math/distributions/binomial.hpp @@ -4052,6 +5540,7 @@ include/boost/math/distributions/fisher_f.hpp include/boost/math/distributions/fwd.hpp include/boost/math/distributions/gamma.hpp include/boost/math/distributions/geometric.hpp +include/boost/math/distributions/hyperexponential.hpp include/boost/math/distributions/hypergeometric.hpp include/boost/math/distributions/inverse_chi_squared.hpp include/boost/math/distributions/inverse_gamma.hpp @@ -4082,12 +5571,16 @@ include/boost/math/special_functions/acosh.hpp include/boost/math/special_functions/airy.hpp include/boost/math/special_functions/asinh.hpp include/boost/math/special_functions/atanh.hpp +include/boost/math/special_functions/bernoulli.hpp include/boost/math/special_functions/bessel.hpp +include/boost/math/special_functions/bessel_prime.hpp include/boost/math/special_functions/beta.hpp include/boost/math/special_functions/binomial.hpp include/boost/math/special_functions/cbrt.hpp include/boost/math/special_functions/cos_pi.hpp include/boost/math/special_functions/detail/airy_ai_bi_zero.hpp +include/boost/math/special_functions/detail/bernoulli_details.hpp +include/boost/math/special_functions/detail/bessel_derivatives_linear.hpp include/boost/math/special_functions/detail/bessel_i0.hpp include/boost/math/special_functions/detail/bessel_i1.hpp include/boost/math/special_functions/detail/bessel_ik.hpp @@ -4096,6 +5589,8 @@ include/boost/math/special_functions/detail/bessel_j1.hpp include/boost/math/special_functions/detail/bessel_jn.hpp include/boost/math/special_functions/detail/bessel_jy.hpp include/boost/math/special_functions/detail/bessel_jy_asym.hpp +include/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp +include/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp include/boost/math/special_functions/detail/bessel_jy_series.hpp include/boost/math/special_functions/detail/bessel_jy_zero.hpp include/boost/math/special_functions/detail/bessel_k0.hpp @@ -4114,16 +5609,20 @@ include/boost/math/special_functions/detail/igamma_inverse.hpp include/boost/math/special_functions/detail/igamma_large.hpp include/boost/math/special_functions/detail/lanczos_sse2.hpp include/boost/math/special_functions/detail/lgamma_small.hpp +include/boost/math/special_functions/detail/polygamma.hpp include/boost/math/special_functions/detail/round_fwd.hpp include/boost/math/special_functions/detail/t_distribution_inv.hpp +include/boost/math/special_functions/detail/unchecked_bernoulli.hpp include/boost/math/special_functions/detail/unchecked_factorial.hpp include/boost/math/special_functions/digamma.hpp include/boost/math/special_functions/ellint_1.hpp include/boost/math/special_functions/ellint_2.hpp include/boost/math/special_functions/ellint_3.hpp +include/boost/math/special_functions/ellint_d.hpp include/boost/math/special_functions/ellint_rc.hpp include/boost/math/special_functions/ellint_rd.hpp include/boost/math/special_functions/ellint_rf.hpp +include/boost/math/special_functions/ellint_rg.hpp include/boost/math/special_functions/ellint_rj.hpp include/boost/math/special_functions/erf.hpp include/boost/math/special_functions/expint.hpp @@ -4133,8 +5632,10 @@ include/boost/math/special_functions/fpclassify.hpp include/boost/math/special_functions/gamma.hpp include/boost/math/special_functions/hankel.hpp include/boost/math/special_functions/hermite.hpp +include/boost/math/special_functions/heuman_lambda.hpp include/boost/math/special_functions/hypot.hpp include/boost/math/special_functions/jacobi_elliptic.hpp +include/boost/math/special_functions/jacobi_zeta.hpp include/boost/math/special_functions/laguerre.hpp include/boost/math/special_functions/lanczos.hpp include/boost/math/special_functions/legendre.hpp @@ -4144,9 +5645,11 @@ include/boost/math/special_functions/modf.hpp include/boost/math/special_functions/next.hpp include/boost/math/special_functions/nonfinite_num_facets.hpp include/boost/math/special_functions/owens_t.hpp +include/boost/math/special_functions/polygamma.hpp include/boost/math/special_functions/pow.hpp include/boost/math/special_functions/powm1.hpp include/boost/math/special_functions/prime.hpp +include/boost/math/special_functions/relative_difference.hpp include/boost/math/special_functions/round.hpp include/boost/math/special_functions/sign.hpp include/boost/math/special_functions/sin_pi.hpp @@ -4154,10 +5657,13 @@ include/boost/math/special_functions/sinc.hpp include/boost/math/special_functions/sinhc.hpp include/boost/math/special_functions/spherical_harmonic.hpp include/boost/math/special_functions/sqrt1pm1.hpp +include/boost/math/special_functions/trigamma.hpp include/boost/math/special_functions/trunc.hpp +include/boost/math/special_functions/ulp.hpp include/boost/math/special_functions/zeta.hpp include/boost/math/tools/big_constant.hpp include/boost/math/tools/config.hpp +include/boost/math/tools/convert_from_string.hpp include/boost/math/tools/detail/polynomial_horner1_10.hpp include/boost/math/tools/detail/polynomial_horner1_11.hpp include/boost/math/tools/detail/polynomial_horner1_12.hpp @@ -4279,13 +5785,9 @@ include/boost/math/tools/precision.hpp include/boost/math/tools/promotion.hpp include/boost/math/tools/rational.hpp include/boost/math/tools/real_cast.hpp -include/boost/math/tools/remez.hpp include/boost/math/tools/roots.hpp include/boost/math/tools/series.hpp -include/boost/math/tools/solve.hpp include/boost/math/tools/stats.hpp -include/boost/math/tools/test.hpp -include/boost/math/tools/test_data.hpp include/boost/math/tools/toms748_solve.hpp include/boost/math/tools/traits.hpp include/boost/math/tools/tuple.hpp @@ -4296,16 +5798,312 @@ include/boost/math/tr1_c_macros.ipp include/boost/math_fwd.hpp include/boost/mem_fn.hpp include/boost/memory_order.hpp +include/boost/metaparse.hpp +include/boost/metaparse/accept.hpp +include/boost/metaparse/accept_tag.hpp +include/boost/metaparse/accept_when.hpp +include/boost/metaparse/alphanum.hpp +include/boost/metaparse/always.hpp +include/boost/metaparse/always_c.hpp +include/boost/metaparse/build_parser.hpp +include/boost/metaparse/change_error_message.hpp +include/boost/metaparse/config.hpp +include/boost/metaparse/debug_parsing_error.hpp +include/boost/metaparse/define_error.hpp +include/boost/metaparse/digit.hpp +include/boost/metaparse/digit_val.hpp +include/boost/metaparse/empty.hpp +include/boost/metaparse/entire_input.hpp +include/boost/metaparse/error/digit_expected.hpp +include/boost/metaparse/error/end_of_input_expected.hpp +include/boost/metaparse/error/index_out_of_range.hpp +include/boost/metaparse/error/letter_expected.hpp +include/boost/metaparse/error/literal_expected.hpp +include/boost/metaparse/error/none_of_the_expected_cases_found.hpp +include/boost/metaparse/error/unexpected_character.hpp +include/boost/metaparse/error/unexpected_end_of_input.hpp +include/boost/metaparse/error/unpaired.hpp +include/boost/metaparse/error/whitespace_expected.hpp +include/boost/metaparse/except.hpp +include/boost/metaparse/fail.hpp +include/boost/metaparse/fail_at_first_char_expected.hpp +include/boost/metaparse/fail_tag.hpp +include/boost/metaparse/first_of.hpp +include/boost/metaparse/foldl.hpp +include/boost/metaparse/foldl1.hpp +include/boost/metaparse/foldl_reject_incomplete.hpp +include/boost/metaparse/foldl_reject_incomplete1.hpp +include/boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp +include/boost/metaparse/foldl_start_with_parser.hpp +include/boost/metaparse/foldr.hpp +include/boost/metaparse/foldr1.hpp +include/boost/metaparse/foldr_reject_incomplete.hpp +include/boost/metaparse/foldr_reject_incomplete1.hpp +include/boost/metaparse/foldr_start_with_parser.hpp +include/boost/metaparse/get_col.hpp +include/boost/metaparse/get_line.hpp +include/boost/metaparse/get_message.hpp +include/boost/metaparse/get_position.hpp +include/boost/metaparse/get_prev_char.hpp +include/boost/metaparse/get_remaining.hpp +include/boost/metaparse/get_result.hpp +include/boost/metaparse/grammar.hpp +include/boost/metaparse/if_.hpp +include/boost/metaparse/int_.hpp +include/boost/metaparse/is_error.hpp +include/boost/metaparse/iterate.hpp +include/boost/metaparse/iterate_c.hpp +include/boost/metaparse/keyword.hpp +include/boost/metaparse/last_of.hpp +include/boost/metaparse/letter.hpp +include/boost/metaparse/limit_one_char_except_size.hpp +include/boost/metaparse/limit_one_of_size.hpp +include/boost/metaparse/limit_sequence_size.hpp +include/boost/metaparse/limit_string_size.hpp +include/boost/metaparse/lit.hpp +include/boost/metaparse/lit_c.hpp +include/boost/metaparse/look_ahead.hpp +include/boost/metaparse/middle_of.hpp +include/boost/metaparse/next_char.hpp +include/boost/metaparse/next_line.hpp +include/boost/metaparse/nth_of.hpp +include/boost/metaparse/nth_of_c.hpp +include/boost/metaparse/one_char.hpp +include/boost/metaparse/one_char_except.hpp +include/boost/metaparse/one_char_except_c.hpp +include/boost/metaparse/one_of.hpp +include/boost/metaparse/one_of_c.hpp +include/boost/metaparse/optional.hpp +include/boost/metaparse/range.hpp +include/boost/metaparse/range_c.hpp +include/boost/metaparse/reject.hpp +include/boost/metaparse/repeated.hpp +include/boost/metaparse/repeated1.hpp +include/boost/metaparse/repeated_one_of.hpp +include/boost/metaparse/repeated_one_of1.hpp +include/boost/metaparse/repeated_reject_incomplete.hpp +include/boost/metaparse/repeated_reject_incomplete1.hpp +include/boost/metaparse/return_.hpp +include/boost/metaparse/sequence.hpp +include/boost/metaparse/sequence_apply.hpp +include/boost/metaparse/source_position.hpp +include/boost/metaparse/source_position_tag.hpp +include/boost/metaparse/space.hpp +include/boost/metaparse/spaces.hpp +include/boost/metaparse/start.hpp +include/boost/metaparse/string.hpp +include/boost/metaparse/string_tag.hpp +include/boost/metaparse/token.hpp +include/boost/metaparse/transform.hpp +include/boost/metaparse/transform_error.hpp +include/boost/metaparse/transform_error_message.hpp +include/boost/metaparse/unless_error.hpp +include/boost/metaparse/util/digit_to_int.hpp +include/boost/metaparse/util/digit_to_int_c.hpp +include/boost/metaparse/util/in_range.hpp +include/boost/metaparse/util/in_range_c.hpp +include/boost/metaparse/util/int_to_digit.hpp +include/boost/metaparse/util/int_to_digit_c.hpp +include/boost/metaparse/util/is_digit.hpp +include/boost/metaparse/util/is_lcase_letter.hpp +include/boost/metaparse/util/is_letter.hpp +include/boost/metaparse/util/is_ucase_letter.hpp +include/boost/metaparse/util/is_whitespace.hpp +include/boost/metaparse/util/is_whitespace_c.hpp +include/boost/metaparse/v1/accept.hpp +include/boost/metaparse/v1/accept_tag.hpp +include/boost/metaparse/v1/accept_when.hpp +include/boost/metaparse/v1/alphanum.hpp +include/boost/metaparse/v1/always.hpp +include/boost/metaparse/v1/always_c.hpp +include/boost/metaparse/v1/build_parser.hpp +include/boost/metaparse/v1/change_error_message.hpp +include/boost/metaparse/v1/debug_parsing_error.hpp +include/boost/metaparse/v1/define_error.hpp +include/boost/metaparse/v1/digit.hpp +include/boost/metaparse/v1/digit_val.hpp +include/boost/metaparse/v1/empty.hpp +include/boost/metaparse/v1/entire_input.hpp +include/boost/metaparse/v1/error/digit_expected.hpp +include/boost/metaparse/v1/error/end_of_input_expected.hpp +include/boost/metaparse/v1/error/expected_to_fail.hpp +include/boost/metaparse/v1/error/index_out_of_range.hpp +include/boost/metaparse/v1/error/letter_expected.hpp +include/boost/metaparse/v1/error/literal_expected.hpp +include/boost/metaparse/v1/error/none_of_the_expected_cases_found.hpp +include/boost/metaparse/v1/error/unexpected_character.hpp +include/boost/metaparse/v1/error/unexpected_end_of_input.hpp +include/boost/metaparse/v1/error/unpaired.hpp +include/boost/metaparse/v1/error/whitespace_expected.hpp +include/boost/metaparse/v1/except.hpp +include/boost/metaparse/v1/fail.hpp +include/boost/metaparse/v1/fail_at_first_char_expected.hpp +include/boost/metaparse/v1/fail_tag.hpp +include/boost/metaparse/v1/first_of.hpp +include/boost/metaparse/v1/foldl.hpp +include/boost/metaparse/v1/foldl1.hpp +include/boost/metaparse/v1/foldl_reject_incomplete.hpp +include/boost/metaparse/v1/foldl_reject_incomplete1.hpp +include/boost/metaparse/v1/foldl_reject_incomplete_start_with_parser.hpp +include/boost/metaparse/v1/foldl_start_with_parser.hpp +include/boost/metaparse/v1/foldr.hpp +include/boost/metaparse/v1/foldr1.hpp +include/boost/metaparse/v1/foldr_reject_incomplete.hpp +include/boost/metaparse/v1/foldr_reject_incomplete1.hpp +include/boost/metaparse/v1/foldr_start_with_parser.hpp +include/boost/metaparse/v1/fwd/accept.hpp +include/boost/metaparse/v1/fwd/build_parser.hpp +include/boost/metaparse/v1/fwd/get_col.hpp +include/boost/metaparse/v1/fwd/get_line.hpp +include/boost/metaparse/v1/fwd/get_message.hpp +include/boost/metaparse/v1/fwd/get_position.hpp +include/boost/metaparse/v1/fwd/get_prev_char.hpp +include/boost/metaparse/v1/fwd/get_remaining.hpp +include/boost/metaparse/v1/fwd/get_result.hpp +include/boost/metaparse/v1/fwd/next_char.hpp +include/boost/metaparse/v1/fwd/next_line.hpp +include/boost/metaparse/v1/fwd/reject.hpp +include/boost/metaparse/v1/fwd/source_position.hpp +include/boost/metaparse/v1/fwd/string.hpp +include/boost/metaparse/v1/get_col.hpp +include/boost/metaparse/v1/get_line.hpp +include/boost/metaparse/v1/get_message.hpp +include/boost/metaparse/v1/get_position.hpp +include/boost/metaparse/v1/get_prev_char.hpp +include/boost/metaparse/v1/get_remaining.hpp +include/boost/metaparse/v1/get_result.hpp +include/boost/metaparse/v1/grammar.hpp +include/boost/metaparse/v1/if_.hpp +include/boost/metaparse/v1/impl/apply_parser.hpp +include/boost/metaparse/v1/impl/assert_string_length.hpp +include/boost/metaparse/v1/impl/at_c.hpp +include/boost/metaparse/v1/impl/back_inserter.hpp +include/boost/metaparse/v1/impl/concat.hpp +include/boost/metaparse/v1/impl/empty_string.hpp +include/boost/metaparse/v1/impl/front_inserter.hpp +include/boost/metaparse/v1/impl/fwd/iterate_impl.hpp +include/boost/metaparse/v1/impl/has_type.hpp +include/boost/metaparse/v1/impl/is_any.hpp +include/boost/metaparse/v1/impl/is_char_c.hpp +include/boost/metaparse/v1/impl/iterate_impl.hpp +include/boost/metaparse/v1/impl/iterate_impl_unchecked.hpp +include/boost/metaparse/v1/impl/later_result.hpp +include/boost/metaparse/v1/impl/next_digit.hpp +include/boost/metaparse/v1/impl/no_char.hpp +include/boost/metaparse/v1/impl/nth_of_c.hpp +include/boost/metaparse/v1/impl/nth_of_c_impl.hpp +include/boost/metaparse/v1/impl/one_char_except_not_used.hpp +include/boost/metaparse/v1/impl/one_of.hpp +include/boost/metaparse/v1/impl/one_of_fwd_op.hpp +include/boost/metaparse/v1/impl/pop_back.hpp +include/boost/metaparse/v1/impl/pop_front.hpp +include/boost/metaparse/v1/impl/push_back_c.hpp +include/boost/metaparse/v1/impl/push_front_c.hpp +include/boost/metaparse/v1/impl/remove_trailing_no_chars.hpp +include/boost/metaparse/v1/impl/returns.hpp +include/boost/metaparse/v1/impl/sequence.hpp +include/boost/metaparse/v1/impl/sequence_impl.hpp +include/boost/metaparse/v1/impl/size.hpp +include/boost/metaparse/v1/impl/skip_seq.hpp +include/boost/metaparse/v1/impl/split_at_c.hpp +include/boost/metaparse/v1/impl/string_iterator.hpp +include/boost/metaparse/v1/impl/string_iterator_tag.hpp +include/boost/metaparse/v1/impl/update_c.hpp +include/boost/metaparse/v1/impl/void_.hpp +include/boost/metaparse/v1/int_.hpp +include/boost/metaparse/v1/is_error.hpp +include/boost/metaparse/v1/iterate.hpp +include/boost/metaparse/v1/iterate_c.hpp +include/boost/metaparse/v1/keyword.hpp +include/boost/metaparse/v1/last_of.hpp +include/boost/metaparse/v1/letter.hpp +include/boost/metaparse/v1/lit.hpp +include/boost/metaparse/v1/lit_c.hpp +include/boost/metaparse/v1/look_ahead.hpp +include/boost/metaparse/v1/middle_of.hpp +include/boost/metaparse/v1/next_char.hpp +include/boost/metaparse/v1/next_line.hpp +include/boost/metaparse/v1/nth_of.hpp +include/boost/metaparse/v1/nth_of_c.hpp +include/boost/metaparse/v1/one_char.hpp +include/boost/metaparse/v1/one_char_except.hpp +include/boost/metaparse/v1/one_char_except_c.hpp +include/boost/metaparse/v1/one_of.hpp +include/boost/metaparse/v1/one_of_c.hpp +include/boost/metaparse/v1/optional.hpp +include/boost/metaparse/v1/range.hpp +include/boost/metaparse/v1/range_c.hpp +include/boost/metaparse/v1/reject.hpp +include/boost/metaparse/v1/repeated.hpp +include/boost/metaparse/v1/repeated1.hpp +include/boost/metaparse/v1/repeated_one_of.hpp +include/boost/metaparse/v1/repeated_one_of1.hpp +include/boost/metaparse/v1/repeated_reject_incomplete.hpp +include/boost/metaparse/v1/repeated_reject_incomplete1.hpp +include/boost/metaparse/v1/return_.hpp +include/boost/metaparse/v1/sequence.hpp +include/boost/metaparse/v1/sequence_apply.hpp +include/boost/metaparse/v1/source_position.hpp +include/boost/metaparse/v1/source_position_tag.hpp +include/boost/metaparse/v1/space.hpp +include/boost/metaparse/v1/spaces.hpp +include/boost/metaparse/v1/start.hpp +include/boost/metaparse/v1/string.hpp +include/boost/metaparse/v1/string_tag.hpp +include/boost/metaparse/v1/swap.hpp +include/boost/metaparse/v1/token.hpp +include/boost/metaparse/v1/transform.hpp +include/boost/metaparse/v1/transform_error.hpp +include/boost/metaparse/v1/transform_error_message.hpp +include/boost/metaparse/v1/unless_error.hpp +include/boost/metaparse/v1/util/digit_to_int.hpp +include/boost/metaparse/v1/util/digit_to_int_c.hpp +include/boost/metaparse/v1/util/in_range.hpp +include/boost/metaparse/v1/util/in_range_c.hpp +include/boost/metaparse/v1/util/int_to_digit.hpp +include/boost/metaparse/v1/util/int_to_digit_c.hpp +include/boost/metaparse/v1/util/is_digit.hpp +include/boost/metaparse/v1/util/is_lcase_letter.hpp +include/boost/metaparse/v1/util/is_letter.hpp +include/boost/metaparse/v1/util/is_ucase_letter.hpp +include/boost/metaparse/v1/util/is_whitespace.hpp +include/boost/metaparse/v1/util/is_whitespace_c.hpp +include/boost/metaparse/version.hpp +include/boost/move/adl_move_swap.hpp +include/boost/move/algo/adaptive_merge.hpp +include/boost/move/algo/adaptive_sort.hpp +include/boost/move/algo/detail/adaptive_sort_merge.hpp +include/boost/move/algo/detail/basic_op.hpp +include/boost/move/algo/detail/bufferless_merge_sort.hpp +include/boost/move/algo/detail/insertion_sort.hpp +include/boost/move/algo/detail/merge.hpp +include/boost/move/algo/detail/merge_sort.hpp +include/boost/move/algo/move.hpp include/boost/move/algorithm.hpp include/boost/move/core.hpp +include/boost/move/default_delete.hpp include/boost/move/detail/config_begin.hpp include/boost/move/detail/config_end.hpp +include/boost/move/detail/destruct_n.hpp +include/boost/move/detail/fwd_macros.hpp +include/boost/move/detail/iterator_traits.hpp include/boost/move/detail/meta_utils.hpp +include/boost/move/detail/meta_utils_core.hpp include/boost/move/detail/move_helpers.hpp +include/boost/move/detail/placement_new.hpp +include/boost/move/detail/reverse_iterator.hpp +include/boost/move/detail/std_ns_begin.hpp +include/boost/move/detail/std_ns_end.hpp +include/boost/move/detail/type_traits.hpp +include/boost/move/detail/unique_ptr_meta_utils.hpp +include/boost/move/detail/workaround.hpp include/boost/move/iterator.hpp +include/boost/move/make_unique.hpp include/boost/move/move.hpp include/boost/move/traits.hpp +include/boost/move/unique_ptr.hpp include/boost/move/utility.hpp +include/boost/move/utility_core.hpp include/boost/mpi.hpp include/boost/mpi/allocator.hpp include/boost/mpi/collectives.hpp @@ -4314,9 +6112,11 @@ include/boost/mpi/collectives/all_reduce.hpp include/boost/mpi/collectives/all_to_all.hpp include/boost/mpi/collectives/broadcast.hpp include/boost/mpi/collectives/gather.hpp +include/boost/mpi/collectives/gatherv.hpp include/boost/mpi/collectives/reduce.hpp include/boost/mpi/collectives/scan.hpp include/boost/mpi/collectives/scatter.hpp +include/boost/mpi/collectives/scatterv.hpp include/boost/mpi/collectives_fwd.hpp include/boost/mpi/communicator.hpp include/boost/mpi/config.hpp @@ -4407,6 +6207,7 @@ include/boost/mpl/aux_/config/dtp.hpp include/boost/mpl/aux_/config/eti.hpp include/boost/mpl/aux_/config/forwarding.hpp include/boost/mpl/aux_/config/gcc.hpp +include/boost/mpl/aux_/config/gpu.hpp include/boost/mpl/aux_/config/has_apply.hpp include/boost/mpl/aux_/config/has_xxx.hpp include/boost/mpl/aux_/config/integral.hpp @@ -5190,6 +6991,7 @@ include/boost/mpl/map/aux_/erase_key_impl.hpp include/boost/mpl/map/aux_/has_key_impl.hpp include/boost/mpl/map/aux_/include_preprocessed.hpp include/boost/mpl/map/aux_/insert_impl.hpp +include/boost/mpl/map/aux_/insert_range_impl.hpp include/boost/mpl/map/aux_/item.hpp include/boost/mpl/map/aux_/iterator.hpp include/boost/mpl/map/aux_/key_type_impl.hpp @@ -5283,6 +7085,7 @@ include/boost/mpl/set/aux_/erase_key_impl.hpp include/boost/mpl/set/aux_/has_key_impl.hpp include/boost/mpl/set/aux_/include_preprocessed.hpp include/boost/mpl/set/aux_/insert_impl.hpp +include/boost/mpl/set/aux_/insert_range_impl.hpp include/boost/mpl/set/aux_/item.hpp include/boost/mpl/set/aux_/iterator.hpp include/boost/mpl/set/aux_/key_type_impl.hpp @@ -5482,6 +7285,7 @@ include/boost/multi_index/detail/auto_space.hpp include/boost/multi_index/detail/base_type.hpp include/boost/multi_index/detail/bidir_node_iterator.hpp include/boost/multi_index/detail/bucket_array.hpp +include/boost/multi_index/detail/cons_stdtuple.hpp include/boost/multi_index/detail/converter.hpp include/boost/multi_index/detail/copy_map.hpp include/boost/multi_index/detail/do_not_copy_elements_tag.hpp @@ -5498,21 +7302,24 @@ include/boost/multi_index/detail/index_node_base.hpp include/boost/multi_index/detail/index_saver.hpp include/boost/multi_index/detail/invariant_assert.hpp include/boost/multi_index/detail/is_index_list.hpp +include/boost/multi_index/detail/is_transparent.hpp include/boost/multi_index/detail/iter_adaptor.hpp include/boost/multi_index/detail/modify_key_adaptor.hpp -include/boost/multi_index/detail/msvc_index_specifier.hpp include/boost/multi_index/detail/no_duplicate_tags.hpp include/boost/multi_index/detail/node_type.hpp include/boost/multi_index/detail/ord_index_args.hpp +include/boost/multi_index/detail/ord_index_impl.hpp +include/boost/multi_index/detail/ord_index_impl_fwd.hpp include/boost/multi_index/detail/ord_index_node.hpp include/boost/multi_index/detail/ord_index_ops.hpp -include/boost/multi_index/detail/prevent_eti.hpp +include/boost/multi_index/detail/promotes_arg.hpp +include/boost/multi_index/detail/raw_ptr.hpp include/boost/multi_index/detail/rnd_index_loader.hpp include/boost/multi_index/detail/rnd_index_node.hpp include/boost/multi_index/detail/rnd_index_ops.hpp include/boost/multi_index/detail/rnd_index_ptr_array.hpp include/boost/multi_index/detail/rnd_node_iterator.hpp -include/boost/multi_index/detail/safe_ctr_proxy.hpp +include/boost/multi_index/detail/rnk_index_ops.hpp include/boost/multi_index/detail/safe_mode.hpp include/boost/multi_index/detail/scope_guard.hpp include/boost/multi_index/detail/seq_index_node.hpp @@ -5535,6 +7342,8 @@ include/boost/multi_index/ordered_index.hpp include/boost/multi_index/ordered_index_fwd.hpp include/boost/multi_index/random_access_index.hpp include/boost/multi_index/random_access_index_fwd.hpp +include/boost/multi_index/ranked_index.hpp +include/boost/multi_index/ranked_index_fwd.hpp include/boost/multi_index/safe_mode_errors.hpp include/boost/multi_index/sequenced_index.hpp include/boost/multi_index/sequenced_index_fwd.hpp @@ -5542,6 +7351,9 @@ include/boost/multi_index/tag.hpp include/boost/multi_index_container.hpp include/boost/multi_index_container_fwd.hpp include/boost/multiprecision/concepts/mp_number_archetypes.hpp +include/boost/multiprecision/cpp_bin_float.hpp +include/boost/multiprecision/cpp_bin_float/io.hpp +include/boost/multiprecision/cpp_bin_float/transcendental.hpp include/boost/multiprecision/cpp_dec_float.hpp include/boost/multiprecision/cpp_int.hpp include/boost/multiprecision/cpp_int/add.hpp @@ -5550,6 +7362,7 @@ include/boost/multiprecision/cpp_int/checked.hpp include/boost/multiprecision/cpp_int/comparison.hpp include/boost/multiprecision/cpp_int/cpp_int_config.hpp include/boost/multiprecision/cpp_int/divide.hpp +include/boost/multiprecision/cpp_int/import_export.hpp include/boost/multiprecision/cpp_int/limits.hpp include/boost/multiprecision/cpp_int/literals.hpp include/boost/multiprecision/cpp_int/misc.hpp @@ -5569,6 +7382,7 @@ include/boost/multiprecision/detail/functions/pow.hpp include/boost/multiprecision/detail/functions/trig.hpp include/boost/multiprecision/detail/generic_interconvert.hpp include/boost/multiprecision/detail/integer_ops.hpp +include/boost/multiprecision/detail/min_max.hpp include/boost/multiprecision/detail/no_et_ops.hpp include/boost/multiprecision/detail/number_base.hpp include/boost/multiprecision/detail/number_compare.hpp @@ -5588,6 +7402,8 @@ include/boost/multiprecision/rational_adaptor.hpp include/boost/multiprecision/tommath.hpp include/boost/multiprecision/traits/explicit_conversion.hpp include/boost/multiprecision/traits/extract_exponent_type.hpp +include/boost/multiprecision/traits/is_backend.hpp +include/boost/multiprecision/traits/is_byte_container.hpp include/boost/multiprecision/traits/is_restricted_conversion.hpp include/boost/next_prior.hpp include/boost/non_type.hpp @@ -5660,25 +7476,68 @@ include/boost/numeric/interval/rounding.hpp include/boost/numeric/interval/transc.hpp include/boost/numeric/interval/utility.hpp include/boost/numeric/odeint.hpp +include/boost/numeric/odeint/algebra/algebra_dispatcher.hpp include/boost/numeric/odeint/algebra/array_algebra.hpp include/boost/numeric/odeint/algebra/default_operations.hpp +include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp include/boost/numeric/odeint/algebra/detail/for_each.hpp include/boost/numeric/odeint/algebra/detail/macros.hpp -include/boost/numeric/odeint/algebra/detail/reduce.hpp +include/boost/numeric/odeint/algebra/detail/norm_inf.hpp include/boost/numeric/odeint/algebra/fusion_algebra.hpp +include/boost/numeric/odeint/algebra/fusion_algebra_dispatcher.hpp +include/boost/numeric/odeint/algebra/multi_array_algebra.hpp +include/boost/numeric/odeint/algebra/norm_result_type.hpp +include/boost/numeric/odeint/algebra/operations_dispatcher.hpp include/boost/numeric/odeint/algebra/range_algebra.hpp include/boost/numeric/odeint/algebra/vector_space_algebra.hpp include/boost/numeric/odeint/config.hpp +include/boost/numeric/odeint/external/blaze/blaze_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/blaze/blaze_resize.hpp +include/boost/numeric/odeint/external/compute/compute.hpp +include/boost/numeric/odeint/external/compute/compute_algebra.hpp +include/boost/numeric/odeint/external/compute/compute_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/compute/compute_operations.hpp +include/boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp +include/boost/numeric/odeint/external/compute/compute_resize.hpp +include/boost/numeric/odeint/external/eigen/eigen.hpp +include/boost/numeric/odeint/external/eigen/eigen_algebra.hpp +include/boost/numeric/odeint/external/eigen/eigen_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/eigen/eigen_resize.hpp include/boost/numeric/odeint/external/gsl/gsl_wrapper.hpp include/boost/numeric/odeint/external/mkl/mkl_operations.hpp +include/boost/numeric/odeint/external/mpi/mpi.hpp +include/boost/numeric/odeint/external/mpi/mpi_nested_algebra.hpp +include/boost/numeric/odeint/external/mpi/mpi_state.hpp +include/boost/numeric/odeint/external/mpi/mpi_vector_state.hpp include/boost/numeric/odeint/external/mtl4/implicit_euler_mtl4.hpp +include/boost/numeric/odeint/external/mtl4/mtl4.hpp +include/boost/numeric/odeint/external/mtl4/mtl4_algebra_dispatcher.hpp include/boost/numeric/odeint/external/mtl4/mtl4_resize.hpp +include/boost/numeric/odeint/external/nt2/nt2_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/nt2/nt2_copy.hpp +include/boost/numeric/odeint/external/nt2/nt2_norm_inf.hpp +include/boost/numeric/odeint/external/nt2/nt2_resize.hpp +include/boost/numeric/odeint/external/openmp/openmp.hpp +include/boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp +include/boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp +include/boost/numeric/odeint/external/openmp/openmp_state.hpp +include/boost/numeric/odeint/external/thrust/thrust.hpp include/boost/numeric/odeint/external/thrust/thrust_algebra.hpp +include/boost/numeric/odeint/external/thrust/thrust_algebra_dispatcher.hpp include/boost/numeric/odeint/external/thrust/thrust_operations.hpp +include/boost/numeric/odeint/external/thrust/thrust_operations_dispatcher.hpp include/boost/numeric/odeint/external/thrust/thrust_resize.hpp +include/boost/numeric/odeint/external/vexcl/vexcl.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_abs.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_algebra_dispatcher.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_copy.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_norm_inf.hpp include/boost/numeric/odeint/external/vexcl/vexcl_resize.hpp +include/boost/numeric/odeint/external/vexcl/vexcl_same_instance.hpp include/boost/numeric/odeint/external/viennacl/viennacl_operations.hpp include/boost/numeric/odeint/external/viennacl/viennacl_resize.hpp +include/boost/numeric/odeint/integrate/check_adapter.hpp +include/boost/numeric/odeint/integrate/detail/functors.hpp include/boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp include/boost/numeric/odeint/integrate/detail/integrate_const.hpp include/boost/numeric/odeint/integrate/detail/integrate_n_steps.hpp @@ -5688,8 +7547,34 @@ include/boost/numeric/odeint/integrate/integrate_adaptive.hpp include/boost/numeric/odeint/integrate/integrate_const.hpp include/boost/numeric/odeint/integrate/integrate_n_steps.hpp include/boost/numeric/odeint/integrate/integrate_times.hpp +include/boost/numeric/odeint/integrate/max_step_checker.hpp include/boost/numeric/odeint/integrate/null_observer.hpp include/boost/numeric/odeint/integrate/observer_collection.hpp +include/boost/numeric/odeint/iterator/adaptive_iterator.hpp +include/boost/numeric/odeint/iterator/adaptive_time_iterator.hpp +include/boost/numeric/odeint/iterator/const_step_iterator.hpp +include/boost/numeric/odeint/iterator/const_step_time_iterator.hpp +include/boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp +include/boost/numeric/odeint/iterator/impl/adaptive_iterator_impl.hpp +include/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp +include/boost/numeric/odeint/iterator/impl/n_step_iterator_impl.hpp +include/boost/numeric/odeint/iterator/impl/times_iterator_impl.hpp +include/boost/numeric/odeint/iterator/integrate/detail/functors.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_n_steps.hpp +include/boost/numeric/odeint/iterator/integrate/detail/integrate_times.hpp +include/boost/numeric/odeint/iterator/integrate/integrate.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_adaptive.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_const.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_n_steps.hpp +include/boost/numeric/odeint/iterator/integrate/integrate_times.hpp +include/boost/numeric/odeint/iterator/integrate/null_observer.hpp +include/boost/numeric/odeint/iterator/integrate/observer_collection.hpp +include/boost/numeric/odeint/iterator/n_step_iterator.hpp +include/boost/numeric/odeint/iterator/n_step_time_iterator.hpp +include/boost/numeric/odeint/iterator/times_iterator.hpp +include/boost/numeric/odeint/iterator/times_time_iterator.hpp include/boost/numeric/odeint/stepper/adams_bashforth.hpp include/boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp include/boost/numeric/odeint/stepper/adams_moulton.hpp @@ -5714,6 +7599,7 @@ include/boost/numeric/odeint/stepper/detail/rotating_buffer.hpp include/boost/numeric/odeint/stepper/euler.hpp include/boost/numeric/odeint/stepper/explicit_error_generic_rk.hpp include/boost/numeric/odeint/stepper/explicit_generic_rk.hpp +include/boost/numeric/odeint/stepper/extrapolation_stepper.hpp include/boost/numeric/odeint/stepper/generation.hpp include/boost/numeric/odeint/stepper/generation/generation_controlled_runge_kutta.hpp include/boost/numeric/odeint/stepper/generation/generation_dense_output_runge_kutta.hpp @@ -5739,17 +7625,24 @@ include/boost/numeric/odeint/stepper/stepper_categories.hpp include/boost/numeric/odeint/stepper/symplectic_euler.hpp include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan.hpp include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp +include/boost/numeric/odeint/stepper/velocity_verlet.hpp include/boost/numeric/odeint/util/bind.hpp include/boost/numeric/odeint/util/copy.hpp include/boost/numeric/odeint/util/detail/is_range.hpp include/boost/numeric/odeint/util/detail/less_with_sign.hpp include/boost/numeric/odeint/util/is_pair.hpp include/boost/numeric/odeint/util/is_resizeable.hpp +include/boost/numeric/odeint/util/multi_array_adaption.hpp +include/boost/numeric/odeint/util/n_ary_helper.hpp +include/boost/numeric/odeint/util/odeint_error.hpp include/boost/numeric/odeint/util/resize.hpp include/boost/numeric/odeint/util/resizer.hpp include/boost/numeric/odeint/util/same_instance.hpp include/boost/numeric/odeint/util/same_size.hpp +include/boost/numeric/odeint/util/split.hpp +include/boost/numeric/odeint/util/split_adaptor.hpp include/boost/numeric/odeint/util/state_wrapper.hpp +include/boost/numeric/odeint/util/stepper_traits.hpp include/boost/numeric/odeint/util/ublas_wrapper.hpp include/boost/numeric/odeint/util/unit_helper.hpp include/boost/numeric/odeint/util/unwrap_reference.hpp @@ -5781,6 +7674,7 @@ include/boost/numeric/ublas/matrix.hpp include/boost/numeric/ublas/matrix_expression.hpp include/boost/numeric/ublas/matrix_proxy.hpp include/boost/numeric/ublas/matrix_sparse.hpp +include/boost/numeric/ublas/matrix_vector.hpp include/boost/numeric/ublas/operation.hpp include/boost/numeric/ublas/operation/begin.hpp include/boost/numeric/ublas/operation/c_array.hpp @@ -5806,7 +7700,16 @@ include/boost/numeric/ublas/vector_of_vector.hpp include/boost/numeric/ublas/vector_proxy.hpp include/boost/numeric/ublas/vector_sparse.hpp include/boost/operators.hpp +include/boost/operators_v1.hpp include/boost/optional.hpp +include/boost/optional/bad_optional_access.hpp +include/boost/optional/detail/old_optional_implementation.hpp +include/boost/optional/detail/optional_aligned_storage.hpp +include/boost/optional/detail/optional_config.hpp +include/boost/optional/detail/optional_factory_support.hpp +include/boost/optional/detail/optional_reference_spec.hpp +include/boost/optional/detail/optional_relops.hpp +include/boost/optional/detail/optional_swap.hpp include/boost/optional/optional.hpp include/boost/optional/optional_fwd.hpp include/boost/optional/optional_io.hpp @@ -5843,7 +7746,6 @@ include/boost/parameter/python.hpp include/boost/parameter/value_type.hpp include/boost/pending/bucket_sorter.hpp include/boost/pending/container_traits.hpp -include/boost/pending/cstddef.hpp include/boost/pending/detail/disjoint_sets.hpp include/boost/pending/detail/int_iterator.hpp include/boost/pending/detail/property.hpp @@ -5902,12 +7804,14 @@ include/boost/phoenix/bind/preprocessed/bind_member_function_20.hpp include/boost/phoenix/bind/preprocessed/bind_member_function_30.hpp include/boost/phoenix/bind/preprocessed/bind_member_function_40.hpp include/boost/phoenix/bind/preprocessed/bind_member_function_50.hpp +include/boost/phoenix/config.hpp include/boost/phoenix/core.hpp include/boost/phoenix/core/actor.hpp include/boost/phoenix/core/argument.hpp include/boost/phoenix/core/arity.hpp include/boost/phoenix/core/as_actor.hpp include/boost/phoenix/core/call.hpp +include/boost/phoenix/core/debug.hpp include/boost/phoenix/core/detail/actor_operator.hpp include/boost/phoenix/core/detail/actor_result_of.hpp include/boost/phoenix/core/detail/argument.hpp @@ -5951,6 +7855,7 @@ include/boost/phoenix/core/expression.hpp include/boost/phoenix/core/function_equal.hpp include/boost/phoenix/core/is_actor.hpp include/boost/phoenix/core/is_nullary.hpp +include/boost/phoenix/core/is_value.hpp include/boost/phoenix/core/limits.hpp include/boost/phoenix/core/meta_grammar.hpp include/boost/phoenix/core/nothing.hpp @@ -5961,7 +7866,6 @@ include/boost/phoenix/core/preprocessed/actor_30.hpp include/boost/phoenix/core/preprocessed/actor_40.hpp include/boost/phoenix/core/preprocessed/actor_50.hpp include/boost/phoenix/core/preprocessed/argument.hpp -include/boost/phoenix/core/preprocessed/argument_10.hpp include/boost/phoenix/core/preprocessed/argument_no_predefined_10.hpp include/boost/phoenix/core/preprocessed/argument_no_predefined_20.hpp include/boost/phoenix/core/preprocessed/argument_no_predefined_30.hpp @@ -5994,20 +7898,19 @@ include/boost/phoenix/function.hpp include/boost/phoenix/function/adapt_callable.hpp include/boost/phoenix/function/adapt_function.hpp include/boost/phoenix/function/detail/function_operator.hpp -include/boost/phoenix/function/detail/function_result_of.hpp include/boost/phoenix/function/detail/preprocessed/function_operator.hpp include/boost/phoenix/function/detail/preprocessed/function_operator_10.hpp include/boost/phoenix/function/detail/preprocessed/function_operator_20.hpp include/boost/phoenix/function/detail/preprocessed/function_operator_30.hpp include/boost/phoenix/function/detail/preprocessed/function_operator_40.hpp include/boost/phoenix/function/detail/preprocessed/function_operator_50.hpp -include/boost/phoenix/function/detail/preprocessed/function_result_of.hpp -include/boost/phoenix/function/detail/preprocessed/function_result_of_10.hpp -include/boost/phoenix/function/detail/preprocessed/function_result_of_20.hpp -include/boost/phoenix/function/detail/preprocessed/function_result_of_30.hpp -include/boost/phoenix/function/detail/preprocessed/function_result_of_40.hpp -include/boost/phoenix/function/detail/preprocessed/function_result_of_50.hpp include/boost/phoenix/function/function.hpp +include/boost/phoenix/function/lazy_list.hpp +include/boost/phoenix/function/lazy_operator.hpp +include/boost/phoenix/function/lazy_prelude.hpp +include/boost/phoenix/function/lazy_reuse.hpp +include/boost/phoenix/function/lazy_signature.hpp +include/boost/phoenix/function/lazy_smart.hpp include/boost/phoenix/fusion.hpp include/boost/phoenix/fusion/at.hpp include/boost/phoenix/object.hpp @@ -6158,8 +8061,10 @@ include/boost/phoenix/stl/algorithm/detail/is_std_hash_set.hpp include/boost/phoenix/stl/algorithm/detail/is_std_list.hpp include/boost/phoenix/stl/algorithm/detail/is_std_map.hpp include/boost/phoenix/stl/algorithm/detail/is_std_set.hpp +include/boost/phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp include/boost/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp include/boost/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp +include/boost/phoenix/stl/algorithm/detail/std_unordered_set_or_map_fwd.hpp include/boost/phoenix/stl/algorithm/iteration.hpp include/boost/phoenix/stl/algorithm/querying.hpp include/boost/phoenix/stl/algorithm/transformation.hpp @@ -6246,6 +8151,8 @@ include/boost/polygon/voronoi.hpp include/boost/polygon/voronoi_builder.hpp include/boost/polygon/voronoi_diagram.hpp include/boost/polygon/voronoi_geometry_type.hpp +include/boost/polymorphic_cast.hpp +include/boost/polymorphic_pointer_cast.hpp include/boost/pool/detail/guard.hpp include/boost/pool/detail/mutex.hpp include/boost/pool/detail/pool_construct.ipp @@ -6309,9 +8216,22 @@ include/boost/predef/compiler/visualc.h include/boost/predef/compiler/watcom.h include/boost/predef/detail/_cassert.h include/boost/predef/detail/_exception.h +include/boost/predef/detail/comp_detected.h include/boost/predef/detail/endian_compat.h include/boost/predef/detail/os_detected.h +include/boost/predef/detail/platform_detected.h include/boost/predef/detail/test.h +include/boost/predef/detail/test_def.h +include/boost/predef/hardware.h +include/boost/predef/hardware/simd.h +include/boost/predef/hardware/simd/arm.h +include/boost/predef/hardware/simd/arm/versions.h +include/boost/predef/hardware/simd/ppc.h +include/boost/predef/hardware/simd/ppc/versions.h +include/boost/predef/hardware/simd/x86.h +include/boost/predef/hardware/simd/x86/versions.h +include/boost/predef/hardware/simd/x86_amd.h +include/boost/predef/hardware/simd/x86_amd/versions.h include/boost/predef/language.h include/boost/predef/language/objc.h include/boost/predef/language/stdc.h @@ -6348,7 +8268,9 @@ include/boost/predef/os/bsd/free.h include/boost/predef/os/bsd/net.h include/boost/predef/os/bsd/open.h include/boost/predef/os/cygwin.h +include/boost/predef/os/haiku.h include/boost/predef/os/hpux.h +include/boost/predef/os/ios.h include/boost/predef/os/irix.h include/boost/predef/os/linux.h include/boost/predef/os/macos.h @@ -6362,6 +8284,11 @@ include/boost/predef/other.h include/boost/predef/other/endian.h include/boost/predef/platform.h include/boost/predef/platform/mingw.h +include/boost/predef/platform/windows_desktop.h +include/boost/predef/platform/windows_phone.h +include/boost/predef/platform/windows_runtime.h +include/boost/predef/platform/windows_store.h +include/boost/predef/version.h include/boost/predef/version_number.h include/boost/preprocessor.hpp include/boost/preprocessor/arithmetic.hpp @@ -6375,6 +8302,7 @@ include/boost/preprocessor/arithmetic/mul.hpp include/boost/preprocessor/arithmetic/sub.hpp include/boost/preprocessor/array.hpp include/boost/preprocessor/array/data.hpp +include/boost/preprocessor/array/detail/get_data.hpp include/boost/preprocessor/array/elem.hpp include/boost/preprocessor/array/enum.hpp include/boost/preprocessor/array/insert.hpp @@ -6437,6 +8365,7 @@ include/boost/preprocessor/expand.hpp include/boost/preprocessor/expr_if.hpp include/boost/preprocessor/facilities.hpp include/boost/preprocessor/facilities/apply.hpp +include/boost/preprocessor/facilities/detail/is_empty.hpp include/boost/preprocessor/facilities/empty.hpp include/boost/preprocessor/facilities/expand.hpp include/boost/preprocessor/facilities/identity.hpp @@ -6444,6 +8373,7 @@ include/boost/preprocessor/facilities/intercept.hpp include/boost/preprocessor/facilities/is_1.hpp include/boost/preprocessor/facilities/is_empty.hpp include/boost/preprocessor/facilities/is_empty_or_1.hpp +include/boost/preprocessor/facilities/is_empty_variadic.hpp include/boost/preprocessor/facilities/overload.hpp include/boost/preprocessor/for.hpp include/boost/preprocessor/identity.hpp @@ -6523,8 +8453,11 @@ include/boost/preprocessor/min.hpp include/boost/preprocessor/punctuation.hpp include/boost/preprocessor/punctuation/comma.hpp include/boost/preprocessor/punctuation/comma_if.hpp +include/boost/preprocessor/punctuation/detail/is_begin_parens.hpp +include/boost/preprocessor/punctuation/is_begin_parens.hpp include/boost/preprocessor/punctuation/paren.hpp include/boost/preprocessor/punctuation/paren_if.hpp +include/boost/preprocessor/punctuation/remove_parens.hpp include/boost/preprocessor/repeat.hpp include/boost/preprocessor/repeat_2nd.hpp include/boost/preprocessor/repeat_3rd.hpp @@ -6558,6 +8491,7 @@ include/boost/preprocessor/selection/min.hpp include/boost/preprocessor/seq.hpp include/boost/preprocessor/seq/cat.hpp include/boost/preprocessor/seq/detail/binary_transform.hpp +include/boost/preprocessor/seq/detail/is_empty.hpp include/boost/preprocessor/seq/detail/split.hpp include/boost/preprocessor/seq/elem.hpp include/boost/preprocessor/seq/enum.hpp @@ -6584,6 +8518,7 @@ include/boost/preprocessor/seq/to_array.hpp include/boost/preprocessor/seq/to_list.hpp include/boost/preprocessor/seq/to_tuple.hpp include/boost/preprocessor/seq/transform.hpp +include/boost/preprocessor/seq/variadic_seq_to_seq.hpp include/boost/preprocessor/slot.hpp include/boost/preprocessor/slot/counter.hpp include/boost/preprocessor/slot/detail/counter.hpp @@ -6597,16 +8532,25 @@ include/boost/preprocessor/slot/detail/slot5.hpp include/boost/preprocessor/slot/slot.hpp include/boost/preprocessor/stringize.hpp include/boost/preprocessor/tuple.hpp +include/boost/preprocessor/tuple/detail/is_single_return.hpp include/boost/preprocessor/tuple/eat.hpp include/boost/preprocessor/tuple/elem.hpp include/boost/preprocessor/tuple/enum.hpp +include/boost/preprocessor/tuple/insert.hpp +include/boost/preprocessor/tuple/pop_back.hpp +include/boost/preprocessor/tuple/pop_front.hpp +include/boost/preprocessor/tuple/push_back.hpp +include/boost/preprocessor/tuple/push_front.hpp include/boost/preprocessor/tuple/rem.hpp +include/boost/preprocessor/tuple/remove.hpp +include/boost/preprocessor/tuple/replace.hpp include/boost/preprocessor/tuple/reverse.hpp include/boost/preprocessor/tuple/size.hpp include/boost/preprocessor/tuple/to_array.hpp include/boost/preprocessor/tuple/to_list.hpp include/boost/preprocessor/tuple/to_seq.hpp include/boost/preprocessor/variadic.hpp +include/boost/preprocessor/variadic/detail/is_single_return.hpp include/boost/preprocessor/variadic/elem.hpp include/boost/preprocessor/variadic/size.hpp include/boost/preprocessor/variadic/to_array.hpp @@ -6638,11 +8582,18 @@ include/boost/progress.hpp include/boost/property_map/compose_property_map.hpp include/boost/property_map/dynamic_property_map.hpp include/boost/property_map/function_property_map.hpp +include/boost/property_map/parallel/basic_reduce.hpp include/boost/property_map/parallel/caching_property_map.hpp +include/boost/property_map/parallel/detail/untracked_pair.hpp include/boost/property_map/parallel/distributed_property_map.hpp include/boost/property_map/parallel/global_index_map.hpp include/boost/property_map/parallel/impl/distributed_property_map.ipp include/boost/property_map/parallel/local_property_map.hpp +include/boost/property_map/parallel/parallel_property_maps.hpp +include/boost/property_map/parallel/process_group.hpp +include/boost/property_map/parallel/simple_trigger.hpp +include/boost/property_map/parallel/unsafe_serialize.hpp +include/boost/property_map/parallel/vector_property_map.hpp include/boost/property_map/property_map.hpp include/boost/property_map/property_map_iterator.hpp include/boost/property_map/shared_array_property_map.hpp @@ -6655,9 +8606,6 @@ include/boost/property_tree/detail/info_parser_read.hpp include/boost/property_tree/detail/info_parser_utils.hpp include/boost/property_tree/detail/info_parser_write.hpp include/boost/property_tree/detail/info_parser_writer_settings.hpp -include/boost/property_tree/detail/json_parser_error.hpp -include/boost/property_tree/detail/json_parser_read.hpp -include/boost/property_tree/detail/json_parser_write.hpp include/boost/property_tree/detail/ptree_implementation.hpp include/boost/property_tree/detail/ptree_utils.hpp include/boost/property_tree/detail/rapidxml.hpp @@ -6672,6 +8620,13 @@ include/boost/property_tree/id_translator.hpp include/boost/property_tree/info_parser.hpp include/boost/property_tree/ini_parser.hpp include/boost/property_tree/json_parser.hpp +include/boost/property_tree/json_parser/detail/narrow_encoding.hpp +include/boost/property_tree/json_parser/detail/parser.hpp +include/boost/property_tree/json_parser/detail/read.hpp +include/boost/property_tree/json_parser/detail/standard_callbacks.hpp +include/boost/property_tree/json_parser/detail/wide_encoding.hpp +include/boost/property_tree/json_parser/detail/write.hpp +include/boost/property_tree/json_parser/error.hpp include/boost/property_tree/ptree.hpp include/boost/property_tree/ptree_fwd.hpp include/boost/property_tree/ptree_serialization.hpp @@ -6970,7 +8925,6 @@ include/boost/python/detail/target.hpp include/boost/python/detail/translate_exception.hpp include/boost/python/detail/type_list.hpp include/boost/python/detail/type_list_impl.hpp -include/boost/python/detail/type_list_impl_no_pts.hpp include/boost/python/detail/unwind_type.hpp include/boost/python/detail/unwrap_type_id.hpp include/boost/python/detail/unwrap_wrapper.hpp @@ -7081,9 +9035,78 @@ include/boost/python/tuple.hpp include/boost/python/type_id.hpp include/boost/python/with_custodian_and_ward.hpp include/boost/python/wrapper.hpp +include/boost/qvm/all.hpp +include/boost/qvm/assert.hpp +include/boost/qvm/deduce_mat.hpp +include/boost/qvm/deduce_quat.hpp +include/boost/qvm/deduce_scalar.hpp +include/boost/qvm/deduce_vec.hpp +include/boost/qvm/detail/cofactor_impl.hpp +include/boost/qvm/detail/determinant_impl.hpp +include/boost/qvm/detail/remove_const.hpp +include/boost/qvm/detail/swizzle_traits.hpp +include/boost/qvm/detail/transp_impl.hpp +include/boost/qvm/enable_if.hpp +include/boost/qvm/error.hpp +include/boost/qvm/gen/mat_operations2.hpp +include/boost/qvm/gen/mat_operations3.hpp +include/boost/qvm/gen/mat_operations4.hpp +include/boost/qvm/gen/swizzle2.hpp +include/boost/qvm/gen/swizzle3.hpp +include/boost/qvm/gen/swizzle4.hpp +include/boost/qvm/gen/vec_mat_operations2.hpp +include/boost/qvm/gen/vec_mat_operations3.hpp +include/boost/qvm/gen/vec_mat_operations4.hpp +include/boost/qvm/gen/vec_operations2.hpp +include/boost/qvm/gen/vec_operations3.hpp +include/boost/qvm/gen/vec_operations4.hpp +include/boost/qvm/inline.hpp +include/boost/qvm/map.hpp +include/boost/qvm/map_mat_mat.hpp +include/boost/qvm/map_mat_vec.hpp +include/boost/qvm/map_vec_mat.hpp +include/boost/qvm/mat.hpp +include/boost/qvm/mat_access.hpp +include/boost/qvm/mat_index.hpp +include/boost/qvm/mat_operations.hpp +include/boost/qvm/mat_operations2.hpp +include/boost/qvm/mat_operations3.hpp +include/boost/qvm/mat_operations4.hpp +include/boost/qvm/mat_traits.hpp +include/boost/qvm/mat_traits_array.hpp +include/boost/qvm/math.hpp +include/boost/qvm/operations.hpp +include/boost/qvm/quat.hpp +include/boost/qvm/quat_access.hpp +include/boost/qvm/quat_operations.hpp +include/boost/qvm/quat_traits.hpp +include/boost/qvm/quat_traits_array.hpp +include/boost/qvm/quat_vec_operations.hpp +include/boost/qvm/scalar_traits.hpp +include/boost/qvm/static_assert.hpp +include/boost/qvm/swizzle.hpp +include/boost/qvm/swizzle2.hpp +include/boost/qvm/swizzle3.hpp +include/boost/qvm/swizzle4.hpp +include/boost/qvm/throw_exception.hpp +include/boost/qvm/to_string.hpp +include/boost/qvm/vec.hpp +include/boost/qvm/vec_access.hpp +include/boost/qvm/vec_index.hpp +include/boost/qvm/vec_mat_operations.hpp +include/boost/qvm/vec_mat_operations2.hpp +include/boost/qvm/vec_mat_operations3.hpp +include/boost/qvm/vec_mat_operations4.hpp +include/boost/qvm/vec_operations.hpp +include/boost/qvm/vec_operations2.hpp +include/boost/qvm/vec_operations3.hpp +include/boost/qvm/vec_operations4.hpp +include/boost/qvm/vec_traits.hpp +include/boost/qvm/vec_traits_array.hpp include/boost/random.hpp include/boost/random/additive_combine.hpp include/boost/random/bernoulli_distribution.hpp +include/boost/random/beta_distribution.hpp include/boost/random/binomial_distribution.hpp include/boost/random/cauchy_distribution.hpp include/boost/random/chi_squared_distribution.hpp @@ -7098,6 +9121,7 @@ include/boost/random/detail/integer_log2.hpp include/boost/random/detail/iterator_mixin.hpp include/boost/random/detail/large_arithmetic.hpp include/boost/random/detail/operators.hpp +include/boost/random/detail/polynomial.hpp include/boost/random/detail/ptr_helper.hpp include/boost/random/detail/seed.hpp include/boost/random/detail/seed_impl.hpp @@ -7112,14 +9136,17 @@ include/boost/random/fisher_f_distribution.hpp include/boost/random/gamma_distribution.hpp include/boost/random/generate_canonical.hpp include/boost/random/geometric_distribution.hpp +include/boost/random/hyperexponential_distribution.hpp include/boost/random/independent_bits.hpp include/boost/random/inversive_congruential.hpp include/boost/random/lagged_fibonacci.hpp +include/boost/random/laplace_distribution.hpp include/boost/random/linear_congruential.hpp include/boost/random/linear_feedback_shift.hpp include/boost/random/lognormal_distribution.hpp include/boost/random/mersenne_twister.hpp include/boost/random/negative_binomial_distribution.hpp +include/boost/random/non_central_chi_squared_distribution.hpp include/boost/random/normal_distribution.hpp include/boost/random/piecewise_constant_distribution.hpp include/boost/random/piecewise_linear_distribution.hpp @@ -7133,6 +9160,7 @@ include/boost/random/shuffle_output.hpp include/boost/random/student_t_distribution.hpp include/boost/random/subtract_with_carry.hpp include/boost/random/taus88.hpp +include/boost/random/traits.hpp include/boost/random/triangle_distribution.hpp include/boost/random/uniform_01.hpp include/boost/random/uniform_int.hpp @@ -7150,6 +9178,7 @@ include/boost/range/adaptor/argument_fwd.hpp include/boost/range/adaptor/copied.hpp include/boost/range/adaptor/define_adaptor.hpp include/boost/range/adaptor/filtered.hpp +include/boost/range/adaptor/formatted.hpp include/boost/range/adaptor/indexed.hpp include/boost/range/adaptor/indirected.hpp include/boost/range/adaptor/map.hpp @@ -7247,30 +9276,32 @@ include/boost/range/detail/as_literal.hpp include/boost/range/detail/begin.hpp include/boost/range/detail/collection_traits.hpp include/boost/range/detail/collection_traits_detail.hpp +include/boost/range/detail/combine_cxx03.hpp +include/boost/range/detail/combine_cxx11.hpp +include/boost/range/detail/combine_no_rvalue.hpp +include/boost/range/detail/combine_rvalue.hpp include/boost/range/detail/common.hpp -include/boost/range/detail/const_iterator.hpp +include/boost/range/detail/default_constructible_unary_fn.hpp include/boost/range/detail/demote_iterator_traversal_tag.hpp include/boost/range/detail/detail_str.hpp include/boost/range/detail/difference_type.hpp include/boost/range/detail/empty.hpp include/boost/range/detail/end.hpp include/boost/range/detail/extract_optional_type.hpp +include/boost/range/detail/has_member_size.hpp include/boost/range/detail/implementation_help.hpp -include/boost/range/detail/iterator.hpp include/boost/range/detail/join_iterator.hpp include/boost/range/detail/microsoft.hpp include/boost/range/detail/misc_concept.hpp +include/boost/range/detail/msvc_has_iterator_workaround.hpp include/boost/range/detail/range_return.hpp include/boost/range/detail/remove_extent.hpp include/boost/range/detail/safe_bool.hpp include/boost/range/detail/sfinae.hpp -include/boost/range/detail/size.hpp include/boost/range/detail/size_type.hpp include/boost/range/detail/sizer.hpp include/boost/range/detail/str_types.hpp include/boost/range/detail/value_type.hpp -include/boost/range/detail/vc6/end.hpp -include/boost/range/detail/vc6/size.hpp include/boost/range/difference_type.hpp include/boost/range/distance.hpp include/boost/range/empty.hpp @@ -7282,13 +9313,16 @@ include/boost/range/istream_range.hpp include/boost/range/iterator.hpp include/boost/range/iterator_range.hpp include/boost/range/iterator_range_core.hpp +include/boost/range/iterator_range_hash.hpp include/boost/range/iterator_range_io.hpp include/boost/range/join.hpp include/boost/range/metafunctions.hpp include/boost/range/mfc.hpp +include/boost/range/mfc_map.hpp include/boost/range/mutable_iterator.hpp include/boost/range/numeric.hpp include/boost/range/pointer.hpp +include/boost/range/range_fwd.hpp include/boost/range/rbegin.hpp include/boost/range/reference.hpp include/boost/range/rend.hpp @@ -7298,6 +9332,7 @@ include/boost/range/reverse_result_iterator.hpp include/boost/range/size.hpp include/boost/range/size_type.hpp include/boost/range/sub_range.hpp +include/boost/range/traversal.hpp include/boost/range/value_type.hpp include/boost/ratio.hpp include/boost/ratio/config.hpp @@ -7331,7 +9366,6 @@ include/boost/ratio/mpl/times.hpp include/boost/ratio/ratio.hpp include/boost/ratio/ratio_fwd.hpp include/boost/ratio/ratio_io.hpp -include/boost/ratio/ratio_static_string.hpp include/boost/rational.hpp include/boost/ref.hpp include/boost/regex.h @@ -7396,11 +9430,15 @@ include/boost/scope_exit.hpp include/boost/scoped_array.hpp include/boost/scoped_ptr.hpp include/boost/serialization/access.hpp +include/boost/serialization/archive_input_unordered_map.hpp +include/boost/serialization/archive_input_unordered_set.hpp include/boost/serialization/array.hpp include/boost/serialization/assume_abstract.hpp include/boost/serialization/base_object.hpp include/boost/serialization/binary_object.hpp include/boost/serialization/bitset.hpp +include/boost/serialization/boost_unordered_map.hpp +include/boost/serialization/boost_unordered_set.hpp include/boost/serialization/collection_size_type.hpp include/boost/serialization/collection_traits.hpp include/boost/serialization/collections_load_imp.hpp @@ -7409,6 +9447,7 @@ include/boost/serialization/complex.hpp include/boost/serialization/config.hpp include/boost/serialization/deque.hpp include/boost/serialization/detail/get_data.hpp +include/boost/serialization/detail/is_default_constructible.hpp include/boost/serialization/detail/shared_count_132.hpp include/boost/serialization/detail/shared_ptr_132.hpp include/boost/serialization/detail/shared_ptr_nmt_132.hpp @@ -7420,6 +9459,7 @@ include/boost/serialization/extended_type_info_no_rtti.hpp include/boost/serialization/extended_type_info_typeid.hpp include/boost/serialization/factory.hpp include/boost/serialization/force_include.hpp +include/boost/serialization/forward_list.hpp include/boost/serialization/hash_collections_load_imp.hpp include/boost/serialization/hash_collections_save_imp.hpp include/boost/serialization/hash_map.hpp @@ -7432,17 +9472,20 @@ include/boost/serialization/list.hpp include/boost/serialization/map.hpp include/boost/serialization/nvp.hpp include/boost/serialization/optional.hpp -include/boost/serialization/pfto.hpp +include/boost/serialization/priority_queue.hpp +include/boost/serialization/queue.hpp include/boost/serialization/scoped_ptr.hpp include/boost/serialization/serialization.hpp include/boost/serialization/set.hpp include/boost/serialization/shared_ptr.hpp include/boost/serialization/shared_ptr_132.hpp +include/boost/serialization/shared_ptr_helper.hpp include/boost/serialization/singleton.hpp include/boost/serialization/slist.hpp include/boost/serialization/smart_cast.hpp include/boost/serialization/split_free.hpp include/boost/serialization/split_member.hpp +include/boost/serialization/stack.hpp include/boost/serialization/state_saver.hpp include/boost/serialization/static_warning.hpp include/boost/serialization/string.hpp @@ -7452,6 +9495,11 @@ include/boost/serialization/tracking.hpp include/boost/serialization/tracking_enum.hpp include/boost/serialization/traits.hpp include/boost/serialization/type_info_implementation.hpp +include/boost/serialization/unique_ptr.hpp +include/boost/serialization/unordered_collections_load_imp.hpp +include/boost/serialization/unordered_collections_save_imp.hpp +include/boost/serialization/unordered_map.hpp +include/boost/serialization/unordered_set.hpp include/boost/serialization/utility.hpp include/boost/serialization/valarray.hpp include/boost/serialization/variant.hpp @@ -7532,31 +9580,32 @@ include/boost/signals2/variadic_slot.hpp include/boost/smart_ptr.hpp include/boost/smart_ptr/allocate_shared_array.hpp include/boost/smart_ptr/bad_weak_ptr.hpp -include/boost/smart_ptr/detail/allocate_array_helper.hpp -include/boost/smart_ptr/detail/array_deleter.hpp +include/boost/smart_ptr/detail/array_allocator.hpp +include/boost/smart_ptr/detail/array_count_impl.hpp include/boost/smart_ptr/detail/array_traits.hpp include/boost/smart_ptr/detail/array_utility.hpp include/boost/smart_ptr/detail/atomic_count.hpp include/boost/smart_ptr/detail/atomic_count_gcc.hpp include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp -include/boost/smart_ptr/detail/atomic_count_pthreads.hpp +include/boost/smart_ptr/detail/atomic_count_nt.hpp +include/boost/smart_ptr/detail/atomic_count_pt.hpp include/boost/smart_ptr/detail/atomic_count_solaris.hpp +include/boost/smart_ptr/detail/atomic_count_spin.hpp +include/boost/smart_ptr/detail/atomic_count_std_atomic.hpp include/boost/smart_ptr/detail/atomic_count_sync.hpp include/boost/smart_ptr/detail/atomic_count_win32.hpp include/boost/smart_ptr/detail/lightweight_mutex.hpp include/boost/smart_ptr/detail/lwm_nop.hpp include/boost/smart_ptr/detail/lwm_pthreads.hpp include/boost/smart_ptr/detail/lwm_win32_cs.hpp -include/boost/smart_ptr/detail/make_array_helper.hpp include/boost/smart_ptr/detail/operator_bool.hpp include/boost/smart_ptr/detail/quick_allocator.hpp -include/boost/smart_ptr/detail/shared_array_nmt.hpp include/boost/smart_ptr/detail/shared_count.hpp -include/boost/smart_ptr/detail/shared_ptr_nmt.hpp include/boost/smart_ptr/detail/sp_convertible.hpp include/boost/smart_ptr/detail/sp_counted_base.hpp include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp include/boost/smart_ptr/detail/sp_counted_base_aix.hpp +include/boost/smart_ptr/detail/sp_counted_base_clang.hpp include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp include/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp @@ -7569,19 +9618,23 @@ include/boost/smart_ptr/detail/sp_counted_base_pt.hpp include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp include/boost/smart_ptr/detail/sp_counted_base_solaris.hpp include/boost/smart_ptr/detail/sp_counted_base_spin.hpp +include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp include/boost/smart_ptr/detail/sp_counted_base_sync.hpp include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp include/boost/smart_ptr/detail/sp_counted_base_w32.hpp include/boost/smart_ptr/detail/sp_counted_impl.hpp +include/boost/smart_ptr/detail/sp_disable_deprecated.hpp include/boost/smart_ptr/detail/sp_forward.hpp include/boost/smart_ptr/detail/sp_has_sync.hpp include/boost/smart_ptr/detail/sp_if_array.hpp +include/boost/smart_ptr/detail/sp_interlocked.hpp include/boost/smart_ptr/detail/sp_nullptr_t.hpp include/boost/smart_ptr/detail/spinlock.hpp include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp include/boost/smart_ptr/detail/spinlock_nt.hpp include/boost/smart_ptr/detail/spinlock_pool.hpp include/boost/smart_ptr/detail/spinlock_pt.hpp +include/boost/smart_ptr/detail/spinlock_std_atomic.hpp include/boost/smart_ptr/detail/spinlock_sync.hpp include/boost/smart_ptr/detail/spinlock_w32.hpp include/boost/smart_ptr/detail/yield_k.hpp @@ -7592,12 +9645,23 @@ include/boost/smart_ptr/intrusive_ref_counter.hpp include/boost/smart_ptr/make_shared.hpp include/boost/smart_ptr/make_shared_array.hpp include/boost/smart_ptr/make_shared_object.hpp +include/boost/smart_ptr/make_unique.hpp include/boost/smart_ptr/owner_less.hpp include/boost/smart_ptr/scoped_array.hpp include/boost/smart_ptr/scoped_ptr.hpp include/boost/smart_ptr/shared_array.hpp include/boost/smart_ptr/shared_ptr.hpp include/boost/smart_ptr/weak_ptr.hpp +include/boost/sort/sort.hpp +include/boost/sort/spreadsort/detail/constants.hpp +include/boost/sort/spreadsort/detail/float_sort.hpp +include/boost/sort/spreadsort/detail/integer_sort.hpp +include/boost/sort/spreadsort/detail/spreadsort_common.hpp +include/boost/sort/spreadsort/detail/string_sort.hpp +include/boost/sort/spreadsort/float_sort.hpp +include/boost/sort/spreadsort/integer_sort.hpp +include/boost/sort/spreadsort/spreadsort.hpp +include/boost/sort/spreadsort/string_sort.hpp include/boost/spirit.hpp include/boost/spirit/home/classic.hpp include/boost/spirit/home/classic/actor.hpp @@ -7944,125 +10008,6 @@ include/boost/spirit/home/lex/qi/state_switcher.hpp include/boost/spirit/home/lex/reference.hpp include/boost/spirit/home/lex/tokenize_and_parse.hpp include/boost/spirit/home/lex/tokenize_and_parse_attr.hpp -include/boost/spirit/home/phoenix.hpp -include/boost/spirit/home/phoenix/algorithm.hpp -include/boost/spirit/home/phoenix/bind.hpp -include/boost/spirit/home/phoenix/bind/bind_function.hpp -include/boost/spirit/home/phoenix/bind/bind_function_object.hpp -include/boost/spirit/home/phoenix/bind/bind_member_function.hpp -include/boost/spirit/home/phoenix/bind/bind_member_variable.hpp -include/boost/spirit/home/phoenix/bind/detail/bind_function.hpp -include/boost/spirit/home/phoenix/bind/detail/bind_function_object.hpp -include/boost/spirit/home/phoenix/bind/detail/bind_member_function.hpp -include/boost/spirit/home/phoenix/bind/detail/function_ptr.hpp -include/boost/spirit/home/phoenix/bind/detail/member_function_ptr.hpp -include/boost/spirit/home/phoenix/container.hpp -include/boost/spirit/home/phoenix/core.hpp -include/boost/spirit/home/phoenix/core/actor.hpp -include/boost/spirit/home/phoenix/core/argument.hpp -include/boost/spirit/home/phoenix/core/as_actor.hpp -include/boost/spirit/home/phoenix/core/basic_environment.hpp -include/boost/spirit/home/phoenix/core/compose.hpp -include/boost/spirit/home/phoenix/core/composite.hpp -include/boost/spirit/home/phoenix/core/detail/actor.hpp -include/boost/spirit/home/phoenix/core/detail/basic_environment.hpp -include/boost/spirit/home/phoenix/core/detail/compose.hpp -include/boost/spirit/home/phoenix/core/detail/composite.hpp -include/boost/spirit/home/phoenix/core/detail/composite_eval.hpp -include/boost/spirit/home/phoenix/core/detail/composite_info.hpp -include/boost/spirit/home/phoenix/core/detail/function_eval.hpp -include/boost/spirit/home/phoenix/core/is_actor.hpp -include/boost/spirit/home/phoenix/core/limits.hpp -include/boost/spirit/home/phoenix/core/nothing.hpp -include/boost/spirit/home/phoenix/core/reference.hpp -include/boost/spirit/home/phoenix/core/value.hpp -include/boost/spirit/home/phoenix/detail/local_reference.hpp -include/boost/spirit/home/phoenix/detail/type_deduction.hpp -include/boost/spirit/home/phoenix/function.hpp -include/boost/spirit/home/phoenix/function/detail/function_call.hpp -include/boost/spirit/home/phoenix/function/function.hpp -include/boost/spirit/home/phoenix/fusion.hpp -include/boost/spirit/home/phoenix/fusion/at.hpp -include/boost/spirit/home/phoenix/object.hpp -include/boost/spirit/home/phoenix/object/const_cast.hpp -include/boost/spirit/home/phoenix/object/construct.hpp -include/boost/spirit/home/phoenix/object/delete.hpp -include/boost/spirit/home/phoenix/object/detail/construct.hpp -include/boost/spirit/home/phoenix/object/detail/construct_eval.hpp -include/boost/spirit/home/phoenix/object/detail/new.hpp -include/boost/spirit/home/phoenix/object/detail/new_eval.hpp -include/boost/spirit/home/phoenix/object/dynamic_cast.hpp -include/boost/spirit/home/phoenix/object/new.hpp -include/boost/spirit/home/phoenix/object/reinterpret_cast.hpp -include/boost/spirit/home/phoenix/object/static_cast.hpp -include/boost/spirit/home/phoenix/operator.hpp -include/boost/spirit/home/phoenix/operator/arithmetic.hpp -include/boost/spirit/home/phoenix/operator/bitwise.hpp -include/boost/spirit/home/phoenix/operator/comparison.hpp -include/boost/spirit/home/phoenix/operator/detail/binary_compose.hpp -include/boost/spirit/home/phoenix/operator/detail/binary_eval.hpp -include/boost/spirit/home/phoenix/operator/detail/io.hpp -include/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_eval.hpp -include/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_gen.hpp -include/boost/spirit/home/phoenix/operator/detail/mem_fun_ptr_return.hpp -include/boost/spirit/home/phoenix/operator/detail/unary_compose.hpp -include/boost/spirit/home/phoenix/operator/detail/unary_eval.hpp -include/boost/spirit/home/phoenix/operator/if_else.hpp -include/boost/spirit/home/phoenix/operator/io.hpp -include/boost/spirit/home/phoenix/operator/logical.hpp -include/boost/spirit/home/phoenix/operator/member.hpp -include/boost/spirit/home/phoenix/operator/self.hpp -include/boost/spirit/home/phoenix/scope.hpp -include/boost/spirit/home/phoenix/scope/detail/local_gen.hpp -include/boost/spirit/home/phoenix/scope/detail/local_variable.hpp -include/boost/spirit/home/phoenix/scope/dynamic.hpp -include/boost/spirit/home/phoenix/scope/lambda.hpp -include/boost/spirit/home/phoenix/scope/let.hpp -include/boost/spirit/home/phoenix/scope/local_variable.hpp -include/boost/spirit/home/phoenix/scope/scoped_environment.hpp -include/boost/spirit/home/phoenix/statement.hpp -include/boost/spirit/home/phoenix/statement/detail/catch_all_eval.hpp -include/boost/spirit/home/phoenix/statement/detail/catch_composite.hpp -include/boost/spirit/home/phoenix/statement/detail/catch_eval.hpp -include/boost/spirit/home/phoenix/statement/detail/switch.hpp -include/boost/spirit/home/phoenix/statement/detail/switch_eval.hpp -include/boost/spirit/home/phoenix/statement/detail/switch_eval.ipp -include/boost/spirit/home/phoenix/statement/do_while.hpp -include/boost/spirit/home/phoenix/statement/for.hpp -include/boost/spirit/home/phoenix/statement/if.hpp -include/boost/spirit/home/phoenix/statement/sequence.hpp -include/boost/spirit/home/phoenix/statement/switch.hpp -include/boost/spirit/home/phoenix/statement/throw.hpp -include/boost/spirit/home/phoenix/statement/try_catch.hpp -include/boost/spirit/home/phoenix/statement/while.hpp -include/boost/spirit/home/phoenix/stl.hpp -include/boost/spirit/home/phoenix/stl/algorithm.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/begin.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/decay_array.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/end.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_equal_range.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_find.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_lower_bound.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_remove_if.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_reverse.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_sort.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_unique.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/has_upper_bound.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_map.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_hash_set.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_list.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_map.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/is_std_set.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp -include/boost/spirit/home/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp -include/boost/spirit/home/phoenix/stl/algorithm/iteration.hpp -include/boost/spirit/home/phoenix/stl/algorithm/querying.hpp -include/boost/spirit/home/phoenix/stl/algorithm/transformation.hpp -include/boost/spirit/home/phoenix/stl/container.hpp -include/boost/spirit/home/phoenix/stl/container/container.hpp -include/boost/spirit/home/phoenix/stl/container/detail/container.hpp -include/boost/spirit/home/phoenix/version.hpp include/boost/spirit/home/qi.hpp include/boost/spirit/home/qi/action.hpp include/boost/spirit/home/qi/action/action.hpp @@ -8083,6 +10028,7 @@ include/boost/spirit/home/qi/char.hpp include/boost/spirit/home/qi/char/char.hpp include/boost/spirit/home/qi/char/char_class.hpp include/boost/spirit/home/qi/char/char_parser.hpp +include/boost/spirit/home/qi/copy.hpp include/boost/spirit/home/qi/detail/alternative_function.hpp include/boost/spirit/home/qi/detail/assign_to.hpp include/boost/spirit/home/qi/detail/attributes.hpp @@ -8181,6 +10127,7 @@ include/boost/spirit/home/support/argument_expression.hpp include/boost/spirit/home/support/assert_msg.hpp include/boost/spirit/home/support/attributes.hpp include/boost/spirit/home/support/attributes_fwd.hpp +include/boost/spirit/home/support/auto.hpp include/boost/spirit/home/support/auto/meta_create.hpp include/boost/spirit/home/support/auxiliary/attr_cast.hpp include/boost/spirit/home/support/char_class.hpp @@ -8298,6 +10245,122 @@ include/boost/spirit/home/support/utree/operators.hpp include/boost/spirit/home/support/utree/utree.hpp include/boost/spirit/home/support/utree/utree_traits.hpp include/boost/spirit/home/support/utree/utree_traits_fwd.hpp +include/boost/spirit/home/x3.hpp +include/boost/spirit/home/x3/auxiliary.hpp +include/boost/spirit/home/x3/auxiliary/any_parser.hpp +include/boost/spirit/home/x3/auxiliary/attr.hpp +include/boost/spirit/home/x3/auxiliary/eoi.hpp +include/boost/spirit/home/x3/auxiliary/eol.hpp +include/boost/spirit/home/x3/auxiliary/eps.hpp +include/boost/spirit/home/x3/auxiliary/guard.hpp +include/boost/spirit/home/x3/binary.hpp +include/boost/spirit/home/x3/binary/binary.hpp +include/boost/spirit/home/x3/char.hpp +include/boost/spirit/home/x3/char/any_char.hpp +include/boost/spirit/home/x3/char/char.hpp +include/boost/spirit/home/x3/char/char_class.hpp +include/boost/spirit/home/x3/char/char_class_tags.hpp +include/boost/spirit/home/x3/char/char_parser.hpp +include/boost/spirit/home/x3/char/char_set.hpp +include/boost/spirit/home/x3/char/detail/cast_char.hpp +include/boost/spirit/home/x3/char/literal_char.hpp +include/boost/spirit/home/x3/char/negated_char_parser.hpp +include/boost/spirit/home/x3/char/unicode.hpp +include/boost/spirit/home/x3/core.hpp +include/boost/spirit/home/x3/core/action.hpp +include/boost/spirit/home/x3/core/call.hpp +include/boost/spirit/home/x3/core/detail/parse_into_container.hpp +include/boost/spirit/home/x3/core/parse.hpp +include/boost/spirit/home/x3/core/parser.hpp +include/boost/spirit/home/x3/core/proxy.hpp +include/boost/spirit/home/x3/core/skip_over.hpp +include/boost/spirit/home/x3/directive.hpp +include/boost/spirit/home/x3/directive/confix.hpp +include/boost/spirit/home/x3/directive/expect.hpp +include/boost/spirit/home/x3/directive/lexeme.hpp +include/boost/spirit/home/x3/directive/matches.hpp +include/boost/spirit/home/x3/directive/no_case.hpp +include/boost/spirit/home/x3/directive/no_skip.hpp +include/boost/spirit/home/x3/directive/omit.hpp +include/boost/spirit/home/x3/directive/raw.hpp +include/boost/spirit/home/x3/directive/repeat.hpp +include/boost/spirit/home/x3/directive/seek.hpp +include/boost/spirit/home/x3/directive/skip.hpp +include/boost/spirit/home/x3/directive/with.hpp +include/boost/spirit/home/x3/nonterminal.hpp +include/boost/spirit/home/x3/nonterminal/debug_handler_state.hpp +include/boost/spirit/home/x3/nonterminal/detail/rule.hpp +include/boost/spirit/home/x3/nonterminal/detail/transform_attribute.hpp +include/boost/spirit/home/x3/nonterminal/rule.hpp +include/boost/spirit/home/x3/nonterminal/simple_trace.hpp +include/boost/spirit/home/x3/numeric.hpp +include/boost/spirit/home/x3/numeric/bool.hpp +include/boost/spirit/home/x3/numeric/bool_policies.hpp +include/boost/spirit/home/x3/numeric/int.hpp +include/boost/spirit/home/x3/numeric/real.hpp +include/boost/spirit/home/x3/numeric/real_policies.hpp +include/boost/spirit/home/x3/numeric/uint.hpp +include/boost/spirit/home/x3/operator.hpp +include/boost/spirit/home/x3/operator/alternative.hpp +include/boost/spirit/home/x3/operator/and_predicate.hpp +include/boost/spirit/home/x3/operator/detail/alternative.hpp +include/boost/spirit/home/x3/operator/detail/sequence.hpp +include/boost/spirit/home/x3/operator/difference.hpp +include/boost/spirit/home/x3/operator/kleene.hpp +include/boost/spirit/home/x3/operator/list.hpp +include/boost/spirit/home/x3/operator/not_predicate.hpp +include/boost/spirit/home/x3/operator/optional.hpp +include/boost/spirit/home/x3/operator/plus.hpp +include/boost/spirit/home/x3/operator/sequence.hpp +include/boost/spirit/home/x3/string.hpp +include/boost/spirit/home/x3/string/detail/no_case_string_parse.hpp +include/boost/spirit/home/x3/string/detail/string_parse.hpp +include/boost/spirit/home/x3/string/detail/tst.hpp +include/boost/spirit/home/x3/string/literal_string.hpp +include/boost/spirit/home/x3/string/symbols.hpp +include/boost/spirit/home/x3/string/tst.hpp +include/boost/spirit/home/x3/string/tst_map.hpp +include/boost/spirit/home/x3/support/ast/position_tagged.hpp +include/boost/spirit/home/x3/support/ast/variant.hpp +include/boost/spirit/home/x3/support/context.hpp +include/boost/spirit/home/x3/support/no_case.hpp +include/boost/spirit/home/x3/support/numeric_utils/detail/extract_int.hpp +include/boost/spirit/home/x3/support/numeric_utils/extract_int.hpp +include/boost/spirit/home/x3/support/numeric_utils/extract_real.hpp +include/boost/spirit/home/x3/support/numeric_utils/pow10.hpp +include/boost/spirit/home/x3/support/numeric_utils/sign.hpp +include/boost/spirit/home/x3/support/subcontext.hpp +include/boost/spirit/home/x3/support/traits/attribute_category.hpp +include/boost/spirit/home/x3/support/traits/attribute_of.hpp +include/boost/spirit/home/x3/support/traits/attribute_type.hpp +include/boost/spirit/home/x3/support/traits/container_traits.hpp +include/boost/spirit/home/x3/support/traits/handles_container.hpp +include/boost/spirit/home/x3/support/traits/has_attribute.hpp +include/boost/spirit/home/x3/support/traits/is_parser.hpp +include/boost/spirit/home/x3/support/traits/is_substitute.hpp +include/boost/spirit/home/x3/support/traits/is_variant.hpp +include/boost/spirit/home/x3/support/traits/make_attribute.hpp +include/boost/spirit/home/x3/support/traits/move_to.hpp +include/boost/spirit/home/x3/support/traits/numeric_traits.hpp +include/boost/spirit/home/x3/support/traits/optional_traits.hpp +include/boost/spirit/home/x3/support/traits/print_attribute.hpp +include/boost/spirit/home/x3/support/traits/print_token.hpp +include/boost/spirit/home/x3/support/traits/string_traits.hpp +include/boost/spirit/home/x3/support/traits/transform_attribute.hpp +include/boost/spirit/home/x3/support/traits/tuple_traits.hpp +include/boost/spirit/home/x3/support/traits/value_traits.hpp +include/boost/spirit/home/x3/support/traits/variant_find_substitute.hpp +include/boost/spirit/home/x3/support/traits/variant_has_substitute.hpp +include/boost/spirit/home/x3/support/unused.hpp +include/boost/spirit/home/x3/support/utility/annotate_on_success.hpp +include/boost/spirit/home/x3/support/utility/error_reporting.hpp +include/boost/spirit/home/x3/support/utility/is_callable.hpp +include/boost/spirit/home/x3/support/utility/lambda_visitor.hpp +include/boost/spirit/home/x3/support/utility/sfinae.hpp +include/boost/spirit/home/x3/support/utility/testing.hpp +include/boost/spirit/home/x3/support/utility/unrefcv.hpp +include/boost/spirit/home/x3/support/utility/utf8.hpp +include/boost/spirit/home/x3/version.hpp include/boost/spirit/include/classic.hpp include/boost/spirit/include/classic_actions.hpp include/boost/spirit/include/classic_actor.hpp @@ -8537,6 +10600,7 @@ include/boost/spirit/include/qi_bool.hpp include/boost/spirit/include/qi_char.hpp include/boost/spirit/include/qi_char_.hpp include/boost/spirit/include/qi_char_class.hpp +include/boost/spirit/include/qi_copy.hpp include/boost/spirit/include/qi_core.hpp include/boost/spirit/include/qi_difference.hpp include/boost/spirit/include/qi_directive.hpp @@ -8592,6 +10656,7 @@ include/boost/spirit/include/support_argument.hpp include/boost/spirit/include/support_ascii.hpp include/boost/spirit/include/support_attributes.hpp include/boost/spirit/include/support_attributes_fwd.hpp +include/boost/spirit/include/support_auto.hpp include/boost/spirit/include/support_char_class.hpp include/boost/spirit/include/support_container.hpp include/boost/spirit/include/support_extended_variant.hpp @@ -8687,16 +10752,39 @@ include/boost/statechart/state_machine.hpp include/boost/statechart/termination.hpp include/boost/statechart/transition.hpp include/boost/static_assert.hpp -include/boost/strong_typedef.hpp include/boost/swap.hpp include/boost/system/api_config.hpp include/boost/system/config.hpp include/boost/system/cygwin_error.hpp +include/boost/system/detail/error_code.ipp +include/boost/system/detail/local_free_on_destruction.hpp include/boost/system/error_code.hpp include/boost/system/linux_error.hpp include/boost/system/system_error.hpp include/boost/system/windows_error.hpp include/boost/test/auto_unit_test.hpp +include/boost/test/data/config.hpp +include/boost/test/data/dataset.hpp +include/boost/test/data/for_each_sample.hpp +include/boost/test/data/generators.hpp +include/boost/test/data/index_sequence.hpp +include/boost/test/data/monomorphic.hpp +include/boost/test/data/monomorphic/array.hpp +include/boost/test/data/monomorphic/collection.hpp +include/boost/test/data/monomorphic/fwd.hpp +include/boost/test/data/monomorphic/generate.hpp +include/boost/test/data/monomorphic/generators.hpp +include/boost/test/data/monomorphic/generators/keywords.hpp +include/boost/test/data/monomorphic/generators/random.hpp +include/boost/test/data/monomorphic/generators/xrange.hpp +include/boost/test/data/monomorphic/grid.hpp +include/boost/test/data/monomorphic/initializer_list.hpp +include/boost/test/data/monomorphic/join.hpp +include/boost/test/data/monomorphic/sample_merge.hpp +include/boost/test/data/monomorphic/singleton.hpp +include/boost/test/data/monomorphic/zip.hpp +include/boost/test/data/size.hpp +include/boost/test/data/test_case.hpp include/boost/test/debug.hpp include/boost/test/debug_config.hpp include/boost/test/detail/config.hpp @@ -8704,43 +10792,41 @@ include/boost/test/detail/enable_warnings.hpp include/boost/test/detail/fwd_decl.hpp include/boost/test/detail/global_typedef.hpp include/boost/test/detail/log_level.hpp +include/boost/test/detail/pp_variadic.hpp include/boost/test/detail/suppress_warnings.hpp -include/boost/test/detail/unit_test_parameters.hpp +include/boost/test/detail/throw_exception.hpp include/boost/test/detail/workaround.hpp -include/boost/test/exception_safety.hpp include/boost/test/execution_monitor.hpp include/boost/test/floating_point_comparison.hpp include/boost/test/framework.hpp include/boost/test/impl/compiler_log_formatter.ipp include/boost/test/impl/cpp_main.ipp include/boost/test/impl/debug.ipp -include/boost/test/impl/exception_safety.ipp +include/boost/test/impl/decorator.ipp include/boost/test/impl/execution_monitor.ipp include/boost/test/impl/framework.ipp -include/boost/test/impl/interaction_based.ipp -include/boost/test/impl/logged_expectations.ipp +include/boost/test/impl/junit_log_formatter.ipp include/boost/test/impl/plain_report_formatter.ipp include/boost/test/impl/progress_monitor.ipp include/boost/test/impl/results_collector.ipp include/boost/test/impl/results_reporter.ipp include/boost/test/impl/test_main.ipp include/boost/test/impl/test_tools.ipp +include/boost/test/impl/test_tree.ipp include/boost/test/impl/unit_test_log.ipp include/boost/test/impl/unit_test_main.ipp include/boost/test/impl/unit_test_monitor.ipp include/boost/test/impl/unit_test_parameters.ipp -include/boost/test/impl/unit_test_suite.ipp include/boost/test/impl/xml_log_formatter.ipp include/boost/test/impl/xml_report_formatter.ipp +include/boost/test/included/execution_monitor.hpp include/boost/test/included/prg_exec_monitor.hpp include/boost/test/included/test_exec_monitor.hpp include/boost/test/included/unit_test.hpp include/boost/test/included/unit_test_framework.hpp -include/boost/test/interaction_based.hpp -include/boost/test/logged_expectations.hpp include/boost/test/minimal.hpp -include/boost/test/mock_object.hpp include/boost/test/output/compiler_log_formatter.hpp +include/boost/test/output/junit_log_formatter.hpp include/boost/test/output/plain_report_formatter.hpp include/boost/test/output/xml_log_formatter.hpp include/boost/test/output/xml_report_formatter.hpp @@ -8753,14 +10839,44 @@ include/boost/test/results_collector.hpp include/boost/test/results_reporter.hpp include/boost/test/test_case_template.hpp include/boost/test/test_exec_monitor.hpp -include/boost/test/test_observer.hpp include/boost/test/test_tools.hpp +include/boost/test/tools/assertion.hpp +include/boost/test/tools/assertion_result.hpp +include/boost/test/tools/collection_comparison_op.hpp +include/boost/test/tools/context.hpp +include/boost/test/tools/cstring_comparison_op.hpp +include/boost/test/tools/detail/bitwise_manip.hpp +include/boost/test/tools/detail/expression_holder.hpp +include/boost/test/tools/detail/fwd.hpp +include/boost/test/tools/detail/indirections.hpp +include/boost/test/tools/detail/it_pair.hpp +include/boost/test/tools/detail/lexicographic_manip.hpp +include/boost/test/tools/detail/per_element_manip.hpp +include/boost/test/tools/detail/print_helper.hpp +include/boost/test/tools/detail/tolerance_manip.hpp +include/boost/test/tools/floating_point_comparison.hpp +include/boost/test/tools/fpc_op.hpp +include/boost/test/tools/fpc_tolerance.hpp +include/boost/test/tools/interface.hpp +include/boost/test/tools/old/impl.hpp +include/boost/test/tools/old/interface.hpp +include/boost/test/tools/output_test_stream.hpp +include/boost/test/tree/auto_registration.hpp +include/boost/test/tree/decorator.hpp +include/boost/test/tree/fixture.hpp +include/boost/test/tree/global_fixture.hpp +include/boost/test/tree/observer.hpp +include/boost/test/tree/test_case_counter.hpp +include/boost/test/tree/test_case_template.hpp +include/boost/test/tree/test_unit.hpp +include/boost/test/tree/traverse.hpp +include/boost/test/tree/visitor.hpp include/boost/test/unit_test.hpp include/boost/test/unit_test_log.hpp include/boost/test/unit_test_log_formatter.hpp include/boost/test/unit_test_monitor.hpp +include/boost/test/unit_test_parameters.hpp include/boost/test/unit_test_suite.hpp -include/boost/test/unit_test_suite_impl.hpp include/boost/test/utils/algorithm.hpp include/boost/test/utils/assign_op.hpp include/boost/test/utils/basic_cstring/basic_cstring.hpp @@ -8768,81 +10884,83 @@ include/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp include/boost/test/utils/basic_cstring/bcs_char_traits.hpp include/boost/test/utils/basic_cstring/compare.hpp include/boost/test/utils/basic_cstring/io.hpp -include/boost/test/utils/callback.hpp include/boost/test/utils/class_properties.hpp include/boost/test/utils/custom_manip.hpp -include/boost/test/utils/fixed_mapping.hpp include/boost/test/utils/foreach.hpp -include/boost/test/utils/iterator/ifstream_line_iterator.hpp +include/boost/test/utils/is_cstring.hpp +include/boost/test/utils/is_forward_iterable.hpp include/boost/test/utils/iterator/input_iterator_facade.hpp -include/boost/test/utils/iterator/istream_line_iterator.hpp include/boost/test/utils/iterator/token_iterator.hpp include/boost/test/utils/lazy_ostream.hpp include/boost/test/utils/named_params.hpp include/boost/test/utils/nullstream.hpp include/boost/test/utils/rtti.hpp include/boost/test/utils/runtime/argument.hpp -include/boost/test/utils/runtime/cla/argument_factory.hpp +include/boost/test/utils/runtime/argument_factory.hpp include/boost/test/utils/runtime/cla/argv_traverser.hpp -include/boost/test/utils/runtime/cla/argv_traverser.ipp -include/boost/test/utils/runtime/cla/basic_parameter.hpp -include/boost/test/utils/runtime/cla/char_parameter.hpp -include/boost/test/utils/runtime/cla/char_parameter.ipp -include/boost/test/utils/runtime/cla/detail/argument_value_usage.hpp -include/boost/test/utils/runtime/cla/dual_name_parameter.hpp -include/boost/test/utils/runtime/cla/dual_name_parameter.ipp -include/boost/test/utils/runtime/cla/fwd.hpp -include/boost/test/utils/runtime/cla/id_policy.hpp -include/boost/test/utils/runtime/cla/id_policy.ipp -include/boost/test/utils/runtime/cla/iface/argument_factory.hpp -include/boost/test/utils/runtime/cla/iface/id_policy.hpp -include/boost/test/utils/runtime/cla/modifier.hpp -include/boost/test/utils/runtime/cla/named_parameter.hpp -include/boost/test/utils/runtime/cla/named_parameter.ipp -include/boost/test/utils/runtime/cla/parameter.hpp include/boost/test/utils/runtime/cla/parser.hpp -include/boost/test/utils/runtime/cla/parser.ipp -include/boost/test/utils/runtime/cla/positional_parameter.hpp -include/boost/test/utils/runtime/cla/typed_parameter.hpp -include/boost/test/utils/runtime/cla/validation.hpp -include/boost/test/utils/runtime/cla/validation.ipp -include/boost/test/utils/runtime/cla/value_generator.hpp -include/boost/test/utils/runtime/cla/value_handler.hpp -include/boost/test/utils/runtime/config.hpp -include/boost/test/utils/runtime/configuration.hpp -include/boost/test/utils/runtime/env/environment.hpp -include/boost/test/utils/runtime/env/environment.ipp -include/boost/test/utils/runtime/env/fwd.hpp -include/boost/test/utils/runtime/env/modifier.hpp -include/boost/test/utils/runtime/env/variable.hpp -include/boost/test/utils/runtime/file/config_file.hpp -include/boost/test/utils/runtime/file/config_file_iterator.hpp +include/boost/test/utils/runtime/env/fetch.hpp +include/boost/test/utils/runtime/errors.hpp +include/boost/test/utils/runtime/finalize.hpp include/boost/test/utils/runtime/fwd.hpp -include/boost/test/utils/runtime/interpret_argument_value.hpp +include/boost/test/utils/runtime/modifier.hpp include/boost/test/utils/runtime/parameter.hpp -include/boost/test/utils/runtime/trace.hpp -include/boost/test/utils/runtime/validation.hpp +include/boost/test/utils/setcolor.hpp +include/boost/test/utils/string_cast.hpp include/boost/test/utils/trivial_singleton.hpp include/boost/test/utils/wrap_stringstream.hpp include/boost/test/utils/xml_printer.hpp include/boost/thread.hpp include/boost/thread/barrier.hpp +include/boost/thread/caller_context.hpp include/boost/thread/completion_latch.hpp +include/boost/thread/concurrent_queues/deque_adaptor.hpp +include/boost/thread/concurrent_queues/deque_base.hpp +include/boost/thread/concurrent_queues/deque_views.hpp +include/boost/thread/concurrent_queues/detail/sync_deque_base.hpp +include/boost/thread/concurrent_queues/detail/sync_queue_base.hpp +include/boost/thread/concurrent_queues/queue_adaptor.hpp +include/boost/thread/concurrent_queues/queue_base.hpp +include/boost/thread/concurrent_queues/queue_op_status.hpp +include/boost/thread/concurrent_queues/queue_views.hpp +include/boost/thread/concurrent_queues/sync_bounded_queue.hpp +include/boost/thread/concurrent_queues/sync_deque.hpp +include/boost/thread/concurrent_queues/sync_priority_queue.hpp +include/boost/thread/concurrent_queues/sync_queue.hpp +include/boost/thread/concurrent_queues/sync_timed_queue.hpp include/boost/thread/condition.hpp include/boost/thread/condition_variable.hpp +include/boost/thread/csbl/deque.hpp +include/boost/thread/csbl/devector.hpp +include/boost/thread/csbl/functional.hpp +include/boost/thread/csbl/list.hpp +include/boost/thread/csbl/memory.hpp +include/boost/thread/csbl/memory/allocator_arg.hpp +include/boost/thread/csbl/memory/allocator_traits.hpp +include/boost/thread/csbl/memory/config.hpp +include/boost/thread/csbl/memory/default_delete.hpp +include/boost/thread/csbl/memory/pointer_traits.hpp +include/boost/thread/csbl/memory/scoped_allocator.hpp +include/boost/thread/csbl/memory/shared_ptr.hpp +include/boost/thread/csbl/memory/unique_ptr.hpp +include/boost/thread/csbl/queue.hpp +include/boost/thread/csbl/tuple.hpp +include/boost/thread/csbl/vector.hpp include/boost/thread/cv_status.hpp -include/boost/thread/detail/async_func.hpp include/boost/thread/detail/config.hpp include/boost/thread/detail/counter.hpp include/boost/thread/detail/delete.hpp include/boost/thread/detail/force_cast.hpp +include/boost/thread/detail/function_wrapper.hpp include/boost/thread/detail/invoke.hpp +include/boost/thread/detail/invoker.hpp include/boost/thread/detail/is_convertible.hpp include/boost/thread/detail/lockable_wrapper.hpp include/boost/thread/detail/log.hpp include/boost/thread/detail/make_tuple_indices.hpp include/boost/thread/detail/memory.hpp include/boost/thread/detail/move.hpp +include/boost/thread/detail/nullary_function.hpp include/boost/thread/detail/platform.hpp include/boost/thread/detail/singleton.hpp include/boost/thread/detail/thread.hpp @@ -8850,11 +10968,43 @@ include/boost/thread/detail/thread_group.hpp include/boost/thread/detail/thread_heap_alloc.hpp include/boost/thread/detail/thread_interruption.hpp include/boost/thread/detail/tss_hooks.hpp +include/boost/thread/detail/variadic_footer.hpp +include/boost/thread/detail/variadic_header.hpp +include/boost/thread/exceptional_ptr.hpp include/boost/thread/exceptions.hpp +include/boost/thread/executor.hpp +include/boost/thread/executors/basic_thread_pool.hpp +include/boost/thread/executors/detail/priority_executor_base.hpp +include/boost/thread/executors/detail/scheduled_executor_base.hpp +include/boost/thread/executors/executor.hpp +include/boost/thread/executors/executor_adaptor.hpp +include/boost/thread/executors/generic_executor_ref.hpp +include/boost/thread/executors/inline_executor.hpp +include/boost/thread/executors/loop_executor.hpp +include/boost/thread/executors/scheduled_thread_pool.hpp +include/boost/thread/executors/scheduler.hpp +include/boost/thread/executors/scheduling_adaptor.hpp +include/boost/thread/executors/serial_executor.hpp +include/boost/thread/executors/serial_executor_cont.hpp +include/boost/thread/executors/thread_executor.hpp +include/boost/thread/executors/work.hpp +include/boost/thread/experimental/config/inline_namespace.hpp +include/boost/thread/experimental/exception_list.hpp +include/boost/thread/experimental/parallel/v1/exception_list.hpp +include/boost/thread/experimental/parallel/v1/inline_namespace.hpp +include/boost/thread/experimental/parallel/v2/inline_namespace.hpp +include/boost/thread/experimental/parallel/v2/task_region.hpp +include/boost/thread/experimental/task_region.hpp include/boost/thread/externally_locked.hpp include/boost/thread/externally_locked_stream.hpp include/boost/thread/future.hpp -include/boost/thread/future_error_code.hpp +include/boost/thread/futures/future_error.hpp +include/boost/thread/futures/future_error_code.hpp +include/boost/thread/futures/future_status.hpp +include/boost/thread/futures/is_future_type.hpp +include/boost/thread/futures/launch.hpp +include/boost/thread/futures/wait_for_all.hpp +include/boost/thread/futures/wait_for_any.hpp include/boost/thread/is_locked_by_this_thread.hpp include/boost/thread/latch.hpp include/boost/thread/lock_algorithms.hpp @@ -8871,6 +11021,7 @@ include/boost/thread/locks.hpp include/boost/thread/mutex.hpp include/boost/thread/null_mutex.hpp include/boost/thread/once.hpp +include/boost/thread/ostream_buffer.hpp include/boost/thread/poly_lockable.hpp include/boost/thread/poly_lockable_adapter.hpp include/boost/thread/poly_shared_lockable.hpp @@ -8901,8 +11052,10 @@ include/boost/thread/thread.hpp include/boost/thread/thread_functors.hpp include/boost/thread/thread_guard.hpp include/boost/thread/thread_only.hpp +include/boost/thread/thread_pool.hpp include/boost/thread/thread_time.hpp include/boost/thread/tss.hpp +include/boost/thread/user_scheduler.hpp include/boost/thread/v2/shared_mutex.hpp include/boost/thread/v2/thread.hpp include/boost/thread/win32/basic_recursive_mutex.hpp @@ -8917,6 +11070,7 @@ include/boost/thread/win32/shared_mutex.hpp include/boost/thread/win32/thread_data.hpp include/boost/thread/win32/thread_heap_alloc.hpp include/boost/thread/win32/thread_primitives.hpp +include/boost/thread/with_lock_guard.hpp include/boost/thread/xtime.hpp include/boost/throw_exception.hpp include/boost/timer.hpp @@ -9030,7 +11184,6 @@ include/boost/tr1/unordered_map.hpp include/boost/tr1/unordered_set.hpp include/boost/tr1/utility.hpp include/boost/tti/detail/dcomp_mem_fun.hpp -include/boost/tti/detail/dcomp_static_mem_fun.hpp include/boost/tti/detail/ddata.hpp include/boost/tti/detail/ddeftype.hpp include/boost/tti/detail/dftclass.hpp @@ -9073,7 +11226,6 @@ include/boost/tti/has_type.hpp include/boost/tti/member_type.hpp include/boost/tti/tti.hpp include/boost/tuple/detail/tuple_basic.hpp -include/boost/tuple/detail/tuple_basic_no_partial_spec.hpp include/boost/tuple/tuple.hpp include/boost/tuple/tuple_comparison.hpp include/boost/tuple/tuple_io.hpp @@ -9095,10 +11247,12 @@ include/boost/type_erasure/derived.hpp include/boost/type_erasure/detail/access.hpp include/boost/type_erasure/detail/adapt_to_vtable.hpp include/boost/type_erasure/detail/any_base.hpp +include/boost/type_erasure/detail/auto_link.hpp include/boost/type_erasure/detail/check_call.hpp include/boost/type_erasure/detail/check_map.hpp include/boost/type_erasure/detail/const.hpp include/boost/type_erasure/detail/construct.hpp +include/boost/type_erasure/detail/dynamic_vtable.hpp include/boost/type_erasure/detail/extract_concept.hpp include/boost/type_erasure/detail/get_placeholders.hpp include/boost/type_erasure/detail/get_signature.hpp @@ -9110,6 +11264,8 @@ include/boost/type_erasure/detail/null.hpp include/boost/type_erasure/detail/rebind_placeholders.hpp include/boost/type_erasure/detail/storage.hpp include/boost/type_erasure/detail/vtable.hpp +include/boost/type_erasure/dynamic_any_cast.hpp +include/boost/type_erasure/dynamic_binding.hpp include/boost/type_erasure/exception.hpp include/boost/type_erasure/free.hpp include/boost/type_erasure/is_empty.hpp @@ -9122,12 +11278,20 @@ include/boost/type_erasure/param.hpp include/boost/type_erasure/placeholder.hpp include/boost/type_erasure/placeholder_of.hpp include/boost/type_erasure/rebind_any.hpp +include/boost/type_erasure/register_binding.hpp include/boost/type_erasure/relaxed.hpp include/boost/type_erasure/require_match.hpp include/boost/type_erasure/same_type.hpp include/boost/type_erasure/static_binding.hpp include/boost/type_erasure/tuple.hpp include/boost/type_erasure/typeid_of.hpp +include/boost/type_index.hpp +include/boost/type_index/ctti_type_index.hpp +include/boost/type_index/detail/compile_time_type_info.hpp +include/boost/type_index/detail/ctti_register_class.hpp +include/boost/type_index/detail/stl_register_class.hpp +include/boost/type_index/stl_type_index.hpp +include/boost/type_index/type_index_facade.hpp include/boost/type_traits.hpp include/boost/type_traits/add_const.hpp include/boost/type_traits/add_cv.hpp @@ -9147,13 +11311,17 @@ include/boost/type_traits/composite_traits.hpp include/boost/type_traits/conditional.hpp include/boost/type_traits/config.hpp include/boost/type_traits/conversion_traits.hpp +include/boost/type_traits/copy_cv.hpp include/boost/type_traits/cv_traits.hpp include/boost/type_traits/decay.hpp +include/boost/type_traits/declval.hpp include/boost/type_traits/detail/bool_trait_def.hpp include/boost/type_traits/detail/bool_trait_undef.hpp -include/boost/type_traits/detail/common_type_imp.hpp -include/boost/type_traits/detail/cv_traits_impl.hpp -include/boost/type_traits/detail/false_result.hpp +include/boost/type_traits/detail/common_arithmetic_type.hpp +include/boost/type_traits/detail/common_type_impl.hpp +include/boost/type_traits/detail/composite_member_pointer_type.hpp +include/boost/type_traits/detail/composite_pointer_type.hpp +include/boost/type_traits/detail/config.hpp include/boost/type_traits/detail/has_binary_operator.hpp include/boost/type_traits/detail/has_postfix_operator.hpp include/boost/type_traits/detail/has_prefix_operator.hpp @@ -9165,12 +11333,8 @@ include/boost/type_traits/detail/is_function_ptr_helper.hpp include/boost/type_traits/detail/is_function_ptr_tester.hpp include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp include/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp -include/boost/type_traits/detail/size_t_trait_def.hpp -include/boost/type_traits/detail/size_t_trait_undef.hpp +include/boost/type_traits/detail/mp_defer.hpp include/boost/type_traits/detail/template_arity_spec.hpp -include/boost/type_traits/detail/type_trait_def.hpp -include/boost/type_traits/detail/type_trait_undef.hpp -include/boost/type_traits/detail/wrap.hpp include/boost/type_traits/detail/yes_no_type.hpp include/boost/type_traits/extent.hpp include/boost/type_traits/floating_point_promotion.hpp @@ -9233,6 +11397,7 @@ include/boost/type_traits/intrinsics.hpp include/boost/type_traits/is_abstract.hpp include/boost/type_traits/is_arithmetic.hpp include/boost/type_traits/is_array.hpp +include/boost/type_traits/is_assignable.hpp include/boost/type_traits/is_base_and_derived.hpp include/boost/type_traits/is_base_of.hpp include/boost/type_traits/is_base_of_tr1.hpp @@ -9240,10 +11405,15 @@ include/boost/type_traits/is_class.hpp include/boost/type_traits/is_complex.hpp include/boost/type_traits/is_compound.hpp include/boost/type_traits/is_const.hpp +include/boost/type_traits/is_constructible.hpp include/boost/type_traits/is_convertible.hpp +include/boost/type_traits/is_copy_assignable.hpp include/boost/type_traits/is_copy_constructible.hpp +include/boost/type_traits/is_default_constructible.hpp +include/boost/type_traits/is_destructible.hpp include/boost/type_traits/is_empty.hpp include/boost/type_traits/is_enum.hpp +include/boost/type_traits/is_final.hpp include/boost/type_traits/is_float.hpp include/boost/type_traits/is_floating_point.hpp include/boost/type_traits/is_function.hpp @@ -9272,15 +11442,6 @@ include/boost/type_traits/is_void.hpp include/boost/type_traits/is_volatile.hpp include/boost/type_traits/make_signed.hpp include/boost/type_traits/make_unsigned.hpp -include/boost/type_traits/msvc/remove_all_extents.hpp -include/boost/type_traits/msvc/remove_bounds.hpp -include/boost/type_traits/msvc/remove_const.hpp -include/boost/type_traits/msvc/remove_cv.hpp -include/boost/type_traits/msvc/remove_extent.hpp -include/boost/type_traits/msvc/remove_pointer.hpp -include/boost/type_traits/msvc/remove_reference.hpp -include/boost/type_traits/msvc/remove_volatile.hpp -include/boost/type_traits/msvc/typeof.hpp include/boost/type_traits/object_traits.hpp include/boost/type_traits/promote.hpp include/boost/type_traits/rank.hpp @@ -9295,7 +11456,7 @@ include/boost/type_traits/remove_reference.hpp include/boost/type_traits/remove_volatile.hpp include/boost/type_traits/same_traits.hpp include/boost/type_traits/transform_traits.hpp -include/boost/type_traits/transform_traits_spec.hpp +include/boost/type_traits/type_identity.hpp include/boost/type_traits/type_with_alignment.hpp include/boost/typeof/dmc/typeof_impl.hpp include/boost/typeof/encode_decode.hpp @@ -9387,6 +11548,11 @@ include/boost/units/base_units/imperial/stone.hpp include/boost/units/base_units/imperial/thou.hpp include/boost/units/base_units/imperial/ton.hpp include/boost/units/base_units/imperial/yard.hpp +include/boost/units/base_units/information/bit.hpp +include/boost/units/base_units/information/byte.hpp +include/boost/units/base_units/information/hartley.hpp +include/boost/units/base_units/information/nat.hpp +include/boost/units/base_units/information/shannon.hpp include/boost/units/base_units/metric/angstrom.hpp include/boost/units/base_units/metric/are.hpp include/boost/units/base_units/metric/atmosphere.hpp @@ -9511,6 +11677,7 @@ include/boost/units/physical_dimensions/heat_capacity.hpp include/boost/units/physical_dimensions/illuminance.hpp include/boost/units/physical_dimensions/impedance.hpp include/boost/units/physical_dimensions/inductance.hpp +include/boost/units/physical_dimensions/information.hpp include/boost/units/physical_dimensions/kinematic_viscosity.hpp include/boost/units/physical_dimensions/length.hpp include/boost/units/physical_dimensions/luminance.hpp @@ -9581,6 +11748,13 @@ include/boost/units/systems/cgs/velocity.hpp include/boost/units/systems/cgs/volume.hpp include/boost/units/systems/cgs/wavenumber.hpp include/boost/units/systems/detail/constants.hpp +include/boost/units/systems/information.hpp +include/boost/units/systems/information/bit.hpp +include/boost/units/systems/information/byte.hpp +include/boost/units/systems/information/hartley.hpp +include/boost/units/systems/information/nat.hpp +include/boost/units/systems/information/prefixes.hpp +include/boost/units/systems/information/shannon.hpp include/boost/units/systems/si.hpp include/boost/units/systems/si/absorbed_dose.hpp include/boost/units/systems/si/acceleration.hpp @@ -9662,6 +11836,8 @@ include/boost/unordered/detail/buckets.hpp include/boost/unordered/detail/equivalent.hpp include/boost/unordered/detail/extract_key.hpp include/boost/unordered/detail/fwd.hpp +include/boost/unordered/detail/map.hpp +include/boost/unordered/detail/set.hpp include/boost/unordered/detail/table.hpp include/boost/unordered/detail/unique.hpp include/boost/unordered/detail/util.hpp @@ -9688,9 +11864,14 @@ include/boost/utility/in_place_factory.hpp include/boost/utility/result_of.hpp include/boost/utility/string_ref.hpp include/boost/utility/string_ref_fwd.hpp +include/boost/utility/string_view.hpp +include/boost/utility/string_view_fwd.hpp include/boost/utility/swap.hpp include/boost/utility/typed_in_place_factory.hpp include/boost/utility/value_init.hpp +include/boost/uuid/detail/config.hpp +include/boost/uuid/detail/uuid_generic.hpp +include/boost/uuid/detail/uuid_x86.hpp include/boost/uuid/name_generator.hpp include/boost/uuid/nil_generator.hpp include/boost/uuid/random_generator.hpp @@ -9708,18 +11889,21 @@ include/boost/variant/detail/apply_visitor_binary.hpp include/boost/variant/detail/apply_visitor_delayed.hpp include/boost/variant/detail/apply_visitor_unary.hpp include/boost/variant/detail/backup_holder.hpp -include/boost/variant/detail/bool_trait_def.hpp -include/boost/variant/detail/bool_trait_undef.hpp include/boost/variant/detail/cast_storage.hpp include/boost/variant/detail/config.hpp +include/boost/variant/detail/element_index.hpp include/boost/variant/detail/enable_recursive.hpp include/boost/variant/detail/enable_recursive_fwd.hpp include/boost/variant/detail/forced_return.hpp include/boost/variant/detail/generic_result_type.hpp +include/boost/variant/detail/has_result_type.hpp include/boost/variant/detail/hash_variant.hpp include/boost/variant/detail/initializer.hpp include/boost/variant/detail/make_variant_list.hpp include/boost/variant/detail/move.hpp +include/boost/variant/detail/multivisitors_cpp11_based.hpp +include/boost/variant/detail/multivisitors_cpp14_based.hpp +include/boost/variant/detail/multivisitors_preprocessor_based.hpp include/boost/variant/detail/over_sequence.hpp include/boost/variant/detail/substitute.hpp include/boost/variant/detail/substitute_fwd.hpp @@ -9727,6 +11911,7 @@ include/boost/variant/detail/variant_io.hpp include/boost/variant/detail/visitation_impl.hpp include/boost/variant/get.hpp include/boost/variant/multivisitors.hpp +include/boost/variant/polymorphic_get.hpp include/boost/variant/recursive_variant.hpp include/boost/variant/recursive_wrapper.hpp include/boost/variant/recursive_wrapper_fwd.hpp @@ -9736,6 +11921,158 @@ include/boost/variant/variant_fwd.hpp include/boost/variant/visitor_ptr.hpp include/boost/version.hpp include/boost/visit_each.hpp +include/boost/vmd/array.hpp +include/boost/vmd/array/to_seq.hpp +include/boost/vmd/array/to_tuple.hpp +include/boost/vmd/assert.hpp +include/boost/vmd/assert_is_array.hpp +include/boost/vmd/assert_is_empty.hpp +include/boost/vmd/assert_is_identifier.hpp +include/boost/vmd/assert_is_list.hpp +include/boost/vmd/assert_is_number.hpp +include/boost/vmd/assert_is_seq.hpp +include/boost/vmd/assert_is_tuple.hpp +include/boost/vmd/assert_is_type.hpp +include/boost/vmd/detail/adjust_tuple_type.hpp +include/boost/vmd/detail/array.hpp +include/boost/vmd/detail/assert.hpp +include/boost/vmd/detail/data_equal.hpp +include/boost/vmd/detail/data_equal_common.hpp +include/boost/vmd/detail/empty_result.hpp +include/boost/vmd/detail/equal.hpp +include/boost/vmd/detail/equal_common.hpp +include/boost/vmd/detail/equal_type.hpp +include/boost/vmd/detail/identifier.hpp +include/boost/vmd/detail/identifier_concat.hpp +include/boost/vmd/detail/identifier_type.hpp +include/boost/vmd/detail/idprefix.hpp +include/boost/vmd/detail/is_array.hpp +include/boost/vmd/detail/is_array_common.hpp +include/boost/vmd/detail/is_empty.hpp +include/boost/vmd/detail/is_empty_array.hpp +include/boost/vmd/detail/is_empty_tuple.hpp +include/boost/vmd/detail/is_entire.hpp +include/boost/vmd/detail/is_identifier.hpp +include/boost/vmd/detail/is_list.hpp +include/boost/vmd/detail/is_number.hpp +include/boost/vmd/detail/is_seq.hpp +include/boost/vmd/detail/is_tuple.hpp +include/boost/vmd/detail/is_type.hpp +include/boost/vmd/detail/is_type_type.hpp +include/boost/vmd/detail/list.hpp +include/boost/vmd/detail/match_identifier.hpp +include/boost/vmd/detail/match_identifier_common.hpp +include/boost/vmd/detail/match_single_identifier.hpp +include/boost/vmd/detail/modifiers.hpp +include/boost/vmd/detail/mods.hpp +include/boost/vmd/detail/nil_registration.hpp +include/boost/vmd/detail/not_empty.hpp +include/boost/vmd/detail/number_registration.hpp +include/boost/vmd/detail/only_after.hpp +include/boost/vmd/detail/parens.hpp +include/boost/vmd/detail/parens_common.hpp +include/boost/vmd/detail/parens_split.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_1.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_10.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_11.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_12.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_13.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_14.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_15.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_16.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_2.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_3.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_4.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_5.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_6.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_7.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_8.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_9.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp +include/boost/vmd/detail/recurse/data_equal/data_equal_specific.hpp +include/boost/vmd/detail/recurse/equal/equal_1.hpp +include/boost/vmd/detail/recurse/equal/equal_10.hpp +include/boost/vmd/detail/recurse/equal/equal_11.hpp +include/boost/vmd/detail/recurse/equal/equal_12.hpp +include/boost/vmd/detail/recurse/equal/equal_13.hpp +include/boost/vmd/detail/recurse/equal/equal_14.hpp +include/boost/vmd/detail/recurse/equal/equal_15.hpp +include/boost/vmd/detail/recurse/equal/equal_16.hpp +include/boost/vmd/detail/recurse/equal/equal_2.hpp +include/boost/vmd/detail/recurse/equal/equal_3.hpp +include/boost/vmd/detail/recurse/equal/equal_4.hpp +include/boost/vmd/detail/recurse/equal/equal_5.hpp +include/boost/vmd/detail/recurse/equal/equal_6.hpp +include/boost/vmd/detail/recurse/equal/equal_7.hpp +include/boost/vmd/detail/recurse/equal/equal_8.hpp +include/boost/vmd/detail/recurse/equal/equal_9.hpp +include/boost/vmd/detail/recurse/equal/equal_headers.hpp +include/boost/vmd/detail/seq.hpp +include/boost/vmd/detail/sequence_arity.hpp +include/boost/vmd/detail/sequence_common.hpp +include/boost/vmd/detail/sequence_elem.hpp +include/boost/vmd/detail/sequence_enum.hpp +include/boost/vmd/detail/sequence_size.hpp +include/boost/vmd/detail/sequence_to_array.hpp +include/boost/vmd/detail/sequence_to_list.hpp +include/boost/vmd/detail/sequence_to_seq.hpp +include/boost/vmd/detail/sequence_to_tuple.hpp +include/boost/vmd/detail/sequence_type.hpp +include/boost/vmd/detail/setup.hpp +include/boost/vmd/detail/tuple.hpp +include/boost/vmd/detail/type_registration.hpp +include/boost/vmd/detail/variadic_pop_front.hpp +include/boost/vmd/elem.hpp +include/boost/vmd/empty.hpp +include/boost/vmd/enum.hpp +include/boost/vmd/equal.hpp +include/boost/vmd/get_type.hpp +include/boost/vmd/identity.hpp +include/boost/vmd/is_array.hpp +include/boost/vmd/is_empty.hpp +include/boost/vmd/is_empty_array.hpp +include/boost/vmd/is_empty_list.hpp +include/boost/vmd/is_identifier.hpp +include/boost/vmd/is_list.hpp +include/boost/vmd/is_multi.hpp +include/boost/vmd/is_number.hpp +include/boost/vmd/is_parens_empty.hpp +include/boost/vmd/is_seq.hpp +include/boost/vmd/is_tuple.hpp +include/boost/vmd/is_type.hpp +include/boost/vmd/is_unary.hpp +include/boost/vmd/list.hpp +include/boost/vmd/list/to_seq.hpp +include/boost/vmd/list/to_tuple.hpp +include/boost/vmd/not_equal.hpp +include/boost/vmd/seq.hpp +include/boost/vmd/seq/is_vmd_seq.hpp +include/boost/vmd/seq/pop_back.hpp +include/boost/vmd/seq/pop_front.hpp +include/boost/vmd/seq/push_back.hpp +include/boost/vmd/seq/push_front.hpp +include/boost/vmd/seq/remove.hpp +include/boost/vmd/seq/size.hpp +include/boost/vmd/seq/to_array.hpp +include/boost/vmd/seq/to_list.hpp +include/boost/vmd/seq/to_tuple.hpp +include/boost/vmd/size.hpp +include/boost/vmd/to_array.hpp +include/boost/vmd/to_list.hpp +include/boost/vmd/to_seq.hpp +include/boost/vmd/to_tuple.hpp +include/boost/vmd/tuple.hpp +include/boost/vmd/tuple/is_vmd_tuple.hpp +include/boost/vmd/tuple/pop_back.hpp +include/boost/vmd/tuple/pop_front.hpp +include/boost/vmd/tuple/push_back.hpp +include/boost/vmd/tuple/push_front.hpp +include/boost/vmd/tuple/remove.hpp +include/boost/vmd/tuple/size.hpp +include/boost/vmd/tuple/to_array.hpp +include/boost/vmd/tuple/to_list.hpp +include/boost/vmd/tuple/to_seq.hpp +include/boost/vmd/vmd.hpp include/boost/wave.hpp include/boost/wave/cpp_context.hpp include/boost/wave/cpp_exceptions.hpp @@ -9922,110 +12259,95 @@ include/boost/xpressive/xpressive_typeof.hpp lib/libboost_atomic.a lib/libboost_atomic.so lib/libboost_atomic.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_atomic.so.%%COMPAT_LIB_VER%% lib/libboost_chrono.a lib/libboost_chrono.so lib/libboost_chrono.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_chrono.so.%%COMPAT_LIB_VER%% -%%CONTEXT%%lib/libboost_context.a -%%CONTEXT%%lib/libboost_context.so -%%CONTEXT%%lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% -%%CONTEXT%%lib/libboost_context.so.%%COMPAT_LIB_VER%% -%%COROUTINE%%lib/libboost_coroutine.a -%%COROUTINE%%lib/libboost_coroutine.so -%%COROUTINE%%lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% -%%COROUTINE%%lib/libboost_coroutine.so.%%COMPAT_LIB_VER%% +lib/libboost_container.a +lib/libboost_container.so +lib/libboost_container.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_context.a +lib/libboost_context.so +lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_coroutine.a +lib/libboost_coroutine.so +lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_date_time.so.%%COMPAT_LIB_VER%% lib/libboost_exception.a lib/libboost_filesystem.a lib/libboost_filesystem.so lib/libboost_filesystem.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_filesystem.so.%%COMPAT_LIB_VER%% lib/libboost_graph.a lib/libboost_graph.so lib/libboost_graph.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_graph.so.%%COMPAT_LIB_VER%% lib/libboost_iostreams.a lib/libboost_iostreams.so lib/libboost_iostreams.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_iostreams.so.%%COMPAT_LIB_VER%% -%%LOCALE%%lib/libboost_locale.a -%%LOCALE%%lib/libboost_locale.so -%%LOCALE%%lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% -%%LOCALE%%lib/libboost_locale.so.%%COMPAT_LIB_VER%% -%%LOG%%lib/libboost_log.a -%%LOG%%lib/libboost_log.so -%%LOG%%lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% -%%LOG%%lib/libboost_log.so.%%COMPAT_LIB_VER%% -%%LOG%%lib/libboost_log_setup.a -%%LOG%%lib/libboost_log_setup.so -%%LOG%%lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% -%%LOG%%lib/libboost_log_setup.so.%%COMPAT_LIB_VER%% +lib/libboost_locale.a +lib/libboost_locale.so +lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_log.a +lib/libboost_log.so +lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_log_setup.a +lib/libboost_log_setup.so +lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_c99.a lib/libboost_math_c99.so lib/libboost_math_c99.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_c99.so.%%COMPAT_LIB_VER%% lib/libboost_math_c99f.a lib/libboost_math_c99f.so lib/libboost_math_c99f.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_c99f.so.%%COMPAT_LIB_VER%% +lib/libboost_math_c99l.a +lib/libboost_math_c99l.so +lib/libboost_math_c99l.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_tr1.a lib/libboost_math_tr1.so lib/libboost_math_tr1.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_tr1.so.%%COMPAT_LIB_VER%% lib/libboost_math_tr1f.a lib/libboost_math_tr1f.so lib/libboost_math_tr1f.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_math_tr1f.so.%%COMPAT_LIB_VER%% +lib/libboost_math_tr1l.a +lib/libboost_math_tr1l.so +lib/libboost_math_tr1l.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_prg_exec_monitor.a lib/libboost_prg_exec_monitor.so lib/libboost_prg_exec_monitor.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_prg_exec_monitor.so.%%COMPAT_LIB_VER%% lib/libboost_program_options.a lib/libboost_program_options.so lib/libboost_program_options.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_program_options.so.%%COMPAT_LIB_VER%% lib/libboost_random.a lib/libboost_random.so lib/libboost_random.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_random.so.%%COMPAT_LIB_VER%% lib/libboost_regex.a lib/libboost_regex.so lib/libboost_regex.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_regex.so.%%COMPAT_LIB_VER%% lib/libboost_serialization.a lib/libboost_serialization.so lib/libboost_serialization.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_serialization.so.%%COMPAT_LIB_VER%% lib/libboost_signals.a lib/libboost_signals.so lib/libboost_signals.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_signals.so.%%COMPAT_LIB_VER%% lib/libboost_system.a lib/libboost_system.so lib/libboost_system.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_system.so.%%COMPAT_LIB_VER%% lib/libboost_test_exec_monitor.a lib/libboost_thread.a lib/libboost_thread.so lib/libboost_thread.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_thread.so.%%COMPAT_LIB_VER%% lib/libboost_timer.a lib/libboost_timer.so lib/libboost_timer.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_timer.so.%%COMPAT_LIB_VER%% +lib/libboost_type_erasure.a +lib/libboost_type_erasure.so +lib/libboost_type_erasure.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_unit_test_framework.a lib/libboost_unit_test_framework.so lib/libboost_unit_test_framework.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_unit_test_framework.so.%%COMPAT_LIB_VER%% lib/libboost_wave.a lib/libboost_wave.so lib/libboost_wave.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_wave.so.%%COMPAT_LIB_VER%% lib/libboost_wserialization.a lib/libboost_wserialization.so lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% -lib/libboost_wserialization.so.%%COMPAT_LIB_VER%% diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 4985a8ccdb03..7c43bd8339f9 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -6,8 +6,7 @@ COMMENT= Framework for interfacing Python and C++ USES+= python -OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS -VERBOSE_BUILD_DESC= Show compiler messages +OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS .include "${.CURDIR}/../boost-all/common.mk" @@ -19,17 +18,13 @@ MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ PYTHON_LIB_PATH="${PYTHON_LIBDIR}" LIB_DEPENDS+= libboost_thread.so:devel/boost-libs +MAKE_ARGS+= --with-python +ALL_TARGET= stage -BUILD_DEPENDS+= ${BJAM}:devel/boost-jam +BUILD_DEPENDS+= bjam:devel/boost-jam -do-build: - @${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam -# build the library - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} --with-python stage -# do not break compat yet - @cd ${WRKSRC}/stage/lib && \ - ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) +pre-build: + @${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/src/site-config.jam do-install: @cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${STAGEDIR}${PREFIX}/lib @@ -48,5 +43,6 @@ post-install: -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \ -e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \ -e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_python.so.${PORTVERSION} .include diff --git a/devel/boost-python-libs/distinfo b/devel/boost-python-libs/distinfo index 0c3dd9d38821..445ecd8a1319 100644 --- a/devel/boost-python-libs/distinfo +++ b/devel/boost-python-libs/distinfo @@ -1,2 +1,3 @@ -SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 -SIZE (boost_1_55_0.tar.bz2) = 58146647 +TIMESTAMP = 1474468398 +SHA256 (boost_1_62_0.tar.bz2) = 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 +SIZE (boost_1_62_0.tar.bz2) = 84513338 diff --git a/devel/boost-python-libs/pkg-plist b/devel/boost-python-libs/pkg-plist index d3ab285a3dab..a61020bfa8b5 100644 --- a/devel/boost-python-libs/pkg-plist +++ b/devel/boost-python-libs/pkg-plist @@ -1,4 +1,3 @@ lib/libboost_python.a lib/libboost_python.so -lib/libboost_python.so.%%COMPAT_LIB_VER%% lib/libboost_python.so.%%BOOST_SHARED_LIB_VER%% diff --git a/devel/boost_build/Makefile b/devel/boost_build/Makefile index 304441c83662..5115e9bf7cf7 100644 --- a/devel/boost_build/Makefile +++ b/devel/boost_build/Makefile @@ -3,7 +3,7 @@ PORTNAME= boost_build PORTVERSION= 2.0.m12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/boost/boost-build/2.0-m12 DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION:S/.m/-m/} diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 06fb3b2c92d8..0ff0c0836a34 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= cgit -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ https://www.kernel.org/pub/software/scm/git/:git DISTFILES= cgit-${PORTVERSION}${EXTRACT_SUFX}:cgit \ - git-${GIT_VERSION}.tar.gz:git + git-${GIT_VERSION}${EXTRACT_SUFX}:git -MAINTAINER= kevinz5000@gmail.com -COMMENT= Hyperfast web frontend for Git repositories +MAINTAINER= adamw@FreeBSD.org +COMMENT= Fast, lightweight web frontend for Git repositories LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -PROJECTHOST= git-core -GIT_VERSION= 2.9.2 +GIT_VERSION= 2.10.2 USES= cpe gmake iconv shebangfix ssl tar:xz CPE_VENDOR= lars_hjemli SHEBANG_FILES= filters/html-converters/rst2html @@ -26,8 +25,6 @@ MAKE_ARGS+= CGIT_SCRIPT_PATH=${WWWDIR} CGIT_CONFIG=${PREFIX}/etc/cgitrc \ prefix=${PREFIX} NO_GETTEXT=1 NO_LUA=1 NO_R_TO_GCC_LINKER=1 SUB_FILES= pkg-message -SUB_LIST+= PORTNAME=${PORTNAME} -PLIST_SUB+= PORTNAME=${PORTNAME} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PORTDOCS= ${PORTNAME}rc.5.txt diff --git a/devel/cgit/distinfo b/devel/cgit/distinfo index 513e7098ec46..4aef6f94debd 100644 --- a/devel/cgit/distinfo +++ b/devel/cgit/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1468856093 -SHA256 (cgit-1.0.tar.xz) = a89754610922f122468c791888ed6309a81fa0f3ae948d118284b673cb40704d -SIZE (cgit-1.0.tar.xz) = 85924 -SHA256 (git-2.9.2.tar.gz) = 3cb09a3917c2d8150fc1708f3019cf99a8f0feee6cd61bba3797e3b2a85be9dc -SIZE (git-2.9.2.tar.gz) = 5910696 +TIMESTAMP = 1479922408 +SHA256 (cgit-1.1.tar.xz) = 0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890 +SIZE (cgit-1.1.tar.xz) = 86268 +SHA256 (git-2.10.2.tar.xz) = 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 +SIZE (git-2.10.2.tar.xz) = 4106108 diff --git a/devel/cgit/files/pkg-message.in b/devel/cgit/files/pkg-message.in index e2ee2a244dcd..9c3ab0761d21 100644 --- a/devel/cgit/files/pkg-message.in +++ b/devel/cgit/files/pkg-message.in @@ -1,5 +1,5 @@ --------------------------------------------------- -%%PORTNAME%% has been successfully installed. +cgit has been successfully installed. You probably want to add a 'Directory' section for cgit, along the lines of: diff --git a/devel/cgit/pkg-descr b/devel/cgit/pkg-descr index 98926d524099..f705814c8abe 100644 --- a/devel/cgit/pkg-descr +++ b/devel/cgit/pkg-descr @@ -1,4 +1,4 @@ -Cgit is an attempt to create a fast web interface for the git scm, using -a builtin cache to decrease server io-pressure. +cgit is a fast web interface for the Git SCM, using a built-in cache to +decrease server I/O pressure. WWW: http://git.zx2c4.com/cgit/about/ diff --git a/devel/cgit/pkg-plist b/devel/cgit/pkg-plist index 0a8d031c60b1..106b25a97c3f 100644 --- a/devel/cgit/pkg-plist +++ b/devel/cgit/pkg-plist @@ -1,19 +1,19 @@ -lib/%%PORTNAME%%/filters/about-formatting.sh -lib/%%PORTNAME%%/filters/commit-links.sh -lib/%%PORTNAME%%/filters/email-gravatar.lua -lib/%%PORTNAME%%/filters/email-gravatar.py -lib/%%PORTNAME%%/filters/email-libravatar.lua -lib/%%PORTNAME%%/filters/gentoo-ldap-authentication.lua -lib/%%PORTNAME%%/filters/html-converters/man2html -lib/%%PORTNAME%%/filters/html-converters/md2html -lib/%%PORTNAME%%/filters/html-converters/rst2html -lib/%%PORTNAME%%/filters/html-converters/txt2html -lib/%%PORTNAME%%/filters/owner-example.lua -lib/%%PORTNAME%%/filters/simple-authentication.lua -lib/%%PORTNAME%%/filters/syntax-highlighting.py -lib/%%PORTNAME%%/filters/syntax-highlighting.sh -%%WWWDIR%%/%%PORTNAME%%.cgi -%%WWWDIR%%/%%PORTNAME%%.css -%%WWWDIR%%/%%PORTNAME%%.png +lib/cgit/filters/about-formatting.sh +lib/cgit/filters/commit-links.sh +lib/cgit/filters/email-gravatar.lua +lib/cgit/filters/email-gravatar.py +lib/cgit/filters/email-libravatar.lua +lib/cgit/filters/gentoo-ldap-authentication.lua +lib/cgit/filters/html-converters/man2html +lib/cgit/filters/html-converters/md2html +lib/cgit/filters/html-converters/rst2html +lib/cgit/filters/html-converters/txt2html +lib/cgit/filters/owner-example.lua +lib/cgit/filters/simple-authentication.lua +lib/cgit/filters/syntax-highlighting.py +lib/cgit/filters/syntax-highlighting.sh +%%WWWDIR%%/cgit.cgi +%%WWWDIR%%/cgit.css +%%WWWDIR%%/cgit.png %%WWWDIR%%/favicon.ico %%WWWDIR%%/robots.txt diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index e2779e954228..dfdbb8ece00b 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -3,7 +3,7 @@ PORTNAME= codeblocks PORTVERSION= 16.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 1bf8d8d3fefe..777721c54b57 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -5,7 +5,7 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.11.2 DISTVERSIONSUFFIX= -final -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index bcdc5160ed89..06ae0a3300ca 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -6,7 +6,6 @@ PORTNAME= distcc PORTVERSION= 3.1 PORTREVISION= 6 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Distribute compilation of C(++) code acrosss machines on a network @@ -14,19 +13,20 @@ COMMENT= Distribute compilation of C(++) code acrosss machines on a network LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libpopt.so:devel/popt GNU_CONFIGURE= yes -USES= alias gmake tar:bzip2 +USES= autoreconf alias gmake libtool pkgconfig tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= distcc +GH_TAGNAME= 9a09372 WANT_GNOME= yes GROUPS= distcc USERS= distcc CCLINKDIR?= libexec/distcc -CONFIGURE_ARGS= --disable-Werror +CONFIGURE_ARGS= --disable-Werror CC=${CC} PTHREAD_CC=${CC} CONFIGURE_ENV= PYTHON="${NONEXISTENT}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -72,7 +72,7 @@ DISTCC_COMPILERS= CC c++ cc .include .if ${PORT_OPTIONS:MCLANGLINK} -CLANG_COMPILERS= -devel 31 32 33 34 35 +CLANG_COMPILERS= -devel 31 32 33 34 35 36 37 38 39 DISTCC_COMPILERS+= clang++ clang DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang++|} DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang|} diff --git a/devel/distcc/distinfo b/devel/distcc/distinfo index b65ad22bf5bc..b368d70f323c 100644 --- a/devel/distcc/distinfo +++ b/devel/distcc/distinfo @@ -1,4 +1,3 @@ -SHA256 (distcc-3.1.tar.bz2) = f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89 -SIZE (distcc-3.1.tar.bz2) = 588820 -SHA256 (distcc-avahi-080101.patch) = 4e506a8a2299af18839c443b8665ea4fe4492bf3ecae010d262406c01509058e -SIZE (distcc-avahi-080101.patch) = 387519 +TIMESTAMP = 1477731710 +SHA256 (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 3d98605a017c0a0e70f30a007801941bec9a87e9f41994bdfa0a9ea613a61e7b +SIZE (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 908231 diff --git a/devel/distcc/files/patch-configure.ac b/devel/distcc/files/patch-configure.ac index e2649ff32c0a..c299ae73a903 100644 --- a/devel/distcc/files/patch-configure.ac +++ b/devel/distcc/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2008-12-03 05:50:31.000000000 +0800 -+++ configure.ac 2010-08-24 21:55:30.000000000 +0800 -@@ -86,9 +86,12 @@ +--- configure.ac.orig 2008-12-02 23:17:13 UTC ++++ configure.ac +@@ -86,9 +86,12 @@ AC_ARG_WITH(included-popt, AC_HELP_STRING([--with-included-popt], [use bundled popt library, not from system])) AC_ARG_ENABLE(rfc2553, diff --git a/devel/distcc/files/patch-src-dparent.c.diff b/devel/distcc/files/patch-src_dparent.c similarity index 64% rename from devel/distcc/files/patch-src-dparent.c.diff rename to devel/distcc/files/patch-src_dparent.c index c7eee8e775cf..c407475d67fb 100644 --- a/devel/distcc/files/patch-src-dparent.c.diff +++ b/devel/distcc/files/patch-src_dparent.c @@ -1,6 +1,6 @@ ---- src/dparent.c.orig Sun Oct 24 08:05:48 2004 -+++ src/dparent.c Fri Nov 4 17:35:09 2005 -@@ -285,6 +285,9 @@ +--- src/dparent.c.orig 2008-12-02 23:17:13 UTC ++++ src/dparent.c +@@ -308,6 +308,9 @@ static void dcc_save_pid(pid_t pid) **/ void dcc_remove_pid(void) { @@ -10,7 +10,7 @@ if (!arg_pid_file) return; -@@ -292,6 +295,7 @@ +@@ -315,6 +318,7 @@ void dcc_remove_pid(void) rs_log_warning("failed to remove pid file %s: %s", arg_pid_file, strerror(errno)); } diff --git a/devel/eblob/Makefile b/devel/eblob/Makefile index 5317b5004b8d..78c90f655db3 100644 --- a/devel/eblob/Makefile +++ b/devel/eblob/Makefile @@ -3,7 +3,7 @@ PORTNAME= eblob PORTVERSION= 0.18.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/edb/Makefile b/devel/edb/Makefile index 2e948667a562..4d935db41654 100644 --- a/devel/edb/Makefile +++ b/devel/edb/Makefile @@ -2,7 +2,7 @@ PORTNAME= edb PORTVERSION= 0.9.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://codef00.com/projects/ DISTNAME= debugger-${PORTVERSION} diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 55f3a35aeda9..62dc56676754 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.18.2 +PORTVERSION= 1.18.3 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ diff --git a/devel/efl/distinfo b/devel/efl/distinfo index 9eb681e59dc2..5bac5c4d28b9 100644 --- a/devel/efl/distinfo +++ b/devel/efl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478091729 -SHA256 (enlightenment/efl-1.18.2.tar.xz) = 292faf76557fe56a6bc15b48b5ea3eb1f0790e2ed7f2ade4ae79ef7973d67bed -SIZE (enlightenment/efl-1.18.2.tar.xz) = 64620544 +TIMESTAMP = 1480166935 +SHA256 (enlightenment/efl-1.18.3.tar.xz) = 0748ec0847f543d96b149cb3a84e6438724e827a38d530922ecb4bd59d3e64c0 +SIZE (enlightenment/efl-1.18.3.tar.xz) = 64608384 diff --git a/devel/elixir-hex/Makefile b/devel/elixir-hex/Makefile index 8168e00333ee..0f971dfb4322 100644 --- a/devel/elixir-hex/Makefile +++ b/devel/elixir-hex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hex -PORTVERSION= 0.14.0 +PORTVERSION= 0.14.1 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- diff --git a/devel/elixir-hex/distinfo b/devel/elixir-hex/distinfo index 314917d9456f..c436fe877037 100644 --- a/devel/elixir-hex/distinfo +++ b/devel/elixir-hex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477676234 -SHA256 (hexpm-hex-v0.14.0_GH0.tar.gz) = e926dceaacc2f1b0c485e0c63908b554db78274ec971604fac05dea853e0c469 -SIZE (hexpm-hex-v0.14.0_GH0.tar.gz) = 244304 +TIMESTAMP = 1480023582 +SHA256 (hexpm-hex-v0.14.1_GH0.tar.gz) = 9e9bfa9ddaef1bd3bbb4bf9eb28ae19fe8c4b2388ae8657a9ed2fe17ad411353 +SIZE (hexpm-hex-v0.14.1_GH0.tar.gz) = 244820 diff --git a/devel/flatzebra/Makefile b/devel/flatzebra/Makefile index 23eace4386c1..bc850b783d23 100644 --- a/devel/flatzebra/Makefile +++ b/devel/flatzebra/Makefile @@ -3,23 +3,23 @@ PORTNAME= flatzebra PORTVERSION= 0.1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic game engine for 2D double-buffering animation -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes USE_SDL= sdl mixer image - USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS +PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS diff --git a/devel/flatzebra/files/patch-Makefile.in b/devel/flatzebra/files/patch-Makefile.in new file mode 100644 index 000000000000..8775b124d394 --- /dev/null +++ b/devel/flatzebra/files/patch-Makefile.in @@ -0,0 +1,25 @@ +--- Makefile.in.orig 2016-11-23 17:35:51 UTC ++++ Makefile.in +@@ -233,7 +233,7 @@ build_vendor = @build_vendor@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/$(PACKAGE) + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + host = @host@ +@@ -269,12 +269,8 @@ pkgconfigdir = $(prefix)/libdata/pkgconf + pkgconfig_DATA = $(PACKAGE)-$(API).pc + doc_DATA = \ + AUTHORS \ +- COPYING \ +- INSTALL \ + NEWS \ +- README \ +- THANKS \ +- TODO ++ README + + RPMBUILD = rpmbuild + M4_MACROS = \ diff --git a/devel/flatzebra/pkg-plist b/devel/flatzebra/pkg-plist index 145a23be30a0..29270b800e62 100644 --- a/devel/flatzebra/pkg-plist +++ b/devel/flatzebra/pkg-plist @@ -1,14 +1,14 @@ -lib/libflatzebra-0.1.so.2 -lib/libflatzebra-0.1.so.2.0.0 -lib/libflatzebra-0.1.so -libdata/pkgconfig/flatzebra-0.1.pc include/flatzebra/Couple.h -include/flatzebra/Joystick.h -include/flatzebra/RCouple.h include/flatzebra/GameEngine.h +include/flatzebra/Joystick.h +include/flatzebra/KeyState.h include/flatzebra/PixmapArray.h include/flatzebra/PixmapLoadError.h -include/flatzebra/Sprite.h +include/flatzebra/RCouple.h include/flatzebra/RSprite.h include/flatzebra/SoundMixer.h -include/flatzebra/KeyState.h +include/flatzebra/Sprite.h +lib/libflatzebra-0.1.so +lib/libflatzebra-0.1.so.2 +lib/libflatzebra-0.1.so.2.0.0 +libdata/pkgconfig/flatzebra-0.1.pc diff --git a/devel/geany-plugin-pg/Makefile b/devel/geany-plugin-pg/Makefile index 6362d7ee7371..c2358cccc46d 100644 --- a/devel/geany-plugin-pg/Makefile +++ b/devel/geany-plugin-pg/Makefile @@ -2,6 +2,7 @@ PORTNAME= geany-plugin-pg PORTVERSION= ${GEANY_VER} +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index ebaa459289bb..9ad941141dda 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index b02ee9932f3b..60577159a16c 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile index fb4e734a497b..97923532722b 100644 --- a/devel/gflags/Makefile +++ b/devel/gflags/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= gflags -PORTVERSION= 2.1.2 +PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -15,13 +16,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON \ -DBUILD_STATIC_LIBS=ON \ -DBUILD_TESTING=ON \ - -DGFLAGS_NAMESPACE=gflags + -DGFLAGS_NAMESPACE:STRING=gflags \ + -DINSTALL_HEADERS=ON \ + -DINSTALL_SHARED_LIBS=ON \ + -DINSTALL_STATIC_LIBS=ON \ + -DREGISTER_INSTALL_PREFIX=OFF TEST_TARGET= test USE_LDCONFIG= yes -USES= cmake shebangfix +USES= cmake pathfix shebangfix USE_GITHUB= yes SHEBANG_FILES= src/gflags_completions.sh +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ + ${MV} ${STAGEDIR}${PREFIX}/bin/gflags_completions.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ + .include diff --git a/devel/gflags/distinfo b/devel/gflags/distinfo index c346d5f638be..6e8b796af614 100644 --- a/devel/gflags/distinfo +++ b/devel/gflags/distinfo @@ -1,2 +1,3 @@ -SHA256 (gflags-gflags-v2.1.2_GH0.tar.gz) = d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662 -SIZE (gflags-gflags-v2.1.2_GH0.tar.gz) = 95716 +TIMESTAMP = 1480145482 +SHA256 (gflags-gflags-v2.2.0_GH0.tar.gz) = 466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88 +SIZE (gflags-gflags-v2.2.0_GH0.tar.gz) = 96408 diff --git a/devel/gflags/pkg-plist b/devel/gflags/pkg-plist index 95d8838e7a60..6a2e632530fb 100644 --- a/devel/gflags/pkg-plist +++ b/devel/gflags/pkg-plist @@ -1,16 +1,17 @@ -bin/gflags_completions.sh +etc/bash_completion.d/gflags_completions.sh include/gflags/gflags.h include/gflags/gflags_completions.h include/gflags/gflags_declare.h lib/cmake/gflags/gflags-config-version.cmake lib/cmake/gflags/gflags-config.cmake -lib/cmake/gflags/gflags-export-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/gflags/gflags-export.cmake +lib/cmake/gflags/gflags-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/gflags/gflags-targets.cmake lib/libgflags.a lib/libgflags.so -lib/libgflags.so.2 -lib/libgflags.so.2.1.2 +lib/libgflags.so.2.2 +lib/libgflags.so.2.2.0 lib/libgflags_nothreads.a lib/libgflags_nothreads.so -lib/libgflags_nothreads.so.2 -lib/libgflags_nothreads.so.2.1.2 +lib/libgflags_nothreads.so.2.2 +lib/libgflags_nothreads.so.2.2.0 +libdata/pkgconfig/gflags.pc diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile index 10c3233b7eaa..a6ae3c4f2997 100644 --- a/devel/git-cinnabar/Makefile +++ b/devel/git-cinnabar/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.4.0b3-14 -DISTVERSIONSUFFIX= -g2091b9b +DISTVERSION= 0.4.0b3-24 +DISTVERSIONSUFFIX= -gd666461 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/git-cinnabar/distinfo b/devel/git-cinnabar/distinfo index f756ab9d7a58..3429584149d1 100644 --- a/devel/git-cinnabar/distinfo +++ b/devel/git-cinnabar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478963838 -SHA256 (glandium-git-cinnabar-0.4.0b3-14-g2091b9b_GH0.tar.gz) = bce603f74532bc57cf1bdc3c8fb2c58f5ba7e8d2aac3dd22f3261c4377ddc8fe -SIZE (glandium-git-cinnabar-0.4.0b3-14-g2091b9b_GH0.tar.gz) = 84240 +TIMESTAMP = 1480034831 +SHA256 (glandium-git-cinnabar-0.4.0b3-24-gd666461_GH0.tar.gz) = c63c6135e1e1d504b0a0947d5917a903bd7e787f6b8244261d75c27281ae482f +SIZE (glandium-git-cinnabar-0.4.0b3-24-gd666461_GH0.tar.gz) = 85589 diff --git a/devel/go-shellwords/Makefile b/devel/go-shellwords/Makefile deleted file mode 100644 index a2371ce01f2d..000000000000 --- a/devel/go-shellwords/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Sascha Holzleiter -# $FreeBSD$ - -PORTNAME= go-shellwords -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= v -CATEGORIES= devel - -MAINTAINER= sascha@root-login.org -COMMENT= Go library to parse line as shell words - -LICENSE= MIT - -USE_GITHUB= yes -GH_ACCOUNT= mattn - -USES= go -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} - -.include diff --git a/devel/go-shellwords/distinfo b/devel/go-shellwords/distinfo deleted file mode 100644 index a8540f9c9072..000000000000 --- a/devel/go-shellwords/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1470653849 -SHA256 (mattn-go-shellwords-v1.0.0_GH0.tar.gz) = c3dd9fff8f46a41c919e8aa2387fe0473d8a61037d66aff82bcd2bcb7826e188 -SIZE (mattn-go-shellwords-v1.0.0_GH0.tar.gz) = 2343 diff --git a/devel/go-shellwords/pkg-descr b/devel/go-shellwords/pkg-descr deleted file mode 100644 index 60ea54c169d2..000000000000 --- a/devel/go-shellwords/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Parse line as shell words. - -WWW: https://github.com/mattn/go-shellwords diff --git a/devel/go-shellwords/pkg-plist b/devel/go-shellwords/pkg-plist deleted file mode 100644 index ea1f8c787b83..000000000000 --- a/devel/go-shellwords/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%GO_LIBDIR%%/%%GO_PKGNAME%%.a -%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md -%%GO_SRCDIR%%/%%GO_PKGNAME%%/shellwords.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/shellwords_test.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/util_posix.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/util_windows.go diff --git a/devel/guiloader-c++/Makefile b/devel/guiloader-c++/Makefile index dfdb0bded963..b82dd1db6c81 100644 --- a/devel/guiloader-c++/Makefile +++ b/devel/guiloader-c++/Makefile @@ -3,7 +3,7 @@ PORTNAME= guiloader-c++ PORTVERSION= 2.19.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GOOGLE_CODE diff --git a/devel/kdevplatform/Makefile b/devel/kdevplatform/Makefile index 24f8d09cf26d..30b8673573de 100644 --- a/devel/kdevplatform/Makefile +++ b/devel/kdevplatform/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdevplatform PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}/src DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} diff --git a/devel/libarea/Makefile b/devel/libarea/Makefile index 8520fd7c66a8..092bc04f337f 100644 --- a/devel/libarea/Makefile +++ b/devel/libarea/Makefile @@ -3,6 +3,7 @@ PORTNAME= libarea PORTVERSION= 20160313 +PORTREVISION= 1 CATEGORIES= devel cad MAINTAINER= pfg@FreeBSD.org diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile index da4c198f7f7b..6d46933f8a04 100644 --- a/devel/libbobcat/Makefile +++ b/devel/libbobcat/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= icmake:devel/icmake \ yodl>=3.0:textproc/yodl -USE_GCC= 4.9+ +USE_GCC= yes USE_XORG= x11 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} diff --git a/devel/libclaw/Makefile b/devel/libclaw/Makefile index a192ba39149c..41182b732a30 100644 --- a/devel/libclaw/Makefile +++ b/devel/libclaw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libclaw PORTVERSION= 1.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/libcrossguid/Makefile b/devel/libcrossguid/Makefile index b178ead96829..431d9f134dbe 100644 --- a/devel/libcrossguid/Makefile +++ b/devel/libcrossguid/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcrossguid PORTVERSION= 20150803 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mickael.maillot@gmail.com @@ -20,18 +21,25 @@ GH_TAGNAME= 8f399e8 USES= compiler:c++11-lang pkgconfig USE_CXXSTD= c++11 CXXFLAGS+= `pkg-config --cflags uuid` -PLIST_FILES= include/guid.h lib/libcrossguid.so libdata/pkgconfig/libcrossguid.pc +USE_LDCONFIG= yes + +PLIST_FILES= include/guid.h \ + lib/libcrossguid.so \ + lib/libcrossguid.so.0 \ + libdata/pkgconfig/libcrossguid.pc post-patch: - @${SED} -e 's|%PREFIX%|${PREFIX}|g ; s|%VERSION%|${PORTVERSION}|g' \ + @${SED} -e 's|%PREFIX%|${PREFIX}|' -e 's|%VERSION%|${PORTVERSION}|' \ ${FILESDIR}/libcrossguid.pc.in > ${WRKDIR}/libcrossguid.pc do-build: - @cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -shared -fPIC guid.cpp -o libcrossguid.so -DGUID_LIBUUID + cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -shared -fPIC -Wl,-soname,libcrossguid.so.0 \ + -DGUID_LIBUUID -L${LOCALBASE}/lib guid.cpp -o libcrossguid.so.0 -luuid do-install: ${INSTALL_DATA} ${WRKSRC}/guid.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/libcrossguid.so ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libcrossguid.so.0 ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKDIR}/libcrossguid.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig + ${LN} -sf libcrossguid.so.0 ${STAGEDIR}${PREFIX}/lib/libcrossguid.so .include diff --git a/devel/libcrossguid/files/libcrossguid.pc.in b/devel/libcrossguid/files/libcrossguid.pc.in index 16e371bc2606..0c109c01c879 100644 --- a/devel/libcrossguid/files/libcrossguid.pc.in +++ b/devel/libcrossguid/files/libcrossguid.pc.in @@ -5,6 +5,5 @@ includedir=${prefix}/include Name: libguid Description: minimal and cross platform C++ GUID library Version: %VERSION% -Libs: -L${libdir} -lguid +Libs: -L${libdir} -lcrossguid Cflags: -I${includedir} - diff --git a/devel/libcutl/Makefile b/devel/libcutl/Makefile index 9e12efc0f08c..1d9ae898779d 100644 --- a/devel/libcutl/Makefile +++ b/devel/libcutl/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcutl PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ diff --git a/devel/libdlna/Makefile b/devel/libdlna/Makefile index e2f3c29bf1f0..75724e5963e9 100644 --- a/devel/libdlna/Makefile +++ b/devel/libdlna/Makefile @@ -26,6 +26,10 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" --disable-optimize \ --includedir="${PREFIX}/include" \ --libdir="${PREFIX}/lib" +post-extract: + ${REINPLACE_CMD} -e 's|CODEC_ID|AV_CODEC_ID|g' \ + ${WRKSRC}/src/*.c + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdlna.so diff --git a/devel/libdlna/files/patch-src_image__jpeg.c b/devel/libdlna/files/patch-src_image__jpeg.c deleted file mode 100644 index 2005ebe11de6..000000000000 --- a/devel/libdlna/files/patch-src_image__jpeg.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/image_jpeg.c.orig 2007-11-26 20:47:43 UTC -+++ src/image_jpeg.c -@@ -92,10 +92,10 @@ probe_jpeg (AVFormatContext *ctx, - return NULL; - - /* check for JPEG compliant codec */ -- if (codecs->vc->codec_id != CODEC_ID_MJPEG && -- codecs->vc->codec_id != CODEC_ID_MJPEGB && -- codecs->vc->codec_id != CODEC_ID_LJPEG && -- codecs->vc->codec_id != CODEC_ID_JPEGLS) -+ if (codecs->vc->codec_id != AV_CODEC_ID_MJPEG && -+ codecs->vc->codec_id != AV_CODEC_ID_MJPEGB && -+ codecs->vc->codec_id != AV_CODEC_ID_LJPEG && -+ codecs->vc->codec_id != AV_CODEC_ID_JPEGLS) - return NULL; - - for (i = 0; jpeg_profiles_mapping[i].profile; i++) diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile index 7782c2f0ec2f..5189a5983653 100644 --- a/devel/libflatarray/Makefile +++ b/devel/libflatarray/Makefile @@ -3,6 +3,7 @@ PORTNAME= libflatarray PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel science MASTER_SITES= http://www.libgeodecomp.org/archive/ diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 1ecf623f3438..952a9d3db5d3 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -2,7 +2,7 @@ PORTNAME= libftdi PORTVERSION= 0.20 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index 0a00ced8c1eb..fd176fbe820d 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -2,6 +2,7 @@ PORTNAME= libftdi1 PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index 7bce290c2cb3..8903c688a270 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libiqxmlrpc PORTVERSION= 0.13.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel net MASTER_SITES= SF diff --git a/devel/libkolab/Makefile b/devel/libkolab/Makefile index 56d90ec92a03..91a2f33e4abf 100644 --- a/devel/libkolab/Makefile +++ b/devel/libkolab/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkolab PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index ad6acd34b8db..4ba1403a3b86 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblas PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= wen@FreeBSD.org diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index ff5875ff457e..b473ce0839a3 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopkele PORTVERSION= 2.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile index d852ed7d8478..7f99c56a12e8 100644 --- a/devel/liborcus/Makefile +++ b/devel/liborcus/Makefile @@ -2,6 +2,7 @@ PORTNAME= liborcus PORTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ diff --git a/devel/liborcus07/Makefile b/devel/liborcus07/Makefile index b0e7fc096df5..36cb45d31ebd 100644 --- a/devel/liborcus07/Makefile +++ b/devel/liborcus07/Makefile @@ -2,6 +2,7 @@ PORTNAME= liborcus PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ PKGNAMESUFFIX= 07 diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 81de490a0a5b..0f4600e95268 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -18,8 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libssh2.so:security/libssh2 BUILD_DEPENDS= dnsmasq:dns/dnsmasq \ xsltproc:textproc/libxslt -RUN_DEPENDS= dnsmasq:dns/dnsmasq \ - dmidecode:sysutils/dmidecode +RUN_DEPENDS= dnsmasq:dns/dnsmasq OPTIONS_DEFINE= DOCS GNUTLS NLS NSS QEMU READLINE SASL OPTIONS_DEFAULT= GNUTLS READLINE @@ -163,4 +163,10 @@ post-install: regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check -.include +.include + +.if ${ARCH} == amd64 || ${ARCH} == i386 +RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode +.endif + +.include diff --git a/devel/linux-c6-devtools/Makefile b/devel/linux-c6-devtools/Makefile index 2faf0ea6a6ed..2ba58b7a7328 100644 --- a/devel/linux-c6-devtools/Makefile +++ b/devel/linux-c6-devtools/Makefile @@ -3,11 +3,11 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel BIN_DISTFILES= binutils-2.20.51.0.2-5.44.el6${EXTRACT_SUFX} \ glibc-headers-2.12-1.192.el6${EXTRACT_SUFX} \ - kernel-headers-2.6.32-642.6.2.el6${EXTRACT_SUFX} \ + kernel-headers-2.6.32-642.11.1.el6${EXTRACT_SUFX} \ mpfr-2.4.1-6.el6${EXTRACT_SUFX} \ cpp-4.4.7-17.el6${EXTRACT_SUFX} \ gcc-4.4.7-17.el6${EXTRACT_SUFX} \ @@ -19,7 +19,7 @@ LIB_DISTFILES= binutils-devel-2.20.51.0.2-5.44.el6${EXTRACT_SUFX} \ libgomp-4.4.7-17.el6${EXTRACT_SUFX} SRC_DISTFILES= binutils-2.20.51.0.2-5.44.el6${SRC_SUFX}:SOURCE \ glibc-2.12-1.192.el6${SRC_SUFX}:SOURCE \ - kernel-2.6.32-642.6.2.el6${SRC_SUFX}:SOURCE \ + kernel-2.6.32-642.11.1.el6${SRC_SUFX}:SOURCE \ mpfr-2.4.1-6.el6${SRC_SUFX}:SOURCE \ gcc-4.4.7-17.el6${SRC_SUFX}:SOURCE diff --git a/devel/linux-c6-devtools/distinfo.i386 b/devel/linux-c6-devtools/distinfo.i386 index cba59ef79b27..88be15b2d2a7 100644 --- a/devel/linux-c6-devtools/distinfo.i386 +++ b/devel/linux-c6-devtools/distinfo.i386 @@ -1,4 +1,4 @@ -TIMESTAMP = 1478080414 +TIMESTAMP = 1479890041 SHA256 (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 64b5448b0797ae80d740db1d234653bfd8ccd2592cc89c6a0adc225f17b4848b SIZE (rpm/i686/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 745464 SHA256 (rpm/i686/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = cf69a5aac8008cb44b5b28e5083e4c8128851edacf1275a73f3f7e9df14362a2 @@ -11,8 +11,8 @@ SHA256 (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.i686.rpm) = 91ed647622 SIZE (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.i686.rpm) = 2915664 SHA256 (rpm/i686/centos/6.8/glibc-headers-2.12-1.192.el6.i686.rpm) = 897f0fe87653895e273ec03b3d559215137f1377d7eae34efc8e95fcedffb5fc SIZE (rpm/i686/centos/6.8/glibc-headers-2.12-1.192.el6.i686.rpm) = 640492 -SHA256 (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.i686.rpm) = a1390897ac937dfdc103e496723b3b46130d44b65f03661a9da7d923875d70ae -SIZE (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.i686.rpm) = 4566924 +SHA256 (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.i686.rpm) = 567019f02a269dfda5cc4bea11f496888338bc21721e77e2f5860257c7c4fec6 +SIZE (rpm/i686/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.i686.rpm) = 4568036 SHA256 (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.i686.rpm) = e732d3292785d1590841b569af10536fa5d99bccb7ade7079c955cb35b02a192 SIZE (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.i686.rpm) = 157100 SHA256 (rpm/i686/centos/6.8/cpp-4.4.7-17.el6.i686.rpm) = 36f2172caf684a51a8853184d3921392c7f206321e2ae947a109137bdf89eb2d @@ -27,8 +27,8 @@ SHA256 (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 63b48715ed8 SIZE (rpm/i686/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 16328197 SHA256 (rpm/i686/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16ac0abe380a63b2941313ccfc0bbfc06878c24e24c232bb6e2a130801fdf84d SIZE (rpm/i686/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 -SHA256 (rpm/i686/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = c53ef890315b8699634652e8520af16805ea4b9da607d336d22a7a971ecf486d -SIZE (rpm/i686/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = 133396391 +SHA256 (rpm/i686/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 6aa908801643d3348ec01d8dd6215e3d90826f941a1c80d354310278b453a2c0 +SIZE (rpm/i686/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 133449914 SHA256 (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (rpm/i686/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (rpm/i686/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c diff --git a/devel/linux-c6-devtools/distinfo.x86_64 b/devel/linux-c6-devtools/distinfo.x86_64 index 356684c19278..4a7eaf272ccc 100644 --- a/devel/linux-c6-devtools/distinfo.x86_64 +++ b/devel/linux-c6-devtools/distinfo.x86_64 @@ -1,4 +1,4 @@ -TIMESTAMP = 1478080518 +TIMESTAMP = 1479890029 SHA256 (rpm/x86_64/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 64b5448b0797ae80d740db1d234653bfd8ccd2592cc89c6a0adc225f17b4848b SIZE (rpm/x86_64/centos/6.8/binutils-devel-2.20.51.0.2-5.44.el6.i686.rpm) = 745464 SHA256 (rpm/x86_64/centos/6.8/glibc-devel-2.12-1.192.el6.i686.rpm) = cf69a5aac8008cb44b5b28e5083e4c8128851edacf1275a73f3f7e9df14362a2 @@ -19,8 +19,8 @@ SHA256 (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.x86_64.rpm) = e1bd30 SIZE (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.x86_64.rpm) = 2900548 SHA256 (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 6887cffaef813ce9b851a07539cb59234cb97a5de2b8b9f025df0f6a1a4359e8 SIZE (rpm/x86_64/centos/6.8/glibc-headers-2.12-1.192.el6.x86_64.rpm) = 632168 -SHA256 (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.x86_64.rpm) = f3f772ca476017a40222059108c2d2801ba6ea5ad3351cf03207fa2c99ce26f2 -SIZE (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.6.2.el6.x86_64.rpm) = 4566848 +SHA256 (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.x86_64.rpm) = f4e0ded0fa9476fde789b96680f2009e07f13a5dace15e79abe44bb174e3c8f0 +SIZE (rpm/x86_64/centos/6.8/kernel-headers-2.6.32-642.11.1.el6.x86_64.rpm) = 4567948 SHA256 (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 20d2ce3bc1ea03844a0beb1726b01ef50d8555b3c9facb65264055a634709cf4 SIZE (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.x86_64.rpm) = 160772 SHA256 (rpm/x86_64/centos/6.8/cpp-4.4.7-17.el6.x86_64.rpm) = cfdd747711fd3d1848329ce4591975b5dd4d2e13a30ee7d2683f91f2bba894ac @@ -35,8 +35,8 @@ SHA256 (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 63b48715e SIZE (rpm/x86_64/centos/6.8/binutils-2.20.51.0.2-5.44.el6.src.rpm) = 16328197 SHA256 (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16ac0abe380a63b2941313ccfc0bbfc06878c24e24c232bb6e2a130801fdf84d SIZE (rpm/x86_64/centos/6.8/glibc-2.12-1.192.el6.src.rpm) = 16733566 -SHA256 (rpm/x86_64/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = c53ef890315b8699634652e8520af16805ea4b9da607d336d22a7a971ecf486d -SIZE (rpm/x86_64/centos/6.8/kernel-2.6.32-642.6.2.el6.src.rpm) = 133396391 +SHA256 (rpm/x86_64/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 6aa908801643d3348ec01d8dd6215e3d90826f941a1c80d354310278b453a2c0 +SIZE (rpm/x86_64/centos/6.8/kernel-2.6.32-642.11.1.el6.src.rpm) = 133449914 SHA256 (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 4b5fcd2cf40deb6a791f4fa4e39315e2345001e528c45ed52042e3c4ba467f6c SIZE (rpm/x86_64/centos/6.8/mpfr-2.4.1-6.el6.src.rpm) = 911271 SHA256 (rpm/x86_64/centos/6.8/gcc-4.4.7-17.el6.src.rpm) = 4b14f08c109dce1f43fe4956bbb8f0a3ff1e076950ca3e89a75d28a59465217c diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 1608090a6f80..d0cddfde919b 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -3,7 +3,7 @@ PORTNAME= log4cxx PORTVERSION= 0.10.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= APACHE/logging/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION} diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 42f251826593..477fdfdb317b 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.7.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/devel/love08/Makefile b/devel/love08/Makefile index 15016a37347f..b9251c926c5b 100644 --- a/devel/love08/Makefile +++ b/devel/love08/Makefile @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/devel/love5/Makefile b/devel/love5/Makefile index 6ed811fd6652..5412e805d02b 100644 --- a/devel/love5/Makefile +++ b/devel/love5/Makefile @@ -3,7 +3,7 @@ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION} PKGNAMESUFFIX= 5 diff --git a/devel/luabind/Makefile b/devel/luabind/Makefile index d19b1f648c2a..2ef051603b29 100644 --- a/devel/luabind/Makefile +++ b/devel/luabind/Makefile @@ -3,7 +3,7 @@ PORTNAME= luabind PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile index 889a74385002..3e58c0605859 100644 --- a/devel/mongo-cxx-driver/Makefile +++ b/devel/mongo-cxx-driver/Makefile @@ -4,6 +4,7 @@ PORTNAME= mongo-cxx-driver PORTVERSION= 1.1.2 DISTVERSIONPREFIX=legacy- +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= numisemis@yahoo.com diff --git a/devel/monodevelop/Makefile b/devel/monodevelop/Makefile index de586de24bf1..aaf2b4a7e517 100644 --- a/devel/monodevelop/Makefile +++ b/devel/monodevelop/Makefile @@ -2,12 +2,15 @@ # $FreeBSD$ PORTNAME= monodevelop -PORTVERSION= 6.1.1.15 +PORTVERSION= 6.1.2.44 CATEGORIES= devel MAINTAINER= mono@FreeBSD.org COMMENT= IDE for the .NET platform +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= mautil:devel/mono-addins \ fsharpc:lang/fsharp \ cmake:devel/cmake \ @@ -22,10 +25,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus.a:x11-toolkits/libgdiplus \ fsharpc:lang/fsharp NUGET_DEPENDS= ExtCore=0.8.45 \ - FSharp.Compiler.CodeDom=1.0.0.1 \ + FSharp.Compiler.CodeDom=0.9.2 \ FSharp.Compiler.Service=3.0.0 \ FSharp.Core=4.0.0.1 \ - Fantomas=2.3.0 \ + Fantomas=2.4.0 \ Microsoft.AspNet.Mvc=5.2.3 \ Microsoft.AspNet.Razor=3.2.3 \ Microsoft.AspNet.WebPages=3.2.3 \ @@ -61,6 +64,7 @@ INSTALLS_ICONS= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= Build parallelization not implemented WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}/main +PORTSCOUT= ^\d+\.\d+.[1-9]\d* post-extract: .for tuple in ${GH_TUPLE} diff --git a/devel/monodevelop/distinfo b/devel/monodevelop/distinfo index 7b43f0a8fc1a..c8bc231f5094 100644 --- a/devel/monodevelop/distinfo +++ b/devel/monodevelop/distinfo @@ -1,20 +1,14 @@ -TIMESTAMP = 1477376869 -SHA256 (difflib.1.0.0.55.nupkg) = ab37eec5da9d7c9433c8c9df71e7ed7af555991e6d8e8c125864032659677640 -SIZE (difflib.1.0.0.55.nupkg) = 21252 +TIMESTAMP = 1479565189 SHA256 (extcore.0.8.45.nupkg) = aadcbc638765cfe4a4d1c569b721cb9a01403872cbc5071a811e04af95cea7d0 SIZE (extcore.0.8.45.nupkg) = 2579195 -SHA256 (fake.4.40.0.nupkg) = d70586b45742d3d37c0cba623bba961219a12617f8fe1e7338fa2e84e9c15e37 -SIZE (fake.4.40.0.nupkg) = 13483083 -SHA256 (fsharp.compiler.codedom.1.0.0.1.nupkg) = 3504512fae64d4e5691dbc790323e1c4c7ca695c8619824b7b8108866c97a11c -SIZE (fsharp.compiler.codedom.1.0.0.1.nupkg) = 390934 +SHA256 (fsharp.compiler.codedom.0.9.2.nupkg) = 92b9a538956775efd989517a608a366b2b926beae6be752a394f7457f77ac933 +SIZE (fsharp.compiler.codedom.0.9.2.nupkg) = 385599 SHA256 (fsharp.compiler.service.3.0.0.nupkg) = 995cf0b50a44ea84815d6a8a8f71f6c9c62bbba2c7cc447def892a475228c704 SIZE (fsharp.compiler.service.3.0.0.nupkg) = 13541030 SHA256 (fsharp.core.4.0.0.1.nupkg) = f67929917b5d91f03019718ea5eec5aefcd38b7f15feb677c981a2df3a93d006 SIZE (fsharp.core.4.0.0.1.nupkg) = 5323731 -SHA256 (fantomas.2.3.0.nupkg) = bfd85001b87732e050930188f60c8ab4c90a13ea63dda912b12083e17b2a4fc2 -SIZE (fantomas.2.3.0.nupkg) = 407404 -SHA256 (icsharpcode.nrefactory.5.5.1.nupkg) = e4fe11e131b4ad13c538e2c79f8b39f0cdf6ba6a7f7b2068b12483c36114a499 -SIZE (icsharpcode.nrefactory.5.5.1.nupkg) = 1158614 +SHA256 (fantomas.2.4.0.nupkg) = 4c713eff787bdd43664d2807509362ab95f47b2dbc4ff0a76b3c0620475fe643 +SIZE (fantomas.2.4.0.nupkg) = 408685 SHA256 (microsoft.aspnet.mvc.5.2.3.nupkg) = 035070b77bfc23970889d0a2cd56a722148b5c5cd04b4b72a920f0b76dfb1c14 SIZE (microsoft.aspnet.mvc.5.2.3.nupkg) = 298971 SHA256 (microsoft.aspnet.razor.3.2.3.nupkg) = a2810025de2b4c810711d856cbb7b0510e8ec07122c65372fe9d5e5a60d6c74d @@ -23,8 +17,6 @@ SHA256 (microsoft.aspnet.webpages.3.2.3.nupkg) = 74e8f23684704f7ce314f11fb3c48b5 SIZE (microsoft.aspnet.webpages.3.2.3.nupkg) = 228931 SHA256 (microsoft.web.infrastructure.1.0.0.0.nupkg) = d6a9d4e32222036aa0633f07aeccfa9d38ec22bef311442568499c12734bb4d7 SIZE (microsoft.web.infrastructure.1.0.0.0.nupkg) = 24921 -SHA256 (mono.cecil.0.9.5.4.nupkg) = f99474ff7ce8690c0e6a7f38a9fed500b15b2fd44e2f54664c652d7f6859cfc1 -SIZE (mono.cecil.0.9.5.4.nupkg) = 671650 SHA256 (nunit.2.6.4.nupkg) = be8cde6e9754474d5d4f553addb6331cf442c2182a0eb4dc87618d744fd59ca9 SIZE (nunit.2.6.4.nupkg) = 99004 SHA256 (nunit.engine.3.0.1.nupkg) = 8145ca61380ef4ab233c4eff64ab33ba0e703954065082a772391f035a288aa6 @@ -33,16 +25,8 @@ SHA256 (nunit.runners.2.6.4.nupkg) = 44877aeb399ffb14b30ecca1c073813aab71dcf9a92 SIZE (nunit.runners.2.6.4.nupkg) = 573341 SHA256 (newtonsoft.json.6.0.8.nupkg) = 88b57d994035a83080c7f049e93f7aba2554fe14b686b678c2eb1a8be23e6851 SIZE (newtonsoft.json.6.0.8.nupkg) = 1562062 -SHA256 (nuget.commandline.2.8.2.nupkg) = 85ad1f17805e6dbbeb8e1bef50f70a267d9949b63cfbcaec1d861bd9ca5b04fc -SIZE (nuget.commandline.2.8.2.nupkg) = 477665 -SHA256 (sharpsvn.1.8-x86.1.8013.3694.107.nupkg) = 7422c6202536aa7d1a46ff39c918be872227087c88709ffca6bfdf1067b50b6e -SIZE (sharpsvn.1.8-x86.1.8013.3694.107.nupkg) = 5917871 -SHA256 (wptoolkit.4.2013.08.16.nupkg) = b1a42a1feb81b38d34277a4b461752008a2db9dd1a9f0d7f5e07fbb5fc379c02 -SIZE (wptoolkit.4.2013.08.16.nupkg) = 1003997 -SHA256 (xamarin.forms.2.2.0.31.nupkg) = 03bd9652a7f463d70af246cd29b743b7ef043b33ca6b5bcce28407ab2168a03c -SIZE (xamarin.forms.2.2.0.31.nupkg) = 7651953 -SHA256 (mono-monodevelop-6.1.1.15-monodevelop-6.1.1.15_GH0.tar.gz) = 46005e93bddacacf8e458be1d5166be766653460c9163f9c1570cbad92596e16 -SIZE (mono-monodevelop-6.1.1.15-monodevelop-6.1.1.15_GH0.tar.gz) = 16475066 +SHA256 (mono-monodevelop-6.1.2.44-monodevelop-6.1.2.44_GH0.tar.gz) = 06b7b21aea806be39e876635b88a2c9ced8962ead464852724134ca67214d5a5 +SIZE (mono-monodevelop-6.1.2.44-monodevelop-6.1.2.44_GH0.tar.gz) = 16476228 SHA256 (icsharpcode-RefactoringEssentials-cbd2d9e_GH0.tar.gz) = a51ac4e62200a51329279347e31f3233ebc8e3afa8d8bb92af33cc870b1b2074 SIZE (icsharpcode-RefactoringEssentials-cbd2d9e_GH0.tar.gz) = 3154094 SHA256 (mono-cecil-cd2ff63_GH0.tar.gz) = 417709d1547b1995c8a3fb787b288b78f9bf5c3605baef2f829f35ee869a9642 @@ -59,23 +43,13 @@ SHA256 (mono-libgit2-e8b8948_GH0.tar.gz) = fb69b896a3cfb0f438633d8d6f994a762a4df SIZE (mono-libgit2-e8b8948_GH0.tar.gz) = 3730903 SHA256 (mono-libgit2sharp-06bbc96_GH0.tar.gz) = bcb7f660cb03b289cd4a4834e8284aa40b317161ca05c763698e4617d7795e40 SIZE (mono-libgit2sharp-06bbc96_GH0.tar.gz) = 1859887 -SHA256 (xamarin-macdoc-eacb7e0_GH0.tar.gz) = 2f9ccc10a0aff58579b15d877c7e8be3a3bd08ac3e714d9acd0e2bb15e946090 -SIZE (xamarin-macdoc-eacb7e0_GH0.tar.gz) = 1503050 -SHA256 (mono-mdtestharness-424f53e_GH0.tar.gz) = f01a2b50b9ee8d41afb5a1982aa43e1e1c4e7ec0cf3f59b44bba465913fcd7e1 -SIZE (mono-mdtestharness-424f53e_GH0.tar.gz) = 1296068 SHA256 (mono-mono-addins-76cab2d_GH0.tar.gz) = e93fe82f070d8cb41482de582a7932f452afb86810adae95f7fe730200fe12d6 SIZE (mono-mono-addins-76cab2d_GH0.tar.gz) = 672208 -SHA256 (mono-mono-tools-d858f5f_GH0.tar.gz) = feddc199b6f9d34c0df2dc1a8164a267fce959146405e96ca8e86c3b9a5c58d2 -SIZE (mono-mono-tools-d858f5f_GH0.tar.gz) = 3475537 -SHA256 (mono-monomac-1d87842_GH0.tar.gz) = 2fae559d278ae85275b8f16feddf6107c98b1d0eaad62e35c1880cd36c0ad411 -SIZE (mono-monomac-1d87842_GH0.tar.gz) = 8369789 SHA256 (icsharpcode-NRefactory-a2b55de_GH0.tar.gz) = c26a987add8e1ac8ceb890ed17c9358ba98d77edb61a77a7aacb92a88d84c8c1 SIZE (icsharpcode-NRefactory-a2b55de_GH0.tar.gz) = 2010815 SHA256 (mono-nuget-binary-0811ba8_GH0.tar.gz) = 62490596bbac9d63aa15886723803e462a899de1f6d9ede88c8a5e67a2859ba1 SIZE (mono-nuget-binary-0811ba8_GH0.tar.gz) = 2354198 SHA256 (mono-roslyn-16e117c_GH0.tar.gz) = a3805b2b246042be912831a62902cfa7d6fe43f953b14be2d8c8c334e467cc97 SIZE (mono-roslyn-16e117c_GH0.tar.gz) = 17539222 -SHA256 (mono-sharpsvn-binary-6e60e61_GH0.tar.gz) = ed1a69a44e6a5d6b6041a1acdc79364a335a15033f6198fcd4d797a08d088020 -SIZE (mono-sharpsvn-binary-6e60e61_GH0.tar.gz) = 1053755 SHA256 (mono-xwt-9ee2853_GH0.tar.gz) = c145ec98830c695c5580121ecf1a5091d4fa78cdbce59bef6bac0e95fe2fb3c5 SIZE (mono-xwt-9ee2853_GH0.tar.gz) = 1032719 diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index f2064d387e43..800137b2b2f4 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -3,7 +3,7 @@ PORTNAME= monotone PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile index 069b0762f234..96a1805b4331 100644 --- a/devel/msp430-debug-stack/Makefile +++ b/devel/msp430-debug-stack/Makefile @@ -2,7 +2,7 @@ PORTNAME= msp430-debug-stack PORTVERSION= 3.8.0.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ti.com/lit/sw/slac460r/ \ http://www.ti.com/lit/ug/slau320x/:doc1 \ diff --git a/devel/npth/Makefile b/devel/npth/Makefile index dd3c722f740b..c1f689ff5cbd 100644 --- a/devel/npth/Makefile +++ b/devel/npth/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= npth -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= GNUPG/${PORTNAME} @@ -14,6 +14,7 @@ LICENSE_COMB= dual USES= tar:bzip2 libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +LIBS= -lpthread INSTALL_TARGET= install-strip .include diff --git a/devel/npth/distinfo b/devel/npth/distinfo index 6f732d60c77a..541154f83939 100644 --- a/devel/npth/distinfo +++ b/devel/npth/distinfo @@ -1,2 +1,3 @@ -SHA256 (npth-1.2.tar.bz2) = 6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a -SIZE (npth-1.2.tar.bz2) = 298735 +TIMESTAMP = 1479929622 +SHA256 (npth-1.3.tar.bz2) = bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a +SIZE (npth-1.3.tar.bz2) = 295998 diff --git a/devel/npth/pkg-plist b/devel/npth/pkg-plist index 26f214db91ca..f763a2dd2e45 100644 --- a/devel/npth/pkg-plist +++ b/devel/npth/pkg-plist @@ -2,5 +2,5 @@ bin/npth-config include/npth.h lib/libnpth.so lib/libnpth.so.0 -lib/libnpth.so.0.0.5 +lib/libnpth.so.0.0.6 share/aclocal/npth.m4 diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile index 052eec2cf0bd..ae4628e4e6b6 100644 --- a/devel/oniguruma5/Makefile +++ b/devel/oniguruma5/Makefile @@ -7,7 +7,6 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel textproc PKGNAMESUFFIX= 5 -DISTNAME= onig-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= rob@theseusnetworking.com diff --git a/devel/oniguruma5/distinfo b/devel/oniguruma5/distinfo index d0d35d8ff986..46368c082416 100644 --- a/devel/oniguruma5/distinfo +++ b/devel/oniguruma5/distinfo @@ -1,2 +1,3 @@ -SHA256 (ruby/onig-5.9.6_GH0.tar.gz) = 0746ee6b889f9afe2fc0bf7cb9f21d7847821bbdf07bc938a3a5dfb3f91cc0d5 -SIZE (ruby/onig-5.9.6_GH0.tar.gz) = 325378 +TIMESTAMP = 1480154293 +SHA256 (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 0746ee6b889f9afe2fc0bf7cb9f21d7847821bbdf07bc938a3a5dfb3f91cc0d5 +SIZE (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 325378 diff --git a/devel/p5-ConfigReader-Simple/Makefile b/devel/p5-ConfigReader-Simple/Makefile index ca6d355dc25d..3759e03aae57 100644 --- a/devel/p5-ConfigReader-Simple/Makefile +++ b/devel/p5-ConfigReader-Simple/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ConfigReader-Simple -PORTVERSION= 1.29 -PORTREVISION= 1 +PORTVERSION= 1.291 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-ConfigReader-Simple/distinfo b/devel/p5-ConfigReader-Simple/distinfo index ec241f4df0b9..0be5a674be9d 100644 --- a/devel/p5-ConfigReader-Simple/distinfo +++ b/devel/p5-ConfigReader-Simple/distinfo @@ -1,2 +1,3 @@ -SHA256 (ConfigReader-Simple-1.29.tar.gz) = 4de9b25ec4a610c97e13c57ecc9a584643aaffdc4fb047b66b9cde21d86430b7 -SIZE (ConfigReader-Simple-1.29.tar.gz) = 15309 +TIMESTAMP = 1479979039 +SHA256 (ConfigReader-Simple-1.291.tar.gz) = 492c4c6a8d75e00beae9fb90c65b2545222bc0ca4e8e2524750e253c9975a840 +SIZE (ConfigReader-Simple-1.291.tar.gz) = 20165 diff --git a/devel/p5-Data-Rmap/Makefile b/devel/p5-Data-Rmap/Makefile index d9547c482d26..73ca6d59da09 100644 --- a/devel/p5-Data-Rmap/Makefile +++ b/devel/p5-Data-Rmap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Rmap -PORTVERSION= 0.64 +PORTVERSION= 0.65 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Data-Rmap/distinfo b/devel/p5-Data-Rmap/distinfo index ac9e3f961121..59f4448ef339 100644 --- a/devel/p5-Data-Rmap/distinfo +++ b/devel/p5-Data-Rmap/distinfo @@ -1,2 +1,3 @@ -SHA256 (Data-Rmap-0.64.tar.gz) = 9763bf746a020e314a4b6f3698d2edb788c8beae63b553069285e37b17b6647a -SIZE (Data-Rmap-0.64.tar.gz) = 13506 +TIMESTAMP = 1479918885 +SHA256 (Data-Rmap-0.65.tar.gz) = d076317d29365420a06223b1638451dc012ce2ae77d56c7a9a25bb378953dcf3 +SIZE (Data-Rmap-0.65.tar.gz) = 13379 diff --git a/devel/p5-Glib-Object-Introspection/Makefile b/devel/p5-Glib-Object-Introspection/Makefile index 424a1207345f..3294254c058d 100644 --- a/devel/p5-Glib-Object-Introspection/Makefile +++ b/devel/p5-Glib-Object-Introspection/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.040 +PORTVERSION= 0.041 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Glib-Object-Introspection/distinfo b/devel/p5-Glib-Object-Introspection/distinfo index 8357b303e18d..106451184bec 100644 --- a/devel/p5-Glib-Object-Introspection/distinfo +++ b/devel/p5-Glib-Object-Introspection/distinfo @@ -1,2 +1,3 @@ -SHA256 (Glib-Object-Introspection-0.040.tar.gz) = 515d6af0e085c9cbed3f1a1215d1fae46dac31a8459dc950f896f368df1488bb -SIZE (Glib-Object-Introspection-0.040.tar.gz) = 79009 +TIMESTAMP = 1480092239 +SHA256 (Glib-Object-Introspection-0.041.tar.gz) = db8529555ff1dd30b3341ab93fda29680e583b4689e8aeb78995caa16396e9b5 +SIZE (Glib-Object-Introspection-0.041.tar.gz) = 80565 diff --git a/devel/p5-JIRA-REST/Makefile b/devel/p5-JIRA-REST/Makefile index d8f86f43a18c..10cd3b45fd99 100644 --- a/devel/p5-JIRA-REST/Makefile +++ b/devel/p5-JIRA-REST/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JIRA-REST -PORTVERSION= 0.012 -PORTREVISION= 1 +PORTVERSION= 0.014 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +12,10 @@ COMMENT= Extended interface to JIRA REST API LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \ +BUILD_DEPENDS= p5-Config-Identity>=0.0019:devel/p5-Config-Identity \ + p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-JSON>=0:converters/p5-JSON \ p5-REST-Client>=0:www/p5-REST-Client \ diff --git a/devel/p5-JIRA-REST/distinfo b/devel/p5-JIRA-REST/distinfo index e6a67bf55ad7..1c161ed2af29 100644 --- a/devel/p5-JIRA-REST/distinfo +++ b/devel/p5-JIRA-REST/distinfo @@ -1,2 +1,3 @@ -SHA256 (JIRA-REST-0.012.tar.gz) = e747b9194760a3e8b796603bd7df6620362929e39c2b2179ae6a2fd0c5669007 -SIZE (JIRA-REST-0.012.tar.gz) = 15431 +TIMESTAMP = 1479979048 +SHA256 (JIRA-REST-0.014.tar.gz) = 006869a3ba2ba63a6ea1bf9a9dc0c7ff021570ffdd01e9eefb76576035823b1e +SIZE (JIRA-REST-0.014.tar.gz) = 16560 diff --git a/devel/p5-MCE/Makefile b/devel/p5-MCE/Makefile index f347482c34e6..01f2bee374ef 100644 --- a/devel/p5-MCE/Makefile +++ b/devel/p5-MCE/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.808 +PORTVERSION= 1.809 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY diff --git a/devel/p5-MCE/distinfo b/devel/p5-MCE/distinfo index da4e7b30e1ab..dbd0678061ce 100644 --- a/devel/p5-MCE/distinfo +++ b/devel/p5-MCE/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478453354 -SHA256 (MCE-1.808.tar.gz) = 0619807d94456f4ab72db48d66a0894c5df805a883d50902bcc2017fd03d7230 -SIZE (MCE-1.808.tar.gz) = 170578 +TIMESTAMP = 1479979056 +SHA256 (MCE-1.809.tar.gz) = aa0d5aedeb6233ce8e90bd857e04fa554d0b79ede5ea20422d0f88fcbe4178d6 +SIZE (MCE-1.809.tar.gz) = 170943 diff --git a/devel/p5-MooseX-Singleton/Makefile b/devel/p5-MooseX-Singleton/Makefile index 44d11032652f..7486d23f3823 100644 --- a/devel/p5-MooseX-Singleton/Makefile +++ b/devel/p5-MooseX-Singleton/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-Singleton -PORTVERSION= 0.29 -PORTREVISION= 1 +PORTVERSION= 0.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Turn Moose class into a singleton +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Moose>=1.10:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-MooseX-StrictConstructor>=0:devel/p5-MooseX-StrictConstructor \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ - p5-Test-NoWarnings>=0.01:devel/p5-Test-NoWarnings \ p5-Test-Requires>=0:devel/p5-Test-Requires \ - p5-Test-Warn>=0.01:devel/p5-Test-Warn + p5-Test-Warnings>=0.01:devel/p5-Test-Warnings +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include diff --git a/devel/p5-MooseX-Singleton/distinfo b/devel/p5-MooseX-Singleton/distinfo index d8c9d816bccb..0dbeac37172f 100644 --- a/devel/p5-MooseX-Singleton/distinfo +++ b/devel/p5-MooseX-Singleton/distinfo @@ -1,2 +1,3 @@ -SHA256 (MooseX-Singleton-0.29.tar.gz) = 4c8b2b7af3369bfb85072608fbf82b4f59061ff9b679e001abe3ba1321700304 -SIZE (MooseX-Singleton-0.29.tar.gz) = 16384 +TIMESTAMP = 1479979066 +SHA256 (MooseX-Singleton-0.30.tar.gz) = 6584b2f31b1d3eb6dd7e23128738e73f6c015b152138b0a8157d3d0d59d06541 +SIZE (MooseX-Singleton-0.30.tar.gz) = 34417 diff --git a/devel/p5-MooseX-Singleton/pkg-plist b/devel/p5-MooseX-Singleton/pkg-plist index 5759f513ec03..c9b61a9ce11b 100644 --- a/devel/p5-MooseX-Singleton/pkg-plist +++ b/devel/p5-MooseX-Singleton/pkg-plist @@ -1,10 +1,10 @@ -%%PERL5_MAN3%%/MooseX::Singleton.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Class.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Instance.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Method::Constructor.3.gz -%%PERL5_MAN3%%/MooseX::Singleton::Role::Object.3.gz %%SITE_PERL%%/MooseX/Singleton.pm %%SITE_PERL%%/MooseX/Singleton/Role/Meta/Class.pm %%SITE_PERL%%/MooseX/Singleton/Role/Meta/Instance.pm %%SITE_PERL%%/MooseX/Singleton/Role/Meta/Method/Constructor.pm %%SITE_PERL%%/MooseX/Singleton/Role/Object.pm +%%PERL5_MAN3%%/MooseX::Singleton.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Class.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Instance.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Meta::Method::Constructor.3.gz +%%PERL5_MAN3%%/MooseX::Singleton::Role::Object.3.gz diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index 0acf2df853e0..d4a8eef3e874 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR -PORTVERSION= 1.011 +PORTVERSION= 1.012 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Perl Archive Toolkit LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Archive-Zip>=1:archivers/p5-Archive-Zip \ p5-PAR-Dist>=0.32:devel/p5-PAR-Dist diff --git a/devel/p5-PAR/distinfo b/devel/p5-PAR/distinfo index 8b97e5987555..ac3cef290a1f 100644 --- a/devel/p5-PAR/distinfo +++ b/devel/p5-PAR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478370063 -SHA256 (PAR-1.011.tar.gz) = f4bf554acceb0906667f6f404667ca9e8fa2b4866c735dab1d7fb17651b4ed4a -SIZE (PAR-1.011.tar.gz) = 78107 +TIMESTAMP = 1480145489 +SHA256 (PAR-1.012.tar.gz) = ee1e2b7d7f364a71e91456faf3ceef69eeb639901480a17e4e0ff1e8dba26a85 +SIZE (PAR-1.012.tar.gz) = 82015 diff --git a/devel/p5-Params-ValidationCompiler/Makefile b/devel/p5-Params-ValidationCompiler/Makefile index db15ab1f383c..bedd4a566995 100644 --- a/devel/p5-Params-ValidationCompiler/Makefile +++ b/devel/p5-Params-ValidationCompiler/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Params-ValidationCompiler -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Params-ValidationCompiler/distinfo b/devel/p5-Params-ValidationCompiler/distinfo index 7749fa048d72..8889ebb09ff3 100644 --- a/devel/p5-Params-ValidationCompiler/distinfo +++ b/devel/p5-Params-ValidationCompiler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479380115 -SHA256 (Params-ValidationCompiler-0.18.tar.gz) = 0e17c193659beca5e9e5a8d040da21faebd6427c6426b94c4094d5d50ceebd9d -SIZE (Params-ValidationCompiler-0.18.tar.gz) = 38696 +TIMESTAMP = 1479946970 +SHA256 (Params-ValidationCompiler-0.19.tar.gz) = c6c7e0945269868a2c51d2a48c825a0b267fdf58f55d7841cae63f61b06886ff +SIZE (Params-ValidationCompiler-0.19.tar.gz) = 38999 diff --git a/devel/p5-Test2-Suite/Makefile b/devel/p5-Test2-Suite/Makefile index 90b91e503b55..b86d5f835d44 100644 --- a/devel/p5-Test2-Suite/Makefile +++ b/devel/p5-Test2-Suite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Suite -PORTVERSION= 0.000060 +PORTVERSION= 0.000061 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST diff --git a/devel/p5-Test2-Suite/distinfo b/devel/p5-Test2-Suite/distinfo index ce800764eed1..7f87ae5a5eb9 100644 --- a/devel/p5-Test2-Suite/distinfo +++ b/devel/p5-Test2-Suite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475140716 -SHA256 (Test2-Suite-0.000060.tar.gz) = 535cdfe9ce5ea59c97a57aba8b6b2a7890bac79e1af53190add7a9a5b6d336f4 -SIZE (Test2-Suite-0.000060.tar.gz) = 138708 +TIMESTAMP = 1480231524 +SHA256 (Test2-Suite-0.000061.tar.gz) = b2ef2a59c8864c79f6c6a64c65e12c93f881361e4d9eb54419fcb4785c08ea75 +SIZE (Test2-Suite-0.000061.tar.gz) = 140806 diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index a38e9df98417..edd51769af84 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -22,4 +22,6 @@ USES= autoreconf gmake libtool pathfix pkgconfig GH_ACCOUNT= google USE_GITHUB= yes +BROKEN_sparc64= Fails to compile: no atomic ops available for FreeBSD/sparc64 + .include diff --git a/devel/pure-stldict/Makefile b/devel/pure-stldict/Makefile index bdc635c86062..4ea9d4723cb3 100644 --- a/devel/pure-stldict/Makefile +++ b/devel/pure-stldict/Makefile @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include .if ${OSVERSION} <= 1000000 -USE_GCC= 4.9+ +USE_GCC= yes .endif post-install: diff --git a/devel/py-automaton/Makefile b/devel/py-automaton/Makefile index aaa5f83f9901..96df84f487a8 100644 --- a/devel/py-automaton/Makefile +++ b/devel/py-automaton/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= automaton -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Friendly state machines for python +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ diff --git a/devel/py-automaton/distinfo b/devel/py-automaton/distinfo index d3ad5a1fa561..06d0d343da54 100644 --- a/devel/py-automaton/distinfo +++ b/devel/py-automaton/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476648562 -SHA256 (automaton-1.4.0.tar.gz) = 27bc790506057d9ef2bcc6cd36d5039aa28ae1836d1afb14b1c7ed3d94f48aa6 -SIZE (automaton-1.4.0.tar.gz) = 24938 +TIMESTAMP = 1479810590 +SHA256 (automaton-1.5.0.tar.gz) = 7f2339d90890a2ace5e0d98fd00278bc9b1c7a08413f4199d89b888df83ccb44 +SIZE (automaton-1.5.0.tar.gz) = 26006 diff --git a/devel/py-cliff/Makefile b/devel/py-cliff/Makefile index 9858e68e27e4..c18e75603b2b 100644 --- a/devel/py-cliff/Makefile +++ b/devel/py-cliff/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cliff -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Command Line Interface Formulation Framework +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cmd2>=0.6.7:devel/py-cmd2 \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.8.0:devel/py-unicodecsv \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.7:devel/py-pyparsing NO_ARCH= yes diff --git a/devel/py-cliff/distinfo b/devel/py-cliff/distinfo index 345b815594c9..0e5a84d2faa7 100644 --- a/devel/py-cliff/distinfo +++ b/devel/py-cliff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475932927 -SHA256 (cliff-2.2.0.tar.gz) = a12a6bd3cf9085f0e0589c5019037ac4ee410413abbb76189fa62695f79f84fc -SIZE (cliff-2.2.0.tar.gz) = 57767 +TIMESTAMP = 1479810994 +SHA256 (cliff-2.3.0.tar.gz) = 82eeee4287806e3980f5875053016c597fd0dd49961eaa59030c53e98938d881 +SIZE (cliff-2.3.0.tar.gz) = 57077 diff --git a/devel/py-futurist/Makefile b/devel/py-futurist/Makefile index b2b9294a3fec..5b2f61b26114 100644 --- a/devel/py-futurist/Makefile +++ b/devel/py-futurist/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= futurist -PORTVERSION= 0.18.0 +PORTVERSION= 0.19.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Useful additions to futures, from the future +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ diff --git a/devel/py-futurist/distinfo b/devel/py-futurist/distinfo index 89452ec387f4..a8ccf0dc7420 100644 --- a/devel/py-futurist/distinfo +++ b/devel/py-futurist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297398 -SHA256 (futurist-0.18.0.tar.gz) = 1334cb7b07e2bd0e80273964569e211419133ace898287402ea9709faa757ef5 -SIZE (futurist-0.18.0.tar.gz) = 34087 +TIMESTAMP = 1479811161 +SHA256 (futurist-0.19.0.tar.gz) = ac28672e916c1945a4aad785f296bf859e5cfc8a4b23286d9ad3bff6dd66c3b3 +SIZE (futurist-0.19.0.tar.gz) = 33481 diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile index 458fcfdef91d..d75e1a53b247 100644 --- a/devel/py-lxml/Makefile +++ b/devel/py-lxml/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/licenses/BSD.txt LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt -USES= python uniquefiles:dirs +USES+= python uniquefiles:dirs USE_PYTHON= autoplist concurrent distutils LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib diff --git a/devel/py-microversion-parse/Makefile b/devel/py-microversion-parse/Makefile new file mode 100644 index 000000000000..1a2aae0772c6 --- /dev/null +++ b/devel/py-microversion-parse/Makefile @@ -0,0 +1,23 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= microversion-parse +PORTVERSION= 0.1.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= microversion_parse-${DISTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Openstack microversion header parser + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-microversion-parse/distinfo b/devel/py-microversion-parse/distinfo new file mode 100644 index 000000000000..95c538b3b4d9 --- /dev/null +++ b/devel/py-microversion-parse/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478995684 +SHA256 (microversion_parse-0.1.4.tar.gz) = 040558958b5a9db618b55c326c5cb15a59e21ae7a2754c7017ffc85015b2db7c +SIZE (microversion_parse-0.1.4.tar.gz) = 12795 diff --git a/devel/py-microversion-parse/pkg-descr b/devel/py-microversion-parse/pkg-descr new file mode 100644 index 000000000000..b2e7f93cf61c --- /dev/null +++ b/devel/py-microversion-parse/pkg-descr @@ -0,0 +1,3 @@ +OpenStack microversion header parser + +WWW: http://pypi.python.org/pypi/microversion_parse diff --git a/devel/py-openstacksdk/Makefile b/devel/py-openstacksdk/Makefile index f1bb888afb2b..8640f1f4fee3 100644 --- a/devel/py-openstacksdk/Makefile +++ b/devel/py-openstacksdk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openstacksdk -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Unified SDK for OpenStack -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ - ${PYTHON_PKGNAMEPREFIX}os-client-config>=0:devel/py-os-client-config + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}os-client-config>=1.22.0:devel/py-os-client-config USES= python USE_PYTHON= distutils autoplist noegginfo diff --git a/devel/py-openstacksdk/distinfo b/devel/py-openstacksdk/distinfo index 7bb171ab7494..5f97606e6492 100644 --- a/devel/py-openstacksdk/distinfo +++ b/devel/py-openstacksdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475932718 -SHA256 (openstacksdk-0.9.8.tar.gz) = 44c07e8911e156e6a79ba10375c89ec5054962a10afe89de1214ad9b7eba79e4 -SIZE (openstacksdk-0.9.8.tar.gz) = 276972 +TIMESTAMP = 1479811443 +SHA256 (openstacksdk-0.9.10.tar.gz) = 9d1e6bdee88d8dbefce2bb3823add5daf7ad037840ca5991dbaf5018442c51cf +SIZE (openstacksdk-0.9.10.tar.gz) = 281296 diff --git a/devel/py-os-brick/Makefile b/devel/py-os-brick/Makefile new file mode 100644 index 000000000000..f3ac524469b4 --- /dev/null +++ b/devel/py-os-brick/Makefile @@ -0,0 +1,41 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= os-brick +PORTVERSION= 1.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Openstack cinder brick library for managing local volume attaches + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}os-win>=0.2.3:devel/py-os-win \ + ${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.17.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.service>=1.10.0:devel/py-oslo.service \ + ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.9.0:devel/py-oslo.privsep \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +post-patch: + @${ECHO_CMD} "os-brick configuration at ${PREFIX}/etc/os-brick/rootwrap.d" >> \ + ${WRKSRC}/etc/os-brick.readme + @${ECHO_CMD} "os-brick configuration" >> ${WRKSRC}/etc/os-brick/info + +.include diff --git a/devel/py-os-brick/distinfo b/devel/py-os-brick/distinfo new file mode 100644 index 000000000000..cbbb8895a911 --- /dev/null +++ b/devel/py-os-brick/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983441 +SHA256 (os-brick-1.8.0.tar.gz) = 230facf9a3fcf818ce12325e53ba4fcecbdd58b68836bf0f46bce93ce900f4bf +SIZE (os-brick-1.8.0.tar.gz) = 136347 diff --git a/devel/py-os-brick/pkg-descr b/devel/py-os-brick/pkg-descr new file mode 100644 index 000000000000..b27af984b039 --- /dev/null +++ b/devel/py-os-brick/pkg-descr @@ -0,0 +1,3 @@ +OpenStack Cinder brick library for managing local volume attaches + +WWW: http://pypi.python.org/pypi/os-brick diff --git a/devel/py-os-brick/pkg-message b/devel/py-os-brick/pkg-message new file mode 100644 index 000000000000..fd4668656524 --- /dev/null +++ b/devel/py-os-brick/pkg-message @@ -0,0 +1,2 @@ +Please note that this is a development version. +Mounting cinder volumes doesn't work. diff --git a/devel/py-os-client-config/Makefile b/devel/py-os-client-config/Makefile index 98a11c5ca216..9df82ae507f6 100644 --- a/devel/py-os-client-config/Makefile +++ b/devel/py-os-client-config/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= os-client-config -PORTVERSION= 1.22.0 +PORTVERSION= 1.24.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStack Client Configuation Library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \ @@ -20,7 +22,4 @@ USES= python USE_PYTHON= distutils autoplist noegginfo NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py - .include diff --git a/devel/py-os-client-config/distinfo b/devel/py-os-client-config/distinfo index 74d6684b9938..d3d003afca3c 100644 --- a/devel/py-os-client-config/distinfo +++ b/devel/py-os-client-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476612465 -SHA256 (os-client-config-1.22.0.tar.gz) = f10b5ac6e25abd54f793b15863d2dfb3c326b7fd28d36df8439fb58b3ca2f0df -SIZE (os-client-config-1.22.0.tar.gz) = 63398 +TIMESTAMP = 1479811584 +SHA256 (os-client-config-1.24.0.tar.gz) = d59f6de6ae4e25008f760267a00dfd9106d638cec23dbc307c08d42d228546ee +SIZE (os-client-config-1.24.0.tar.gz) = 68711 diff --git a/devel/py-os-vif/Makefile b/devel/py-os-vif/Makefile new file mode 100644 index 000000000000..e4ae50d44f8b --- /dev/null +++ b/devel/py-os-vif/Makefile @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= os-vif +PORTVERSION= 1.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= os_vif-${DISTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Library for plugging and unplugging virtual interfaces in openstack + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.versionedobjects>=1.13.0:devel/py-oslo.versionedobjects \ + ${PYTHON_PKGNAMEPREFIX}oslo.privsep>=1.9.0:devel/py-oslo.privsep \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-os-vif/distinfo b/devel/py-os-vif/distinfo new file mode 100644 index 000000000000..b6e1ab7e3b52 --- /dev/null +++ b/devel/py-os-vif/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983430 +SHA256 (os_vif-1.3.0.tar.gz) = 6c56f5c44c7fdbcb572cda2326344f03dcc6d00ede4779dc30d8275dbd9fe4f1 +SIZE (os_vif-1.3.0.tar.gz) = 44430 diff --git a/devel/py-os-vif/pkg-descr b/devel/py-os-vif/pkg-descr new file mode 100644 index 000000000000..a0c075d8a5ff --- /dev/null +++ b/devel/py-os-vif/pkg-descr @@ -0,0 +1,3 @@ +A library for plugging and unplugging virtual interfaces in OpenStack. + +WWW: http://pypi.python.org/pypi/os-vif diff --git a/devel/py-os-win/Makefile b/devel/py-os-win/Makefile new file mode 100644 index 000000000000..bfc456bc0cea --- /dev/null +++ b/devel/py-os-win/Makefile @@ -0,0 +1,30 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= os-win +PORTVERSION= 1.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Windows / hyper-v library for openstack projects + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oslo.service>=1.10.0:devel/py-oslo.service \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-os-win/distinfo b/devel/py-os-win/distinfo new file mode 100644 index 000000000000..fa6503bdcd32 --- /dev/null +++ b/devel/py-os-win/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983410 +SHA256 (os-win-1.2.1.tar.gz) = be9749c8bd49d9a65895b8324374e3beafd6e3b0987840e87a888f03e194a7a7 +SIZE (os-win-1.2.1.tar.gz) = 157535 diff --git a/devel/py-os-win/pkg-descr b/devel/py-os-win/pkg-descr new file mode 100644 index 000000000000..e1a47d0d1d16 --- /dev/null +++ b/devel/py-os-win/pkg-descr @@ -0,0 +1,3 @@ +Windows / Hyper-V library for OpenStack projects. + +WWW: http://pypi.python.org/pypi/os-win diff --git a/devel/py-osc-lib/Makefile b/devel/py-osc-lib/Makefile index 8add3060e07e..d7acac4a45e5 100644 --- a/devel/py-osc-lib/Makefile +++ b/devel/py-osc-lib/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osc-lib -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStackClient plugin library support +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ ${PYTHON_PKGNAMEPREFIX}cliff>=2.2.0:devel/py-cliff \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ @@ -26,7 +27,4 @@ USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py - .include diff --git a/devel/py-osc-lib/distinfo b/devel/py-osc-lib/distinfo index e1902d69dd73..f7f6f43d8c69 100644 --- a/devel/py-osc-lib/distinfo +++ b/devel/py-osc-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475932570 -SHA256 (osc-lib-1.1.0.tar.gz) = e06ca111b2702d442f5cf70c754b6331cc7742231f0fe0b634cbd03c502610ba -SIZE (osc-lib-1.1.0.tar.gz) = 72875 +TIMESTAMP = 1479811750 +SHA256 (osc-lib-1.2.0.tar.gz) = b5e31136b486a9e8179fb2047ce46877f126bb65756a6b22de890c9c91c9d06c +SIZE (osc-lib-1.2.0.tar.gz) = 70903 diff --git a/devel/py-oslo.cache/Makefile b/devel/py-oslo.cache/Makefile index 9cc0a32c3f2f..6d8285d403ca 100644 --- a/devel/py-oslo.cache/Makefile +++ b/devel/py-oslo.cache/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.cache -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Cache storage for OpenStack projects +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ - ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ - ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.1:devel/py-dogpile.cache + ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache NO_ARCH= yes diff --git a/devel/py-oslo.cache/distinfo b/devel/py-oslo.cache/distinfo index 0456fe23964a..0422b98c5ce2 100644 --- a/devel/py-oslo.cache/distinfo +++ b/devel/py-oslo.cache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297283 -SHA256 (oslo.cache-1.14.0.tar.gz) = 3ba84b421f80c5a6609789cf17b1da86aab465a96e68298620e839fafec3f0be -SIZE (oslo.cache-1.14.0.tar.gz) = 45780 +TIMESTAMP = 1479814251 +SHA256 (oslo.cache-1.15.0.tar.gz) = 51b1808e03dbd27bff4c186592ed0378d61e15e15f36849ba36126470078c488 +SIZE (oslo.cache-1.15.0.tar.gz) = 47061 diff --git a/devel/py-oslo.concurrency/Makefile b/devel/py-oslo.concurrency/Makefile index 09b32415b617..96007b0edae9 100644 --- a/devel/py-oslo.concurrency/Makefile +++ b/devel/py-oslo.concurrency/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.concurrency -PORTVERSION= 3.14.0 +PORTVERSION= 3.15.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Concurrency library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ diff --git a/devel/py-oslo.concurrency/distinfo b/devel/py-oslo.concurrency/distinfo index 2bbc9e278cbe..b5ab103b3257 100644 --- a/devel/py-oslo.concurrency/distinfo +++ b/devel/py-oslo.concurrency/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297312 -SHA256 (oslo.concurrency-3.14.0.tar.gz) = e76adec89e3b0444f4d3076d8568ea9caf68cf0279de5b3687a51a29d2482eaf -SIZE (oslo.concurrency-3.14.0.tar.gz) = 45148 +TIMESTAMP = 1479814169 +SHA256 (oslo.concurrency-3.15.0.tar.gz) = 9be1c5a3d5e14ed345d12a019f1d161361c2037fc4c4b6f506bf83be94f0d803 +SIZE (oslo.concurrency-3.15.0.tar.gz) = 45564 diff --git a/devel/py-oslo.config/Makefile b/devel/py-oslo.config/Makefile index e9499a05b954..99c0d08b6458 100644 --- a/devel/py-oslo.config/Makefile +++ b/devel/py-oslo.config/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.config -PORTVERSION= 3.17.0 -PORTREVISION= 1 +PORTVERSION= 3.19.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Configuration library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ - ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.2.0:www/py-rfc3986 \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.2.2:www/py-rfc3986 \ ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore NO_ARCH= yes diff --git a/devel/py-oslo.config/distinfo b/devel/py-oslo.config/distinfo index 703842d4cde1..d24b99bc7947 100644 --- a/devel/py-oslo.config/distinfo +++ b/devel/py-oslo.config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475932398 -SHA256 (oslo.config-3.17.0.tar.gz) = a45cb90cf999536f0f7dd3d3e578d4645d2228474f9fafba982e73c5aa1fef7a -SIZE (oslo.config-3.17.0.tar.gz) = 109871 +TIMESTAMP = 1479812393 +SHA256 (oslo.config-3.19.0.tar.gz) = 73bf513a94f5d91b393e415cf99e1368cf49c90dfccf86c9d834be99d8ece0f0 +SIZE (oslo.config-3.19.0.tar.gz) = 113308 diff --git a/devel/py-oslo.context/Makefile b/devel/py-oslo.context/Makefile index bd42b1ab42ac..5ac7c8188bbd 100644 --- a/devel/py-oslo.context/Makefile +++ b/devel/py-oslo.context/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.context -PORTVERSION= 2.9.0 +PORTVERSION= 2.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Context library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}positional>=1.1.1:devel/py-positional NO_ARCH= yes diff --git a/devel/py-oslo.context/distinfo b/devel/py-oslo.context/distinfo index 401534c357f9..1b0fda52b5da 100644 --- a/devel/py-oslo.context/distinfo +++ b/devel/py-oslo.context/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297256 -SHA256 (oslo.context-2.9.0.tar.gz) = 2682d59ebea3c61421bba98cd3f36dcef5416ad771b220856f14fb528ef81b39 -SIZE (oslo.context-2.9.0.tar.gz) = 23049 +TIMESTAMP = 1479814087 +SHA256 (oslo.context-2.10.0.tar.gz) = d9df40aaea9c92b377f47e147470672a1446bec30dd59d01cb1c622643e400c8 +SIZE (oslo.context-2.10.0.tar.gz) = 22810 diff --git a/devel/py-oslo.db/Makefile b/devel/py-oslo.db/Makefile index 5e2442b5b22b..1cbe5adca2bf 100644 --- a/devel/py-oslo.db/Makefile +++ b/devel/py-oslo.db/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.db -PORTVERSION= 4.13.3 +PORTVERSION= 4.14.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Database library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ diff --git a/devel/py-oslo.db/distinfo b/devel/py-oslo.db/distinfo index 6ce0b1a8b617..17a6fa24739f 100644 --- a/devel/py-oslo.db/distinfo +++ b/devel/py-oslo.db/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297457 -SHA256 (oslo.db-4.13.3.tar.gz) = 67c150a269a7752827325998aa59494b0e49205127cf3f3f78b23a07810d39fd -SIZE (oslo.db-4.13.3.tar.gz) = 147300 +TIMESTAMP = 1479813995 +SHA256 (oslo.db-4.14.0.tar.gz) = 1a348f09aa910f4dba8992ccf3edc3b9e3bd87990d129bfa60096e4341edf052 +SIZE (oslo.db-4.14.0.tar.gz) = 147984 diff --git a/devel/py-oslo.log/Makefile b/devel/py-oslo.log/Makefile index 946af2617fa6..c5b66367a38b 100644 --- a/devel/py-oslo.log/Makefile +++ b/devel/py-oslo.log/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.log -PORTVERSION= 3.16.0 +PORTVERSION= 3.17.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,15 +10,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Log library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.2:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ - ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.6.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ - ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic NO_ARCH= yes diff --git a/devel/py-oslo.log/distinfo b/devel/py-oslo.log/distinfo index dc10ed5ddf5d..389420faa77a 100644 --- a/devel/py-oslo.log/distinfo +++ b/devel/py-oslo.log/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297280 -SHA256 (oslo.log-3.16.0.tar.gz) = aa8682697b57d7eb6224a4ceaa0b04e69f2a2dc8c0fa430b57cecc67f7293687 -SIZE (oslo.log-3.16.0.tar.gz) = 62648 +TIMESTAMP = 1479813893 +SHA256 (oslo.log-3.17.0.tar.gz) = 19ac55c4d5b3920a55306dd8bb0263c6dbb9fabd363a59f56fbd10815a0ad99e +SIZE (oslo.log-3.17.0.tar.gz) = 66784 diff --git a/devel/py-oslo.messaging/Makefile b/devel/py-oslo.messaging/Makefile index 185a27587c10..10d69fa54b2f 100644 --- a/devel/py-oslo.messaging/Makefile +++ b/devel/py-oslo.messaging/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.messaging -PORTVERSION= 5.10.0 +PORTVERSION= 5.12.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,18 +10,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Messaging API +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \ ${PYTHON_PKGNAMEPREFIX}pika-pool>=0.1.3:devel/py-pika-pool \ ${PYTHON_PKGNAMEPREFIX}pika>=0.10.0:devel/py-pika \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.17.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}oslo.service>=1.10.0:devel/py-oslo.service \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.0.0:devel/py-oslo.middleware \ - ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ @@ -33,8 +35,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ ${PYTHON_PKGNAMEPREFIX}cachetools>=1.1.0:devel/py-cachetools \ ${PYTHON_PKGNAMEPREFIX}amqp>=0:net/py-amqp \ - ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml + ${PYTHON_PKGNAMEPREFIX}webob>=1.6.0:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml NO_ARCH= yes diff --git a/devel/py-oslo.messaging/distinfo b/devel/py-oslo.messaging/distinfo index 981a9e0faaed..f1b7dab920e4 100644 --- a/devel/py-oslo.messaging/distinfo +++ b/devel/py-oslo.messaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297447 -SHA256 (oslo.messaging-5.10.0.tar.gz) = 9abd5e90dd7bb6521f9bc083e692eeb2cc0723c3b5b8c1449e89da5491cf3055 -SIZE (oslo.messaging-5.10.0.tar.gz) = 274071 +TIMESTAMP = 1479813719 +SHA256 (oslo.messaging-5.12.0.tar.gz) = f4c41cf1d720c0a0077a9dab38986cf430c168bab9b210f0d637237bb4f74081 +SIZE (oslo.messaging-5.12.0.tar.gz) = 289388 diff --git a/devel/py-oslo.middleware/Makefile b/devel/py-oslo.middleware/Makefile index 14b1bc39f4aa..d2007df71713 100644 --- a/devel/py-oslo.middleware/Makefile +++ b/devel/py-oslo.middleware/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.middleware -PORTVERSION= 3.19.0 +PORTVERSION= 3.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,15 +10,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Middleware library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.0:devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ - ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.6.0:www/py-webob \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 NO_ARCH= yes diff --git a/devel/py-oslo.middleware/distinfo b/devel/py-oslo.middleware/distinfo index c46f83001490..ac76903006de 100644 --- a/devel/py-oslo.middleware/distinfo +++ b/devel/py-oslo.middleware/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297441 -SHA256 (oslo.middleware-3.19.0.tar.gz) = f36c37b9d8f4c6eccc494172569184c3f9a4028a6401e8cf75d7656fc7b1d292 -SIZE (oslo.middleware-3.19.0.tar.gz) = 41711 +TIMESTAMP = 1479813552 +SHA256 (oslo.middleware-3.20.0.tar.gz) = bbf3c2e90b46f2ff0f0cddae3c6091a601281f705736b904c3e9c40b5c767257 +SIZE (oslo.middleware-3.20.0.tar.gz) = 45999 diff --git a/devel/py-oslo.policy/Makefile b/devel/py-oslo.policy/Makefile index 682c2127d47f..0696b6f794e3 100644 --- a/devel/py-oslo.policy/Makefile +++ b/devel/py-oslo.policy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.policy -PORTVERSION= 1.15.0 +PORTVERSION= 1.16.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo Policy library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml \ diff --git a/devel/py-oslo.policy/distinfo b/devel/py-oslo.policy/distinfo index 0e31668820bb..c67bd5e094d3 100644 --- a/devel/py-oslo.policy/distinfo +++ b/devel/py-oslo.policy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297489 -SHA256 (oslo.policy-1.15.0.tar.gz) = e5ac27c71c4257319f8308dfc73fffad0a9aea1700641084be6a88520520d3e1 -SIZE (oslo.policy-1.15.0.tar.gz) = 61651 +TIMESTAMP = 1479813417 +SHA256 (oslo.policy-1.16.0.tar.gz) = df2cf2976a6922c145be77fd601f89953c1ede14516eeaade5d287cc74989576 +SIZE (oslo.policy-1.16.0.tar.gz) = 62689 diff --git a/devel/py-oslo.privsep/Makefile b/devel/py-oslo.privsep/Makefile new file mode 100644 index 000000000000..bafda2131b75 --- /dev/null +++ b/devel/py-oslo.privsep/Makefile @@ -0,0 +1,31 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.privsep +PORTVERSION= 1.14.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Openstack library for privilege separation + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ + ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.0:devel/py-msgpack-python \ + ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.2:devel/py-greenlet \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-oslo.privsep/distinfo b/devel/py-oslo.privsep/distinfo new file mode 100644 index 000000000000..a349e3278ae0 --- /dev/null +++ b/devel/py-oslo.privsep/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983403 +SHA256 (oslo.privsep-1.14.0.tar.gz) = 1000d1ae59a15bee864f42c2a84635abc212a59679b83414f4ee31b259e4e8b1 +SIZE (oslo.privsep-1.14.0.tar.gz) = 29664 diff --git a/devel/py-oslo.privsep/pkg-descr b/devel/py-oslo.privsep/pkg-descr new file mode 100644 index 000000000000..b6151cff3190 --- /dev/null +++ b/devel/py-oslo.privsep/pkg-descr @@ -0,0 +1,3 @@ +OpenStack library for privilege separation + +WWW: http://pypi.python.org/pypi/oslo.privsep diff --git a/devel/py-oslo.reports/Makefile b/devel/py-oslo.reports/Makefile new file mode 100644 index 000000000000..885331cdab73 --- /dev/null +++ b/devel/py-oslo.reports/Makefile @@ -0,0 +1,28 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.reports +PORTVERSION= 1.15.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo.reports library + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}psutil121>=0:sysutils/py-psutil121 \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2 + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-oslo.reports/distinfo b/devel/py-oslo.reports/distinfo new file mode 100644 index 000000000000..f46a99417da4 --- /dev/null +++ b/devel/py-oslo.reports/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983491 +SHA256 (oslo.reports-1.15.0.tar.gz) = 6df93c1e31ca178b46a99241ad10b9622e73851a512ed261d93f18906e90641c +SIZE (oslo.reports-1.15.0.tar.gz) = 43163 diff --git a/devel/py-oslo.reports/pkg-descr b/devel/py-oslo.reports/pkg-descr new file mode 100644 index 000000000000..854af3f38197 --- /dev/null +++ b/devel/py-oslo.reports/pkg-descr @@ -0,0 +1,3 @@ +oslo.reports library + +WWW: http://pypi.python.org/pypi/oslo.reports diff --git a/devel/py-oslo.rootwrap/Makefile b/devel/py-oslo.rootwrap/Makefile new file mode 100644 index 000000000000..88447f2dac0a --- /dev/null +++ b/devel/py-oslo.rootwrap/Makefile @@ -0,0 +1,23 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.rootwrap +PORTVERSION= 5.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo rootwrap + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-oslo.rootwrap/distinfo b/devel/py-oslo.rootwrap/distinfo new file mode 100644 index 000000000000..3d1852441d58 --- /dev/null +++ b/devel/py-oslo.rootwrap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983477 +SHA256 (oslo.rootwrap-5.2.0.tar.gz) = 2b02962b9d79a7ecd9aba9474f0952b238abadba01a26a9beec840554f09fbde +SIZE (oslo.rootwrap-5.2.0.tar.gz) = 39440 diff --git a/devel/py-oslo.rootwrap/pkg-descr b/devel/py-oslo.rootwrap/pkg-descr new file mode 100644 index 000000000000..852d12290017 --- /dev/null +++ b/devel/py-oslo.rootwrap/pkg-descr @@ -0,0 +1,3 @@ +Oslo Rootwrap + +WWW: http://pypi.python.org/pypi/oslo.rootwrap diff --git a/devel/py-oslo.service/Makefile b/devel/py-oslo.service/Makefile index 38296de54e22..d8a450f042c7 100644 --- a/devel/py-oslo.service/Makefile +++ b/devel/py-oslo.service/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oslo.service -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,18 +10,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Oslo.service library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ - ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic \ ${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.2:devel/py-greenlet \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \ - ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.6.0:www/py-webob \ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy \ ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste diff --git a/devel/py-oslo.service/distinfo b/devel/py-oslo.service/distinfo index 72fd49905f88..3de305ed7f27 100644 --- a/devel/py-oslo.service/distinfo +++ b/devel/py-oslo.service/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476297436 -SHA256 (oslo.service-1.16.0.tar.gz) = 5a0d4743ece2f481fe95bf0e1be67fbfabf63adaeabca5f1acdc2a0280244fec -SIZE (oslo.service-1.16.0.tar.gz) = 69762 +TIMESTAMP = 1479813332 +SHA256 (oslo.service-1.17.0.tar.gz) = a9964611d46a012f685a4829f2719b0813a75c7c57b6e23c238186ca67544ebb +SIZE (oslo.service-1.17.0.tar.gz) = 73627 diff --git a/devel/py-oslo.versionedobjects/Makefile b/devel/py-oslo.versionedobjects/Makefile new file mode 100644 index 000000000000..b03cad7c9312 --- /dev/null +++ b/devel/py-oslo.versionedobjects/Makefile @@ -0,0 +1,34 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.versionedobjects +PORTVERSION= 1.18.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo versioned objects library + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.6.0:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.11.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-oslo.versionedobjects/distinfo b/devel/py-oslo.versionedobjects/distinfo new file mode 100644 index 000000000000..2b2638ba0d38 --- /dev/null +++ b/devel/py-oslo.versionedobjects/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983428 +SHA256 (oslo.versionedobjects-1.18.0.tar.gz) = f722640df9f4eef822538f71f4a00c85133d3ef640e9c2fabf508fb4b2564d17 +SIZE (oslo.versionedobjects-1.18.0.tar.gz) = 139574 diff --git a/devel/py-oslo.versionedobjects/pkg-descr b/devel/py-oslo.versionedobjects/pkg-descr new file mode 100644 index 000000000000..28f361facdb1 --- /dev/null +++ b/devel/py-oslo.versionedobjects/pkg-descr @@ -0,0 +1,3 @@ +Oslo Versioned Objects library + +WWW: http://pypi.python.org/pypi/oslo.versionedobjects diff --git a/devel/py-pyopencl/Makefile b/devel/py-pyopencl/Makefile index 5e16b0ac2ebd..f77bd85c2e16 100644 --- a/devel/py-pyopencl/Makefile +++ b/devel/py-pyopencl/Makefile @@ -2,7 +2,7 @@ PORTNAME= pyopencl PORTVERSION= 2015.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-taskflow/Makefile b/devel/py-taskflow/Makefile index 948b9aa9f51e..5fe0d6bad78a 100644 --- a/devel/py-taskflow/Makefile +++ b/devel/py-taskflow/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= taskflow -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Taskflow structured state management library +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \ ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.17.1:devel/py-stevedore \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ diff --git a/devel/py-taskflow/distinfo b/devel/py-taskflow/distinfo index 39dc79cac1d5..dbeadc68576f 100644 --- a/devel/py-taskflow/distinfo +++ b/devel/py-taskflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476648580 -SHA256 (taskflow-2.6.0.tar.gz) = be3ddc948a1e0cc1d65376181dea64478b4833cc38a7552350100fa42abdee66 -SIZE (taskflow-2.6.0.tar.gz) = 1052292 +TIMESTAMP = 1479811958 +SHA256 (taskflow-2.7.0.tar.gz) = 5309b3a3ec472b08e389e1393b074e213e99b922c32875ac7982a755a9a48d01 +SIZE (taskflow-2.7.0.tar.gz) = 1053600 diff --git a/devel/py-tinyrpc/Makefile b/devel/py-tinyrpc/Makefile new file mode 100644 index 000000000000..b7444907d0c4 --- /dev/null +++ b/devel/py-tinyrpc/Makefile @@ -0,0 +1,35 @@ +# Created by: dpejesh@yahoo.com +# $FreeBSD$ + +PORTNAME= tinyrpc +PORTVERSION= 0.5 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dpejesh@yahoo.com +COMMENT= Modular RPC Libray + +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= mbr +GH_PROJECT= tinyrpc +GH_TAGNAME= 0.5 + +USES= python:2.7 +USE_PYTHON= distutils autoplist + +OPTIONS_DEFINE= HTTP WSGI ZEROMQ + +HTTP_DESC= HTTP support +WSGI_DESC= WSGI support +ZEROMQ_DESC= ZeroMQ support + +OPTIONS_DEFAULT=HTTP + +HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests +WSGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent \ + ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug +ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq + +.include diff --git a/devel/py-tinyrpc/distinfo b/devel/py-tinyrpc/distinfo new file mode 100644 index 000000000000..65be69065bc4 --- /dev/null +++ b/devel/py-tinyrpc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480101497 +SHA256 (mbr-tinyrpc-0.5_GH0.tar.gz) = 07e70208955b711952601162c33a9a300a4420893e8741b9eec16c239e1ea2f8 +SIZE (mbr-tinyrpc-0.5_GH0.tar.gz) = 26748 diff --git a/devel/py-tinyrpc/pkg-descr b/devel/py-tinyrpc/pkg-descr new file mode 100644 index 000000000000..1239379e38c3 --- /dev/null +++ b/devel/py-tinyrpc/pkg-descr @@ -0,0 +1,5 @@ +tinyrpc is a library for making and handling RPC calls in python. Its initial +scope is handling jsonrpc, although it aims to be very well-documented and +modular to make it easy to add support for further protocols. + +WWW: https://tinyrpc.readthedocs.org/ diff --git a/devel/py-traits/Makefile b/devel/py-traits/Makefile index 91a0b0971b27..7473dadc3c78 100644 --- a/devel/py-traits/Makefile +++ b/devel/py-traits/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= traits -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,11 +18,4 @@ BUILD_DEPENDS= ${PYNUMPY} USES= python USE_PYTHON= distutils autoplist -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -post-extract: -# Remove traits/testing directory files are not compatible with Python 3 - cd ${WRKSRC} && ${RM} -R traits/testing/ - .include diff --git a/devel/py-traits/distinfo b/devel/py-traits/distinfo index 30ffe8e936f4..639080bdd6ef 100644 --- a/devel/py-traits/distinfo +++ b/devel/py-traits/distinfo @@ -1,2 +1,3 @@ -SHA256 (traits-4.5.0.tar.gz) = 5293a8786030b0b243e059f52004355b6939d7c0f1be2eb5a605b63cca484c84 -SIZE (traits-4.5.0.tar.gz) = 4853612 +TIMESTAMP = 1480294044 +SHA256 (traits-4.6.0.tar.gz) = 5d82345e0a34b88e394964eea1be47419530027aef7f0b20ad315b6ec6c68370 +SIZE (traits-4.6.0.tar.gz) = 434937 diff --git a/devel/py-traits/files/patch-setup.py b/devel/py-traits/files/patch-setup.py index 9a1e930a0aa6..914f1d5666aa 100644 --- a/devel/py-traits/files/patch-setup.py +++ b/devel/py-traits/files/patch-setup.py @@ -1,20 +1,10 @@ ---- setup.py.orig 2014-05-07 10:39:42 UTC +--- setup.py.orig 2016-11-28 02:44:17 UTC +++ setup.py -@@ -11,7 +11,6 @@ exec(compile(open(traits_init).read(), t - ctraits = Extension( - 'traits.ctraits', - sources = ['traits/ctraits.c'], -- extra_compile_args = ['-DNDEBUG=1', '-O3' ]#, '-DPy_LIMITED_API'], - ) +@@ -102,7 +102,6 @@ if __name__ == "__main__": + ctraits = Extension( + 'traits.ctraits', + sources=['traits/ctraits.c'], +- extra_compile_args=['-DNDEBUG=1', '-O3'], + ) - -@@ -55,7 +54,8 @@ setup( - license = 'BSD', - maintainer = 'ETS Developers', - maintainer_email = 'enthought-dev@enthought.com', -- packages = find_packages(), -+ # remove 'traits.testing*' directories not compatible with Python 3 -+ packages = find_packages(where='.', exclude=['traits.testing*']), - platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"], - zip_safe = False, - use_2to3 = True, + def additional_commands(): diff --git a/devel/py-websockify/Makefile b/devel/py-websockify/Makefile new file mode 100644 index 000000000000..91c415e7aa20 --- /dev/null +++ b/devel/py-websockify/Makefile @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= websockify +PORTVERSION= 0.8.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= WebSocket to TCP proxy/bridge + +LICENSE= LGPL3 + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-websockify/distinfo b/devel/py-websockify/distinfo new file mode 100644 index 000000000000..2e25cf316c37 --- /dev/null +++ b/devel/py-websockify/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983467 +SHA256 (websockify-0.8.0.tar.gz) = 547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2 +SIZE (websockify-0.8.0.tar.gz) = 234450 diff --git a/devel/py-websockify/pkg-descr b/devel/py-websockify/pkg-descr new file mode 100644 index 000000000000..e0568975a4b0 --- /dev/null +++ b/devel/py-websockify/pkg-descr @@ -0,0 +1,8 @@ +Websockify was formerly named wsproxy and was part of the noVNC project. + +At the most basic level, websockify just translates WebSockets traffic +to normal socket traffic. Websockify accepts the WebSockets handshake, +parses it, and then begins forwarding traffic between the client and +the target in both directions. + +WWW: http://pypi.python.org/pypi/websockify diff --git a/devel/py-wsgi_intercept/Makefile b/devel/py-wsgi_intercept/Makefile new file mode 100644 index 000000000000..11702f0a29a4 --- /dev/null +++ b/devel/py-wsgi_intercept/Makefile @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= wsgi_intercept +PORTVERSION= 1.4.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= WSGI application in place of a real uri for testing + +LICENSE= MIT + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-wsgi_intercept/distinfo b/devel/py-wsgi_intercept/distinfo new file mode 100644 index 000000000000..b1b06f6a4ff4 --- /dev/null +++ b/devel/py-wsgi_intercept/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478983348 +SHA256 (wsgi_intercept-1.4.1.tar.gz) = a244cd7de9a06fab53d769668190d912d77e5d36aa38b6034d4413084c6f1458 +SIZE (wsgi_intercept-1.4.1.tar.gz) = 26489 diff --git a/devel/py-wsgi_intercept/pkg-descr b/devel/py-wsgi_intercept/pkg-descr new file mode 100644 index 000000000000..a1b2b35c04c5 --- /dev/null +++ b/devel/py-wsgi_intercept/pkg-descr @@ -0,0 +1,3 @@ +wsgi_intercept installs a WSGI application in place of a real URI for testing. + +WWW: http://pypi.python.org/pypi/wsgi_intercept diff --git a/devel/py3-lxml/Makefile b/devel/py3-lxml/Makefile new file mode 100644 index 000000000000..8143e6988bd0 --- /dev/null +++ b/devel/py3-lxml/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-lxml + +USES= python:3.2+ + +.include "${MASTERDIR}/Makefile" diff --git a/devel/qt5-help/Makefile b/devel/qt5-help/Makefile index 94aba6838f02..daf48afb04b3 100644 --- a/devel/qt5-help/Makefile +++ b/devel/qt5-help/Makefile @@ -2,13 +2,14 @@ PORTNAME= help DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt online help integration module -USE_QT5= clucene core gui network sql widgets \ +USE_QT5= core gui network sql widgets \ buildtools_build sql-sqlite3_run QT_DIST= tools USES= qmake diff --git a/devel/qt5-help/files/patch-src__assistant__assistant.pro b/devel/qt5-help/files/patch-src__assistant__assistant.pro index ff28ef284d97..7df0e599289f 100644 --- a/devel/qt5-help/files/patch-src__assistant__assistant.pro +++ b/devel/qt5-help/files/patch-src__assistant__assistant.pro @@ -4,20 +4,18 @@ missing dependencies. clucene/ is built in textproc/clucene-qt5, assistant/ is built in devel/qt5-assistant. ---- src/assistant/assistant.pro +--- src/assistant/assistant.pro.orig 2016-08-31 07:07:13 UTC +++ src/assistant/assistant.pro -@@ -1,20 +1,15 @@ - TEMPLATE = subdirs +@@ -2,19 +2,16 @@ TEMPLATE = subdirs --SUBDIRS += clucene \ -- help \ + SUBDIRS += clucene \ + help \ - assistant \ -+SUBDIRS += help \ qhelpgenerator \ qcollectiongenerator \ qhelpconverter --help.depends = clucene + help.depends = clucene -assistant.depends = help qhelpgenerator.depends = help qcollectiongenerator.depends = help diff --git a/devel/qt5-help/pkg-plist b/devel/qt5-help/pkg-plist index 4215be22a677..382ab68ccc3c 100644 --- a/devel/qt5-help/pkg-plist +++ b/devel/qt5-help/pkg-plist @@ -1,3 +1,25 @@ +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qanalyzer_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qclucene-config_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qclucene_global_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qdocument_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qfield_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qfilter_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qhits_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qindexreader_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qindexwriter_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qquery_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qqueryparser_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qreader_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qsearchable_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qsort_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qterm_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtoken_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtokenizer_p.h +%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtokenstream_p.h +%%QT_INCDIR%%/QtCLucene/QtCLucene +%%QT_INCDIR%%/QtCLucene/QtCLuceneDepends +%%QT_INCDIR%%/QtCLucene/QtCLuceneVersion +%%QT_INCDIR%%/QtCLucene/qtcluceneversion.h %%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qclucenefieldnames_p.h %%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpcollectionhandler_p.h %%QT_INCDIR%%/QtHelp/%%FULLVER%%/QtHelp/private/qhelpdatainterface_p.h @@ -38,6 +60,12 @@ %%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfig.cmake %%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfigExtras.cmake %%QT_LIBDIR%%/cmake/Qt5Help/Qt5HelpConfigVersion.cmake +%%QT_LIBDIR%%/libQt5CLucene.prl +%%QT_LIBDIR%%/libQt5CLucene.so +%%QT_LIBDIR%%/libQt5CLucene.so.5 +%%QT_LIBDIR%%/libQt5CLucene.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5CLucene.so.%%FULLVER%% +%%DEBUG%%%%QT_LIBDIR%%/libQt5CLucene.so.%%FULLVER%%.debug %%QT_LIBDIR%%/libQt5Help.prl %%QT_LIBDIR%%/libQt5Help.so %%QT_LIBDIR%%/libQt5Help.so.5 @@ -47,6 +75,7 @@ %%QT_BINDIR%%/qcollectiongenerator %%QT_BINDIR%%/qhelpconverter %%QT_BINDIR%%/qhelpgenerator +%%QT_MKSPECDIR%%/modules/qt_lib_clucene_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_help.pri %%QT_MKSPECDIR%%/modules/qt_lib_help_private.pri libdata/pkgconfig/Qt5Help.pc diff --git a/devel/rbtools/Makefile b/devel/rbtools/Makefile index ea6bba67131f..15d0550727cc 100644 --- a/devel/rbtools/Makefile +++ b/devel/rbtools/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ${ORIGNAME:tl} -DISTVERSION= 0.7.6 +DISTVERSION= 0.7.7 CATEGORIES= devel MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:R}/ DISTNAME= ${ORIGNAME}-${DISTVERSION} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six \ ORIGNAME= RBTools +NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/devel/rbtools/distinfo b/devel/rbtools/distinfo index 397fa1acb1d1..4e190ec31aad 100644 --- a/devel/rbtools/distinfo +++ b/devel/rbtools/distinfo @@ -1,2 +1,3 @@ -SHA256 (RBTools-0.7.6.tar.gz) = b2c5abedc4330534888629558c25ff80cf7b35fea60d1362423e8a9d64e7cf75 -SIZE (RBTools-0.7.6.tar.gz) = 162080 +TIMESTAMP = 1479903323 +SHA256 (RBTools-0.7.7.tar.gz) = 98d74c8947bc02d313e34ebee6c7cfd171a818539ea66c104974df984cd2c98a +SIZE (RBTools-0.7.7.tar.gz) = 169305 diff --git a/devel/renpy6/Makefile b/devel/renpy6/Makefile index 3896b1e7ebf5..242850a04a2e 100644 --- a/devel/renpy6/Makefile +++ b/devel/renpy6/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTVERSION= 6.18.3 -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 6 CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* diff --git a/devel/renpy6/files/patch-renpy_gl_gltexture.pyx b/devel/renpy6/files/patch-renpy_gl_gltexture.pyx new file mode 100644 index 000000000000..cc767f8a6c19 --- /dev/null +++ b/devel/renpy6/files/patch-renpy_gl_gltexture.pyx @@ -0,0 +1,45 @@ +https://github.com/renpy/renpy/commit/ecadc55616f3 +https://github.com/renpy/renpy/commit/e680702e87b8 + +--- renpy/gl/gltexture.pyx.orig 2014-10-05 01:47:19 UTC ++++ renpy/gl/gltexture.pyx +@@ -255,7 +255,7 @@ cdef class TextureCore: + # The number of the OpenGL texture this texture object + # represents. + self.generation = 0 +- self.number = -1 ++ self.number = 0 + + # The format of this texture in the GPU (or 0 if not known). + self.format = 0 +@@ -447,7 +447,7 @@ cdef class TextureCore: + + cdef unsigned int texnums[1] + +- if self.number != -1: ++ if self.number != 0: + return 0 + + glGenTextures(1, texnums) +@@ -468,17 +468,19 @@ cdef class TextureCore: + + global total_texture_size + +- if self.number == -1: ++ if self.number == 0: + return + + cdef GLuint texnums[1] + + texnums[0] = self.number + glDeleteTextures(1, texnums) ++ self.number = 0 + +- texture_numbers.remove(self.number) ++ texture_numbers.discard(self.number) + total_texture_size -= self.width * self.height * 4 + ++ + class Texture(TextureCore): + """ + We need to be a real python class, not a C extension, to ensure that diff --git a/devel/rlvm/Makefile b/devel/rlvm/Makefile index 55dd23e9f258..d7d41c017cd6 100644 --- a/devel/rlvm/Makefile +++ b/devel/rlvm/Makefile @@ -4,7 +4,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-67 DISTVERSIONSUFFIX= -g9350209 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/rlvm/files/patch-SConstruct b/devel/rlvm/files/patch-SConstruct index 63dccd41a31f..8f9335a153ec 100644 --- a/devel/rlvm/files/patch-SConstruct +++ b/devel/rlvm/files/patch-SConstruct @@ -13,6 +13,14 @@ LIBS = ["z"], +@@ -278,6 +275,7 @@ if not config.CheckGuichan(): + # Get the configuration from sdl and freetype + env.ParseConfig("sdl-config --cflags") + env.ParseConfig("freetype-config --cflags --libs") ++config.CheckLibWithHeader('intl', 'libintl.h', "cpp") + + env = config.Finish() + @@ -314,7 +311,6 @@ if GetOption('release'): # Now add release optimizations to the environment env.Append( diff --git a/devel/rlvm/files/patch-src_base_notification__registrar.cc b/devel/rlvm/files/patch-src_base_notification__registrar.cc deleted file mode 100644 index 55f6f09bc3c4..000000000000 --- a/devel/rlvm/files/patch-src_base_notification__registrar.cc +++ /dev/null @@ -1,17 +0,0 @@ -https://github.com/eglaysher/rlvm/issues/80 - ---- src/base/notification_registrar.cc.orig 2016-07-30 22:27:57 UTC -+++ src/base/notification_registrar.cc -@@ -46,7 +46,12 @@ void NotificationRegistrar::Remove(Notif - } - - Record record = { observer, type, source }; -+#if !defined(__clang__) && defined(__GNUC__) && __GNUC__ < 5 -+ RecordVector::iterator found = std::find( -+ registered_.begin(), registered_.end(), record); -+#else - auto found = std::find(registered_.cbegin(), registered_.cend(), record); -+#endif - registered_.erase(found); - - // This can be NULL if our owner outlives the NotificationService, e.g. if our diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index 95a77b31de00..70992be9fdf1 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20160913 +PORTVERSION= 20161121 DISTVERSIONPREFIX= v CATEGORIES= devel ruby diff --git a/devel/ruby-build/distinfo b/devel/ruby-build/distinfo index cbcb49ffa6ba..c616f5d1c80c 100644 --- a/devel/ruby-build/distinfo +++ b/devel/ruby-build/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473768000 -SHA256 (rbenv-ruby-build-v20160913_GH0.tar.gz) = 3341fa97eee6bda3f6fdb45adaae433c4a7160127d352227c7c8a361bdb6ab57 -SIZE (rbenv-ruby-build-v20160913_GH0.tar.gz) = 51830 +TIMESTAMP = 1479980760 +SHA256 (rbenv-ruby-build-v20161121_GH0.tar.gz) = 331359e39d47ff39da9c2d73d47a76ae88725181c8ba192a2b6ea6d4bd472a6a +SIZE (rbenv-ruby-build-v20161121_GH0.tar.gz) = 52529 diff --git a/devel/rubygem-daemons/Makefile b/devel/rubygem-daemons/Makefile index 67759b654a54..ff7f9d6e1a92 100644 --- a/devel/rubygem-daemons/Makefile +++ b/devel/rubygem-daemons/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= daemons -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-daemons/distinfo b/devel/rubygem-daemons/distinfo index ea9ebd6241f3..f4ec083ef11e 100644 --- a/devel/rubygem-daemons/distinfo +++ b/devel/rubygem-daemons/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/daemons-1.2.3.gem) = 0fbf1f7ef654e98fac324b43ab690576fbe8b66941693b473f4f27ef334c032d -SIZE (rubygem/daemons-1.2.3.gem) = 24576 +TIMESTAMP = 1479913308 +SHA256 (rubygem/daemons-1.2.4.gem) = bfd16fb4e1a6d844ec7b9fcd4d5c020224e0aac14396ea077d6595d43226abae +SIZE (rubygem/daemons-1.2.4.gem) = 28160 diff --git a/devel/rubygem-gitlab_git/Makefile b/devel/rubygem-gitlab_git/Makefile index 0c60cc493dd8..ad4615c2ac7f 100644 --- a/devel/rubygem-gitlab_git/Makefile +++ b/devel/rubygem-gitlab_git/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab_git -PORTVERSION= 10.3.2 +PORTVERSION= 10.5.0 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gitlab_git/distinfo b/devel/rubygem-gitlab_git/distinfo index a4fabc7786bd..70d9084bc470 100644 --- a/devel/rubygem-gitlab_git/distinfo +++ b/devel/rubygem-gitlab_git/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471853698 -SHA256 (rubygem/gitlab_git-10.3.2.gem) = c65ba6f930e63cf576a87c494fbf54268a68962a10c76dfbf7416033c96e8502 -SIZE (rubygem/gitlab_git-10.3.2.gem) = 26112 +TIMESTAMP = 1480070256 +SHA256 (rubygem/gitlab_git-10.5.0.gem) = 703d6eef388bb9dcdecb13f000d365a75f54731bfb5a677ae20a6c5ac75d501d +SIZE (rubygem/gitlab_git-10.5.0.gem) = 26624 diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 9fe59c30769a..9e5765c5e614 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdts++ PORTVERSION= 1.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \ http://lychnobite.org/sdts/ diff --git a/devel/shapelib/files/patch-Makefile b/devel/shapelib/files/patch-Makefile index b21d85e31ef5..448aa109001c 100644 --- a/devel/shapelib/files/patch-Makefile +++ b/devel/shapelib/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-07-24 12:32:26.000000000 +0800 -+++ Makefile 2013-10-13 21:38:40.590435497 +0800 +--- Makefile.orig 2011-07-24 04:32:26 UTC ++++ Makefile @@ -1,16 +1,19 @@ -PREFIX = /usr/local diff --git a/devel/shapelib/files/patch-contrib-Makefile b/devel/shapelib/files/patch-contrib-Makefile index a95ca6c4e46d..45325b8dc3fe 100644 --- a/devel/shapelib/files/patch-contrib-Makefile +++ b/devel/shapelib/files/patch-contrib-Makefile @@ -1,5 +1,5 @@ ---- contrib/Makefile.orig 2010-01-04 12:08:02.000000000 +0800 -+++ contrib/Makefile 2013-10-13 21:39:57.405429171 +0800 +--- contrib/Makefile.orig 2010-01-04 04:08:02 UTC ++++ contrib/Makefile @@ -3,19 +3,36 @@ #CFLAGS = -g diff --git a/devel/shapelib/files/patch-shapefil.h b/devel/shapelib/files/patch-shapefil.h index f6a6bcf40f50..16a45db74991 100644 --- a/devel/shapelib/files/patch-shapefil.h +++ b/devel/shapelib/files/patch-shapefil.h @@ -1,5 +1,5 @@ ---- shapefil.h.orig 2011-07-24 14:15:51.000000000 +0800 -+++ shapefil.h 2011-12-24 03:00:00.000000000 +0800 +--- shapefil.h.orig 2011-07-24 06:15:51 UTC ++++ shapefil.h @@ -138,6 +138,8 @@ */ diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index a70541f0be9a..6408b86ba598 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -2,7 +2,7 @@ PORTNAME= simgear PORTVERSION= 2016.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} diff --git a/devel/smack/Makefile b/devel/smack/Makefile index 1bacac641e12..6a786e7daf70 100644 --- a/devel/smack/Makefile +++ b/devel/smack/Makefile @@ -3,7 +3,7 @@ PORTNAME= smack PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= vg@FreeBSD.org diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile index 471bf444dd7d..64034654f7ff 100644 --- a/devel/srecord/Makefile +++ b/devel/srecord/Makefile @@ -3,7 +3,7 @@ PORTNAME= srecord PORTVERSION= 1.64 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/subcommander2/Makefile b/devel/subcommander2/Makefile index 3abf0e5f434a..f8677bcf328b 100644 --- a/devel/subcommander2/Makefile +++ b/devel/subcommander2/Makefile @@ -3,7 +3,7 @@ PORTNAME= subcommander PORTVERSION= 2.0.0.b5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION:R:S,.b,~b,}p${PORTVERSION:E}.orig diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile index 6a194e985dd0..9216aee14063 100644 --- a/devel/synfig/Makefile +++ b/devel/synfig/Makefile @@ -3,6 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source diff --git a/devel/tbb/Makefile b/devel/tbb/Makefile index 4531c1bcbb0d..73e5fcd1001f 100644 --- a/devel/tbb/Makefile +++ b/devel/tbb/Makefile @@ -3,7 +3,7 @@ PORTNAME= tbb PORTVERSION= 2017.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \ LOCAL/martymac @@ -49,12 +49,12 @@ post-patch: do-install: cd ${WRKSRC}; \ ${INSTALL_LIB} build/FreeBSD*release/libtbb.so \ - ${STAGEDIR}${PREFIX}/lib/libtbb.so.4; \ - ${LN} -sf libtbb.so.4 \ + ${STAGEDIR}${PREFIX}/lib/libtbb.so.2; \ + ${LN} -sf libtbb.so.2 \ ${STAGEDIR}${PREFIX}/lib/libtbb.so; \ ${INSTALL_LIB} build/FreeBSD*release/libtbbmalloc.so \ - ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so.4; \ - ${LN} -sf libtbbmalloc.so.4 \ + ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so.2; \ + ${LN} -sf libtbbmalloc.so.2 \ ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \ ${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \ cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/ diff --git a/devel/tbb/pkg-plist b/devel/tbb/pkg-plist index 36b632975f81..c19de1e3a48f 100644 --- a/devel/tbb/pkg-plist +++ b/devel/tbb/pkg-plist @@ -103,7 +103,7 @@ include/tbb/tbb_thread.h include/tbb/tbbmalloc_proxy.h include/tbb/tick_count.h lib/libtbb.so -lib/libtbb.so.4 +lib/libtbb.so.2 lib/libtbbmalloc.so -lib/libtbbmalloc.so.4 +lib/libtbbmalloc.so.2 libdata/pkgconfig/tbb.pc diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 366e1f43da2d..3dc8faee78ba 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel PKGNAMESUFFIX= -cpp diff --git a/devel/uatraits/Makefile b/devel/uatraits/Makefile index 2b7414e505de..e6cec53b9c24 100644 --- a/devel/uatraits/Makefile +++ b/devel/uatraits/Makefile @@ -3,7 +3,7 @@ PORTNAME= uatraits PORTVERSION= 20130430 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel www MASTER_SITES= http://people.freebsd.org/~demon/ diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index 076c7eb13c33..92f831a1c9b7 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -2,6 +2,7 @@ PORTNAME= umbrello PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile index 80524591318a..95d890b3b282 100644 --- a/devel/vera++/Makefile +++ b/devel/vera++/Makefile @@ -3,6 +3,7 @@ PORTNAME= vera++ PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/verateam/vera/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 22a09c954ca7..86a4f0472986 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmltooling PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.6.0/ diff --git a/devel/yaml-cpp/Makefile b/devel/yaml-cpp/Makefile index eb122e35f925..a98b718b3c4c 100644 --- a/devel/yaml-cpp/Makefile +++ b/devel/yaml-cpp/Makefile @@ -4,6 +4,7 @@ PORTNAME= yaml-cpp PORTVERSION= 0.5.3 DISTVERSIONPREFIX= release- +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/dns/Makefile b/dns/Makefile index ffa55c780aa2..fadccc4e9c00 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -207,6 +207,7 @@ SUBDIR += validns SUBDIR += vhostcname SUBDIR += vizone + SUBDIR += void-zones-tools SUBDIR += walker SUBDIR += wdns SUBDIR += whoseip diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile index e014e934e0b3..bfbb26cf2746 100644 --- a/dns/dnscap/Makefile +++ b/dns/dnscap/Makefile @@ -9,7 +9,9 @@ MASTER_SITES= http://dnscap.dns-oarc.net/ MAINTAINER= ports@FreeBSD.org COMMENT= DNS network traffic capture utility -HAS_CONFIGURE= yes +LICENSE= ISCL + +GNU_CONFIGURE= yes PLIST_FILES= bin/dnscap man/man1/dnscap.1.gz diff --git a/dns/dnscap/files/patch-dump_dns.c b/dns/dnscap/files/patch-dump_dns.c index 12aaa395c3eb..d22dd8c8955a 100644 --- a/dns/dnscap/files/patch-dump_dns.c +++ b/dns/dnscap/files/patch-dump_dns.c @@ -1,7 +1,6 @@ -diff -u -r1.2 dump_dns.c ---- dump_dns.c 14 Mar 2008 21:33:28 -0000 1.2 -+++ dump_dns.c 17 Sep 2008 04:49:12 -0000 -@@ -61,7 +61,6 @@ +--- dump_dns.c.orig 2011-03-11 21:38:56 UTC ++++ dump_dns.c +@@ -60,7 +60,6 @@ static const char rcsid[] = "$Id: dump_d #include #include @@ -9,7 +8,7 @@ diff -u -r1.2 dump_dns.c extern const char *_res_sectioncodes[]; #define p_rcode __p_rcode extern const char *p_rcode(int rcode); -@@ -87,6 +86,26 @@ +@@ -86,6 +85,26 @@ static void dump_dns_rr(ns_msg *, ns_rr (cp) += INT32SZ; \ } while (0) diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 3e8da154838c..97465938bfe7 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm diff --git a/dns/dnstracer/Makefile b/dns/dnstracer/Makefile index 6dfc75e910b8..4f2d6fcff492 100644 --- a/dns/dnstracer/Makefile +++ b/dns/dnstracer/Makefile @@ -10,7 +10,11 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Trace a chain of DNS servers to the source -USES= gmake +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_sparc64= fails to build + USES= gmake autoreconf GNU_CONFIGURE= yes @@ -19,12 +23,6 @@ PLIST_FILES= bin/dnstracer \ OPTIONS_DEFINE= IPV6 -IPV6_CONFIGURE_ENABLE= --disable-ipv6 - -BROKEN_sparc64= fails to build - -post-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/ - ${INSTALL_MAN} ${WRKSRC}/dnstracer.8 ${STAGEDIR}${PREFIX}/man/man8/dnstracer.8 +IPV6_CONFIGURE_ENABLE= ipv6 .include diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index d20b9b644e2f..d8639b7b16ec 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ @@ -28,7 +28,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rundir=/var/run/knot \ --with-storage=/var/db/knot \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --enable-recvmmsg=no INSTALL_TARGET= install-strip diff --git a/dns/knot2/distinfo b/dns/knot2/distinfo index 9c5bee0e749d..7a8f7daea678 100644 --- a/dns/knot2/distinfo +++ b/dns/knot2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477560234 -SHA256 (knot-2.3.1.tar.xz) = 42e4ec64dc8f017329d1753eb074a5759d6bb380e1f2a272101adccc0552f9b4 -SIZE (knot-2.3.1.tar.xz) = 1072808 +TIMESTAMP = 1479994675 +SHA256 (knot-2.3.2.tar.xz) = ba298157693d2b3264ff53afd397d8bb240336b36c18064515890733254700df +SIZE (knot-2.3.2.tar.xz) = 1069500 diff --git a/dns/mDNSResponder_nss/Makefile b/dns/mDNSResponder_nss/Makefile index 69e17ccd8bfa..2b0d4ceae72d 100644 --- a/dns/mDNSResponder_nss/Makefile +++ b/dns/mDNSResponder_nss/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mDNSResponder -PORTVERSION= 625.41.2 +PORTVERSION= 765.1.2 CATEGORIES= dns net MASTER_SITES= http://opensource.apple.com/tarballs/mDNSResponder/ PKGNAMESUFFIX= _nss diff --git a/dns/mDNSResponder_nss/distinfo b/dns/mDNSResponder_nss/distinfo index 957415e71949..2c54c38a8348 100644 --- a/dns/mDNSResponder_nss/distinfo +++ b/dns/mDNSResponder_nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467094790 -SHA256 (mDNSResponder-625.41.2.tar.gz) = 8efdd7d57445f4defdb450217c31afc5c5d258822764bb02f4e8282430b33119 -SIZE (mDNSResponder-625.41.2.tar.gz) = 2022161 +TIMESTAMP = 1479804601 +SHA256 (mDNSResponder-765.1.2.tar.gz) = 108f21529c621d82b5f0802b9b4102ed9619d03435f7e5ca2b9dbed1ea11ddf1 +SIZE (mDNSResponder-765.1.2.tar.gz) = 2307465 diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index b84f782cda33..103d71fc8368 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -3,6 +3,7 @@ PORTNAME= recursor PORTVERSION= 4.0.3 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns-recursor/files/patch-dnsname.hh b/dns/powerdns-recursor/files/patch-dnsname.hh new file mode 100644 index 000000000000..3f110e832d3e --- /dev/null +++ b/dns/powerdns-recursor/files/patch-dnsname.hh @@ -0,0 +1,22 @@ +https://github.com/PowerDNS/pdns/issues/2955 + +--- dnsname.hh.orig 2016-09-06 12:50:29 UTC ++++ dnsname.hh +@@ -30,7 +30,7 @@ + #include + + // it crashes on OSX and doesn't compile on OpenBSD +-#if BOOST_VERSION >= 104800 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__) ++#if BOOST_VERSION >= 104800 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__) + #include + #endif + +@@ -133,7 +133,7 @@ public: + inline bool canonCompare(const DNSName& rhs) const; + bool slowCanonCompare(const DNSName& rhs) const; + +-#if BOOST_VERSION >= 104800 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__) ++#if BOOST_VERSION >= 104800 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__) + typedef boost::container::string string_t; + #else + typedef std::string string_t; diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index e4bcbcdca96e..b913c910091c 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,6 +2,7 @@ PORTNAME= powerdns PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile index 5c629e4f02fe..d98b173afc0f 100644 --- a/dns/rbllookup-ng/Makefile +++ b/dns/rbllookup-ng/Makefile @@ -3,29 +3,32 @@ PORTNAME= rbllookup-ng PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns mail MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Check given IP/Host presence in RBLs -BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ - p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS -NO_BUILD= yes USES= perl5 shebangfix +SHEBANG_FILES= rbllookup.pl getmoensted.pl +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/rbllookup bin/getmoensted "@sample etc/rbllookup.conf.sample" PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc -SHEBANG_FILES= rbllookup.pl getmoensted.pl CONFLICTS= rbllookup-0.* OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/rbllookup.pl do-install: diff --git a/dns/rbllookup-ng/files/patch-rbllookup.conf b/dns/rbllookup-ng/files/patch-rbllookup.conf index 6c3385f0a2ce..fcfec58033df 100644 --- a/dns/rbllookup-ng/files/patch-rbllookup.conf +++ b/dns/rbllookup-ng/files/patch-rbllookup.conf @@ -1,6 +1,6 @@ ---- rbllookup.conf.orig Thu Dec 20 08:43:16 2007 -+++ rbllookup.conf Thu Dec 20 08:43:23 2007 -@@ -8,7 +8,6 @@ +--- rbllookup.conf.orig 2006-11-13 13:07:37 UTC ++++ rbllookup.conf +@@ -8,7 +8,6 @@ sbl.spamhaus.org blacklist.spambag.org blackholes.five-ten-sg.com blackholes.intersil.net diff --git a/dns/rbllookup-ng/files/patch-rbllookup.pl b/dns/rbllookup-ng/files/patch-rbllookup.pl index 4265cbe9adad..9af1673039a1 100644 --- a/dns/rbllookup-ng/files/patch-rbllookup.pl +++ b/dns/rbllookup-ng/files/patch-rbllookup.pl @@ -1,6 +1,6 @@ ---- rbllookup.pl.orig Mon Nov 13 23:55:52 2006 -+++ rbllookup.pl Tue Nov 14 00:04:11 2006 -@@ -39,7 +39,7 @@ +--- rbllookup.pl.orig 2014-05-11 10:08:39 UTC ++++ rbllookup.pl +@@ -39,7 +39,7 @@ print "\n"; # Reading configuration diff --git a/dns/void-zones-tools/Makefile b/dns/void-zones-tools/Makefile new file mode 100644 index 000000000000..4f3925ab4abc --- /dev/null +++ b/dns/void-zones-tools/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= void-zones-tools +DISTVERSION= 0.1a +CATEGORIES= dns + +MAINTAINER= vidar@karlsen.tech +COMMENT= Prepare a list of void zones that can be readily fed into Unbound + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= compiler:c11 +USE_GITHUB= yes +GH_ACCOUNT= cyclaero +GH_TAGNAME= e6c5ef1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hosts2zones ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/void-zones + ${INSTALL_SCRIPT} ${WRKSRC}/void-zones-update.sh ${STAGEDIR}${PREFIX}/bin + +.include diff --git a/dns/void-zones-tools/distinfo b/dns/void-zones-tools/distinfo new file mode 100644 index 000000000000..d696c702800d --- /dev/null +++ b/dns/void-zones-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480154346 +SHA256 (cyclaero-void-zones-tools-0.1a-e6c5ef1_GH0.tar.gz) = ca7f492479f5faa927156dd990fe027bd99b61a183dfca9478c63dfbeb6ab9ad +SIZE (cyclaero-void-zones-tools-0.1a-e6c5ef1_GH0.tar.gz) = 16020 diff --git a/dns/void-zones-tools/files/patch-Makefile b/dns/void-zones-tools/files/patch-Makefile new file mode 100644 index 000000000000..31a1146cc92b --- /dev/null +++ b/dns/void-zones-tools/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-11-25 18:11:34 UTC ++++ Makefile +@@ -24,7 +24,7 @@ + + + CC ?= clang +-CFLAGS = $(CDEFS) -std=c11 -g0 -Ofast -mssse3 -fstrict-aliasing -ffast-math -Wno-parentheses ++CFLAGS ?= $(CDEFS) -std=c11 + PREFIX ?= /usr/local + + HEADERS = binutils.h store.h diff --git a/dns/void-zones-tools/pkg-descr b/dns/void-zones-tools/pkg-descr new file mode 100644 index 000000000000..f084a5b4c545 --- /dev/null +++ b/dns/void-zones-tools/pkg-descr @@ -0,0 +1,6 @@ +Tool to prepare a list of void zones that can be readily fed into Unbound. + +Void zones are the most straightforward way of blocking ad, tracking and other +malware domains. + +WWW: https://github.com/cyclaero/void-zones-tools diff --git a/dns/void-zones-tools/pkg-plist b/dns/void-zones-tools/pkg-plist new file mode 100644 index 000000000000..5fa459f242c3 --- /dev/null +++ b/dns/void-zones-tools/pkg-plist @@ -0,0 +1,3 @@ +bin/hosts2zones +bin/void-zones-update.sh +@dir etc/void-zones diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 6d198f5eb894..e8dc10d85c51 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,7 +3,7 @@ PORTNAME= abiword PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 0b237da60169..5d5f086fafb2 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} diff --git a/editors/codelite/files/patch-SpellChecker_CMakeLists.txt b/editors/codelite/files/patch-SpellChecker_CMakeLists.txt new file mode 100644 index 000000000000..61fae7302533 --- /dev/null +++ b/editors/codelite/files/patch-SpellChecker_CMakeLists.txt @@ -0,0 +1,11 @@ +--- SpellChecker/CMakeLists.txt.orig 2016-07-07 05:54:58 UTC ++++ SpellChecker/CMakeLists.txt +@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2) + + find_library(LIBHUNSPELL + # Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name +- NAMES hunspell hunspell-1.3 ++ NAMES hunspell hunspell-1.5 hunspell-1.4 hunspell-1.3 + PATH_SUFFIXES lib) + + find_path( HUNSPELL_H diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 0a802dbb2ac2..6a26d6256d69 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org diff --git a/editors/libreoffice4/Makefile b/editors/libreoffice4/Makefile index f11ff9a728d1..bba6021e486a 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/extern/:ext \ diff --git a/editors/libreoffice4/files/patch-45dfbdca6a9afba1a6aef21623ec025ded635a4d b/editors/libreoffice4/files/patch-45dfbdca6a9afba1a6aef21623ec025ded635a4d new file mode 100644 index 000000000000..fb05313a6578 --- /dev/null +++ b/editors/libreoffice4/files/patch-45dfbdca6a9afba1a6aef21623ec025ded635a4d @@ -0,0 +1,183 @@ +--- canvas/source/cairo/cairo_spritecanvashelper.cxx.orig 2015-04-20 19:36:29 UTC ++++ canvas/source/cairo/cairo_spritecanvashelper.cxx +@@ -402,11 +402,12 @@ namespace cairocanvas + ::basegfx::computeSetDifference( aUncoveredAreas, + rUpdateArea.maTotalBounds, + ::basegfx::B2DRange( rDestRect ) ); ++ SurfaceSharedPtr surface(mpOwningSpriteCanvas->getBufferSurface()); + ::std::for_each( aUncoveredAreas.begin(), + aUncoveredAreas.end(), + ::boost::bind( &repaintBackground, + boost::cref(pCompositingCairo), +- boost::cref(mpOwningSpriteCanvas->getBufferSurface()), ++ boost::cref(surface), + _1 ) ); + + cairo_rectangle( pWindowCairo.get(), 0, 0, rSize.getX(), rSize.getY() ); +--- canvas/source/vcl/spritecanvashelper.cxx.orig 2015-04-20 19:36:29 UTC ++++ canvas/source/vcl/spritecanvashelper.cxx +@@ -573,12 +573,12 @@ namespace vclcanvas + + // repaint all affected sprites on top of background into + // VDev. ++ ::basegfx::B2DPoint outPos( ::vcl::unotools::b2DPointFromPoint(aOutputPosition) ); + ::std::for_each( rSortedUpdateSprites.begin(), + rSortedUpdateSprites.end(), + ::boost::bind( &spriteRedrawStub2, + ::boost::ref( maVDev.get() ), +- ::boost::cref( +- ::vcl::unotools::b2DPointFromPoint(aOutputPosition)), ++ ::boost::cref( outPos ), + _1 ) ); + + // flush to screen +--- dbaccess/source/ui/tabledesign/TableController.cxx.orig 2015-04-20 19:36:29 UTC ++++ dbaccess/source/ui/tabledesign/TableController.cxx +@@ -1392,7 +1392,8 @@ void OTableController::assignTable() + setEditable( xMeta.is() && !xMeta->isReadOnly() && (isAlterAllowed() || isDropAllowed() || isAddAllowed()) ); + if(!isEditable()) + { +- ::std::for_each(m_vRowList.begin(),m_vRowList.end(),boost::bind( &OTableRow::SetReadOnly, _1, boost::cref( sal_True ))); ++ sal_Bool t( sal_True ); ++ ::std::for_each(m_vRowList.begin(),m_vRowList.end(),boost::bind( &OTableRow::SetReadOnly, _1, boost::cref( t ))); + } + m_bNew = false; + // be notified when the table is in disposing +--- oox/source/drawingml/table/tablecell.cxx.orig 2015-04-20 19:36:29 UTC ++++ oox/source/drawingml/table/tablecell.cxx +@@ -142,9 +142,9 @@ void applyTableStylePart( const ::oox::c + if (rTableStylePart.getTextColor().isUsed()) + aTextCharProps.maCharColor = rTableStylePart.getTextColor(); + if( rTableStylePart.getTextBoldStyle().is_initialized() ) +- aTextCharProps.moBold = rTableStylePart.getTextBoldStyle(); ++ aTextCharProps.moBold = *rTableStylePart.getTextBoldStyle(); + if( rTableStylePart.getTextItalicStyle().is_initialized() ) +- aTextCharProps.moItalic = rTableStylePart.getTextItalicStyle(); ++ aTextCharProps.moItalic = *rTableStylePart.getTextItalicStyle(); + } + + void applyTableCellProperties( const Reference < ::com::sun::star::table::XCell >& rxCell, const TableCell& rTableCell ) +--- reportdesign/source/core/api/ReportDefinition.cxx.orig 2015-04-20 19:36:29 UTC ++++ reportdesign/source/core/api/ReportDefinition.cxx +@@ -1612,8 +1612,9 @@ void SAL_CALL OReportDefinition::switchT + m_pImpl->m_pObjectContainer->SwitchPersistence(m_pImpl->m_xStorage); + } + // notify our container listeners ++ OWeakObject *weakObjectThis = static_cast(this); + m_pImpl->m_aStorageChangeListeners.forEach( +- ::boost::bind(&document::XStorageChangeListener::notifyStorageChange,_1,boost::cref(static_cast(this)),boost::cref(_xStorage))); ++ ::boost::bind(&document::XStorageChangeListener::notifyStorageChange,_1,boost::cref(weakObjectThis),boost::cref(_xStorage))); + } + + uno::Reference< embed::XStorage > SAL_CALL OReportDefinition::getDocumentStorage( ) throw (io::IOException, uno::Exception, uno::RuntimeException, std::exception) +--- slideshow/source/engine/activities/activitybase.hxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/activities/activitybase.hxx +@@ -111,7 +111,7 @@ protected: + ShapeAttributeLayerSharedPtr getShapeAttributeLayer() const + { return mpAttributeLayer; } + +- bool isRepeatCountValid() const { return maRepeats; } ++ bool isRepeatCountValid() const { return bool(maRepeats); } + double getRepeatCount() const { return *maRepeats; } + bool isAutoReverse() const { return mbAutoReverse; } + +--- slideshow/source/engine/rehearsetimingsactivity.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/rehearsetimingsactivity.cxx +@@ -400,11 +400,12 @@ void RehearseTimingsActivity::viewsChang + { + // new sprite pos, transformation might have changed: + maSpriteRectangle = calcSpriteRectangle( maViews.front().first ); ++ ::basegfx::B2DPoint rectMin( maSpriteRectangle.getMinimum() ); + + // reposition sprites + for_each_sprite( boost::bind( &cppcanvas::Sprite::move, + _1, +- boost::cref(maSpriteRectangle.getMinimum())) ); ++ boost::cref( rectMin )) ); + + // sprites changed, need screen update + mrScreenUpdater.notifyUpdate(); +--- slideshow/source/engine/shapes/appletshape.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/shapes/appletshape.cxx +@@ -148,12 +148,13 @@ namespace slideshow + void AppletShape::implViewsChanged() + { + // resize all ViewShapes ++ ::basegfx::B2DRectangle bounds( AppletShape::getBounds() ); + ::std::for_each( maViewAppletShapes.begin(), + maViewAppletShapes.end(), + ::boost::bind( + &ViewAppletShape::resize, + _1, +- ::boost::cref( AppletShape::getBounds())) ); ++ ::boost::cref( bounds )) ); + } + + +@@ -252,11 +253,12 @@ namespace slideshow + + bool AppletShape::implStartIntrinsicAnimation() + { ++ ::basegfx::B2DRectangle bounds( getBounds() ); + ::std::for_each( maViewAppletShapes.begin(), + maViewAppletShapes.end(), + ::boost::bind( &ViewAppletShape::startApplet, + _1, +- ::boost::cref( getBounds() ))); ++ ::boost::cref( bounds ))); + mbIsPlaying = true; + + return true; +--- slideshow/source/engine/shapes/drawshape.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/shapes/drawshape.cxx +@@ -168,6 +168,7 @@ namespace slideshow + } + + // redraw all view shapes, by calling their update() method ++ ViewShape::RenderArgs renderArgs( getViewRenderArgs() ); + if( ::std::count_if( maViewShapes.begin(), + maViewShapes.end(), + ::boost::bind( +@@ -178,8 +179,7 @@ namespace slideshow + // the extra mem_fn. WTF. + _1, + ::boost::cref( mpCurrMtf ), +- ::boost::cref( +- getViewRenderArgs() ), ++ ::boost::cref( renderArgs ), + nUpdateFlags, + isVisible() ) ) + != static_cast(maViewShapes.size()) ) +--- slideshow/source/engine/shapes/mediashape.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/shapes/mediashape.cxx +@@ -125,12 +125,13 @@ namespace slideshow + void MediaShape::implViewsChanged() + { + // resize all ViewShapes ++ ::basegfx::B2DRectangle bounds( getBounds() ); + ::std::for_each( maViewMediaShapes.begin(), + maViewMediaShapes.end(), + ::boost::bind( + &ViewMediaShape::resize, + _1, +- ::boost::cref( getBounds())) ); ++ ::boost::cref( bounds )) ); + } + + +--- slideshow/source/engine/unoviewcontainer.cxx.orig 2015-04-20 19:36:29 UTC ++++ slideshow/source/engine/unoviewcontainer.cxx +@@ -45,11 +45,12 @@ namespace slideshow + const UnoViewVector::iterator aEnd( maViews.end() ); + + // already added? ++ uno::Reference xView (rView->getUnoView()); + if( ::std::find_if( maViews.begin(), + aEnd, + ::boost::bind( + ::std::equal_to< uno::Reference< presentation::XSlideShowView > >(), +- ::boost::cref( rView->getUnoView() ), ++ ::boost::cref( xView ), + ::boost::bind( + &UnoView::getUnoView, + _1 ) ) ) != aEnd ) diff --git a/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx b/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx new file mode 100644 index 000000000000..b66898b99345 --- /dev/null +++ b/editors/libreoffice4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx @@ -0,0 +1,14 @@ +Minimal exceprt from upstream fix only to unbreak build + +https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747 + +--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC ++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx +@@ -37,7 +37,6 @@ + + #include + #include +-#include + #include + + #include diff --git a/editors/libreoffice4/files/patch-solenv_gbuild_platform_com__GCC__defs.mk b/editors/libreoffice4/files/patch-solenv_gbuild_platform_com__GCC__defs.mk new file mode 100644 index 000000000000..c834b8323fa3 --- /dev/null +++ b/editors/libreoffice4/files/patch-solenv_gbuild_platform_com__GCC__defs.mk @@ -0,0 +1,11 @@ +--- solenv/gbuild/platform/com_GCC_defs.mk.orig 2015-04-20 19:36:29 UTC ++++ solenv/gbuild/platform/com_GCC_defs.mk +@@ -47,6 +47,8 @@ gb_CPPU_ENV := gcc3 + gb_AFLAGS := $(AFLAGS) + + gb_COMPILERDEFS := \ ++ -DBOOST_ERROR_CODE_HEADER_ONLY \ ++ -DBOOST_SYSTEM_NO_DEPRECATED \ + -DCPPU_ENV=$(gb_CPPU_ENV) \ + + gb_CFLAGS_COMMON := \ diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index 2165623b55e4..d9ff7c3cd610 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= madedit PORTVERSION= 0.2.9 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION} diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 3a2514a057ff..cf437c845f26 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ diff --git a/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx b/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx new file mode 100644 index 000000000000..b66898b99345 --- /dev/null +++ b/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx @@ -0,0 +1,14 @@ +Minimal exceprt from upstream fix only to unbreak build + +https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747 + +--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC ++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx +@@ -37,7 +37,6 @@ + + #include + #include +-#include + #include + + #include diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index a82428629af7..3e19b7e2acb3 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ diff --git a/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx b/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx new file mode 100644 index 000000000000..b66898b99345 --- /dev/null +++ b/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx @@ -0,0 +1,14 @@ +Minimal exceprt from upstream fix only to unbreak build + +https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747 + +--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC ++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx +@@ -37,7 +37,6 @@ + + #include + #include +-#include + #include + + #include diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index dd247fd32110..5a8067209f13 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfedit PORTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= SF diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index d4891ea4b9d0..b3c2db1e9c52 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= http://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ diff --git a/editors/tea/files/patch-spellchecker.h b/editors/tea/files/patch-spellchecker.h new file mode 100644 index 000000000000..27fa5d4c0c30 --- /dev/null +++ b/editors/tea/files/patch-spellchecker.h @@ -0,0 +1,11 @@ +--- spellchecker.h.orig 2016-09-16 19:56:10 UTC ++++ spellchecker.h +@@ -100,7 +100,7 @@ public: + QString user_dir; + QString lng; + +- char *encoding; ++ const char *encoding; + QString dict_dir; + + CHunspellChecker (const QString &lang, const QString &path = "", const QString &user_path = ""); diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 510b843b4078..bd28dbc69aa9 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile index 690002e635c2..ac7516fe5ba0 100644 --- a/emulators/citra-qt5/Makefile +++ b/emulators/citra-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index 9aba23726a1f..cb58d9706264 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20161115 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -20,6 +20,7 @@ LICENSE_TEXT_UNLICENSE= See http://unlicense.org/ LICENSE_PERMS_UNLICENSE= ${_LICENSE_PERMS_PD} LICENSE_GROUPS_UNLICENSE= ${_LICENSE_GROUPS_PD} +BUILD_DEPENDS= boost-libs>=1.57:devel/boost-libs LIB_DEPENDS= libpng.so:graphics/png # backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak' @@ -27,9 +28,7 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dynarmic/issues/35 USE_GITHUB= yes -# XXX Switch to system Boost after ports/199601 GH_TUPLE= citra-emu:${PORTNAME}:fb13bfe \ - citra-emu:ext-boost:f005c95:boost/externals/boost \ citra-emu:ext-soundtouch:5274ec4:soundtouch/externals/soundtouch \ MerryMage:dynarmic:943487e:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-108-g2ae6bca:fmt/externals/dynarmic/externals/fmt \ diff --git a/emulators/citra/distinfo b/emulators/citra/distinfo index bb159e46715d..0fd81d3781cd 100644 --- a/emulators/citra/distinfo +++ b/emulators/citra/distinfo @@ -1,8 +1,6 @@ TIMESTAMP = 1479223474 SHA256 (citra-emu-citra-s20161115-fb13bfe_GH0.tar.gz) = 4a9da925c9b0ca8d13bf9c4cf867bb8616f76f767661e4176bc5e81ab3799b6f SIZE (citra-emu-citra-s20161115-fb13bfe_GH0.tar.gz) = 2213509 -SHA256 (citra-emu-ext-boost-f005c95_GH0.tar.gz) = afa6769ba3bc8df30975150b164b09cc25f4cbab66b511fb3eccb59ac82a906e -SIZE (citra-emu-ext-boost-f005c95_GH0.tar.gz) = 1139598 SHA256 (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = de5e101818ba38b5ea30d8cde0b2b788b53bc7c0f5d77b380b8968569872c2cb SIZE (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = 34535 SHA256 (MerryMage-dynarmic-943487e_GH0.tar.gz) = 50774e07f9e9896d0008431a65dd3215caaea8cbb39572418618ed903ccf6474 diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 42b3a36b18ed..50c498f294c4 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -85,9 +85,9 @@ NLS_CMAKE_OFF= -DDISABLE_NLS:BOOL=ON CMAKE_ARGS+= -DENABLE_GENERIC:BOOL=ON .endif -# When building with Gcc, needs Gcc 4.9+ +# When building with GCC, needs GCC 4.9+ .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 49 -USE_GCC= 4.9+ +USE_GCC= yes # Enable std::stoul() CXXFLAGS+= -D_GLIBCXX_USE_C99 # Enable log2f(), exp2f() and roundf() diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 92cdfa5945b3..21c4cbb73ec5 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -3,6 +3,7 @@ PORTNAME= hatari PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ @@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt LIB_DEPENDS= libportaudio.so:audio/portaudio \ libpng.so:graphics/png +BUILD_DEPENDS= python:lang/python +RUN_DEPENDS= python:lang/python USES= cmake desktop-file-utils python readline shared-mime-info \ shebangfix tar:bzip2 diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index ba8fdf829ecd..341fd3e4a1d6 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -3,7 +3,7 @@ PORTNAME= c6 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- @@ -45,7 +45,7 @@ LIB_DISTFILES= bzip2-libs-1.0.5-7.el6_0${EXTRACT_SUFX} \ krb5-libs-1.10.3-57.el6${EXTRACT_SUFX} \ libacl-2.2.49-6.el6${EXTRACT_SUFX} \ libattr-2.4.44-7.el6${EXTRACT_SUFX} \ - libblkid-2.17.2-12.24.el6${EXTRACT_SUFX} \ + libblkid-2.17.2-12.24.el6_8.1${EXTRACT_SUFX} \ libcap-2.16-5.5.el6${EXTRACT_SUFX} \ libcom_err-1.41.12-22.el6${EXTRACT_SUFX} \ libgcc-4.4.7-17.el6${EXTRACT_SUFX} \ @@ -53,14 +53,14 @@ LIB_DISTFILES= bzip2-libs-1.0.5-7.el6_0${EXTRACT_SUFX} \ libselinux-2.0.94-7.el6${EXTRACT_SUFX} \ libsepol-2.0.41-4.el6${EXTRACT_SUFX} \ libstdc++-4.4.7-17.el6${EXTRACT_SUFX} \ - libuuid-2.17.2-12.24.el6${EXTRACT_SUFX} \ + libuuid-2.17.2-12.24.el6_8.1${EXTRACT_SUFX} \ ncurses-libs-5.7-4.20090207.el6${EXTRACT_SUFX} \ pcre-7.8-7.el6${EXTRACT_SUFX} \ popt-1.13-7.el6${EXTRACT_SUFX} \ readline-6.0-4.el6${EXTRACT_SUFX} \ redhat-lsb-core-4.0-7.el6.centos${EXTRACT_SUFX} \ slang-2.2.1-1.el6${EXTRACT_SUFX} \ - util-linux-ng-2.17.2-12.24.el6${EXTRACT_SUFX} \ + util-linux-ng-2.17.2-12.24.el6_8.1${EXTRACT_SUFX} \ zlib-1.2.3-29.el6${EXTRACT_SUFX} SRC_DISTFILES= acl-2.2.49-6.el6${SRC_SUFX}:SOURCE \ attr-2.4.44-7.el6${SRC_SUFX}:SOURCE \ @@ -102,7 +102,7 @@ SRC_DISTFILES= acl-2.2.49-6.el6${SRC_SUFX}:SOURCE \ setup-2.8.14-20.el6_4.1${SRC_SUFX}:SOURCE \ slang-2.2.1-1.el6${SRC_SUFX}:SOURCE \ texinfo-4.13a-8.el6${SRC_SUFX}:SOURCE \ - util-linux-ng-2.17.2-12.24.el6${SRC_SUFX}:SOURCE \ + util-linux-ng-2.17.2-12.24.el6_8.1${SRC_SUFX}:SOURCE \ which-2.19-6.el6${SRC_SUFX}:SOURCE \ zlib-1.2.3-29.el6${SRC_SUFX}:SOURCE diff --git a/emulators/linux_base-c6/distinfo.i386 b/emulators/linux_base-c6/distinfo.i386 index 2e8c26bc5f89..35baf64cc985 100644 --- a/emulators/linux_base-c6/distinfo.i386 +++ b/emulators/linux_base-c6/distinfo.i386 @@ -1,4 +1,4 @@ -TIMESTAMP = 1477131165 +TIMESTAMP = 1479848488 SHA256 (rpm/i686/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 SIZE (rpm/i686/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 SHA256 (rpm/i686/centos/6.8/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a @@ -29,8 +29,8 @@ SHA256 (rpm/i686/centos/6.8/libacl-2.2.49-6.el6.i686.rpm) = 64c400f31986db7f085e SIZE (rpm/i686/centos/6.8/libacl-2.2.49-6.el6.i686.rpm) = 24480 SHA256 (rpm/i686/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b SIZE (rpm/i686/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 15640 -SHA256 (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = ad981952282b16f03da719a956fae7a49f52479228ffb69d13dea2453b265b6e -SIZE (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = 124904 +SHA256 (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = c5e7feba940565157d78dd696e7524d92913d9f27f9dee16c7d890a70777924b +SIZE (rpm/i686/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = 125080 SHA256 (rpm/i686/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c SIZE (rpm/i686/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 31516 SHA256 (rpm/i686/centos/6.8/libcom_err-1.41.12-22.el6.i686.rpm) = a17fab636dcd0725ff95176ac060517430a719846695afdb487dea213d1e920d @@ -45,8 +45,8 @@ SHA256 (rpm/i686/centos/6.8/libsepol-2.0.41-4.el6.i686.rpm) = 0f7b3c09a89b4f943f SIZE (rpm/i686/centos/6.8/libsepol-2.0.41-4.el6.i686.rpm) = 128032 SHA256 (rpm/i686/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = ebcc13345ca9e0d924c82d103360933e2404a5d7cdb4ae8905e2517f92ef2f2a SIZE (rpm/i686/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = 309720 -SHA256 (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 05751a4be0e76985be35137437d47672e6a1b5da9255e973a6ac8664670184c3 -SIZE (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 72660 +SHA256 (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 764524bab2d67e7bd5a5143939522990ef0f541cda59fb601ea268ab8afdc27a +SIZE (rpm/i686/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 72832 SHA256 (rpm/i686/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = fe1778ee05c4840cb27a6804e6af6d61ca6f48666560654e3cfd765fa20ff2bb SIZE (rpm/i686/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = 255352 SHA256 (rpm/i686/centos/6.8/pcre-7.8-7.el6.i686.rpm) = 62aff1a2975adc4a02293297d12b0202b5710155c00753bd4657d6896c3e7b8e @@ -59,8 +59,8 @@ SHA256 (rpm/i686/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = c8a5445 SIZE (rpm/i686/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = 26108 SHA256 (rpm/i686/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f SIZE (rpm/i686/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = 483404 -SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 91409ce39e5351d1c6a0a3ec09f14161c867167f2bffdbf88f39ae601d5a63e2 -SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 1654980 +SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 905c5c9bf32604a6d5b4267b9056a93e316bed5155dffb4dafac0c96a8dfcedd +SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 1655308 SHA256 (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa SIZE (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 74284 SHA256 (rpm/i686/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e @@ -183,8 +183,8 @@ SHA256 (rpm/i686/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63f SIZE (rpm/i686/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 1367444 SHA256 (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db SIZE (rpm/i686/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 -SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = a51febd17b094a4f4da03f7117af3e5ac8fb5700a0351663835acd783326c8cf -SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = 4574175 +SHA256 (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = b0eab51702d6a34ad689f3ad4ad886076a27041d7ef2c58137d87b36af737cfa +SIZE (rpm/i686/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = 4574453 SHA256 (rpm/i686/centos/6.8/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd SIZE (rpm/i686/centos/6.8/which-2.19-6.el6.src.rpm) = 144253 SHA256 (rpm/i686/centos/6.8/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e diff --git a/emulators/linux_base-c6/distinfo.x86_64 b/emulators/linux_base-c6/distinfo.x86_64 index c2d1bcdcebd6..fa4a99c0718c 100644 --- a/emulators/linux_base-c6/distinfo.x86_64 +++ b/emulators/linux_base-c6/distinfo.x86_64 @@ -1,4 +1,4 @@ -TIMESTAMP = 1477134208 +TIMESTAMP = 1479889504 SHA256 (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = d3424f4610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 SIZE (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.i686.rpm) = 37204 SHA256 (rpm/x86_64/centos/6.8/compat-db43-4.3.29-15.el6.i686.rpm) = 202767fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a @@ -29,8 +29,8 @@ SHA256 (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.i686.rpm) = 64c400f31986db7f08 SIZE (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.i686.rpm) = 24480 SHA256 (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b SIZE (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.i686.rpm) = 15640 -SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = ad981952282b16f03da719a956fae7a49f52479228ffb69d13dea2453b265b6e -SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.i686.rpm) = 124904 +SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = c5e7feba940565157d78dd696e7524d92913d9f27f9dee16c7d890a70777924b +SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.i686.rpm) = 125080 SHA256 (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c SIZE (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.i686.rpm) = 31516 SHA256 (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.i686.rpm) = a17fab636dcd0725ff95176ac060517430a719846695afdb487dea213d1e920d @@ -45,8 +45,8 @@ SHA256 (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.i686.rpm) = 0f7b3c09a89b4f94 SIZE (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.i686.rpm) = 128032 SHA256 (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = ebcc13345ca9e0d924c82d103360933e2404a5d7cdb4ae8905e2517f92ef2f2a SIZE (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.i686.rpm) = 309720 -SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 05751a4be0e76985be35137437d47672e6a1b5da9255e973a6ac8664670184c3 -SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.i686.rpm) = 72660 +SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 764524bab2d67e7bd5a5143939522990ef0f541cda59fb601ea268ab8afdc27a +SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.i686.rpm) = 72832 SHA256 (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = fe1778ee05c4840cb27a6804e6af6d61ca6f48666560654e3cfd765fa20ff2bb SIZE (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.i686.rpm) = 255352 SHA256 (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.i686.rpm) = 62aff1a2975adc4a02293297d12b0202b5710155c00753bd4657d6896c3e7b8e @@ -59,8 +59,8 @@ SHA256 (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = c8a54 SIZE (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.i686.rpm) = 26108 SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = c6886d071eb63651df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.i686.rpm) = 483404 -SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 91409ce39e5351d1c6a0a3ec09f14161c867167f2bffdbf88f39ae601d5a63e2 -SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.i686.rpm) = 1654980 +SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 905c5c9bf32604a6d5b4267b9056a93e316bed5155dffb4dafac0c96a8dfcedd +SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.i686.rpm) = 1655308 SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 1e40dce8a497f740b22d2035a76a92a34885613652c4b33262f04e2d12a00caa SIZE (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.i686.rpm) = 74284 SHA256 (rpm/x86_64/centos/6.8/bzip2-libs-1.0.5-7.el6_0.x86_64.rpm) = b2695bdc5a3119873c2580ca96b972b932c96b553ae98778461ef82204233a4a @@ -93,8 +93,8 @@ SHA256 (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.x86_64.rpm) = 2323e63de3fdeb22 SIZE (rpm/x86_64/centos/6.8/libacl-2.2.49-6.el6.x86_64.rpm) = 24008 SHA256 (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 030c511f3aafa5096775faf6f5dc0dd836eee0addde3e48d985bb4f3e69a72df SIZE (rpm/x86_64/centos/6.8/libattr-2.4.44-7.el6.x86_64.rpm) = 15636 -SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 09b0fc2bc8f72aef75789e331e38e2b8829bea236e3c00aeca6b629ed608f5df -SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6.x86_64.rpm) = 120216 +SHA256 (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 90d01333cd13b866c790065e92913023da1fb0f71574ea56c99cb8aac27dd70f +SIZE (rpm/x86_64/centos/6.8/libblkid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 120392 SHA256 (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 1687ca7a8af3356851f5257bbdb7a0b16674f18a4d79b4bce605c6b76b0ea0a5 SIZE (rpm/x86_64/centos/6.8/libcap-2.16-5.5.el6.x86_64.rpm) = 32448 SHA256 (rpm/x86_64/centos/6.8/libcom_err-1.41.12-22.el6.x86_64.rpm) = bb3343444f858985d65a6fc9629cbd37f4e14acb6a97dbf6f5a127a20e62aeb7 @@ -109,8 +109,8 @@ SHA256 (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.x86_64.rpm) = b8210da453e53e SIZE (rpm/x86_64/centos/6.8/libsepol-2.0.41-4.el6.x86_64.rpm) = 131216 SHA256 (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 3bad0d053bb365c73b3080d75fd9e42a283ced935dd75ec006d111403428197f SIZE (rpm/x86_64/centos/6.8/libstdc++-4.4.7-17.el6.x86_64.rpm) = 302388 -SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 2e757d4a9a9299a4b4c6ac716f33305c436ddad84bbc115ab63107a27faf5c6e -SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6.x86_64.rpm) = 72128 +SHA256 (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 2a6632812017255f559b964693bf485e9130776938fc8bbd443f2494a422b9e1 +SIZE (rpm/x86_64/centos/6.8/libuuid-2.17.2-12.24.el6_8.1.x86_64.rpm) = 72300 SHA256 (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 88b5174e139c595569787ebe4750fefdfc5e047657f13df0c87b8316ff6cf956 SIZE (rpm/x86_64/centos/6.8/ncurses-libs-5.7-4.20090207.el6.x86_64.rpm) = 250916 SHA256 (rpm/x86_64/centos/6.8/pcre-7.8-7.el6.x86_64.rpm) = 6e099492eb691f0e869c02a7352530ec6a8d0056c1aadcde3613cc1f8e24e52c @@ -123,8 +123,8 @@ SHA256 (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 697 SIZE (rpm/x86_64/centos/6.8/redhat-lsb-core-4.0-7.el6.centos.x86_64.rpm) = 26016 SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 32188b2dbe1f7d1e460f85416c067a53a816757df2c84d39abc07936ce6c5376 SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.x86_64.rpm) = 484172 -SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = aba396e7b62608d9d2e473494462082f3bdc74d8b88e4bad359c34c8b7bfc1ad -SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.x86_64.rpm) = 1650068 +SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.x86_64.rpm) = ae42400b902353f15eac3dfb855081159869206c9677de3e961f8887be443324 +SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.x86_64.rpm) = 1650320 SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = c5b040d38b550da4c75aba719c0b9d6c6936158b2d58ac10a99adc76a68a6302 SIZE (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.x86_64.rpm) = 74568 SHA256 (rpm/x86_64/centos/6.8/basesystem-10.0-4.el6.noarch.rpm) = 18860007697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e @@ -247,8 +247,8 @@ SHA256 (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d6 SIZE (rpm/x86_64/centos/6.8/slang-2.2.1-1.el6.src.rpm) = 1367444 SHA256 (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = c7cc4a48a8b429fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db SIZE (rpm/x86_64/centos/6.8/texinfo-4.13a-8.el6.src.rpm) = 1589200 -SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = a51febd17b094a4f4da03f7117af3e5ac8fb5700a0351663835acd783326c8cf -SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6.src.rpm) = 4574175 +SHA256 (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = b0eab51702d6a34ad689f3ad4ad886076a27041d7ef2c58137d87b36af737cfa +SIZE (rpm/x86_64/centos/6.8/util-linux-ng-2.17.2-12.24.el6_8.1.src.rpm) = 4574453 SHA256 (rpm/x86_64/centos/6.8/which-2.19-6.el6.src.rpm) = cefa932d168a041d2257085bd2afad13fc719da4bd68d31ef9694371b67135bd SIZE (rpm/x86_64/centos/6.8/which-2.19-6.el6.src.rpm) = 144253 SHA256 (rpm/x86_64/centos/6.8/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e diff --git a/emulators/mupen64plus-video-glide64mk2/Makefile b/emulators/mupen64plus-video-glide64mk2/Makefile index 718b4d713a88..4568933b9103 100644 --- a/emulators/mupen64plus-video-glide64mk2/Makefile +++ b/emulators/mupen64plus-video-glide64mk2/Makefile @@ -1,7 +1,7 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -video-glide64mk2 COMMENT= Glide64mk2 video plugin for Mupen64Plus diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index 457e220520dc..ebf20378c533 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.10 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions diff --git a/emulators/virtualbox-ose-additions/distinfo b/emulators/virtualbox-ose-additions/distinfo index c769f7cc6604..7039d3ce5f44 100644 --- a/emulators/virtualbox-ose-additions/distinfo +++ b/emulators/virtualbox-ose-additions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477249150 -SHA256 (VirtualBox-5.1.8.tar.bz2) = e447031de468aee746529b2cf60768922f9beff22a13c54284aa430f5e925933 -SIZE (VirtualBox-5.1.8.tar.bz2) = 114688166 +TIMESTAMP = 1479993983 +SHA256 (VirtualBox-5.1.10.tar.bz2) = 98073b1b2adee4e6553df73cb5bb6ea8ed7c3a41a475757716fd9400393bea40 +SIZE (VirtualBox-5.1.10.tar.bz2) = 114912508 diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index 0eb96bbd3430..7ae81cd7e086 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.10 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod @@ -37,8 +37,8 @@ CONFIGURE_ARGS+= --disable-alsa \ --disable-xpcom CONFIGURE_ARGS+= --nofatal --with-gcc="${CC}" --with-g++="${CXX}" -CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-4* \ - virtualbox-ose-kmod-legacy-4* +CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-* \ + virtualbox-ose-kmod-legacy-* OPTIONS_DEFINE= DEBUG VIMAGE OPTIONS_SUB= yes diff --git a/emulators/virtualbox-ose-kmod/distinfo b/emulators/virtualbox-ose-kmod/distinfo index c769f7cc6604..7039d3ce5f44 100644 --- a/emulators/virtualbox-ose-kmod/distinfo +++ b/emulators/virtualbox-ose-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477249150 -SHA256 (VirtualBox-5.1.8.tar.bz2) = e447031de468aee746529b2cf60768922f9beff22a13c54284aa430f5e925933 -SIZE (VirtualBox-5.1.8.tar.bz2) = 114688166 +TIMESTAMP = 1479993983 +SHA256 (VirtualBox-5.1.10.tar.bz2) = 98073b1b2adee4e6553df73cb5bb6ea8ed7c3a41a475757716fd9400393bea40 +SIZE (VirtualBox-5.1.10.tar.bz2) = 114912508 diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 56e23cd6bccc..47e4cf64028f 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.10 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} diff --git a/emulators/virtualbox-ose/distinfo b/emulators/virtualbox-ose/distinfo index b2cdd2bb3590..fb3382e9b4af 100644 --- a/emulators/virtualbox-ose/distinfo +++ b/emulators/virtualbox-ose/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1477249150 -SHA256 (VirtualBox-5.1.8.tar.bz2) = e447031de468aee746529b2cf60768922f9beff22a13c54284aa430f5e925933 -SIZE (VirtualBox-5.1.8.tar.bz2) = 114688166 -SHA256 (VBoxGuestAdditions_5.1.8.iso) = 347fd39df6ddee8079ad41fbc038e2fb64952a40255d75292e8e49a0a0cbf657 -SIZE (VBoxGuestAdditions_5.1.8.iso) = 59314176 +TIMESTAMP = 1479993983 +SHA256 (VirtualBox-5.1.10.tar.bz2) = 98073b1b2adee4e6553df73cb5bb6ea8ed7c3a41a475757716fd9400393bea40 +SIZE (VirtualBox-5.1.10.tar.bz2) = 114912508 +SHA256 (VBoxGuestAdditions_5.1.10.iso) = 29fa0af66a3dd273b0c383c4adee31a52061d52f57d176b67f444698300b8c41 +SIZE (VBoxGuestAdditions_5.1.10.iso) = 59408384 diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio__50_DrvHostALSAAudio.cpp b/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio__50_DrvHostALSAAudio.cpp new file mode 100644 index 000000000000..42df09987a9d --- /dev/null +++ b/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Audio__50_DrvHostALSAAudio.cpp @@ -0,0 +1,18 @@ +--- src/VBox/Devices/Audio_50/DrvHostALSAAudio.cpp.orig 2016-11-21 17:27:56 UTC ++++ src/VBox/Devices/Audio_50/DrvHostALSAAudio.cpp +@@ -983,6 +983,7 @@ static DECLCALLBACK(int) drvHostALSAAudi + continue; + } + ++#if EPIPE != ESTRPIPE + case -ESTRPIPE: + { + /* Stream was suspended and waiting for a recovery. */ +@@ -996,6 +997,7 @@ static DECLCALLBACK(int) drvHostALSAAudi + LogFlowFunc(("Resumed suspended output stream\n")); + continue; + } ++#endif + + default: + LogFlowFunc(("Failed to write %RI32 output frames, rc=%Rrc\n", diff --git a/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyIID.cpp b/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyIID.cpp deleted file mode 100644 index 214dcf093fbd..000000000000 --- a/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyIID.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- src/libs/xpcom18a4/python/src/PyIID.cpp.orig 2016-09-12 16:20:10 UTC -+++ src/libs/xpcom18a4/python/src/PyIID.cpp -@@ -318,12 +318,20 @@ Py_nsIID::PyTypeMethod_str(PyObject *sel - return ret; - } - -+#if PY_VERSION_HEX < 0x03020000 - /* static */long -+#else -+/* static */Py_hash_t -+#endif - Py_nsIID::PyTypeMethod_hash(PyObject *self) - { - const nsIID &iid = ((Py_nsIID *)self)->m_iid; - -+#if PY_VERSION_HEX < 0x03020000 - long ret = iid.m0 + iid.m1 + iid.m2; -+#else -+ Py_hash_t ret = iid.m0 + iid.m1 + iid.m2; -+#endif - for (int i=0;i<7;i++) - ret += iid.m3[i]; - if ( ret == -1 ) diff --git a/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyXPCOM.h b/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyXPCOM.h deleted file mode 100644 index baaa90a52126..000000000000 --- a/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_PyXPCOM.h +++ /dev/null @@ -1,26 +0,0 @@ ---- src/libs/xpcom18a4/python/src/PyXPCOM.h.orig 2016-09-12 16:20:10 UTC -+++ src/libs/xpcom18a4/python/src/PyXPCOM.h -@@ -286,7 +286,11 @@ public: - static int Py_setattr(PyObject *op, char *name, PyObject *v); - static int Py_cmp(PyObject *ob1, PyObject *ob2); - static PyObject *Py_richcmp(PyObject *ob1, PyObject *ob2, int op); -+#if PY_VERSION_HEX < 0x03020000 - static long Py_hash(PyObject *self); -+#else -+ static Py_hash_t Py_hash(PyObject *self); -+#endif - }; - - ////////////////////////////////////////////////////////////////////////// -@@ -442,7 +446,11 @@ public: - #endif - static PyObject *PyTypeMethod_richcompare(PyObject *self, PyObject *ob, int op); - static PyObject *PyTypeMethod_repr(PyObject *self); -+#if PY_VERSION_HEX < 0x03020000 - static long PyTypeMethod_hash(PyObject *self); -+#else -+ static Py_hash_t PyTypeMethod_hash(PyObject *self); -+#endif - static PyObject *PyTypeMethod_str(PyObject *self); - static void PyTypeMethod_dealloc(PyObject *self); - static NS_EXPORT_STATIC_MEMBER_(PyTypeObject) type; diff --git a/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_TypeObject.cpp b/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_TypeObject.cpp deleted file mode 100644 index a8fbc606a208..000000000000 --- a/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_python_src_TypeObject.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- src/libs/xpcom18a4/python/src/TypeObject.cpp.orig 2016-09-12 16:20:11 UTC -+++ src/libs/xpcom18a4/python/src/TypeObject.cpp -@@ -155,13 +155,21 @@ PyXPCOM_TypeObject::Py_richcmp(PyObject - } - - // @pymethod int|Py_nsISupports|__hash__|Implement a hash-code for the XPCOM object using XPCOM identity rules. -+#if PY_VERSION_HEX < 0x03020000 - /*static*/long PyXPCOM_TypeObject::Py_hash(PyObject *self) -+#else -+/*static*/Py_hash_t PyXPCOM_TypeObject::Py_hash(PyObject *self) -+#endif - { - // We always return the value of the nsISupports *. - nsISupports *pUnkThis; - if (!Py_nsISupports::InterfaceFromPyObject(self, NS_GET_IID(nsISupports), &pUnkThis, PR_FALSE)) - return -1; -+#if PY_VERSION_HEX < 0x03020000 - long ret = _Py_HashPointer(pUnkThis); -+#else -+ Py_hash_t ret = _Py_HashPointer(pUnkThis); -+#endif - pUnkThis->Release(); - return ret; - } diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index a48b620d54af..66c058745916 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1222,9 +1222,9 @@ lib/wine/ext-ms-win-gdi-render-l1-1-0.dll.so %%STAGING%%lib/wine/ext-ms-win-kernel32-package-current-l1-1-0.dll.so lib/wine/ext-ms-win-ntuser-message-l1-1-1.dll.so %%STAGING%%lib/wine/ext-ms-win-ntuser-mouse-l1-1-0.dll.so -lib/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so lib/wine/ext-ms-win-ntuser-private-l1-1-1.dll.so lib/wine/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll.so +lib/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so lib/wine/ext-ms-win-ntuser-window-l1-1-1.dll.so lib/wine/ext-ms-win-rtcore-gdi-object-l1-1-0.dll.so lib/wine/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll.so @@ -1383,12 +1383,6 @@ lib/wine/fakedlls/api-ms-win-eventing-provider-l1-1-0.dll lib/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll lib/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll -lib/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll -lib/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll -lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll lib/wine/fakedlls/api-ms-win-rtcore-ntuser-private-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/api-ms-win-rtcore-ntuser-window-l1-1-0.dll lib/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll @@ -1579,7 +1573,13 @@ lib/wine/fakedlls/ext-ms-win-gdi-render-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-kernel32-package-current-l1-1-0.dll lib/wine/fakedlls/ext-ms-win-ntuser-message-l1-1-1.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-ntuser-mouse-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll +lib/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll lib/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll +lib/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll +lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0.dll %%STAGING%%lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 95fd3aa736e8..6237cf304e95 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.8.0 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 54d6f37de7e5..e0cd6a6960fb 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -4,6 +4,7 @@ PORTNAME= ledger PORTVERSION= 3.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= finance MAINTAINER= woodycarey@hotmail.com diff --git a/finance/moneymanagerex/Makefile b/finance/moneymanagerex/Makefile index 2fd038b01c5b..14000b012f4a 100644 --- a/finance/moneymanagerex/Makefile +++ b/finance/moneymanagerex/Makefile @@ -4,6 +4,7 @@ PORTNAME= mmex PORTVERSION= 1.2.7 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= https://github.com/vslavik/bakefile/releases/download/v0.2.9/:bakefile DISTFILES= bakefile-0.2.9${EXTRACT_SUFX}:bakefile diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile index f9bee7ea7bee..b373eea07332 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -3,7 +3,7 @@ PORTNAME= qhacc PORTVERSION= 4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index f5cd649372eb..79c7398fe805 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -4,7 +4,7 @@ PORTNAME= curlpp PORTVERSION= 0.7.3 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MAINTAINER= sunpoet@FreeBSD.org diff --git a/games/0ad/Makefile b/games/0ad/Makefile index ba06a7ee9602..fb54f34a6904 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/4stattack/Makefile b/games/4stattack/Makefile index ae6366aeac42..b3918cc66076 100644 --- a/games/4stattack/Makefile +++ b/games/4stattack/Makefile @@ -12,19 +12,22 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Connect four stones in a straight line LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL RUN_DEPENDS= ${PYGAME} USES= python +NO_ARCH= yes PORTDOCS= changelog.txt credits.txt -OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes ICON_SIZES= 16x16 22x22 32x32 48x48 64x64 SUB_FILES= ${PORTNAME} pkg-message +OPTIONS_DEFINE= DOCS + post-patch: .for s in 16 22 32 48 64 @cd ${WRKSRC}/kde/icons/${s}x${s} ; \ @@ -56,6 +59,7 @@ do-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 74be32874c7f..7a8704c4a495 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -3,6 +3,7 @@ PORTNAME= alephone PORTVERSION= 20150620 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/marathon/Aleph%20One/2015-06-20 DISTNAME= AlephOne-${PORTVERSION} diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index d45a2353cc63..0b656007ed48 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -3,7 +3,7 @@ PORTNAME= allacrost PORTVERSION= 1.0.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} diff --git a/games/amoebax/files/patch-src-Music.cxx b/games/amoebax/files/patch-src_Music.cxx similarity index 56% rename from games/amoebax/files/patch-src-Music.cxx rename to games/amoebax/files/patch-src_Music.cxx index 02c62e6d7229..b379d549511c 100644 --- a/games/amoebax/files/patch-src-Music.cxx +++ b/games/amoebax/files/patch-src_Music.cxx @@ -1,5 +1,5 @@ ---- src/Music.cxx.orig 2007-05-27 19:04:33.000000000 +0400 -+++ src/Music.cxx 2013-09-13 22:00:04.632230761 +0400 +--- src/Music.cxx.orig 2007-05-27 15:04:33 UTC ++++ src/Music.cxx @@ -22,6 +22,7 @@ #include #include diff --git a/games/amoebax/files/patch-src_binreloc.cxx b/games/amoebax/files/patch-src_binreloc.cxx new file mode 100644 index 000000000000..1e25133fb391 --- /dev/null +++ b/games/amoebax/files/patch-src_binreloc.cxx @@ -0,0 +1,12 @@ +--- src/binreloc.cxx.orig 2007-05-27 15:04:33 UTC ++++ src/binreloc.cxx +@@ -739,7 +739,8 @@ br_strndup (const char *str, size_t size + char * + br_dirname (const char *path) + { +- char *end, *result; ++ const char *end; ++ char *result; + + if (path == (const char *) NULL) + return (char *) NULL; diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index a18d29b6cc9b..023f3237f9c0 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -3,7 +3,7 @@ PORTNAME= arx-libertatis PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://downloads.sourceforge.net/arx/ \ http://arx-libertatis.org/files/ diff --git a/games/asc/Makefile b/games/asc/Makefile index f002c52f12bb..05cd2ce60c18 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -3,6 +3,7 @@ PORTNAME= asc PORTVERSION= 2.6.1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \ http://www.asc-hq.org/music/:music diff --git a/games/bastet/Makefile b/games/bastet/Makefile index e3dc839f0b27..bda924b0352d 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -3,7 +3,7 @@ PORTNAME= bastet PORTVERSION= 0.43 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://fph.altervista.org/prog/files/ diff --git a/games/blobby/Makefile b/games/blobby/Makefile index 7d1ab090d26f..74b6f6667433 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -3,7 +3,7 @@ PORTNAME= blobby PORTVERSION= 1.0r3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/1.0RC3/ DISTNAME= blobby2-linux-1.0rc3 diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index da8c1fb6d9b3..1c153b36f662 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -3,7 +3,7 @@ PORTNAME= burrtools PORTVERSION= 0.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF diff --git a/games/easyrpg-player/Makefile b/games/easyrpg-player/Makefile index 1a68a450ebb2..465fa6a3edd1 100644 --- a/games/easyrpg-player/Makefile +++ b/games/easyrpg-player/Makefile @@ -3,6 +3,7 @@ PORTNAME= easyrpg-player PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/ember/Makefile b/games/ember/Makefile index 26df690801f6..ee9e467aa6ff 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -3,7 +3,7 @@ PORTNAME= ember PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index b7d2708e4db3..9aab858d7253 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -3,7 +3,7 @@ PORTNAME= fishsupper PORTVERSION= 0.1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME} diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 663728f84cd4..967f1de6462a 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,7 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2016.3.1 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -27,7 +27,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \ USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glu glut -USE_QT5= core buildtools gui qmake widgets USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \ tar:bzip2 @@ -39,12 +38,15 @@ CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON \ -DFGCOM_DATA_PATH:PATH=${DATADIR} LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DBUS -OPTIONS_DEFAULT= DBUS +OPTIONS_DEFINE= DBUS QT5 +OPTIONS_DEFAULT= DBUS QT5 DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_USES= pkgconfig DBUS_CMAKE_ON= -DUSE_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF +QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON +QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF +QT5_USE= QT5=core,buildtools,gui,qmake,widgets .include diff --git a/games/flyhard/Makefile b/games/flyhard/Makefile index 7c101796cfb1..103a9a6a90b1 100644 --- a/games/flyhard/Makefile +++ b/games/flyhard/Makefile @@ -3,7 +3,7 @@ PORTNAME= flyhard PORTVERSION= 0.42 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://www.markboyd.me.uk/games/flyhard/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index 7f8256c87608..f1b0003702e7 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -3,7 +3,7 @@ PORTNAME= frogatto PORTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MAINTAINER= fiziologus@gmail.com diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index 1d07f116bfec..04967228f163 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -3,7 +3,7 @@ PORTNAME= galaxyhack PORTVERSION= 1.74 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/Fleet%20packages/020906:fleets diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 7b73df6092b9..6512e81dffb8 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -3,7 +3,7 @@ PORTNAME= glob2 PORTVERSION= 0.9.4.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/ diff --git a/games/gtkradiant/files/patch-plugins_vfspk3_vfs.cpp b/games/gtkradiant/files/patch-plugins_vfspk3_vfs.cpp new file mode 100644 index 000000000000..883de622522e --- /dev/null +++ b/games/gtkradiant/files/patch-plugins_vfspk3_vfs.cpp @@ -0,0 +1,11 @@ +--- plugins/vfspk3/vfs.cpp.orig 2006-02-10 22:01:20 UTC ++++ plugins/vfspk3/vfs.cpp +@@ -351,7 +351,7 @@ void InitDirectory(const char* directory + if(name == 0) + break; + +- char *ext = strrchr (name, '.'); ++ const char *ext = strrchr (name, '.'); + if ((ext == 0) || *(++ext) == '\0' || GetArchiveTable(archiveModules, ext) == 0) + continue; + diff --git a/games/gtkradiant/files/patch-radiant_eclass__def.cpp b/games/gtkradiant/files/patch-radiant_eclass__def.cpp new file mode 100644 index 000000000000..bba8e62c54e9 --- /dev/null +++ b/games/gtkradiant/files/patch-radiant_eclass__def.cpp @@ -0,0 +1,13 @@ +--- radiant/eclass_def.cpp.orig 2006-02-10 22:01:20 UTC ++++ radiant/eclass_def.cpp +@@ -168,8 +168,8 @@ void setSpecialLoad(EntityClass *e, cons + // Hydra: removed some amazingly bad cstring usage, whoever wrote that + // needs to be taken out and shot. + +- char *pText = 0; +- char *where = 0; ++ const char *pText = 0; ++ const char *where = 0; + + where = strstr(e->comments(),pWhat); + if (!where) diff --git a/games/kobodeluxe/files/patch-graphics_window.cpp b/games/kobodeluxe/files/patch-graphics_window.cpp new file mode 100644 index 000000000000..68a1b2a95a23 --- /dev/null +++ b/games/kobodeluxe/files/patch-graphics_window.cpp @@ -0,0 +1,11 @@ +--- graphics/window.cpp.orig 2007-12-14 09:13:24 UTC ++++ graphics/window.cpp +@@ -398,7 +398,7 @@ void window_t::center_token_fxp(int _x, + */ + if(token) + { +- char *tok = strchr(txt, token); ++ const char *tok = strchr(txt, token); + if(tok) + tokpos = tok-txt; + else diff --git a/games/kobodeluxe/pkg-plist b/games/kobodeluxe/pkg-plist index 452295f3b7f7..efcb90e781e6 100644 --- a/games/kobodeluxe/pkg-plist +++ b/games/kobodeluxe/pkg-plist @@ -1,8 +1,4 @@ -@group games -@mode 2555 -bin/kobodl -@mode -@group +@(,games,2555) bin/kobodl man/man6/kobodl.6.gz share/applications/kobodeluxe.desktop share/pixmaps/kobo-icon.xpm diff --git a/games/lander/Makefile b/games/lander/Makefile index a4eb7083ff4e..03d8b77bd5d8 100644 --- a/games/lander/Makefile +++ b/games/lander/Makefile @@ -3,7 +3,7 @@ PORTNAME= lander PORTVERSION= 0.6.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.nickg.me.uk/files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/mkhexgrid/Makefile b/games/mkhexgrid/Makefile index 355017b20978..0c5b680bc636 100644 --- a/games/mkhexgrid/Makefile +++ b/games/mkhexgrid/Makefile @@ -3,7 +3,7 @@ PORTNAME= mkhexgrid PORTVERSION= 0.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \ http://aaron.daltons.ca/freebsd/ diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile index 712a0172d14a..5ae0bd8d133f 100644 --- a/games/openclonk/Makefile +++ b/games/openclonk/Makefile @@ -4,6 +4,7 @@ PORTNAME= openclonk PORTVERSION= 7.0 DISTVERSIONSUFFIX= -src +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index cf67b7987823..58486e83ea05 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openlierox DISTVERSION= 0.58_rc3 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} diff --git a/games/openmw/Makefile b/games/openmw/Makefile index 1ba129466370..877eeeec1471 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -4,6 +4,7 @@ PORTNAME= openmw PORTVERSION= 0.40.0 DISTVERSIONPREFIX= openmw- +PORTREVISION= 1 CATEGORIES= games MAINTAINER= t@tobik.me diff --git a/games/openra/Makefile b/games/openra/Makefile index 229afe98ccd9..d8fce0719d06 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -44,10 +44,11 @@ NO_ARCH= yes USES= desktop-file-utils gmake lua:51,run mono:nuget openal:soft \ shared-mime-info shebangfix USE_SDL= sdl2 -TARGET_ORDER_OVERRIDE= 520:nuget-extract +NUGET_PACKAGEDIR=${WRKSRC}/thirdparty/download SHEBANG_FILES= launch-dedicated.sh MAKE_ENV= prefix="${PREFIX}" mandir="${PREFIX}/man" MAKE_ARGS= VERSION="${GH_TAGNAME}" +ALL_TARGET= all INSTALL_TARGET= install-all install-man-page \ install-linux-mime install-linux-shortcuts DATADIR= ${PREFIX}/lib/${PORTNAME} @@ -68,25 +69,18 @@ ZENITY_RUN_DEPENDS=xdg-open:devel/xdg-utils \ ZENITY_DESC= Use native crash dialog post-extract: - @${MKDIR} ${WRKSRC}/thirdparty/download - @${CP} -v ${DISTFILES:C/:.*//:N*.nupkg:N*.tar*:N*.zip:S,^,${_DISTDIR}/,} \ - ${WRKSRC}/thirdparty/download - @for f in $$(${SED} -n 's/\.$$//; s,cp \./,,p' \ - ${WRKSRC}/thirdparty/fetch-thirdparty-deps.sh); do \ - ${MV} -v ${NUGET_PACKAGEDIR}/$$f ${WRKSRC}/thirdparty/download; \ - done + ${CP} ${DISTFILES:C/:.*//:N*.nupkg:N*.tar*:S,^,${_DISTDIR}/,} \ + ${NUGET_PACKAGEDIR} post-patch: ${REINPLACE_CMD} \ - -e '\,thirdparty/.*\.sh,d' \ -e '/echo/!s/ @/ /' \ -e '/^mods:/s/$$/ version/' \ - -e '/^docs:/s/$$/ all/' \ - -e '/^test:/s/$$/ all/' \ ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e '/linux/{ p; s//${OPSYS:tl}/; }' \ - ${WRKSRC}/thirdparty/download/*.config \ - ${WRKSRC}/thirdparty/*.config* + ${REINPLACE_CMD} -e '/[[:<:]]get[[:blank:]]/d' \ + ${WRKSRC}/thirdparty/fetch-thirdparty-deps.sh + ${FIND} ${WRKSRC}/thirdparty -name '*.config*' -exec ${REINPLACE_CMD} \ + -i '.bak.os' -e '/linux/{ p; s//${OPSYS:tl}/; }' {} + ${SED} 's/@LIBLUA51@/liblua-${LUA_VER}.so/' \ ${WRKSRC}/thirdparty/Eluant.dll.config.in \ >${WRKSRC}/Eluant.dll.config diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 8860ff685e7e..4b50897bdad6 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -3,7 +3,7 @@ PORTNAME= openyahtzee PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} diff --git a/games/pingus/Makefile b/games/pingus/Makefile index 4caaf8902f0b..b3e06333547d 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -3,7 +3,7 @@ PORTNAME= pingus PORTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile index 9c0933dadf32..09abb6a3ea08 100644 --- a/games/plee-the-bear/Makefile +++ b/games/plee-the-bear/Makefile @@ -3,7 +3,7 @@ PORTNAME= plee-the-bear PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Plee%20the%20Bear/${PORTVERSION:R} @@ -18,15 +18,16 @@ BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libclaw_application.so:devel/libclaw -USE_SDL= sdl mixer -USE_GL= gl glu -INSTALLS_ICONS= yes -USE_LDCONFIG= yes +BROKEN= does not build with boost 1.62 # gettext dep is unconditional; NLS option just disables translations install USES= cmake gettext CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ -DBEAR_NO_EDITOR=YES +USE_SDL= sdl mixer +USE_GL= gl glu +INSTALLS_ICONS= yes +USE_LDCONFIG= yes PORTDATA= * diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 6796188ce064..45c4dcd6e705 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 5fd42f7cae3c..bd9435867ca1 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -3,7 +3,7 @@ PORTNAME= fife PORTVERSION= 0.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \ http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo \ diff --git a/games/rubygem-fortune_gem/Makefile b/games/rubygem-fortune_gem/Makefile index 5d9432523a4d..cfa506a5634b 100644 --- a/games/rubygem-fortune_gem/Makefile +++ b/games/rubygem-fortune_gem/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fortune_gem -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.9 CATEGORIES= games rubygems MASTER_SITES= RG diff --git a/games/rubygem-fortune_gem/distinfo b/games/rubygem-fortune_gem/distinfo index a074ed2576eb..e1dc487e203f 100644 --- a/games/rubygem-fortune_gem/distinfo +++ b/games/rubygem-fortune_gem/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/fortune_gem-0.0.8.gem) = 0d910da9674b1c33ac1c3314b1ac47ecac89ed791022e17a963d88450b946834 -SIZE (rubygem/fortune_gem-0.0.8.gem) = 41984 +TIMESTAMP = 1479268212 +SHA256 (rubygem/fortune_gem-0.0.9.gem) = 0793697e048af6842d4184bf2b210504112d78e239e4b072f04d8c17ea632d7e +SIZE (rubygem/fortune_gem-0.0.9.gem) = 45056 diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index 4d2643f22c23..293977a4b3de 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= scummvm-tools DISTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} diff --git a/games/sgt-puzzles/Makefile b/games/sgt-puzzles/Makefile index eada6f5b8769..5e31d683bb6f 100644 --- a/games/sgt-puzzles/Makefile +++ b/games/sgt-puzzles/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puzzles -PORTVERSION= 20160429 +PORTVERSION= 20161031 CATEGORIES= games MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +15,7 @@ COMMENT= Simon Tatham's Portable Puzzle Collection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE -COMMITHASH= b31155b +COMMITHASH= 5123b1b USES= autoreconf gmake pkgconfig GNU_CONFIGURE= yes diff --git a/games/sgt-puzzles/distinfo b/games/sgt-puzzles/distinfo index 7516a4ecdcb0..c51dddb42d1d 100644 --- a/games/sgt-puzzles/distinfo +++ b/games/sgt-puzzles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474081308 -SHA256 (puzzles-20160429.b31155b.tar.gz) = f1bf9999ebd138422216b0dea0800b2674fdf148445dde640ca71807b33e0079 -SIZE (puzzles-20160429.b31155b.tar.gz) = 2896119 +TIMESTAMP = 1479725896 +SHA256 (puzzles-20161031.5123b1b.tar.gz) = 5196a09402685b8875be85c1b868d50d42731639af1156be7616a811773c0d8d +SIZE (puzzles-20161031.5123b1b.tar.gz) = 2896783 diff --git a/games/spring/Makefile b/games/spring/Makefile index d5c947b6ef92..31e0f7d0e381 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -3,6 +3,7 @@ PORTNAME= spring PORTVERSION= 98.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \ http://springrts.com/dl/ diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index ae011e93a48f..5d52580741b2 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -3,7 +3,7 @@ PORTNAME= springlobby PORTVERSION= 0.180 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/supertux2/Makefile b/games/supertux2/Makefile index ab984fd2a2b7..0357fc916ee6 100644 --- a/games/supertux2/Makefile +++ b/games/supertux2/Makefile @@ -2,6 +2,7 @@ PORTNAME= supertux PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 3acefaa621bc..6d4790b2ec8a 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -3,6 +3,7 @@ PORTNAME= teeworlds PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://downloads.teeworlds.com/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/teeworlds/distinfo b/games/teeworlds/distinfo index 36e2ecb304d1..b1368e4211c2 100644 --- a/games/teeworlds/distinfo +++ b/games/teeworlds/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1478890194 -SHA256 (teeworlds-0.6.4-src.tar.gz) = 7815787035a8e2ea83a0b3b08cf862e6af59b78071a268f985b1e76b387f7257 -SIZE (teeworlds-0.6.4-src.tar.gz) = 9084190 +TIMESTAMP = 1479896827 +SHA256 (teeworlds-0.6.4-src.tar.gz) = c261d19ebb00b5451faa2ceb4a7ca945cad2add48b06046eb43b40ccc9fd98e2 +SIZE (teeworlds-0.6.4-src.tar.gz) = 8771622 SHA256 (bam-0.4.0.tar.gz) = 5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3 SIZE (bam-0.4.0.tar.gz) = 206780 diff --git a/games/toycars/Makefile b/games/toycars/Makefile index 3bc6137b76f9..30eae7a3d34a 100644 --- a/games/toycars/Makefile +++ b/games/toycars/Makefile @@ -10,15 +10,15 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Physics-based 2D racing game +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libfltk.so:x11-toolkits/fltk -USES= gmake +USES= gmake localbase +GNU_CONFIGURE= yes USE_SDL= image sdl USE_GL= gl glu -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/toycars \ bin/toycars_track_editor \ @@ -31,8 +31,8 @@ OPTIONS_DEFINE= DOCS post-extract: @${RM} ${WRKSRC}/data/.*Store -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/games/toycars/files/patch-toycars__track_editor_src_TrackView.cxx b/games/toycars/files/patch-toycars__track_editor_src_TrackView.cxx new file mode 100644 index 000000000000..b9626782a041 --- /dev/null +++ b/games/toycars/files/patch-toycars__track_editor_src_TrackView.cxx @@ -0,0 +1,33 @@ +--- toycars_track_editor/src/TrackView.cxx.orig 2009-06-28 03:13:24 UTC ++++ toycars_track_editor/src/TrackView.cxx +@@ -89,7 +89,7 @@ TiXmlDocument *findXMLFile(const char *f + //{jpg,png,bmp,pnm,pbm,pgm,ppm} + Fl_Image* loadImage(const char *filename) + { +- char *suffix = strrchr(filename, '.'); ++ const char *suffix = strrchr(filename, '.'); + if (suffix == NULL) + return NULL; + if (strcmp(suffix,".jpg") == 0) +@@ -956,8 +956,8 @@ void TrackView::importImage(const char * + // installs map into user data directory + void TrackView::installMap(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still install maps manually by saving them to a folder and placing it inside the data\\tracks directory and editing the tracklist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still install maps manually by saving them to a folder and placing it inside the data\\tracks directory and editing the tracklist.xml file."); + return; + #else + char fullname[1024]; +@@ -1033,8 +1033,8 @@ void TrackView::installMap(const char *n + // nb: doesn't remove track data itself, only remove entry from tracklist xml file. + void TrackView::uninstallMap(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still uninstall maps manually by removing them from the data\\tracks directory and editing the tracklist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still uninstall maps manually by removing them from the data\\tracks directory and editing the tracklist.xml file."); + return; + #else + char fullname[1024]; diff --git a/games/toycars/files/patch-toycars__vehicle__editor_src_VehicleObject.cpp b/games/toycars/files/patch-toycars__vehicle__editor_src_VehicleObject.cpp deleted file mode 100644 index 6fef44efe99e..000000000000 --- a/games/toycars/files/patch-toycars__vehicle__editor_src_VehicleObject.cpp +++ /dev/null @@ -1,27 +0,0 @@ ---- toycars_vehicle_editor/src/VehicleObject.cpp.orig 2009-03-22 19:45:31.000000000 +0000 -+++ toycars_vehicle_editor/src/VehicleObject.cpp -@@ -152,7 +152,7 @@ void VehicleObject::loadVehicle(const ch - short count; - geometry.clear(); - for (xConvex = xGeometry->FirstChild(); xConvex != NULL; xConvex = xConvex->NextSibling("convex")) { -- geometry.push_back(std::list::list()); -+ geometry.push_back(std::list()); - std::list &convex = geometry.back(); - readPointsFromString(xConvex->FirstChild()->ToText()->Value(), convex, count); - } -@@ -411,7 +411,7 @@ void VehicleObject::loadSpriteFromDataDi - short count; - geometry.clear(); - for (xConvex = xGeometry->FirstChild(); xConvex != NULL; xConvex = xConvex->NextSibling("convex")) { -- geometry.push_back(std::list::list()); -+ geometry.push_back(std::list()); - std::list &convex = geometry.back(); - readPointsFromString(xConvex->FirstChild()->ToText()->Value(), convex, count); - } -@@ -675,4 +675,4 @@ void VehicleObject::uninstallVehicle(con - system(str); - */ - #endif --} -\ No newline at end of file -+} diff --git a/games/toycars/files/patch-toycars__vehicle_editor_src_LoadSpriteFromImage.cpp b/games/toycars/files/patch-toycars__vehicle_editor_src_LoadSpriteFromImage.cpp new file mode 100644 index 000000000000..f4c1c741ceec --- /dev/null +++ b/games/toycars/files/patch-toycars__vehicle_editor_src_LoadSpriteFromImage.cpp @@ -0,0 +1,11 @@ +--- toycars_vehicle_editor/src/LoadSpriteFromImage.cpp.orig 2009-02-26 19:24:22 UTC ++++ toycars_vehicle_editor/src/LoadSpriteFromImage.cpp +@@ -23,7 +23,7 @@ + //{jpg,png,bmp,pnm,pbm,pgm,ppm} + Fl_Image* loadImage(const char *filename) + { +- char *suffix = strrchr(filename, '.'); ++ const char *suffix = strrchr(filename, '.'); + if (suffix == NULL) + return NULL; + if (strcmp(suffix,".jpg") == 0) diff --git a/games/toycars/files/patch-toycars__vehicle_editor_src_VehicleObject.cpp b/games/toycars/files/patch-toycars__vehicle_editor_src_VehicleObject.cpp new file mode 100644 index 000000000000..1b56e1645ba2 --- /dev/null +++ b/games/toycars/files/patch-toycars__vehicle_editor_src_VehicleObject.cpp @@ -0,0 +1,58 @@ +--- toycars_vehicle_editor/src/VehicleObject.cpp.orig 2009-03-22 19:45:31 UTC ++++ toycars_vehicle_editor/src/VehicleObject.cpp +@@ -7,6 +7,8 @@ + * + */ + ++#include // fl_alert ++ + #include "VehicleObject.h" + #include "ScException.h" + #include "tinyxml.h" +@@ -152,7 +154,7 @@ void VehicleObject::loadVehicle(const ch + short count; + geometry.clear(); + for (xConvex = xGeometry->FirstChild(); xConvex != NULL; xConvex = xConvex->NextSibling("convex")) { +- geometry.push_back(std::list::list()); ++ geometry.push_back(std::list()); + std::list &convex = geometry.back(); + readPointsFromString(xConvex->FirstChild()->ToText()->Value(), convex, count); + } +@@ -411,7 +413,7 @@ void VehicleObject::loadSpriteFromDataDi + short count; + geometry.clear(); + for (xConvex = xGeometry->FirstChild(); xConvex != NULL; xConvex = xConvex->NextSibling("convex")) { +- geometry.push_back(std::list::list()); ++ geometry.push_back(std::list()); + std::list &convex = geometry.back(); + readPointsFromString(xConvex->FirstChild()->ToText()->Value(), convex, count); + } +@@ -520,8 +522,8 @@ void VehicleObject::loadWheelSpriteFromD + // installs map into user data directory + void VehicleObject::installVehicle(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still install vehicles manually by saving them to a folder and placing it inside the data\\cars directory and editing the carslist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still install vehicles manually by saving them to a folder and placing it inside the data\\cars directory and editing the carslist.xml file."); + return; + #else + char fullname[1024]; +@@ -600,8 +602,8 @@ void VehicleObject::installVehicle(const + // nb: doesn't remove car data itself, only remove entry from carslist xml file. + void VehicleObject::uninstallVehicle(const char *name) + { +-#ifdef WIN32 +- fl_alert("Unfortunately this is unsupported on Windows at this time.\nYou may still uninstall vehicles manually by removing them from the data\\cars directory and editing the carslist.xml file."); ++#if 1 ++ fl_alert("Unfortunately this is unsupported at this time.\nYou may still uninstall vehicles manually by removing them from the data\\cars directory and editing the carslist.xml file."); + return; + #else + char fullname[1024]; +@@ -675,4 +677,4 @@ void VehicleObject::uninstallVehicle(con + system(str); + */ + #endif +-} +\ No newline at end of file ++} diff --git a/games/traingame/Makefile b/games/traingame/Makefile index 9e449c523f0c..c8bf30c3a931 100644 --- a/games/traingame/Makefile +++ b/games/traingame/Makefile @@ -3,7 +3,7 @@ PORTNAME= traingame PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= nemysis@FreeBSD.org diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile index aed8deb70225..84a606e4c743 100644 --- a/games/valyriatear/Makefile +++ b/games/valyriatear/Makefile @@ -3,7 +3,7 @@ PORTNAME= valyriatear PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 264f83ccccf5..4a2a7d0bd905 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -3,7 +3,7 @@ PORTNAME= vamos PORTVERSION= 0.7.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index fb8522d3be0a..596dcb332b7c 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -3,7 +3,7 @@ PORTNAME= vegastrike PORTVERSION= 0.5.1.r1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/games/violetland/Makefile b/games/violetland/Makefile index 73fc687aa8bb..d7b2457b4bf0 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -3,6 +3,7 @@ PORTNAME= violetland PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 29cda5703954..67a972879020 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -2,7 +2,7 @@ PORTNAME= wesnoth PORTVERSION= 1.12.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 6d4cb741ac61..d7e1c8ff61a1 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -3,7 +3,7 @@ PORTNAME= widelands DISTVERSION= build18 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= https://launchpadlibrarian.net/167260749/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/wtf/Makefile b/games/wtf/Makefile index e42870ed3284..4acca3b63cf1 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20160814 +PORTVERSION= 20161126 CATEGORIES= games MASTER_SITES= SF/bsdwtf diff --git a/games/wtf/distinfo b/games/wtf/distinfo index 582f46f8cf59..cefbc02f6cef 100644 --- a/games/wtf/distinfo +++ b/games/wtf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471348300 -SHA256 (wtf-20160814.tar.gz) = 773c8b4169f1ce975113d076e91854d69c6cca454aca90a05e708b568ffe9c70 -SIZE (wtf-20160814.tar.gz) = 24738 +TIMESTAMP = 1480163135 +SHA256 (wtf-20161126.tar.gz) = ac3607e71593809f06ca9713bf48b24370580bbd25337fdfb438f39a75642511 +SIZE (wtf-20161126.tar.gz) = 24750 diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index 16f43b55e784..fc68b8a5ba9a 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -3,7 +3,7 @@ PORTNAME= agave PORTVERSION= 0.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= http://download.gna.org/colorscheme/releases/ diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile index b88e13379fa2..34cba5b3e044 100644 --- a/graphics/alembic/Makefile +++ b/graphics/alembic/Makefile @@ -3,7 +3,7 @@ PORTNAME= alembic PORTVERSION= 1.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index 2535479e42cc..cd547dee5d59 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -3,7 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.5.2-beta -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index cf01fa5fa209..371ef4ca77f2 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 5a4fdd9cd1d3..fd56c7866302 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.77a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 3edec2cc350c..5ae74d0fea40 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,7 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index a4c5bddecb0e..19d52be9af1d 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= graphics kde diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index d4f3fccd07b1..b126c7b16c29 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index 4d897fe4b4aa..f02c5c84b015 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -3,7 +3,7 @@ PORTNAME= evolvotron PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index e0a22f2e7006..5c1b70fdddf5 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -3,7 +3,7 @@ PORTNAME= fracplanet PORTVERSION= 0.4.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/:icons diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 2a0944c8090f..62f9642b086a 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -18,14 +19,17 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ libgif.so:graphics/giflib \ libjson-c.so:devel/json-c \ libpng.so:graphics/png \ + libproj.so:graphics/proj \ libtiff.so:graphics/tiff -OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 JASPER \ - KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ \ +OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GNM GTA HDF5 \ + JASPER KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL \ SPATIALITE SQLITE WEBP XERCES OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER +OPTIONS_SUB= yes +GNM_DESC= Geographical networks support PCRE_DESC= Regular expression support for SQLite CFLAGS+= -fPIC @@ -39,6 +43,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-libtiff=yes \ --with-libz=/usr \ --with-png=yes \ + --with-static-proj4=no \ --with-threads=yes \ --without-libtool \ ${ICONV_CONFIGURE_ARG} @@ -70,6 +75,7 @@ FREEXL_LIB_DEPENDS= libfreexl.so:textproc/freexl GEOS_CONFIGURE_OFF= --with-geos=no GEOS_CONFIGURE_ON= --with-geos=${LOCALBASE}/bin/geos-config GEOS_LIB_DEPENDS= libgeos.so:graphics/geos +GNM_CONFIGURE_WITH= gnm GTA_CONFIGURE_WITH= gta GTA_LIB_DEPENDS= libgta.so:devel/libgta HDF5_CONFIGURE_WITH= hdf5 @@ -99,8 +105,6 @@ PODOFO_CONFIGURE_WITH= podofo PODOFO_LIB_DEPENDS= libpodofo.so:graphics/podofo POPPLER_CONFIGURE_WITH= poppler POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler -PROJ_CONFIGURE_WITH= static-proj4 -PROJ_LIB_DEPENDS= libproj.so:graphics/proj SPATIALITE_CONFIGURE_WITH= spatialite SPATIALITE_LIB_DEPENDS= libspatialite.so:databases/spatialite SQLITE_CONFIGURE_WITH= sqlite3 @@ -110,6 +114,12 @@ WEBP_LIB_DEPENDS= libwebp.so:graphics/webp XERCES_CONFIGURE_WITH= xerces XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +CFLAGS+= -flax-vector-conversions +.endif + post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure @@ -127,12 +137,9 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/ ${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/ - -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdal.so.${PORTVERSION} -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -CFLAGS+= -flax-vector-conversions -.endif +post-install-GNM-on: + cd ${WRKSRC}/gnm/ && ${INSTALL_DATA} gnm.h gnm_api.h gnm_priv.h gnmgraph.h ${STAGEDIR}${PREFIX}/include/ .include diff --git a/graphics/gdal/files/patch-GDALmake.opt.in b/graphics/gdal/files/patch-GDALmake.opt.in new file mode 100644 index 000000000000..aef67141250f --- /dev/null +++ b/graphics/gdal/files/patch-GDALmake.opt.in @@ -0,0 +1,10 @@ +--- GDALmake.opt.in.orig 2016-10-24 11:00:36 UTC ++++ GDALmake.opt.in +@@ -135,6 +135,7 @@ GDAL_VERSION_REV = @GDAL_VERSION_RE + GDAL_LIB = $(GDAL_ROOT)/libgdal.a + GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT) + GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal ++GDAL_SLIB_SONAME= -Wl,-soname,libgdal.$(SO_EXT).$(GDAL_VERSION_MAJOR) + + # Mac OS X Framework definition + MACOSX_FRAMEWORK = @MACOSX_FRAMEWORK@ diff --git a/graphics/gdal/files/patch-apps_GNUmakefile b/graphics/gdal/files/patch-apps_GNUmakefile new file mode 100644 index 000000000000..ec11068cd322 --- /dev/null +++ b/graphics/gdal/files/patch-apps_GNUmakefile @@ -0,0 +1,13 @@ +--- apps/GNUmakefile.orig 2016-10-24 11:00:31 UTC ++++ apps/GNUmakefile +@@ -215,7 +215,7 @@ gdal-config-inst: gdal-config.in ../GDAL + + + install: default +- for f in $(BIN_LIST) ; do $(INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done +- $(INSTALL) gdal_utils.h $(DESTDIR)$(INST_INCLUDE) +- $(INSTALL) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config ++ for f in $(BIN_LIST) ; do $(BSD_INSTALL_PROGRAM) $$f $(DESTDIR)$(INST_BIN) ; done ++ $(BSD_INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE) ++ $(BSD_INSTALL_SCRIPT) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config + diff --git a/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp b/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp index 6971b944aa1f..66694bd3b3c7 100644 --- a/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp +++ b/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp @@ -1,5 +1,5 @@ ---- frmts/mrf/mrf_band.cpp.orig 2016-04-26 01:35:55.000000000 +0800 -+++ frmts/mrf/mrf_band.cpp 2016-05-04 02:26:58.154088997 +0800 +--- frmts/mrf/mrf_band.cpp.orig 2016-04-25 17:35:55 UTC ++++ frmts/mrf/mrf_band.cpp @@ -57,7 +57,7 @@ #include diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 9c4572b0ec2a..f66c0e91ad8d 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -15,6 +15,8 @@ bin/gdalsrsinfo bin/gdaltindex bin/gdaltransform bin/gdalwarp +%%GNM%%bin/gnmanalyse +%%GNM%%bin/gnmmanage bin/nearblack bin/ogr2ogr bin/ogrinfo @@ -76,6 +78,10 @@ include/gdalpansharpen.h include/gdalsse_priv.h include/gdalwarper.h include/gdalwarpkernel_opencl.h +%%GNM%%include/gnm.h +%%GNM%%include/gnm_api.h +%%GNM%%include/gnm_priv.h +%%GNM%%include/gnmgraph.h include/gvgcpfit.h include/internal_qhull_headers.h include/memdataset.h diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 713ece78a158..a5922daa50e4 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ @@ -19,6 +19,10 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ CONFLICTS= gnash-devel-[0-9]* +BROKEN= fails to build after many Boost updates +DEPRECATED= broken on FreeBSD 10+ for more than 2 years +EXPIRATION_DATE=2016-12-31 + USES= cpe gmake jpeg kde:4 libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GCC= any @@ -69,10 +73,6 @@ CYGNAL_CONFIGURE_ENABLE= cygnal .include -.if ${OSVERSION} > 1000000 -BROKEN= unable to link in libboost_system -.endif - # Cygnal option processing .if ${PORT_OPTIONS:MCYGNAL} CONFIG_FILES+= cygnalrc diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 8dffcf356a7f..47d05c0538da 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -3,7 +3,7 @@ PORTNAME= gource PORTVERSION= 0.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index c1711251ac0b..18f9e924699e 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 0c997fecde73..0f25ce42fef2 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -5,7 +5,7 @@ PORTNAME= hugin PORTVERSION= 2016.2.0 DISTVERSION= 2016.2.0 WRKSRC= ${WRKDIR}/hugin-2016.2.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index b51d361cb1c4..04bd1f69cbce 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.91 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \ LOCAL/kwm diff --git a/graphics/kipi-plugin-gpssync/Makefile b/graphics/kipi-plugin-gpssync/Makefile index 63b46b2bd1f1..8b30c78fb0f9 100644 --- a/graphics/kipi-plugin-gpssync/Makefile +++ b/graphics/kipi-plugin-gpssync/Makefile @@ -2,6 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} +PORTREVISION= 1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index 460d7202d7ff..938a5664c55e 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index 8770b749fa98..49f4f746bdea 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -2,6 +2,7 @@ PORTNAME= libetonyek PORTVERSION= 0.1.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index 83311267c6d4..7b4a794b9b28 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -2,7 +2,7 @@ PORTNAME= libgltf PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= LODEV diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 8753e9c79e19..1bb8330c3740 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopenraw PORTVERSION= 0.0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ diff --git a/graphics/linux-c6-sdl_ttf/Makefile b/graphics/linux-c6-sdl_ttf/Makefile index 7430e88b314a..841c5cb76f19 100644 --- a/graphics/linux-c6-sdl_ttf/Makefile +++ b/graphics/linux-c6-sdl_ttf/Makefile @@ -23,6 +23,4 @@ USE_LINUX_RPM= yes DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} PORTDOCS= CHANGES COPYING README -DESCR= ${.CURDIR}/../linux-f10-sdl_ttf/pkg-descr - .include diff --git a/graphics/linux-c6-sdl_ttf/pkg-descr b/graphics/linux-c6-sdl_ttf/pkg-descr new file mode 100644 index 000000000000..77770e39e7d6 --- /dev/null +++ b/graphics/linux-c6-sdl_ttf/pkg-descr @@ -0,0 +1,6 @@ +This is a simple library to load images of various formats as SDL surfaces. +This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. + +(Linux version) + +WWW: http://www.libsdl.org/projects/SDL_image/ diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index f23a26d43cdf..3fed9879428d 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index e29b4ba3c25a..1b4819903b19 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index 7ddf4449343d..c0e34050b6c4 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -3,6 +3,7 @@ PORTNAME= luxrender DISTVERSION?= 1.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/luxrender/lux/get/ \ https://bitbucket.org/luxrender/luxrays/get/:lr diff --git a/graphics/lximage-qt/files/patch-src_CMakeLists.txt b/graphics/lximage-qt/files/patch-src_CMakeLists.txt new file mode 100644 index 000000000000..fe626b2f8044 --- /dev/null +++ b/graphics/lximage-qt/files/patch-src_CMakeLists.txt @@ -0,0 +1,11 @@ +--- src/CMakeLists.txt.orig 2016-09-23 22:50:09 UTC ++++ src/CMakeLists.txt +@@ -83,7 +83,7 @@ set(QT_LIBRARIES Qt5::Widgets Qt5::Core + target_link_libraries(lximage-qt + fm-qt + ${QT_LIBRARIES} +- ${EXIF_LIBRARIES} ++ ${EXIF_LDFLAGS} + ${X11_LIBRARIES} + ${XFIXES_LIBRARIES} + ) diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index ff62f6590232..48ab92d239f6 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ diff --git a/graphics/mitsuba/Makefile b/graphics/mitsuba/Makefile index 19a719da49a6..a102bf19d7be 100644 --- a/graphics/mitsuba/Makefile +++ b/graphics/mitsuba/Makefile @@ -3,6 +3,7 @@ PORTNAME= mitsuba PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://www.mitsuba-renderer.org/repos/mitsuba/archive/${HG_REVISION}${EXTRACT_SUFX}?dummy= DISTNAME= ${PORTNAME}-${HG_REVISION} diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index ed36d3c71ad8..e8be21d2e295 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -3,6 +3,7 @@ PORTNAME= mypaint PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/ @@ -21,26 +22,32 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ RUN_DEPENDS= ${PYNUMPY} USE_GNOME= gtk30 pygobject3 librsvg2:run +CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} +CFLAGS_gcc= -std=c99 MAKE_ARGS= prefix=${PREFIX} \ enable_profiling=False \ use_sharedlib=True \ python_binary="${PYTHON_CMD}" \ python_config="${PYTHON_CMD}-config" -# XXX gcc-c++11-lib to fix runtime issues with old -lgcc_s and Clang -USES= compiler:gcc-c++11-lib desktop-file-utils gettext localbase \ +# XXX Embed RPATH via USES=fortran for py-numpy to load libgcc_s.so from ports +USES= desktop-file-utils fortran gettext localbase \ pkgconfig python:2 scons tar:xz -USE_CSTD= c99 INSTALL_TARGET= ${STAGEDIR} --install-sandbox=${STAGEDIR} USE_LDCONFIG= yes INSTALLS_ICONS= yes -OPTIONS_DEFINE= GEGL +OPTIONS_DEFINE= GEGL OPENMP +OPTIONS_DEFAULT= OPENMP OPTIONS_SUB= yes GEGL_DESC= Graph based image processing framework support GEGL_LIB_DEPENDS= libgegl-0.3.so:graphics/gegl3 GEGL_MAKE_ARGS= enable_gegl=True +OPENMP_USES= compiler:openmp +OPENMP_USES_OFF= compiler # XXX ports/199603 +OPENMP_MAKE_ARGS_OFF= enable_openmp=False + post-install: ${INSTALL_LIB} ${WRKSRC}/brushlib/libmypaint*.so ${STAGEDIR}${PREFIX}/lib ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mypaint/_mypaintlib.so diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 89dcc0d2aaab..f6aa3f7a98ee 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= ogre3d PORTVERSION= 1.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics devel MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ DISTNAME= v1-9-0 diff --git a/graphics/opencv2/Makefile b/graphics/opencv2/Makefile index 528f60253168..d6c3fff85f97 100644 --- a/graphics/opencv2/Makefile +++ b/graphics/opencv2/Makefile @@ -3,7 +3,7 @@ PORTNAME?= opencv PORTVERSION= 2.4.13.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= graphics PKGNAMESUFFIX?= 2 diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index c8fd63499df4..dc9fc573b86e 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.6.12 DISTVERSIONPREFIX= Release- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index 18e62d6c8f3b..e5427dd35d3a 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -5,6 +5,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.7.2 PORTREVISION= 1 DISTVERSIONPREFIX= Release- +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 0894675767c6..dbc7d415fe23 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GD-Graph -PORTVERSION= 1.53 +PORTVERSION= 1.54 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/p5-GD-Graph/distinfo b/graphics/p5-GD-Graph/distinfo index 24d0b34fc8a6..01e2be303d06 100644 --- a/graphics/p5-GD-Graph/distinfo +++ b/graphics/p5-GD-Graph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475966920 -SHA256 (GDGraph-1.53.tar.gz) = 2978c7951d4c41e4fc1e1faf6bc99a0d92701d8585a986f77d2f697505a6799a -SIZE (GDGraph-1.53.tar.gz) = 156777 +TIMESTAMP = 1479918919 +SHA256 (GDGraph-1.54.tar.gz) = b96f5c10b656c17d16ab65a1777c908297b028d3b6815f6d54b2337f006bfa4f +SIZE (GDGraph-1.54.tar.gz) = 157158 diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index 67d9aeffdd8d..2940ad305d29 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -3,6 +3,7 @@ PORTNAME= panomatic PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index d798fa3d7415..412edc9d095b 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -2,7 +2,7 @@ PORTNAME= povray DISTVERSION= 3.7.0.RC6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.povray.org/beta/source/ PKGNAMESUFFIX= 37 diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile index 39da0a5395d2..5287248a25c4 100644 --- a/graphics/py-exiv2/Makefile +++ b/graphics/py-exiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= exiv2 PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= https://launchpadlibrarian.net/83595798/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/scantailor/Makefile b/graphics/scantailor/Makefile index e60838666e5a..1cabcf25180e 100644 --- a/graphics/scantailor/Makefile +++ b/graphics/scantailor/Makefile @@ -3,7 +3,7 @@ PORTNAME= scantailor PORTVERSION= 0.9.11.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index e898d2a79f83..cdb35e4a2062 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -10,16 +10,19 @@ MASTER_SITES= SF/sharp3d/SharpConstruct/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D modeller for organic shapes +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ libglademm-2.4.so:devel/libglademm24 -USES= tar:bzip2 gmake pkgconfig -USE_GL= yes -GNU_CONFIGURE= yes - ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions +USES= tar:bzip2 gmake pkgconfig +GNU_CONFIGURE= yes +USE_GL= yes + PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDATA= * diff --git a/graphics/sharpconstruct/files/patch-include-Optimized.h b/graphics/sharpconstruct/files/patch-include-Optimized.h index 7d46da59de34..ded646772611 100644 --- a/graphics/sharpconstruct/files/patch-include-Optimized.h +++ b/graphics/sharpconstruct/files/patch-include-Optimized.h @@ -1,6 +1,6 @@ ---- include/Optimized.h.orig Sat Dec 31 06:26:59 2005 -+++ include/Optimized.h Thu Oct 11 02:07:55 2007 -@@ -193,7 +193,7 @@ +--- include/Optimized.h.orig 2005-12-31 03:26:59 UTC ++++ include/Optimized.h +@@ -193,7 +193,7 @@ namespace SharpConstruct void Normalize( Point3D& ); typedef Point3D Normal3D; diff --git a/graphics/sharpconstruct/files/patch-src_MainWindow.cc b/graphics/sharpconstruct/files/patch-src_MainWindow.cc index 27719588dda5..cd9a3aba6bd0 100644 --- a/graphics/sharpconstruct/files/patch-src_MainWindow.cc +++ b/graphics/sharpconstruct/files/patch-src_MainWindow.cc @@ -1,6 +1,6 @@ ---- src/MainWindow.cc.orig 2013-10-02 09:31:18.000000000 +0000 +--- src/MainWindow.cc.orig 2006-01-02 10:18:20 UTC +++ src/MainWindow.cc -@@ -786,7 +786,7 @@ void MainWindow::on_speed_test_clicked_( +@@ -792,7 +792,7 @@ void MainWindow::on_speed_test_clicked_( output += ToString( times[ i ] ) + " seconds\n"; adder += times[ i ]; } @@ -9,7 +9,7 @@ "\nAverage: " + ToString( adder / runs ) + " seconds" ).run(); } -@@ -810,7 +810,7 @@ void MainWindow::on_speed_test_clicked_( +@@ -816,7 +816,7 @@ void MainWindow::on_speed_test_clicked_( for( unsigned i = 0; i < runs; ++i ) editor_.event( (GdkEvent*)( &click ) ); timer.stop(); diff --git a/graphics/sharpconstruct/files/patch-src_prefix.cc b/graphics/sharpconstruct/files/patch-src_prefix.cc new file mode 100644 index 000000000000..359166fbed4b --- /dev/null +++ b/graphics/sharpconstruct/files/patch-src_prefix.cc @@ -0,0 +1,22 @@ +--- src/prefix.cc.orig 2005-08-22 01:24:14 UTC ++++ src/prefix.cc +@@ -393,7 +393,8 @@ br_strndup (char *str, size_t size) + char * + br_extract_dir (const char *path) + { +- char *end, *result; ++ const char *end; ++ char *result; + + br_return_val_if_fail (path != (char *) NULL, (char *) NULL); + +@@ -428,7 +429,8 @@ br_extract_dir (const char *path) + char * + br_extract_prefix (const char *path) + { +- char *end, *tmp, *result; ++ const char *end; ++ char *tmp, *result; + + br_return_val_if_fail (path != (char *) NULL, (char *) NULL); + diff --git a/graphics/ttygif/Makefile b/graphics/ttygif/Makefile index 6ebb28868594..c37ee3629b30 100644 --- a/graphics/ttygif/Makefile +++ b/graphics/ttygif/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= convert:graphics/ImageMagick USE_GITHUB= yes GH_ACCOUNT= icholy -USES= tar:bzip2 gmake +USES= gmake PLIST_FILES= bin/${PORTNAME} diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 5407586c19ce..ebcd46bc2dcb 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile index be378270dc10..288afa0190f8 100644 --- a/irc/dxirc/Makefile +++ b/irc/dxirc/Makefile @@ -1,80 +1,62 @@ # $FreeBSD$ PORTNAME= dxirc -PORTVERSION= 1.10.0 -PORTREVISION= 3 -CATEGORIES= irc +PORTVERSION= 1.30.0 +CATEGORIES= irc ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= arch_dvx@users.sourceforge.net -COMMENT= Simple IRC client written using the FOX toolkit +COMMENT= Simple IRC client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 +USE_XORG= ice sm x11 xext +USES= cmake pkgconfig +INSTALLS_ICONS= yes -USE_XORG= xft -USES= gmake pkgconfig -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib +OPTIONS_DEFINE= NLS LUA ENCHANT NOTIFY +OPTIONS_SINGLE= GUI +OPTIONS_SINGLE_GUI= FOX16 QT4 QT5 +OPTIONS_DEFAULT= LUA QT5 +OPTIONS_SUB= yes -OPTIONS_DEFINE= NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY DOCS -OPTIONS_DEFAULT= TRAY SSL LUA +ENCHANT_DESC= Spell checking support via Enchant +ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant +ENCHANT_CMAKE_ON= -DHAVE_ENCHANT:BOOL=ON +ENCHANT_CMAKE_OFF= -DHAVE_ENCHANT:BOOL=OFF -TRAY_DESC= Trayicon -ENCHANT_DESC= Spellchecking support -NOTIFY_DESC= Libnotify support +FOX16_DESC= FOX 1.6 toolkit support +FOX16_LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 +FOX16_USES= ssl +FOX16_CMAKE_ON= -DFOX_ENABLE_IPV6:BOOL=ON -PORTDOCS= README +LUA_USES= lua +LUA_CMAKE_ON= -DWITH_LUA:BOOL=ON +LUA_CMAKE_OFF= -DWITH_LUA:BOOL=OFF -.include +NLS_USES= gettext +NLS_CMAKE_ON= -DWITH_NLS:BOOL=ON +NLS_CMAKE_OFF= -DWITH_NLS:BOOL=OFF -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USES+= gettext -PLIST_SUB+= NLS="" -.endif +NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify -.if ! ${PORT_OPTIONS:MTRAY} -CONFIGURE_ARGS+= --disable-tray -.endif +QT4_USE= QT4=corelib,gui,network \ + QT4=moc_build,rcc_build,uic_build,qmake_build +QT4_CMAKE_ON= -DQT5:BOOL=OFF -.if ! ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+= --disable-ipv6 -.endif +QT5_USE= QT5=core,gui,multimedia,network,widgets \ + QT5=buildtools_build,qmake_build +QT5_CMAKE_ON= -DQT5:BOOL=ON -.if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes -.else -CONFIGURE_ARGS+= --disable-ssl -.endif +.include -.if ${PORT_OPTIONS:MLUA} -USES+= lua:51 -CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" -CONFIGURE_ARGS+= --enable-lua +.if ${PORT_OPTIONS:MFOX16} +CMAKE_ARGS+= -DBUILD_FOX:BOOL=ON -DBUILD_QT:BOOL=OFF +PLIST_SUB+= FOX="" QT="@comment " .else -CONFIGURE_ARGS+= --disable-lua -.endif - -.if ${PORT_OPTIONS:MENCHANT} -LIB_DEPENDS+= libenchant.so:textproc/enchant -CONFIGURE_ARGS+= --enable-enchant -.endif - -.if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= libnotify.so:devel/libnotify -CONFIGURE_ARGS+= --enable-libnotify -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} +CMAKE_ARGS+= -DBUILD_FOX:BOOL=OFF -DBUILD_QT:BOOL=ON +PLIST_SUB+= FOX="@comment " QT="" .endif .include diff --git a/irc/dxirc/distinfo b/irc/dxirc/distinfo index bd97181f9528..7c2e2d9b2705 100644 --- a/irc/dxirc/distinfo +++ b/irc/dxirc/distinfo @@ -1,2 +1,3 @@ -SHA256 (dxirc-1.10.0.tar.gz) = 92c2827cde8b08cca3b5595d05beab727afce8dc9d30fdbb71face6be567ec65 -SIZE (dxirc-1.10.0.tar.gz) = 1496185 +TIMESTAMP = 1479762158 +SHA256 (dxirc-1.30.0.tar.gz) = 8a98441f8e3ce3a77e5af8f783e439690ac08f7672616a03151b9892e9ff948d +SIZE (dxirc-1.30.0.tar.gz) = 1300576 diff --git a/irc/dxirc/files/patch-CMakeLists.txt b/irc/dxirc/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..01c7c39815a5 --- /dev/null +++ b/irc/dxirc/files/patch-CMakeLists.txt @@ -0,0 +1,44 @@ +--- CMakeLists.txt.orig 2015-10-28 18:53:26 UTC ++++ CMakeLists.txt +@@ -5,13 +5,17 @@ set(PROJECT_VERSION "1.30.0") + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + + find_package(PkgConfig) +-find_package(Libintl) +-find_package(Gettext) + + # Enable i10n. +-if(LIBINTL_LIB_FOUND) ++option(WITH_NLS "Enable NLS support" TRUE) ++if(WITH_NLS) ++ find_package(Libintl) ++ find_package(Gettext) ++ ++ if(LIBINTL_LIB_FOUND) + set(ENABLE_NLS TRUE) +-endif(LIBINTL_LIB_FOUND) ++ endif(LIBINTL_LIB_FOUND) ++endif(WITH_NLS) + + if(NOT WIN32) + option(HAVE_ENCHANT "Enable spellchecking" FALSE) +@@ -23,11 +27,14 @@ if(APPLE) + option(ENABLE_OSX_BUNDLE "Package dxirc as an OSX bundle (ignored on other platforms)." OFF) + endif(APPLE) + +-set(HAVE_LUA FALSE) +-find_package(Lua) +-if(LUA_FOUND) +- set(HAVE_LUA TRUE) +-endif(LUA_FOUND) ++option(WITH_LUA "Enable LUA support" FALSE) ++if(WITH_LUA) ++ set(HAVE_LUA FALSE) ++ find_package(Lua) ++ if(LUA_FOUND) ++ set(HAVE_LUA TRUE) ++ endif(LUA_FOUND) ++endif(WITH_LUA) + + if(APPLE AND ENABLE_OSX_BUNDLE) + add_definitions(-DLOCALEDIR="./locale") diff --git a/irc/dxirc/files/patch-data_CMakeLists.txt b/irc/dxirc/files/patch-data_CMakeLists.txt new file mode 100644 index 000000000000..bed37f9e7889 --- /dev/null +++ b/irc/dxirc/files/patch-data_CMakeLists.txt @@ -0,0 +1,20 @@ +--- data/CMakeLists.txt.orig 2015-10-28 18:53:26 UTC ++++ data/CMakeLists.txt +@@ -1,9 +1,16 @@ + CMAKE_MINIMUM_REQUIRED(VERSION 2.8) + ++if(WITH_NLS) + add_subdirectory(translations) ++endif(WITH_NLS) + + if(NOT WIN32) +-install(FILES dxirc-fox.desktop dxirc-qt.desktop DESTINATION share/applications) ++ if(BUILD_FOX) ++ install(FILES dxirc-fox.desktop DESTINATION share/applications) ++ endif(BUILD_FOX) ++ if(BUILD_QT) ++ install(FILES dxirc-qt.desktop DESTINATION share/applications) ++ endif(BUILD_QT) + endif(NOT WIN32) + install(FILES icons/dxirc.png DESTINATION share/icons/hicolor/48x48/apps) + install(DIRECTORY icons/ DESTINATION share/dxirc/icons FILES_MATCHING PATTERN "*.png" PATTERN "*.smiley" PATTERN ".svn" EXCLUDE) diff --git a/irc/dxirc/files/patch-fox_CMakeLists.txt b/irc/dxirc/files/patch-fox_CMakeLists.txt new file mode 100644 index 000000000000..d4a297adad02 --- /dev/null +++ b/irc/dxirc/files/patch-fox_CMakeLists.txt @@ -0,0 +1,61 @@ +--- fox/CMakeLists.txt.orig 2015-11-16 14:35:35 UTC ++++ fox/CMakeLists.txt +@@ -20,8 +20,17 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_C + + if(PKG_CONFIG_FOUND) + pkg_check_modules(FOX fox) +- list(APPEND DXIRCFOX_LIBS ${FOX_LIBRARIES}) +- list(APPEND DXIRCFOX_INCLUDE_DIRS ${FOX_INCLUDE_DIRS}) ++ find_path(FOX_INCLUDE_DIR FXApp.h ++ PATHS ++ ${FOX_INCLUDE_DIRS} ++ /usr/include/fox-1.6 ++ /usr/local/include/fox-1.6) ++ find_library(FOX_LIBRARY FOX-1.6 ++ ${FOX_LIBRARY_DIRS} ++ /usr/lib ++ /usr/local/lib) ++ list(APPEND DXIRCFOX_LIBS ${FOX_LIBRARY}) ++ list(APPEND DXIRCFOX_INCLUDE_DIRS ${FOX_INCLUDE_DIR}) + endif(PKG_CONFIG_FOUND) + + if(NOT FOX_FOUND) +@@ -47,16 +56,14 @@ endif() + + set(HAVE_X11 FALSE) + if(NOT WIN32) +- if(PKG_CONFIG_FOUND) +- pkg_check_modules(X11 x11) ++ find_package(X11) + list(APPEND DXIRCFOX_LIBS ${X11_LIBRARIES}) +- list(APPEND DXIRCFOX_INCLUDE_DIRS ${X11_INCLUDE_DIRS}) ++ list(APPEND DXIRCFOX_INCLUDE_DIRS ${X11_INCLUDE_DIR}) + if(X11_FOUND) + set(HAVE_X11 TRUE) + else(X11_FOUND) + set(FOX_HAVE_TRAY FALSE) + endif(X11_FOUND) +- endif(PKG_CONFIG_FOUND) + else(NOT WIN32) + list(APPEND DXIRCFOX_LIBS "ws2_32" "winmm") + endif(NOT WIN32) +@@ -89,8 +96,17 @@ endif(HAVE_LUA) + if(HAVE_ENCHANT) + if(PKG_CONFIG_FOUND) + pkg_check_modules(ENCHANT enchant) +- list(APPEND DXIRCFOX_LIBS ${ENCHANT_LIBRARIES}) +- list(APPEND DXIRCFOX_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) ++ find_path(ENCHANT_INCLUDE_DIR enchant++.h ++ PATHS ++ ${ENCHANT_INCLUDE_DIRS} ++ /usr/include/enchant ++ /usr/local/include/enchant) ++ find_library(ENCHANT_LIBRARY enchant ++ ${ENCHANT_LIBRARY_DIRS} ++ /usr/lib ++ /usr/local/lib) ++ list(APPEND DXIRCFOX_LIBS ${ENCHANT_LIBRARY}) ++ list(APPEND DXIRCFOX_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIR}) + endif(PKG_CONFIG_FOUND) + if(NOT ENCHANT_FOUND) + set(ENCHANT_INCLUDE_DIR "" CACHE PATH "Path to enchant include dir") diff --git a/irc/dxirc/files/patch-qt_CMakeLists.txt b/irc/dxirc/files/patch-qt_CMakeLists.txt new file mode 100644 index 000000000000..e4874cb85bc8 --- /dev/null +++ b/irc/dxirc/files/patch-qt_CMakeLists.txt @@ -0,0 +1,50 @@ +--- qt/CMakeLists.txt.orig 2015-11-16 14:35:35 UTC ++++ qt/CMakeLists.txt +@@ -13,11 +13,11 @@ project(dxirc-qt) + option(QT5 "Compile with Qt 5" TRUE) + + if(UNIX) +- if(BSD) ++ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD") + set(CMAKE_THREAD_LIBS -pthread) + set(CMAKE_USE_PTHREADS ON) + set(CMAKE_EXE_LINKER_FLAGS -pthread) +- endif(BSD) ++ endif(${CMAKE_SYSTEM_NAME} MATCHES "BSD") + endif(UNIX) + + SET(DXIRCQT_LIBS "") +@@ -35,11 +35,20 @@ endif(HAVE_LUA) + + if(NOT APPLE) + if(HAVE_ENCHANT) +- if(PKG_CONFIG_FOUND) +- pkg_check_modules(ENCHANT enchant) +- list(APPEND DXIRCQT_LIBS ${ENCHANT_LIBRARIES}) +- list(APPEND DXIRCQT_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIRS}) +- endif(PKG_CONFIG_FOUND) ++ if(PKG_CONFIG_FOUND) ++ pkg_check_modules(ENCHANT enchant) ++ find_path(ENCHANT_INCLUDE_DIR enchant++.h ++ PATHS ++ ${ENCHANT_INCLUDE_DIRS} ++ /usr/include ++ /usr/local/include) ++ find_library(ENCHANT_LIBRARY enchant ++ ${ENCHANT_LIBRARY_DIRS} ++ /usr/lib ++ /usr/local/lib) ++ list(APPEND DXIRCQT_LIBS ${ENCHANT_LIBRARY}) ++ list(APPEND DXIRCQT_INCLUDE_DIRS ${ENCHANT_INCLUDE_DIR}) ++ endif(PKG_CONFIG_FOUND) + if(NOT ENCHANT_FOUND) + set(ENCHANT_INCLUDE_DIR "" CACHE PATH "Path to enchant include dir") + set(ENCHANT_LIBRARY "" CACHE FILEPATH "Filepath to enchant library") +@@ -110,6 +119,7 @@ dialogs/scriptdialog.h + dialogs/dccsenddialog.h + dialogs/configdialog.h + dialogs/keydialog.h ++dialogs/listdialog.h + engine/dxsocket.h + engine/ircengine.h + engine/dccengine.h diff --git a/irc/dxirc/pkg-descr b/irc/dxirc/pkg-descr index e377626a7d03..881a72698596 100644 --- a/irc/dxirc/pkg-descr +++ b/irc/dxirc/pkg-descr @@ -1,4 +1,10 @@ -dxirc is a simple IRC client for various os (Linux, *BSD, Windows), written -using the FOX toolkit. +dxirc is a simple, yet capable, cross-platform IRC client written +in C++ for the FOX toolkit and the Qt toolkit. + +Features: + - Fully customizable look independent of system-wide settings + - Automated join to specified channels on selected server + - Support for multiple simultaneously connected servers + - Well-arranged and flexible configuration dialog WWW: http://www.dxirc.org/ diff --git a/irc/dxirc/pkg-plist b/irc/dxirc/pkg-plist index a2b06d26e631..97a5aa515f7f 100644 --- a/irc/dxirc/pkg-plist +++ b/irc/dxirc/pkg-plist @@ -1,11 +1,15 @@ -bin/dxirc -share/applications/dxirc.desktop -share/pixmaps/dxirc.png +%%FOX%%bin/dxirc-fox +%%QT%%bin/dxirc-qt +%%FOX%%share/applications/dxirc-fox.desktop +%%QT%%share/applications/dxirc-qt.desktop %%DATADIR%%/COPYING %%DATADIR%%/icons/arrow_down.png %%DATADIR%%/icons/arrow_refresh.png %%DATADIR%%/icons/arrow_up.png %%DATADIR%%/icons/big_dxirc.png +%%DATADIR%%/icons/black_dxirc.png +%%DATADIR%%/icons/bnewfile.png +%%DATADIR%%/icons/bnewm.png %%DATADIR%%/icons/cancel.png %%DATADIR%%/icons/channel.png %%DATADIR%%/icons/chnewm.png @@ -15,31 +19,6 @@ share/pixmaps/dxirc.png %%DATADIR%%/icons/cross.png %%DATADIR%%/icons/dcc.png %%DATADIR%%/icons/dccnewm.png -%%DATADIR%%/icons/disconnect.png -%%DATADIR%%/icons/door_out.png -%%DATADIR%%/icons/file.png -%%DATADIR%%/icons/find.png -%%DATADIR%%/icons/folder.png -%%DATADIR%%/icons/folder_go.png -%%DATADIR%%/icons/help.png -%%DATADIR%%/icons/keyboard.png -%%DATADIR%%/icons/logs.png -%%DATADIR%%/icons/newfile.png -%%DATADIR%%/icons/newm.png -%%DATADIR%%/icons/page.png -%%DATADIR%%/icons/play.png -%%DATADIR%%/icons/script.png -%%DATADIR%%/icons/select_all.png -%%DATADIR%%/icons/server.png -%%DATADIR%%/icons/small_dxirc.png -%%DATADIR%%/icons/tick.png -%%DATADIR%%/icons/unewm.png -%%DATADIR%%/icons/user.png -%%DATADIR%%/icons/world.png -%%DATADIR%%/icons/wrench.png -%%DATADIR%%/sounds/connected.wav -%%DATADIR%%/sounds/disconnected.wav -%%DATADIR%%/sounds/message.wav %%DATADIR%%/icons/default/irc_admin.png %%DATADIR%%/icons/default/irc_away.png %%DATADIR%%/icons/default/irc_halfop.png @@ -47,6 +26,11 @@ share/pixmaps/dxirc.png %%DATADIR%%/icons/default/irc_op.png %%DATADIR%%/icons/default/irc_owner.png %%DATADIR%%/icons/default/irc_voice.png +%%DATADIR%%/icons/disconnect.png +%%DATADIR%%/icons/door_out.png +%%DATADIR%%/icons/dxirc.png +%%DATADIR%%/icons/file.png +%%DATADIR%%/icons/find.png %%DATADIR%%/icons/flags/ar.png %%DATADIR%%/icons/flags/as.png %%DATADIR%%/icons/flags/at.png @@ -280,11 +264,36 @@ share/pixmaps/dxirc.png %%DATADIR%%/icons/flags/za.png %%DATADIR%%/icons/flags/zm.png %%DATADIR%%/icons/flags/zw.png +%%DATADIR%%/icons/folder.png +%%DATADIR%%/icons/folder_go.png +%%DATADIR%%/icons/ft.png +%%DATADIR%%/icons/groupclose.png +%%DATADIR%%/icons/groupopen.png +%%DATADIR%%/icons/help.png +%%DATADIR%%/icons/keyboard.png +%%DATADIR%%/icons/logs.png +%%DATADIR%%/icons/newfile.png +%%DATADIR%%/icons/newm.png +%%DATADIR%%/icons/page.png +%%DATADIR%%/icons/play.png +%%DATADIR%%/icons/script.png +%%DATADIR%%/icons/select_all.png +%%DATADIR%%/icons/server.png +%%DATADIR%%/icons/small_dxirc.png %%DATADIR%%/icons/smileys/biggrin.png %%DATADIR%%/icons/smileys/cry.png %%DATADIR%%/icons/smileys/dxirc.smiley %%DATADIR%%/icons/smileys/smile.png %%DATADIR%%/icons/smileys/tongue.png %%DATADIR%%/icons/smileys/unhappy.png +%%DATADIR%%/icons/tick.png +%%DATADIR%%/icons/unewm.png +%%DATADIR%%/icons/user.png +%%DATADIR%%/icons/world.png +%%DATADIR%%/icons/wrench.png +%%DATADIR%%/sounds/connected.wav +%%DATADIR%%/sounds/disconnected.wav +%%DATADIR%%/sounds/message.wav +share/icons/hicolor/48x48/apps/dxirc.png %%NLS%%share/locale/cs/LC_MESSAGES/dxirc.mo %%NLS%%share/locale/sk/LC_MESSAGES/dxirc.mo diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index f8f23429d4a2..cf9af111c12e 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -3,7 +3,7 @@ PORTNAME= ezbounce PORTVERSION= 1.99.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 82ceb5d056c8..5c44cc3c1a40 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -3,12 +3,12 @@ PORTNAME= znc PORTVERSION= 1.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Advanced IRC bouncer LICENSE= APACHE20 @@ -16,11 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes USE_RC_SUBR= znc +SUB_FILES= pkg-message USES= compiler:c++11-lib cpe gmake iconv pathfix pkgconfig MAKE_ENV= V=1 PORTDOCS= README.md +USERS= znc +GROUPS= znc + OPTIONS_DEFINE= CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL OPTIONS_DEFAULT= OPENSSL PERL OPTIONS_SUB= yes @@ -74,4 +78,7 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor +post-install: + @${MKDIR} ${STAGEDIR}${ETCDIR} + .include diff --git a/irc/znc/distinfo b/irc/znc/distinfo index 1d5ec1a97ba7..f53ec5c713ab 100644 --- a/irc/znc/distinfo +++ b/irc/znc/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1475969471 SHA256 (znc-1.6.3.tar.gz) = 631c46de76fe601a41ef7676bc974958e9a302b72b25fc92b4a603a25d89b827 SIZE (znc-1.6.3.tar.gz) = 1464200 diff --git a/irc/znc/pkg-message b/irc/znc/files/pkg-message.in similarity index 64% rename from irc/znc/pkg-message rename to irc/znc/files/pkg-message.in index a9257aa38e4f..403057f4e6e3 100644 --- a/irc/znc/pkg-message +++ b/irc/znc/files/pkg-message.in @@ -9,3 +9,11 @@ Please visit the following URL for more information: http://wiki.znc.in/ChangeLog/1.0 ***************************************************************************** + +For generate your config file using znc user, execute: + +su -m znc -c 'znc -d %%ETCDIR%% --makeconf' +or +sudo -u znc znc -d %%ETCDIR%% --makeconf + +***************************************************************************** diff --git a/irc/znc/pkg-plist b/irc/znc/pkg-plist index b3330d89b695..e4078f9a76ab 100644 --- a/irc/znc/pkg-plist +++ b/irc/znc/pkg-plist @@ -169,3 +169,4 @@ man/man1/znc.1.gz %%DATADIR%%/webskins/ice/pub/pagebg.gif %%DATADIR%%/webskins/ice/tmpl/FooterTag.tmpl %%DATADIR%%/webskins/ice/tmpl/Header.tmpl +@dir(znc,znc,755) %%ETCDIR%% diff --git a/java/java-zoneinfo/Makefile b/java/java-zoneinfo/Makefile index 444a0fb11853..ddd5a251eeeb 100644 --- a/java/java-zoneinfo/Makefile +++ b/java/java-zoneinfo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2016g +DISTVERSION= 2016i CATEGORIES= java misc MASTER_SITES= LOCAL/glewis/javazi PKGNAMEPREFIX= java- diff --git a/java/java-zoneinfo/distinfo b/java/java-zoneinfo/distinfo index 9f17a819b1a7..3e435758b6d0 100644 --- a/java/java-zoneinfo/distinfo +++ b/java/java-zoneinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476407075 -SHA256 (javazi-2016g.tar.gz) = f021c22ba793436274c3ea5b34e9a202528f2a5bc2a487535aef160f436f5b4d -SIZE (javazi-2016g.tar.gz) = 109805 +TIMESTAMP = 1479968160 +SHA256 (javazi-2016i.tar.gz) = 03c6f0396acfd0be6aa056368b7154631f0ba8208326488b74456efd0335b1bc +SIZE (javazi-2016i.tar.gz) = 110449 diff --git a/java/java-zoneinfo/pkg-plist b/java/java-zoneinfo/pkg-plist index b109fb4de43f..4acf4ae2ec9a 100644 --- a/java/java-zoneinfo/pkg-plist +++ b/java/java-zoneinfo/pkg-plist @@ -176,6 +176,7 @@ share/java/zi/Asia/Dhaka share/java/zi/Asia/Dili share/java/zi/Asia/Dubai share/java/zi/Asia/Dushanbe +share/java/zi/Asia/Famagusta share/java/zi/Asia/Gaza share/java/zi/Asia/Hebron share/java/zi/Asia/Ho_Chi_Minh diff --git a/lang/cilkplus/Makefile b/lang/cilkplus/Makefile index 06c2331e1edb..93df74c18f4b 100644 --- a/lang/cilkplus/Makefile +++ b/lang/cilkplus/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE HG_REVISION= 004467 -USE_GCC= 4.9+ +USE_GCC= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 diff --git a/lang/fsharp/Makefile b/lang/fsharp/Makefile index df5ec829bdda..59586e44f060 100644 --- a/lang/fsharp/Makefile +++ b/lang/fsharp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fsharp -PORTVERSION= 4.0.1.15 +PORTVERSION= 4.0.1.20 CATEGORIES= lang EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/lang/fsharp/distinfo b/lang/fsharp/distinfo index f1e79cc82856..c4b37e880ce5 100644 --- a/lang/fsharp/distinfo +++ b/lang/fsharp/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1477322407 +TIMESTAMP = 1479572291 SHA256 (fsharp.compiler.tools.4.0.1.3.nupkg) = 98a8792f59f4c9aa7ea02ab96644b71cf5dfe06d51fde0db1b0fe8373bee1ee4 SIZE (fsharp.compiler.tools.4.0.1.3.nupkg) = 6323760 SHA256 (fsharp.data.2.2.5.nupkg) = 449cba49c2567b0b1f27d39c0aaaab73607893072809a81563598b06e63234b1 @@ -15,5 +15,5 @@ SHA256 (system.collections.immutable.1.2.0.nupkg) = 7c9eec8208414eebce34f3af5c94 SIZE (system.collections.immutable.1.2.0.nupkg) = 300738 SHA256 (system.reflection.metadata.1.4.1-beta-24227-04.nupkg) = 0f077b4184d04f7db02e41169b9471e7c630c7dc873398f12eaf70b7a00a7993 SIZE (system.reflection.metadata.1.4.1-beta-24227-04.nupkg) = 435719 -SHA256 (fsharp-fsharp-4.0.1.15_GH0.tar.gz) = 59dd17ca62d1a91f124b3cce8522bd01855ee15abf5ad38ad5d7b6b607a01f45 -SIZE (fsharp-fsharp-4.0.1.15_GH0.tar.gz) = 37324140 +SHA256 (fsharp-fsharp-4.0.1.20_GH0.tar.gz) = 380fe581d1ad99e32c8dc5974c764d90681f31dcbb1c67eb43870f524a9d0209 +SIZE (fsharp-fsharp-4.0.1.20_GH0.tar.gz) = 37326450 diff --git a/lang/gcc/files/patch-arm-support b/lang/gcc/files/patch-arm-support index 8b1a81ddb64e..3e5d2323096f 100644 --- a/lang/gcc/files/patch-arm-support +++ b/lang/gcc/files/patch-arm-support @@ -1,3 +1,4 @@ +--- UTC Index: configure =================================================================== --- configure (revision 218760) diff --git a/lang/gcc/files/patch-armv6-hf-support b/lang/gcc/files/patch-armv6-hf-support index 9c33bfac02d2..9352e2cdfcc0 100644 --- a/lang/gcc/files/patch-armv6-hf-support +++ b/lang/gcc/files/patch-armv6-hf-support @@ -1,3 +1,4 @@ +--- UTC --- gcc/config.gcc.orig 2016-05-25 22:53:15.930993000 +0200 +++ gcc/config.gcc 2016-05-25 22:54:06.087115000 +0200 @@ -1026,11 +1026,9 @@ diff --git a/lang/gcc/files/patch-gcc_system.h b/lang/gcc/files/patch-gcc_system.h new file mode 100644 index 000000000000..05f61aaab868 --- /dev/null +++ b/lang/gcc/files/patch-gcc_system.h @@ -0,0 +1,10 @@ +--- gcc/system.h.orig 2014-01-02 22:23:26 UTC ++++ gcc/system.h +@@ -203,6 +203,7 @@ extern int errno; + + #ifdef __cplusplus + # include ++# include + #endif + + /* Some of glibc's string inlines cause warnings. Plus we'd rather diff --git a/lang/gcc/files/patch-libcpp b/lang/gcc/files/patch-libcpp index 80ed1a7f246d..357814ad9530 100644 --- a/lang/gcc/files/patch-libcpp +++ b/lang/gcc/files/patch-libcpp @@ -1,3 +1,4 @@ +--- UTC --- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 +++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 @@ -27,6 +27,7 @@ diff --git a/lang/gcc5-devel/Makefile b/lang/gcc5-devel/Makefile index 9572ccb2467d..750630f419cb 100644 --- a/lang/gcc5-devel/Makefile +++ b/lang/gcc5-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20161115 +PORTVERSION= 5.4.1.s20161122 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc5-devel/distinfo b/lang/gcc5-devel/distinfo index 419d3e435bfa..ed17d2146033 100644 --- a/lang/gcc5-devel/distinfo +++ b/lang/gcc5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479289178 -SHA256 (gcc-5-20161115.tar.bz2) = 0a1095c788398d3c5d0693ed06da7c3154920a0a8ac8b95db47ed13ad9bd3f84 -SIZE (gcc-5-20161115.tar.bz2) = 91785160 +TIMESTAMP = 1479896396 +SHA256 (gcc-5-20161122.tar.bz2) = f1ec8c2432500c5bd00f7967069e8afb497e6cc0e5aed74f28a4c32697967091 +SIZE (gcc-5-20161122.tar.bz2) = 91785779 diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index 96c1a308e5fc..596149e06d8c 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index cf6ed2b288c6..8b11dc816c92 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/gcc7-devel/Makefile b/lang/gcc7-devel/Makefile index 9d6133210238..3be6202228f6 100644 --- a/lang/gcc7-devel/Makefile +++ b/lang/gcc7-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20161106 +PORTVERSION= 7.0.0.s20161120 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -61,7 +61,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/gcc7-devel/distinfo b/lang/gcc7-devel/distinfo index 3c4d9e0d16dd..315a7b940d43 100644 --- a/lang/gcc7-devel/distinfo +++ b/lang/gcc7-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478603156 -SHA256 (gcc-7-20161106.tar.bz2) = dcaa08e94ae11093dc65cc2dff511e449e651346ac7b5217116c40e12314896d -SIZE (gcc-7-20161106.tar.bz2) = 79047398 +TIMESTAMP = 1479896372 +SHA256 (gcc-7-20161120.tar.bz2) = f6cc5fa0b5e670ac1ee8c43c405cb296d08d0c31507292ee0ba4bb48146d757a +SIZE (gcc-7-20161120.tar.bz2) = 79157492 diff --git a/lang/mono/Makefile b/lang/mono/Makefile index d75ab61484ea..0aac950e6095 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= mono -PORTVERSION= 4.6.1.5 -PORTREVISION= 2 +PORTVERSION= 4.6.2.7 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= Open source implementation of .NET Development Framework +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ bash:shells/bash LIB_DEPENDS= libinotify.so:devel/libinotify @@ -22,7 +24,6 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/mono-${PORTVERSION:R} CONFIGURE_ARGS= --disable-dtrace - CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no # Set location for .wapi creation. @@ -36,6 +37,7 @@ MAKE_ENV= MONO_SHARED_DIR="${MONO_SHARED_DIR}" \ LC_ALL=C TZ=UTC ONLY_FOR_ARCHS= i386 amd64 powerpc +PORTSCOUT= ^\d+\.\d+.[1-9]\d* .include diff --git a/lang/mono/distinfo b/lang/mono/distinfo index d4620e27d103..3af1be0908bf 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476285918 -SHA256 (mono-4.6.1.5.tar.bz2) = 3871ee72bdfc2ea5d636ffff22cf49ae6bac7c4a4f3d687214dd8ac236bbf7c3 -SIZE (mono-4.6.1.5.tar.bz2) = 83174665 +TIMESTAMP = 1479537297 +SHA256 (mono-4.6.2.7.tar.bz2) = b69ead7db7590277630685f3fcad84a5ac2f83e40563f0dc8cf139b10cbe6b31 +SIZE (mono-4.6.2.7.tar.bz2) = 83271441 diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index 620bf879fdae..350bf0bf5138 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -3,8 +3,8 @@ PORTNAME= polyml PORTVERSION= 5.6 +DISTVERSIONPREFIX= v CATEGORIES= lang -DISTNAME= ${PORTNAME}.${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= beyert@cs.ucr.edu @@ -17,7 +17,6 @@ LIB_DEPENDS= libffi.so:devel/libffi ONLY_FOR_ARCHS= i386 amd64 USE_GITHUB= yes -GH_TUPLE= polyml:polyml:v5.6 USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes diff --git a/lang/polyml/distinfo b/lang/polyml/distinfo index 9c10143c1c89..90b6980aa107 100644 --- a/lang/polyml/distinfo +++ b/lang/polyml/distinfo @@ -1,2 +1,3 @@ -SHA256 (polyml/polyml.5.6_GH0.tar.gz) = 20d7b98ae56fe030c64054dbe0644e9dc02bae781caa8994184ea65a94a0a615 -SIZE (polyml/polyml.5.6_GH0.tar.gz) = 6066166 +TIMESTAMP = 1480154465 +SHA256 (polyml/polyml-polyml-v5.6_GH0.tar.gz) = 20d7b98ae56fe030c64054dbe0644e9dc02bae781caa8994184ea65a94a0a615 +SIZE (polyml/polyml-polyml-v5.6_GH0.tar.gz) = 6066166 diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 0ad15145f8ca..313a7b6564d8 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -2,7 +2,7 @@ PORTNAME= python33 PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} DISTNAME= Python-${PORTVERSION} diff --git a/lang/python33/files/patch-Lib_http_client.py b/lang/python33/files/patch-Lib_http_client.py new file mode 100644 index 000000000000..1869780ea280 --- /dev/null +++ b/lang/python33/files/patch-Lib_http_client.py @@ -0,0 +1,76 @@ +Based on and adapted for Python 3.3: https://hg.python.org/cpython/rev/bf3e1c9b80e9 +# HG changeset patch +# User Serhiy Storchaka +# Date 1426151616 -7200 +# Node ID bf3e1c9b80e995311ba932e42200f076e03034c0 +# Parent 2b4a04c3681b1210529eb8a224cc007a0b92a890 +Issue #22928: Disabled HTTP header injections in http.client. +Original patch by Demian Brecht. + +--- Lib/http/client.py.orig 2016-06-30 21:29:02 UTC ++++ Lib/http/client.py +@@ -70,6 +70,7 @@ import email.parser + import email.message + import io + import os ++import re + import socket + import collections + from urllib.parse import urlsplit +@@ -216,6 +217,35 @@ MAXAMOUNT = 1048576 + _MAXLINE = 65536 + _MAXHEADERS = 100 + ++# Header name/value ABNF (http://tools.ietf.org/html/rfc7230#section-3.2) ++# ++# VCHAR = %x21-7E ++# obs-text = %x80-FF ++# header-field = field-name ":" OWS field-value OWS ++# field-name = token ++# field-value = *( field-content / obs-fold ) ++# field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ] ++# field-vchar = VCHAR / obs-text ++# ++# obs-fold = CRLF 1*( SP / HTAB ) ++# ; obsolete line folding ++# ; see Section 3.2.4 ++ ++# token = 1*tchar ++# ++# tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" ++# / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" ++# / DIGIT / ALPHA ++# ; any VCHAR, except delimiters ++# ++# VCHAR defined in http://tools.ietf.org/html/rfc5234#appendix-B.1 ++ ++# the patterns for both name and value are more leniant than RFC ++# definitions to allow for backwards compatibility ++_is_legal_header_name = re.compile(rb'^[^:\s][^:\r\n]*$').match ++_is_illegal_header_value = re.compile(rb'\n(?![ \t])|\r(?![ \t\n])').search ++ ++ + + class HTTPMessage(email.message.Message): + # XXX The only usage of this method is in +@@ -1035,12 +1065,20 @@ class HTTPConnection: + + if hasattr(header, 'encode'): + header = header.encode('ascii') ++ ++ if not _is_legal_header_name(header): ++ raise ValueError('Invalid header name %r' % (header,)) ++ + values = list(values) + for i, one_value in enumerate(values): + if hasattr(one_value, 'encode'): + values[i] = one_value.encode('latin-1') + elif isinstance(one_value, int): + values[i] = str(one_value).encode('ascii') ++ ++ if _is_illegal_header_value(values[i]): ++ raise ValueError('Invalid header value %r' % (values[i],)) ++ + value = b'\r\n\t'.join(values) + header = header + b': ' + value + self._output(header) diff --git a/lang/python33/files/patch-Lib_test_test__httplib.py b/lang/python33/files/patch-Lib_test_test__httplib.py new file mode 100644 index 000000000000..bef045a5fafa --- /dev/null +++ b/lang/python33/files/patch-Lib_test_test__httplib.py @@ -0,0 +1,80 @@ +Based on and adapted for Python 3.3: https://hg.python.org/cpython/rev/bf3e1c9b80e9 +# HG changeset patch +# User Serhiy Storchaka +# Date 1426151616 -7200 +# Node ID bf3e1c9b80e995311ba932e42200f076e03034c0 +# Parent 2b4a04c3681b1210529eb8a224cc007a0b92a890 +Issue #22928: Disabled HTTP header injections in http.client. +Original patch by Demian Brecht. + +--- Lib/test/test_httplib.py.orig 2016-06-30 21:31:29 UTC ++++ Lib/test/test_httplib.py +@@ -134,6 +134,33 @@ class HeaderTests(TestCase): + conn.putheader('Content-length', 42) + self.assertIn(b'Content-length: 42', conn._buffer) + ++ conn.putheader('Foo', ' bar ') ++ self.assertIn(b'Foo: bar ', conn._buffer) ++ conn.putheader('Bar', '\tbaz\t') ++ self.assertIn(b'Bar: \tbaz\t', conn._buffer) ++ conn.putheader('Authorization', 'Bearer mytoken') ++ self.assertIn(b'Authorization: Bearer mytoken', conn._buffer) ++ conn.putheader('IterHeader', 'IterA', 'IterB') ++ self.assertIn(b'IterHeader: IterA\r\n\tIterB', conn._buffer) ++ conn.putheader('LatinHeader', b'\xFF') ++ self.assertIn(b'LatinHeader: \xFF', conn._buffer) ++ conn.putheader('Utf8Header', b'\xc3\x80') ++ self.assertIn(b'Utf8Header: \xc3\x80', conn._buffer) ++ conn.putheader('C1-Control', b'next\x85line') ++ self.assertIn(b'C1-Control: next\x85line', conn._buffer) ++ conn.putheader('Embedded-Fold-Space', 'is\r\n allowed') ++ self.assertIn(b'Embedded-Fold-Space: is\r\n allowed', conn._buffer) ++ conn.putheader('Embedded-Fold-Tab', 'is\r\n\tallowed') ++ self.assertIn(b'Embedded-Fold-Tab: is\r\n\tallowed', conn._buffer) ++ conn.putheader('Key Space', 'value') ++ self.assertIn(b'Key Space: value', conn._buffer) ++ conn.putheader('KeySpace ', 'value') ++ self.assertIn(b'KeySpace : value', conn._buffer) ++ conn.putheader(b'Nonbreak\xa0Space', 'value') ++ self.assertIn(b'Nonbreak\xa0Space: value', conn._buffer) ++ conn.putheader(b'\xa0NonbreakSpace', 'value') ++ self.assertIn(b'\xa0NonbreakSpace: value', conn._buffer) ++ + def test_ipv6host_header(self): + # Default host header on IPv6 transaction should wrapped by [] if + # its actual IPv6 address +@@ -153,6 +180,34 @@ class HeaderTests(TestCase): + conn.request('GET', '/foo') + self.assertTrue(sock.data.startswith(expected)) + ++ def test_invalid_headers(self): ++ conn = client.HTTPConnection('example.com') ++ conn.sock = FakeSocket('') ++ conn.putrequest('GET', '/') ++ ++ # http://tools.ietf.org/html/rfc7230#section-3.2.4, whitespace is no ++ # longer allowed in header names ++ cases = ( ++ (b'Invalid\r\nName', b'ValidValue'), ++ (b'Invalid\rName', b'ValidValue'), ++ (b'Invalid\nName', b'ValidValue'), ++ (b'\r\nInvalidName', b'ValidValue'), ++ (b'\rInvalidName', b'ValidValue'), ++ (b'\nInvalidName', b'ValidValue'), ++ (b' InvalidName', b'ValidValue'), ++ (b'\tInvalidName', b'ValidValue'), ++ (b'Invalid:Name', b'ValidValue'), ++ (b':InvalidName', b'ValidValue'), ++ (b'ValidName', b'Invalid\r\nValue'), ++ (b'ValidName', b'Invalid\rValue'), ++ (b'ValidName', b'Invalid\nValue'), ++ (b'ValidName', b'InvalidValue\r\n'), ++ (b'ValidName', b'InvalidValue\r'), ++ (b'ValidName', b'InvalidValue\n'), ++ ) ++ for name, value in cases: ++ with self.assertRaisesRegex(ValueError, 'Invalid header'): ++ conn.putheader(name, value) + + class BasicTest(TestCase): + def test_status_lines(self): diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile index 578d1c478c3f..ba06e866a7df 100644 --- a/lang/ruby21/Makefile +++ b/lang/ruby21/Makefile @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-dtrace .endif .if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc") -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index aaf78c88e446..b0c376a8af47 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-dtrace .endif .if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index eebd098bb53f..9220c18113de 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= sdcc PORTVERSION= 3.6.1.2016.07.08 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ http://tijl.fastmail.com/mirror/ diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 941970578338..a9f97170698d 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdcc PORTVERSION= 3.6.0 DISTVERSIONPREFIX= src- +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 6ab683032b5a..3d49bfe22971 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20161002 +DISTVERSION= 05_20161031 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -24,7 +24,6 @@ USE_XORG= x11 ONLY_FOR_ARCHS= i386 amd64 sparc64 WRKSRC= ${WRKDIR}/${PORTNAME}/src -MAKEFILE= makefile MAKE_ENV+= S7_LIB_DIR=${S7_LIB_DIR} \ SEED7_LIBRARY=${SEED7_LIBRARY} \ C_COMPILER=${CC} \ @@ -37,8 +36,6 @@ S7_LIBS= s7_comp.a s7_con.a s7_draw.a s7_data.a seed7_05.a PORTEXAMPLES= * PORTDOCS= * -.include - MAKEFILE= mk_freebsd.mk post-patch: @@ -64,15 +61,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/../bin/${s7_lib} ${STAGEDIR}${S7_LIB_DIR} .endfor # install PORTDOCS -.if ${PORT_OPTIONS:MDOCS} ${INSTALL} -d ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} -.endif # install PORTEXAMPLES -.if ${PORT_OPTIONS:MEXAMPLES} ${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/../prg && ${COPYTREE_SHARE} '*.dna *.sd7 *.dat *.s7i' ${STAGEDIR}${EXAMPLESDIR} -.endif # insall man pages ${INSTALL_DATA} ${WRKSRC}/../doc/s7.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/../doc/s7c.1 ${STAGEDIR}${PREFIX}/man/man1 diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 63bdffdbbb3e..18c5efc5694d 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475494508 -SHA256 (seed7_05_20161002.tgz) = fb571ad1fb4c8f7433ed6f745156bab44ffacc7deedb0d6829e63e1b40ba61e1 -SIZE (seed7_05_20161002.tgz) = 2670484 +TIMESTAMP = 1479903307 +SHA256 (seed7_05_20161031.tgz) = 6b338b26c689275a242cd97bf960152528dd6cf636cbd7f7a25df5b3f3b821b8 +SIZE (seed7_05_20161031.tgz) = 2672738 diff --git a/lang/tcl-manual/Makefile b/lang/tcl-manual/Makefile index 29b7b89e1b0d..8f4b2024c179 100644 --- a/lang/tcl-manual/Makefile +++ b/lang/tcl-manual/Makefile @@ -12,6 +12,7 @@ COMMENT= Documentation for TCL (Tool Command Language) NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes VERSIONS= 8.4.20 \ 8.5.15 \ diff --git a/mail/abook/Makefile b/mail/abook/Makefile index 511e8ac88bd5..366ec0ba3a17 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -2,22 +2,18 @@ # $FreeBSD$ PORTNAME= abook -PORTVERSION= 0.5.6 -PORTREVISION= 4 +PORTVERSION= 0.6.1 CATEGORIES= mail -MASTER_SITES= SF +MASTER_SITES= http://abook.sourceforge.net/devel/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= Addressbook program with mutt mail client support LICENSE= GPLv2 -USES= ncurses readline +USES= ncurses readline autoreconf localbase GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \ THANKS TODO diff --git a/mail/abook/distinfo b/mail/abook/distinfo index 39c3b25fb709..877a3d1e4ae3 100644 --- a/mail/abook/distinfo +++ b/mail/abook/distinfo @@ -1,2 +1,3 @@ -SHA256 (abook-0.5.6.tar.gz) = 0646f6311a94ad3341812a4de12a5a940a7a44d5cb6e9da5b0930aae9f44756e -SIZE (abook-0.5.6.tar.gz) = 393097 +TIMESTAMP = 1480172791 +SHA256 (abook-0.6.1.tar.gz) = f0a90df8694fb34685ecdd45d97db28b88046c15c95e7b0700596028bd8bc0f9 +SIZE (abook-0.6.1.tar.gz) = 319558 diff --git a/mail/abook/files/patch-database.h b/mail/abook/files/patch-database.h new file mode 100644 index 000000000000..8e4622aaf8ed --- /dev/null +++ b/mail/abook/files/patch-database.h @@ -0,0 +1,11 @@ +--- database.h.orig 2015-10-04 02:38:25 UTC ++++ database.h +@@ -61,7 +61,7 @@ struct db_enumerator { + /* + * Field operations + */ +-inline int field_id(int i); ++int field_id(int i); + abook_field *find_standard_field(char *key, int do_declare); + abook_field *real_find_field(char *key, abook_field_list *list, int *nb); + #define find_field(key, list) real_find_field(key, list, NULL) diff --git a/mail/abook/files/patch-ui.c b/mail/abook/files/patch-ui.c deleted file mode 100644 index bacfd55a491d..000000000000 --- a/mail/abook/files/patch-ui.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ui.c 10 Apr 2006 08:15:46 -0000 1.57 -+++ ui.c 6 Sep 2006 02:24:33 -0000 1.58 -@@ -569,9 +569,13 @@ - } else { - char *s; - s = ui_readline("/", findstr, MAX_FIELD_LEN - 1, 0); -- strncpy(findstr, s, MAX_FIELD_LEN); -- free(s); - refresh_screen(); -+ if(s == NULL) { -+ return; /* user cancelled (ctrl-G) */ -+ } else { -+ strncpy(findstr, s, MAX_FIELD_LEN); -+ free(s); -+ } - } - - if( (item = find_item(findstr, curitem + !!next, search_fields)) < 0 && diff --git a/mail/abook/pkg-plist b/mail/abook/pkg-plist index 16aeac9a9e5e..bfedc8d21417 100644 --- a/mail/abook/pkg-plist +++ b/mail/abook/pkg-plist @@ -2,6 +2,12 @@ bin/abook man/man1/abook.1.gz man/man5/abookrc.5.gz %%NLS%%share/locale/de/LC_MESSAGES/abook.mo +%%NLS%%share/locale/de/LC_TIME/abook.mo %%NLS%%share/locale/fr/LC_MESSAGES/abook.mo +%%NLS%%share/locale/fr/LC_TIME/abook.mo +%%NLS%%share/locale/it/LC_MESSAGES/abook.mo +%%NLS%%share/locale/it/LC_TIME/abook.mo %%NLS%%share/locale/ja/LC_MESSAGES/abook.mo +%%NLS%%share/locale/ja/LC_TIME/abook.mo %%NLS%%share/locale/sv/LC_MESSAGES/abook.mo +%%NLS%%share/locale/sv/LC_TIME/abook.mo diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index c7b004f448d5..fbec63bd2ebd 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= GNU diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 81e4367325ce..dfe653485024 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -4,7 +4,7 @@ PORTNAME= balsa PORTVERSION= 2.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index 2daf94e1ff47..0740420bd37a 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgp -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PGP plugins for Claws Mail diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index db9e31f1436b..39f5d500a199 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -3,6 +3,7 @@ PORTNAME= elmo PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index 8f9aca077923..b6d4898509d6 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmapi PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= https://github.com/openchange/openchange/archive/ DISTNAME= openchange-${PORTVERSION}-${CODENAME} diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index d594524e811f..5c9171e90a09 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.7.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ diff --git a/mail/mutt/files/patch-gpgme180 b/mail/mutt/files/patch-gpgme180 new file mode 100644 index 000000000000..c69ef6466830 --- /dev/null +++ b/mail/mutt/files/patch-gpgme180 @@ -0,0 +1,36 @@ +Use gpgme hg commit 84ad86e8b8ab to support gpgme 1.8.0. This patch +should be removed once mutt hg commit 84ad86e8b8ab is in an official +release. + +--- crypt-gpgme.c.orig 2016-11-27 02:22:51 UTC ++++ crypt-gpgme.c +@@ -4946,7 +4946,7 @@ int smime_gpgme_verify_sender (HEADER *h + return verify_sender (h, GPGME_PROTOCOL_CMS); + } + +-void gpgme_set_sender (const char *sender) ++void mutt_gpgme_set_sender (const char *sender) + { + mutt_error ("[setting sender] mailbox: %s\n", sender); + FREE (¤t_sender); +--- crypt-gpgme.h.orig 2016-11-27 02:22:51 UTC ++++ crypt-gpgme.h +@@ -53,6 +53,6 @@ int smime_gpgme_send_menu (HEADER *msg, + + int smime_gpgme_verify_sender (HEADER *h); + +-void gpgme_set_sender (const char *sender); ++void mutt_gpgme_set_sender (const char *sender); + + #endif +--- crypt-mod-pgp-gpgme.c.orig 2016-11-27 02:22:51 UTC ++++ crypt-mod-pgp-gpgme.c +@@ -104,7 +104,7 @@ static BODY *crypt_mod_pgp_make_key_atta + + static void crypt_mod_pgp_set_sender (const char *sender) + { +- gpgme_set_sender (sender); ++ mutt_gpgme_set_sender (sender); + } + + struct crypt_module_specs crypt_mod_pgp_gpgme = diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index adb6fa7e543c..8569876c24c5 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20161104 +PORTVERSION= 20161126 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 CATEGORIES= mail MAINTAINER= bapt@FreeBSD.org @@ -24,9 +23,9 @@ OPTIONS_SUB= yes SHEBANG_FILES= smime_keys.pl OPTIONS_DEFINE= NLS DOCS SASL ICONV IDN FLOCK GPGME NOTMUCH -OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME -OPTIONS_RADIO= HCACHE -OPTIONS_RADIO_HCACHE= BDB GDBM KYOTOCABINET LMDB QDBM TOKYOCABINET +OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB +OPTIONS_MULTI= HCACHE +OPTIONS_MULTI_HCACHE= BDB GDBM KYOTOCABINET LMDB QDBM TOKYOCABINET FLOCK_DESC= Use flock() to lock files GPGME_DESC= Use gpgme to handle pgp diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index 946f2bd0c771..573b4237d285 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478342528 -SHA256 (neomutt-neomutt-neomutt-20161104_GH0.tar.gz) = 198379db86b7d54238523f2664f3975fe7d71db2ac18ce55085c3ed40eec7356 -SIZE (neomutt-neomutt-neomutt-20161104_GH0.tar.gz) = 2663369 +TIMESTAMP = 1480285729 +SHA256 (neomutt-neomutt-neomutt-20161126_GH0.tar.gz) = c08ca66519b9b63acffcf37f5447905279e440bf44efbe0e9d5af4ee772456f1 +SIZE (neomutt-neomutt-neomutt-20161126_GH0.tar.gz) = 2738930 diff --git a/mail/neomutt/files/patch-gpgme180 b/mail/neomutt/files/patch-gpgme180 new file mode 100644 index 000000000000..c69ef6466830 --- /dev/null +++ b/mail/neomutt/files/patch-gpgme180 @@ -0,0 +1,36 @@ +Use gpgme hg commit 84ad86e8b8ab to support gpgme 1.8.0. This patch +should be removed once mutt hg commit 84ad86e8b8ab is in an official +release. + +--- crypt-gpgme.c.orig 2016-11-27 02:22:51 UTC ++++ crypt-gpgme.c +@@ -4946,7 +4946,7 @@ int smime_gpgme_verify_sender (HEADER *h + return verify_sender (h, GPGME_PROTOCOL_CMS); + } + +-void gpgme_set_sender (const char *sender) ++void mutt_gpgme_set_sender (const char *sender) + { + mutt_error ("[setting sender] mailbox: %s\n", sender); + FREE (¤t_sender); +--- crypt-gpgme.h.orig 2016-11-27 02:22:51 UTC ++++ crypt-gpgme.h +@@ -53,6 +53,6 @@ int smime_gpgme_send_menu (HEADER *msg, + + int smime_gpgme_verify_sender (HEADER *h); + +-void gpgme_set_sender (const char *sender); ++void mutt_gpgme_set_sender (const char *sender); + + #endif +--- crypt-mod-pgp-gpgme.c.orig 2016-11-27 02:22:51 UTC ++++ crypt-mod-pgp-gpgme.c +@@ -104,7 +104,7 @@ static BODY *crypt_mod_pgp_make_key_atta + + static void crypt_mod_pgp_set_sender (const char *sender) + { +- gpgme_set_sender (sender); ++ mutt_gpgme_set_sender (sender); + } + + struct crypt_module_specs crypt_mod_pgp_gpgme = diff --git a/mail/neomutt/pkg-plist b/mail/neomutt/pkg-plist index 753c8a8ae85f..c6d5e8ecdf9a 100644 --- a/mail/neomutt/pkg-plist +++ b/mail/neomutt/pkg-plist @@ -12,11 +12,41 @@ man/man1/smime_keys.1.gz man/man5/mbox.5.gz man/man5/mmdf.5.gz man/man5/muttrc.5.gz +%%NLS%%share/locale/bg/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/ca/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/cs/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/da/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/de/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/el/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/eo/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/es/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/et/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/eu/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/fr/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/ga/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/gl/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/hu/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/id/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/it/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/ja/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/ko/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/lt/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/nl/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/pl/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/ru/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/sk/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/sv/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/tr/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/uk/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/mutt.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/mutt.mo %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.neomutt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md %%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/PGP-Notes.txt %%PORTDOCS%%%%DOCSDIR%%/README @@ -111,34 +141,5 @@ man/man5/muttrc.5.gz %%PORTDOCS%%%%DOCSDIR%%/security.html %%PORTDOCS%%%%DOCSDIR%%/smime-notes.txt %%PORTDOCS%%%%DOCSDIR%%/tuning.html -%%PORTDOCS%%%%DOCSDIR%%/vim-keybindings/README.md -%%PORTDOCS%%%%DOCSDIR%%/vim-keybindings/vim-keybindings.rc -%%NLS%%share/locale/bg/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/ca/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/cs/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/da/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/de/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/el/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/eo/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/es/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/et/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/eu/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/fr/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/ga/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/gl/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/hu/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/id/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/it/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/ja/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/ko/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/lt/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/nl/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/pl/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/ru/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/sk/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/sv/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/tr/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/uk/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/mutt.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/mutt.mo +%%PORTDOCS%%%%DOCSDIR%%/vim-keys/README.md +%%PORTDOCS%%%%DOCSDIR%%/vim-keys/vim-keys.rc diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index f5bb8a5f58f5..408b34653fca 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.23.1 +PORTVERSION= 0.23.2 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ @@ -27,8 +27,9 @@ USE_LDCONFIG= yes MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} -OPTIONS_DEFINE= BASH DOXYGEN EMACS MANPAGES RUBY ZSH +OPTIONS_DEFINE= BASH DOXYGEN EMACS MANPAGES MUTT RUBY ZSH EMACS_DESC= Install EMACS lisp files (requires emacs) +MUTT_DESC= Install notmuch-mutt script OPTIONS_SUB= yes BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion @@ -41,6 +42,10 @@ EMACS_CONFIGURE_ON= --emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \ --emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR} EMACS_USE= EMACS=yes MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +MUTT_RUN_DEPENDS= p5-Mail-Tools>0:mail/p5-Mail-Tools \ + p5-Mail-Box>0:mail/p5-Mail-Box \ + p5-String-ShellQuote>0:textproc/p5-String-ShellQuote +MUTT_USE= PERL=yes RUBY_USE= RUBY=yes ZSH_CONFIGURE_WITH= zsh-completion @@ -50,6 +55,14 @@ ZSH_CONFIGURE_WITH= zsh-completion CONFIGURE_ENV= zlib_cflags="" zlib_ldflags="-lz" PKG_CONFIG_PATH="" .endif +do-build-MUTT-on: + ${MAKE_CMD} -C ${WRKSRC}/contrib/notmuch-mutt all + ${GZIP_CMD} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1 + +do-install-MUTT-on: + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.4.4.0 diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 90b42a252703..53fe78cc82cc 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477336281 -SHA256 (notmuch-0.23.1.tar.gz) = e8012a1aa9afa47dfeb78f826610577e6bf9714e0933f28139c8611aad96d180 -SIZE (notmuch-0.23.1.tar.gz) = 690069 +TIMESTAMP = 1479902218 +SHA256 (notmuch-0.23.2.tar.gz) = edfd7528d43bf1e1ab2620607f9fdcf772603455a61c2eb49978619c352c97bc +SIZE (notmuch-0.23.2.tar.gz) = 690833 diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist index 076a1271c80a..71b8ec86e3c9 100644 --- a/mail/notmuch/pkg-plist +++ b/mail/notmuch/pkg-plist @@ -1,4 +1,5 @@ bin/notmuch +%%MUTT%%bin/notmuch-mutt include/notmuch.h lib/libnotmuch.so lib/libnotmuch.so.4 @@ -18,6 +19,7 @@ lib/libnotmuch.so.4.4.0 %%MANPAGES%%man/man1/notmuch-show.1.gz %%MANPAGES%%man/man1/notmuch-tag.1.gz %%MANPAGES%%man/man1/notmuch.1.gz +%%MUTT%%man/man1/notmuch-mutt.1.gz %%DOXYGEN%%man/man3/notmuch.3.gz %%MANPAGES%%man/man5/notmuch-hooks.5.gz %%MANPAGES%%man/man7/notmuch-search-terms.7.gz @@ -61,4 +63,6 @@ lib/libnotmuch.so.4.4.0 %%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch.elc %%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-company.el %%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-company.elc +%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-compat.el +%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-compat.elc %%ZSH%%share/zsh/functions/Completion/Unix/_notmuch diff --git a/mail/p5-Dancer2-Plugin-Email/Makefile b/mail/p5-Dancer2-Plugin-Email/Makefile index 3aa57ab9a189..61150ec7f0a4 100644 --- a/mail/p5-Dancer2-Plugin-Email/Makefile +++ b/mail/p5-Dancer2-Plugin-Email/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Email -PORTVERSION= 0.0200 +PORTVERSION= 0.0201 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ p5-Email-Sender>=0:mail/p5-Email-Sender \ p5-File-Type>=0:devel/p5-File-Type \ - p5-MIME-Tools>=0:mail/p5-MIME-Tools + p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-WWW-Mechanize-PSGI>=0.35:devel/p5-Test-WWW-Mechanize-PSGI +TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Plack>=1.0029:www/p5-Plack NO_ARCH= yes USES= perl5 diff --git a/mail/p5-Dancer2-Plugin-Email/distinfo b/mail/p5-Dancer2-Plugin-Email/distinfo index beef5d7d1ed0..14feadaf5180 100644 --- a/mail/p5-Dancer2-Plugin-Email/distinfo +++ b/mail/p5-Dancer2-Plugin-Email/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554257 -SHA256 (Dancer2-Plugin-Email-0.0200.tar.gz) = 6baa6089dfef42dadf94f3da3c99441972c677812b9d5b4fb359cce9350ec7c1 -SIZE (Dancer2-Plugin-Email-0.0200.tar.gz) = 16971 +TIMESTAMP = 1479918928 +SHA256 (Dancer2-Plugin-Email-0.0201.tar.gz) = 19d5b6aede33c0ea2048c435686ce89b639b90ba4e24f3722b7be960ec22f589 +SIZE (Dancer2-Plugin-Email-0.0201.tar.gz) = 17553 diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index 6332cdd5d88b..bf821ae10c58 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.4.0.a2.16112016 +PORTVERSION= 1.4.1.a1.24112016 PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -20,11 +20,11 @@ BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd -RSPAMD_VERSION= 1.4.0 +RSPAMD_VERSION= 1.4.1 USE_GITHUB= yes GH_ACCOUNT= vstakhov GH_PROJECT= rspamd -GH_TAGNAME= a5eef8b +GH_TAGNAME= 8ebc1e5 OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN GPERF_DESC= Google perf-tools profiling diff --git a/mail/rspamd-devel/distinfo b/mail/rspamd-devel/distinfo index 410348624397..5a2a72b50beb 100644 --- a/mail/rspamd-devel/distinfo +++ b/mail/rspamd-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479286296 -SHA256 (vstakhov-rspamd-1.4.0.a2.16112016-a5eef8b_GH0.tar.gz) = 72f8b39c36c1900f7dd1e1f8208dc20a392fde5540f19955321170bf0d904149 -SIZE (vstakhov-rspamd-1.4.0.a2.16112016-a5eef8b_GH0.tar.gz) = 2295731 +TIMESTAMP = 1480007900 +SHA256 (vstakhov-rspamd-1.4.1.a1.24112016-8ebc1e5_GH0.tar.gz) = 26cecd237192f23510627d04c33d0f893e40a1d474b9ffa262e3e1ed004540ec +SIZE (vstakhov-rspamd-1.4.1.a1.24112016-8ebc1e5_GH0.tar.gz) = 2307809 diff --git a/mail/rspamd-devel/pkg-plist b/mail/rspamd-devel/pkg-plist index e3fe18181c6c..d4c105b1336b 100644 --- a/mail/rspamd-devel/pkg-plist +++ b/mail/rspamd-devel/pkg-plist @@ -20,6 +20,7 @@ bin/rspamc %%ETCDIR%%/modules.d/dkim.conf %%ETCDIR%%/modules.d/dmarc.conf %%ETCDIR%%/modules.d/emails.conf +%%ETCDIR%%/modules.d/fann_redis.conf %%ETCDIR%%/modules.d/forged_recipients.conf %%ETCDIR%%/modules.d/fuzzy_check.conf %%ETCDIR%%/modules.d/hfilter.conf @@ -32,6 +33,7 @@ bin/rspamc %%ETCDIR%%/modules.d/phishing.conf %%ETCDIR%%/modules.d/ratelimit.conf %%ETCDIR%%/modules.d/rbl.conf +%%ETCDIR%%/modules.d/redis.conf %%ETCDIR%%/modules.d/regexp.conf %%ETCDIR%%/modules.d/rspamd_update.conf %%ETCDIR%%/modules.d/spf.conf @@ -52,6 +54,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat %%DATADIR%%/lua/antivirus.lua %%DATADIR%%/lua/asn.lua +%%DATADIR%%/lua/clickhouse.lua %%DATADIR%%/lua/dcc.lua %%DATADIR%%/lua/dmarc.lua %%DATADIR%%/lua/dynamic_conf.lua diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 074154c82301..821a4e07ec94 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -3,6 +3,7 @@ PORTNAME= sylpheed PORTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ LOCAL/ehaupt diff --git a/math/R-cran-miscTools/Makefile b/math/R-cran-miscTools/Makefile index d17fd0074fba..5f4649cf955d 100644 --- a/math/R-cran-miscTools/Makefile +++ b/math/R-cran-miscTools/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= miscTools -DISTVERSION= 0.6-16 +DISTVERSION= 0.6-22 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-miscTools/distinfo b/math/R-cran-miscTools/distinfo index 68299fa5d088..c4048a159f90 100644 --- a/math/R-cran-miscTools/distinfo +++ b/math/R-cran-miscTools/distinfo @@ -1,2 +1,3 @@ -SHA256 (miscTools_0.6-16.tar.gz) = 813bcc2021124f8bcf961e707a97001cc33e5d0664075a6bce1a554acca2baa6 -SIZE (miscTools_0.6-16.tar.gz) = 17377 +TIMESTAMP = 1480292812 +SHA256 (miscTools_0.6-22.tar.gz) = d00bb2602d1d31e9e1e13c8868cfe69d432bbe15afa8d4bbb83b3c9e0b9dcfea +SIZE (miscTools_0.6-22.tar.gz) = 21341 diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index d449b4e5fe31..e344337e55a4 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 7.500.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/aspcud/Makefile b/math/aspcud/Makefile index e0f600760ec0..595e8696b91c 100644 --- a/math/aspcud/Makefile +++ b/math/aspcud/Makefile @@ -4,6 +4,7 @@ PORTNAME= aspcud PORTVERSION= 1.9.1 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 CATEGORIES= math ports-mgmt sysutils MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 9b6813d9b079..8926dd697fe5 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -3,6 +3,7 @@ PORTNAME= cadabra2 PORTVERSION= 2.0.930 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@rawbw.com diff --git a/math/carve/Makefile b/math/carve/Makefile index 020a19e4949b..fd3d7f96090e 100644 --- a/math/carve/Makefile +++ b/math/carve/Makefile @@ -3,7 +3,7 @@ PORTNAME= carve PORTVERSION= 1.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= GOOGLE_CODE diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 5fc725212aa0..07c96a652bf9 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= ceres-solver -DISTVERSION= 1.12.0rc2-3 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -gc5c6f55 +DISTVERSION= 1.12.0rc4 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org diff --git a/math/ceres-solver/distinfo b/math/ceres-solver/distinfo index ad795418aa3c..90645033c4ae 100644 --- a/math/ceres-solver/distinfo +++ b/math/ceres-solver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478963838 -SHA256 (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = ab1c101dcf5a1abf6128cf3a00b9d38ad7939c07faaf89d931dc9dfb5bc4d2f9 -SIZE (ceres-solver-ceres-solver-1.12.0rc2-3-gc5c6f55_GH0.tar.gz) = 3413993 +TIMESTAMP = 1479875546 +SHA256 (ceres-solver-ceres-solver-1.12.0rc4_GH0.tar.gz) = 8f702fa641bdb0a2c3c2e9e0fdcbfeff64cca6b113a12fa88b5d1ad37e8432e7 +SIZE (ceres-solver-ceres-solver-1.12.0rc4_GH0.tar.gz) = 3415477 diff --git a/math/ceres-solver/pkg-plist b/math/ceres-solver/pkg-plist index e0d6f563d4b9..3bb04fd0bed0 100644 --- a/math/ceres-solver/pkg-plist +++ b/math/ceres-solver/pkg-plist @@ -47,6 +47,7 @@ lib/cmake/Ceres/CeresConfigVersion.cmake lib/cmake/Ceres/CeresTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Ceres/CeresTargets.cmake lib/cmake/Ceres/FindEigen.cmake +lib/cmake/Ceres/FindGflags.cmake lib/cmake/Ceres/FindGlog.cmake lib/libceres.so lib/libceres.so.1 diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 0ecfd2dfe820..7e20c8f076fa 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -3,7 +3,7 @@ PORTNAME= cgal PORTVERSION= 4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9/ DISTNAME= CGAL-${PORTVERSION} diff --git a/math/clblas/Makefile b/math/clblas/Makefile index 654f8cb6e5bd..d2802420244f 100644 --- a/math/clblas/Makefile +++ b/math/clblas/Makefile @@ -4,6 +4,7 @@ PORTNAME= clblas PORTVERSION= 2.10 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math MAINTAINER= dieterich@ogolem.org diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index 085ed0fe242a..706eae35c677 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptominisat PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= 6yearold@gmail.com diff --git a/math/dynare/Makefile b/math/dynare/Makefile index efaff517797c..36ba06fb2933 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -3,7 +3,7 @@ PORTNAME= dynare PORTVERSION= 4.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 074b61a3ded7..c95407a34f5b 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -4,6 +4,7 @@ PORTNAME= fityk PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 0b1e15d0cdcf..dfb5617b192c 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -4,7 +4,7 @@ PORTNAME= FreeMat PORTVERSION= 4.2 DISTVERSIONSUFFIX= -Source -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math science MASTER_SITES= SF/freemat/FreeMat4 diff --git a/math/kig/Makefile b/math/kig/Makefile index 1072b4857d2c..ed07abceb0cd 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -2,6 +2,7 @@ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/liborigin/Makefile b/math/liborigin/Makefile index 7c76dc639132..ab4b5511aab5 100644 --- a/math/liborigin/Makefile +++ b/math/liborigin/Makefile @@ -2,6 +2,7 @@ PORTNAME= liborigin PORTVERSION= 2.0.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0 diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile index 2f2eb69389fe..0f4493172e3c 100644 --- a/math/mosesdecoder/Makefile +++ b/math/mosesdecoder/Makefile @@ -3,8 +3,8 @@ PORTNAME= mosesdecoder PORTVERSION= 2.1.1 -PORTREVISION= 1 DISTVERSIONPREFIX= RELEASE- +PORTREVISION= 2 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 4798e20036ed..0d1ea1ff7fa7 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -5,8 +5,6 @@ PORTNAME= ocaml-gsl DISTVERSIONPREFIX=v DISTVERSION= 1.19.1 CATEGORIES= math -DISTNAME= gsl-ocaml -DISTFILES= ${DISTNAME}-${DISTVERSION}.tar.gz MAINTAINER= michipili@gmail.com COMMENT= Interface to GSL for the Objective Caml language @@ -20,7 +18,7 @@ RUN_DEPENDS= ocamlfind:devel/ocaml-findlib USE_GITHUB= yes GH_ACCOUNT= mmottl -GH_PROJECT= ${DISTNAME} +GH_PROJECT= gsl-ocaml USES= gmake USE_OCAML= YES @@ -30,7 +28,6 @@ USE_OCAML_LDCONFIG= YES OCAML_PKGDIRS= gsl HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/gsl-ocaml-${PORTVERSION} DOCSDIR= ${LOCALBASE}/share/doc diff --git a/math/ocamlgsl/distinfo b/math/ocamlgsl/distinfo index f893a13ff43e..e29710a9ba8b 100644 --- a/math/ocamlgsl/distinfo +++ b/math/ocamlgsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469812171 -SHA256 (gsl-ocaml_GH0-1.19.1.tar.gz) = 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 -SIZE (gsl-ocaml_GH0-1.19.1.tar.gz) = 167549 +TIMESTAMP = 1480154543 +SHA256 (mmottl-gsl-ocaml-v1.19.1_GH0.tar.gz) = 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 +SIZE (mmottl-gsl-ocaml-v1.19.1_GH0.tar.gz) = 167549 diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index 5b5b4a996b6c..875f709fb88e 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -2,25 +2,29 @@ # $FreeBSD$ PORTNAME= octave-forge-gsl -PORTVERSION= 1.0.8 -PORTREVISION= 17 +PORTVERSION= 2.0.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libgsl.so:math/gsl -GNU_CONFIGURE= yes -CONFIGURE_ENV+= HOME=${WRKSRC} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src -post-patch: - @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/config* +GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + .include diff --git a/math/octave-forge-gsl/distinfo b/math/octave-forge-gsl/distinfo index a87248b0eaba..611ba6f32993 100644 --- a/math/octave-forge-gsl/distinfo +++ b/math/octave-forge-gsl/distinfo @@ -1,2 +1,3 @@ -SHA256 (octave-forge/gsl-1.0.8.tar.gz) = a8344d508ba6f376ca0c0734a72aac1080690cfe74f32c5e964ad765d81adfb3 -SIZE (octave-forge/gsl-1.0.8.tar.gz) = 1206632 +TIMESTAMP = 1480110430 +SHA256 (octave-forge/gsl-2.0.0.tar.gz) = 4a93623745024a7617eef435b99a03aaebece3d7967771518197f150746f58b1 +SIZE (octave-forge/gsl-2.0.0.tar.gz) = 111757 diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile index 0393495e5cba..35e5c2900e94 100644 --- a/math/octave-forge-interval/Makefile +++ b/math/octave-forge-interval/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave-forge-interval PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc b/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc new file mode 100644 index 000000000000..5e70c15b6fb9 --- /dev/null +++ b/math/octave-forge-interval/files/patch-mpfr__to__string__d.cc @@ -0,0 +1,15 @@ +--- mpfr_to_string_d.cc.orig 2016-11-24 18:19:39 UTC ++++ mpfr_to_string_d.cc +@@ -201,10 +201,10 @@ DEFUN_DLD (mpfr_to_string_d, args, nargo + // Make subnormal numbers use the exponent -1022 + if (exponent < std::numeric_limits ::min_exponent) + { +- mantissa /= std::pow (2.0, ++ mantissa /= std::pow (2.0, (int)( + std::numeric_limits + ::min_exponent - 1 +- - exponent); ++ - exponent)); + exponent = std::numeric_limits ::min_exponent - 1; + } + diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index 4b573b636e09..0764fcf18007 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.5001 +PORTVERSION= 0.5002 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::Calc with some XS for more speed LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999800:math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/math/p5-Math-BigInt-FastCalc/distinfo b/math/p5-Math-BigInt-FastCalc/distinfo index 7e614765bc83..894c2b172eaf 100644 --- a/math/p5-Math-BigInt-FastCalc/distinfo +++ b/math/p5-Math-BigInt-FastCalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479732131 -SHA256 (Math-BigInt-FastCalc-0.5001.tar.gz) = 9b465b0acd5ca0e0941cfa72230b9088b7fbb90d0ce2e1bd50cbc27324941214 -SIZE (Math-BigInt-FastCalc-0.5001.tar.gz) = 2261793 +TIMESTAMP = 1480092261 +SHA256 (Math-BigInt-FastCalc-0.5002.tar.gz) = d37d8fabd2502f75aa25180b368458c3cdf900f8ef8b10b69df4f4eff01ae378 +SIZE (Math-BigInt-FastCalc-0.5002.tar.gz) = 2297528 diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index d5643513328d..66381378baf5 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.6000 +PORTVERSION= 1.6001 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999800:math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt LIB_DEPENDS= libgmp.so:math/gmp RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index 70c9fa192868..c92e2f910eee 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554311 -SHA256 (Math-BigInt-GMP-1.6000.tar.gz) = 378a1a088da6712bfd9df044798df278131802e3a1c8b72e7b2078f3ab2f6901 -SIZE (Math-BigInt-GMP-1.6000.tar.gz) = 2249006 +TIMESTAMP = 1480092271 +SHA256 (Math-BigInt-GMP-1.6001.tar.gz) = 62800b5a5bcefdb7cf709d2f4749801cfab41c3dd536e22fa8515b3662460a40 +SIZE (Math-BigInt-GMP-1.6001.tar.gz) = 2293530 diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index d7b61af92e03..0045f0ddcaea 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.3000 +PORTVERSION= 1.3001 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Use Math::Pari for Math::BigInt routines LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999800:math/p5-Math-BigInt \ +BUILD_DEPENDS= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt \ p5-Math-Pari>=2.010709:math/p5-Math-Pari RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo index 90c685afb655..43d46c02c421 100644 --- a/math/p5-Math-BigInt-Pari/distinfo +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554329 -SHA256 (Math-BigInt-Pari-1.3000.tar.gz) = b0b111776bfb32c35f2600c4dde3bd06fb324fa9201aa5d54d4f54ea37c74dbe -SIZE (Math-BigInt-Pari-1.3000.tar.gz) = 2250861 +TIMESTAMP = 1480092280 +SHA256 (Math-BigInt-Pari-1.3001.tar.gz) = 8bee260087c9ca6bbb0cdaf3cecfc33092d2ff3224f25ba0f414e9f21d8a2db3 +SIZE (Math-BigInt-Pari-1.3001.tar.gz) = 2293785 diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 57dec5d87ecd..6d6ba0823531 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt -PORTVERSION= 1.999800 +PORTVERSION= 1.999801 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo index d9e12229afb0..39dbdd054f75 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479556990 -SHA256 (Math-BigInt-1.999800.tar.gz) = 216096d1f937252bfc449b1de01b760ffaab46e753e150cc2a685f4935bd030d -SIZE (Math-BigInt-1.999800.tar.gz) = 2727031 +TIMESTAMP = 1480092668 +SHA256 (Math-BigInt-1.999801.tar.gz) = 41deb23d453f5a376759fff155e4947988a6b6713a4164f21aedac8238089e57 +SIZE (Math-BigInt-1.999801.tar.gz) = 2761631 diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 7c564e395217..a124c9b818e0 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math databases graphics MAINTAINER= coder@tuxfamily.org diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 513fc01d1143..7db6095a1e7c 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.3 +PORTREVISION= 1 +DISTVERSIONPREFIX= v CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net @@ -24,7 +25,9 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado -USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs +USE_GITHUB= yes + +USES= compiler:c++11-lib gettext pkgconfig python:2.7 shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo index 595f0a012239..51cf85662838 100644 --- a/math/py-matplotlib/distinfo +++ b/math/py-matplotlib/distinfo @@ -1,2 +1,3 @@ -SHA256 (matplotlib-1.5.0.tar.gz) = 67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646 -SIZE (matplotlib-1.5.0.tar.gz) = 53962448 +TIMESTAMP = 1479367113 +SHA256 (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = c72276afc11f0b77cee736a783861039c0284d2e4739de8ca09d2dd1407745aa +SIZE (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = 50931479 diff --git a/math/py-pysparse/Makefile b/math/py-pysparse/Makefile index 8c7eccf59d23..9ae35160853a 100644 --- a/math/py-pysparse/Makefile +++ b/math/py-pysparse/Makefile @@ -5,7 +5,6 @@ PORTNAME= pysparse PORTVERSION= 1.3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-dev MAINTAINER= yuri@rawbw.com COMMENT= Fast sparse matrix library for Python diff --git a/math/py-pysparse/distinfo b/math/py-pysparse/distinfo index c8aa1b6b5ff9..0df5864676bb 100644 --- a/math/py-pysparse/distinfo +++ b/math/py-pysparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466932869 -SHA256 (pysparse-1.3-dev_GH0.tar.gz) = 4c4ad1e02a97ea257365331f677205c76e572d22eafbe818f39c4eb462987848 -SIZE (pysparse-1.3-dev_GH0.tar.gz) = 1301990 +TIMESTAMP = 1480154575 +SHA256 (PythonOptimizers-pysparse-1.3-f8430bd_GH0.tar.gz) = 4c4ad1e02a97ea257365331f677205c76e572d22eafbe818f39c4eb462987848 +SIZE (PythonOptimizers-pysparse-1.3-f8430bd_GH0.tar.gz) = 1301990 diff --git a/math/rocs/Makefile b/math/rocs/Makefile index 12ad3a21d554..1936e5890062 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -2,7 +2,7 @@ PORTNAME= rocs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/saga/Makefile b/math/saga/Makefile index 6af01b70fd7f..12b71f59ca1e 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/stp/Makefile b/math/stp/Makefile index 335e7a9fa411..ec68840c1f2a 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -3,7 +3,7 @@ PORTNAME= stp PORTVERSION= 1436 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://intara.arrowdodger.ru/ diff --git a/math/testu01/Makefile b/math/testu01/Makefile index b791d04ef8a4..7f4391866a60 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -13,59 +13,62 @@ EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for statistical testing of uniform random number generators +LICENSE= TestU01 +LICENSE_NAME= TestU01 license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + LIB_DEPENDS= libgmp.so:math/gmp -USES= gmake zip libtool +CONFLICTS= emboss-[0-9]* + +USES= gmake zip libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${PREFIX}/include/${PORTNAME}" MAKE_ARGS= docdir="${DOCSDIR}" exdir="${EXAMPLESDIR}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + CFLAGS+= -fPIC -PLIST_SUB= PORTNAME="${PORTNAME}" -CONFLICTS= emboss-[0-9]* OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-patch: @${REINPLACE_CMD} -e 's|return|& (0)|' ${WRKSRC}/testu01/fftc.c -.if empty(PORT_OPTIONS:MDOCS) + +post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS \=/s/ doc / /' ${WRKSRC}/Makefile.in @${FIND} -X ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} \ -e '/^install-data-am\: /s/install-docDATA//' -.endif -.if empty(PORT_OPTIONS:MEXAMPLES) + + +post-patch-EXAMPLES-off: @${REINPLACE_CMD} -e '/^SUBDIRS \=/s/ examples / /' ${WRKSRC}/Makefile.in -.endif -.if ${PORT_OPTIONS:MDOCS} -post-install: + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/testu01.pdf ${STAGEDIR}${DOCSDIR} -.endif + ${INSTALL_DATA} ${DISTDIR}/testu01.pdf ${STAGEDIR}${DOCSDIR} -check regression-test test: build +do-test: @cd ${WRKSRC}/examples ; \ for f in [mx]*.c ; do \ - ${CC} ${CFLAGS} -c $${f} -I. -I../include ; \ + ${CC} ${CFLAGS} -c $${f} -I. -I../include ; \ done ; \ for t in [befs]*.c; do \ - case $${t} in \ - ex3.c) x="my16807.o" ;; \ - ex7.c) x="mrg32k3a.o xorshift.o" ;; \ - scat.c) continue ;; \ - *) x="" ;; \ - esac ; \ - ${CC} ${CFLAGS} ${LDFLAGS} -o $${t%.c} $${t} -I. -I../include \ - -Wl,--as-needed $${x} ../testu01/.libs/libtestu01.so \ - ../probdist/.libs/libprobdist.so ../mylib/.libs/libmylib.so -lm ; \ - ${ECHO_CMD} "Running $${t%.c}..." ; \ - ${SETENV} \ - LD_LIBRARY_PATH=../testu01/.libs:../probdist/.libs:../mylib/.libs \ - ./$${t%.c} ; \ + case $${t} in \ + ex3.c) x="my16807.o" ;; \ + ex7.c) x="mrg32k3a.o xorshift.o" ;; \ + scat.c) continue ;; \ + *) x="" ;; \ + esac ; \ + ${CC} ${CFLAGS} ${LDFLAGS} -o $${t%.c} $${t} -I. -I../include \ + -Wl,--as-needed $${x} ../testu01/.libs/libtestu01.so \ + ../probdist/.libs/libprobdist.so ../mylib/.libs/libmylib.so -lm ; \ + ${ECHO_CMD} "Running $${t%.c}..." ; \ + ${SETENV} \ + LD_LIBRARY_PATH=../testu01/.libs:../probdist/.libs:../mylib/.libs \ + ./$${t%.c} ; \ done .include diff --git a/math/testu01/pkg-plist b/math/testu01/pkg-plist index 54fcd4a3ba25..99d55a5c2ceb 100644 --- a/math/testu01/pkg-plist +++ b/math/testu01/pkg-plist @@ -1,81 +1,81 @@ bin/tcode -include/%%PORTNAME%%/TestU01.h -include/%%PORTNAME%%/addstr.h -include/%%PORTNAME%%/bbattery.h -include/%%PORTNAME%%/bitset.h -include/%%PORTNAME%%/chrono.h -include/%%PORTNAME%%/fbar.h -include/%%PORTNAME%%/fcho.h -include/%%PORTNAME%%/fcong.h -include/%%PORTNAME%%/fdist.h -include/%%PORTNAME%%/ffam.h -include/%%PORTNAME%%/ffsr.h -include/%%PORTNAME%%/finv.h -include/%%PORTNAME%%/fknuth.h -include/%%PORTNAME%%/fmarsa.h -include/%%PORTNAME%%/fmass.h -include/%%PORTNAME%%/fmultin.h -include/%%PORTNAME%%/fnpair.h -include/%%PORTNAME%%/fres.h -include/%%PORTNAME%%/fspectral.h -include/%%PORTNAME%%/fstring.h -include/%%PORTNAME%%/ftab.h -include/%%PORTNAME%%/fvaria.h -include/%%PORTNAME%%/fwalk.h -include/%%PORTNAME%%/gdef.h -include/%%PORTNAME%%/gdefconf.h -include/%%PORTNAME%%/gofs.h -include/%%PORTNAME%%/gofw.h -include/%%PORTNAME%%/mystr.h -include/%%PORTNAME%%/num.h -include/%%PORTNAME%%/num2.h -include/%%PORTNAME%%/rijndael-alg-fst.h -include/%%PORTNAME%%/scatter.h -include/%%PORTNAME%%/scomp.h -include/%%PORTNAME%%/sentrop.h -include/%%PORTNAME%%/sknuth.h -include/%%PORTNAME%%/smarsa.h -include/%%PORTNAME%%/smultin.h -include/%%PORTNAME%%/snpair.h -include/%%PORTNAME%%/sres.h -include/%%PORTNAME%%/sspacings.h -include/%%PORTNAME%%/sspectral.h -include/%%PORTNAME%%/sstring.h -include/%%PORTNAME%%/statcoll.h -include/%%PORTNAME%%/svaria.h -include/%%PORTNAME%%/swalk.h -include/%%PORTNAME%%/swrite.h -include/%%PORTNAME%%/tables.h -include/%%PORTNAME%%/tu01_sha1.h -include/%%PORTNAME%%/uautomata.h -include/%%PORTNAME%%/ubrent.h -include/%%PORTNAME%%/ucarry.h -include/%%PORTNAME%%/ucrypto.h -include/%%PORTNAME%%/ucubic.h -include/%%PORTNAME%%/udeng.h -include/%%PORTNAME%%/ufile.h -include/%%PORTNAME%%/ugfsr.h -include/%%PORTNAME%%/ugranger.h -include/%%PORTNAME%%/uinv.h -include/%%PORTNAME%%/uknuth.h -include/%%PORTNAME%%/ulcg.h -include/%%PORTNAME%%/ulec.h -include/%%PORTNAME%%/umarsa.h -include/%%PORTNAME%%/umrg.h -include/%%PORTNAME%%/unif01.h -include/%%PORTNAME%%/unumrec.h -include/%%PORTNAME%%/uquad.h -include/%%PORTNAME%%/usoft.h -include/%%PORTNAME%%/utaus.h -include/%%PORTNAME%%/utezuka.h -include/%%PORTNAME%%/util.h -include/%%PORTNAME%%/utouzin.h -include/%%PORTNAME%%/uvaria.h -include/%%PORTNAME%%/uweyl.h -include/%%PORTNAME%%/uwu.h -include/%%PORTNAME%%/uxorshift.h -include/%%PORTNAME%%/vectorsF2.h -include/%%PORTNAME%%/wdist.h +include/TestU01/TestU01.h +include/TestU01/addstr.h +include/TestU01/bbattery.h +include/TestU01/bitset.h +include/TestU01/chrono.h +include/TestU01/fbar.h +include/TestU01/fcho.h +include/TestU01/fcong.h +include/TestU01/fdist.h +include/TestU01/ffam.h +include/TestU01/ffsr.h +include/TestU01/finv.h +include/TestU01/fknuth.h +include/TestU01/fmarsa.h +include/TestU01/fmass.h +include/TestU01/fmultin.h +include/TestU01/fnpair.h +include/TestU01/fres.h +include/TestU01/fspectral.h +include/TestU01/fstring.h +include/TestU01/ftab.h +include/TestU01/fvaria.h +include/TestU01/fwalk.h +include/TestU01/gdef.h +include/TestU01/gdefconf.h +include/TestU01/gofs.h +include/TestU01/gofw.h +include/TestU01/mystr.h +include/TestU01/num.h +include/TestU01/num2.h +include/TestU01/rijndael-alg-fst.h +include/TestU01/scatter.h +include/TestU01/scomp.h +include/TestU01/sentrop.h +include/TestU01/sknuth.h +include/TestU01/smarsa.h +include/TestU01/smultin.h +include/TestU01/snpair.h +include/TestU01/sres.h +include/TestU01/sspacings.h +include/TestU01/sspectral.h +include/TestU01/sstring.h +include/TestU01/statcoll.h +include/TestU01/svaria.h +include/TestU01/swalk.h +include/TestU01/swrite.h +include/TestU01/tables.h +include/TestU01/tu01_sha1.h +include/TestU01/uautomata.h +include/TestU01/ubrent.h +include/TestU01/ucarry.h +include/TestU01/ucrypto.h +include/TestU01/ucubic.h +include/TestU01/udeng.h +include/TestU01/ufile.h +include/TestU01/ugfsr.h +include/TestU01/ugranger.h +include/TestU01/uinv.h +include/TestU01/uknuth.h +include/TestU01/ulcg.h +include/TestU01/ulec.h +include/TestU01/umarsa.h +include/TestU01/umrg.h +include/TestU01/unif01.h +include/TestU01/unumrec.h +include/TestU01/uquad.h +include/TestU01/usoft.h +include/TestU01/utaus.h +include/TestU01/utezuka.h +include/TestU01/util.h +include/TestU01/utouzin.h +include/TestU01/uvaria.h +include/TestU01/uweyl.h +include/TestU01/uwu.h +include/TestU01/uxorshift.h +include/TestU01/vectorsF2.h +include/TestU01/wdist.h lib/libmylib.a lib/libmylib.so lib/libmylib.so.0 diff --git a/math/ufc/Makefile b/math/ufc/Makefile index 96a611e078d5..0cd2ad4c98ef 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufc PORTVERSION= ${MMVERSION}.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index df9de5d39fe9..58cc39fec56e 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -3,6 +3,7 @@ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/misc/artikulate/Makefile b/misc/artikulate/Makefile index e15e78fe2a2d..43a379ed021e 100644 --- a/misc/artikulate/Makefile +++ b/misc/artikulate/Makefile @@ -2,6 +2,7 @@ PORTNAME= artikulate PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/misc/p5-Geo-Coder-Geocoder-US/Makefile b/misc/p5-Geo-Coder-Geocoder-US/Makefile index ff0c8b83a526..1b5b7edf9c4b 100644 --- a/misc/p5-Geo-Coder-Geocoder-US/Makefile +++ b/misc/p5-Geo-Coder-Geocoder-US/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Coder-Geocoder-US -PORTVERSION= 0.006 +PORTVERSION= 0.007 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/misc/p5-Geo-Coder-Geocoder-US/distinfo b/misc/p5-Geo-Coder-Geocoder-US/distinfo index 797b4fecdcd7..ca99833f5ece 100644 --- a/misc/p5-Geo-Coder-Geocoder-US/distinfo +++ b/misc/p5-Geo-Coder-Geocoder-US/distinfo @@ -1,2 +1,3 @@ -SHA256 (Geo-Coder-Geocoder-US-0.006.tar.gz) = fc538e0248b0f1bd9c4cdab4241998639fee7b4281619ac4f03ba1745aa0d728 -SIZE (Geo-Coder-Geocoder-US-0.006.tar.gz) = 22124 +TIMESTAMP = 1479918895 +SHA256 (Geo-Coder-Geocoder-US-0.007.tar.gz) = 5f82532fa373f20a0520a2645dffae0bea6d61f3d64fd140a483cb0e9a1d2eb7 +SIZE (Geo-Coder-Geocoder-US-0.007.tar.gz) = 23962 diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile index 3c55999c43eb..dceb9319386c 100644 --- a/misc/p5-I18N-LangTags/Makefile +++ b/misc/p5-I18N-LangTags/Makefile @@ -3,7 +3,7 @@ PORTNAME= I18N-LangTags PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm b/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm new file mode 100644 index 000000000000..3d45888ff9ea --- /dev/null +++ b/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm @@ -0,0 +1,11 @@ +--- lib/I18N/LangTags.pm.orig 2004-10-07 07:26:33 UTC ++++ lib/I18N/LangTags.pm +@@ -489,7 +489,7 @@ lookup in %greetings fails. That's the + You could instead do lookups on $wanted with: + + use I18N::LangTags qw(same_language_tag); +- my $repsonse = ''; ++ my $response = ''; + foreach my $l2 (keys %greetings) { + if(same_language_tag($wanted, $l2)) { + $response = $greetings{$l2}; diff --git a/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm b/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm new file mode 100644 index 000000000000..bedb02d6bb29 --- /dev/null +++ b/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm @@ -0,0 +1,11 @@ +--- lib/I18N/LangTags/Detect.pm.orig 2004-06-21 05:47:55 UTC ++++ lib/I18N/LangTags/Detect.pm +@@ -137,7 +137,7 @@ sub _try_use { # Basically a wrapper a + my $module = $_[0]; # ASSUME sane module name! + { no strict 'refs'; + return($tried{$module} = 1) +- if defined(%{$module . "::Lexicon"}) or defined(@{$module . "::ISA"}); ++ if %{$module . "::Lexicon"} or @{$module . "::ISA"}; + # weird case: we never use'd it, but there it is! + } + diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index c9b6a2a66098..2cb2e89eafac 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20161119 +PORTVERSION= 20161121 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 60698ac +GH_TAGNAME= d5ae6a2 USE_GITHUB= yes do-install: diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo index 5ecbd6bab426..8d724a6580c4 100644 --- a/misc/pciids/distinfo +++ b/misc/pciids/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479642300 -SHA256 (pciutils-pciids-20161119-60698ac_GH0.tar.gz) = 6869f9d783526ac2337ee8d07a798832b950b66312dd72811d1553766947e7ff -SIZE (pciutils-pciids-20161119-60698ac_GH0.tar.gz) = 250167 +TIMESTAMP = 1479930054 +SHA256 (pciutils-pciids-20161121-d5ae6a2_GH0.tar.gz) = 368216f6b65b6cefaea66c3422ec81ede1efd4a33086e00e3579e6c9e1e840e2 +SIZE (pciutils-pciids-20161121-d5ae6a2_GH0.tar.gz) = 250510 diff --git a/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile index 08f5266ec8f4..fb289cee436b 100644 --- a/misc/pecl-timezonedb/Makefile +++ b/misc/pecl-timezonedb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timezonedb -PORTVERSION= 2016.9 +PORTVERSION= 2016.10 CATEGORIES= misc MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/misc/pecl-timezonedb/distinfo b/misc/pecl-timezonedb/distinfo index 74736a500574..c1ef340f2bc8 100644 --- a/misc/pecl-timezonedb/distinfo +++ b/misc/pecl-timezonedb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479473764 -SHA256 (PECL/timezonedb-2016.9.tgz) = 9207c0f6bff2dd8a1bb0d5b1b4ee644437d555538d02a1cc8c63ebbce6c893e8 -SIZE (PECL/timezonedb-2016.9.tgz) = 420925 +TIMESTAMP = 1480092245 +SHA256 (PECL/timezonedb-2016.10.tgz) = dc0a01830de85aec481d96ec7ec03b36814d02d1bc417f52ce655b2cb1eb7ede +SIZE (PECL/timezonedb-2016.10.tgz) = 421824 diff --git a/misc/py-glance/Makefile b/misc/py-glance/Makefile index 85e406610cfd..c6f6a65234bc 100644 --- a/misc/py-glance/Makefile +++ b/misc/py-glance/Makefile @@ -3,6 +3,7 @@ PORTNAME= glance PORTVERSION= 13.0.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= https://fossies.org/linux/misc/openstack/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStack Image Service +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -60,7 +63,7 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils noegginfo -USE_RC_SUBR= glance-api glance-registry glance-scrubber +USE_RC_SUBR= glance-api glance-registry glance-scrubber glance-glare USERS= glance GROUPS= glance diff --git a/misc/py-glance/distinfo b/misc/py-glance/distinfo index 4ce99ff17176..ff2c98b61584 100644 --- a/misc/py-glance/distinfo +++ b/misc/py-glance/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476650212 +TIMESTAMP = 1479815522 SHA256 (glance-13.0.0.tar.gz) = 3ef3594018469ba36425afafa61ae31487b6025e6f8d9d14febcedfa7136160f SIZE (glance-13.0.0.tar.gz) = 1742124 diff --git a/misc/py-glance/files/glance-api.in b/misc/py-glance/files/glance-api.in index 7073fdc2f9eb..d569a744372b 100644 --- a/misc/py-glance/files/glance-api.in +++ b/misc/py-glance/files/glance-api.in @@ -2,33 +2,60 @@ # # $FreeBSD$ # + # PROVIDE: glance_api # REQUIRE: LOGIN # KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable glance_api: +# +# glance_api_enable="YES" +# +# glance_api_enable (bool): +# Set it to "YES" to enable glance_api. +# Default is "NO". +# +# glance_api_logdir (str): +# Set it to chagge log directory +# Default is "/var/log/glance" # -# Add the following lines to /etc/rc.conf to enable glance-api: +# glance_api_args (str): +# Set it to change command line arguments. +# Default is "--log-file ${glance_api_logdir}/glance-api.log" # -# glance_api_enable (bool): Set it to "YES" to enable glance-api. -# Default is "NO". . /etc/rc.subr -name="glance_api" +name=glance_api rcvar=glance_api_enable -extra_commands="reload shutdown status" -reload_cmd="glance-control api reload" -shutdown_cmd="glance-control api shutdown" -start_cmd="glance-control api start" -status_cmd="glance-control api status" -stop_cmd="glance-control api stop" - required_files=%%PREFIX%%/etc/glance/glance-api.conf +PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH + +pidfile="/var/run/glance-api.pid" +procname="%%PREFIX%%/bin/python2.7" -PATH=%%PREFIX%%/bin:$PATH +start_precmd=glance_precmd +stop_postcmd=glance_postcmd load_rc_config $name : ${glance_api_enable:="NO"} +: ${glance_api_logdir:="/var/log/glance"} +: ${glance_api_args:="--log-file ${glance_api_logdir}/glance-api.log"} + +command="/usr/sbin/daemon" +command_args="-f -p ${pidfile} -u glance glance-api ${glance_api_args}" + +glance_precmd() { + mkdir -p ${glance_api_logdir} + chown glance ${glance_api_logdir} +} + +glance_postcmd() { + # this is a workaround for a glance-api bug + pkill -u glance -f glance-api +} run_rc_command "$1" diff --git a/misc/py-glance/files/glance-glare.in b/misc/py-glance/files/glance-glare.in new file mode 100644 index 000000000000..1f06b83e89fa --- /dev/null +++ b/misc/py-glance/files/glance-glare.in @@ -0,0 +1,55 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: glance_glare +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable glance_glare: +# +# glance_glare_enable="YES" +# +# glance_glare_enable (bool): +# Set it to "YES" to enable glance_glare. +# Default is "NO". +# +# glance_glare_logdir (str): +# Set it to chagge log directory +# Default is "/var/log/glance" +# +# glance_glare_args (str): +# Set it to change command line arguments. +# Default is "--log-file ${glance_glare_logdir}/glance-glare.log" +# + +. /etc/rc.subr + +name=glance_glare +rcvar=glance_glare_enable + +required_files=%%PREFIX%%/etc/glance/glance-glare.conf +PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH + +pidfile="/var/run/glance-glare.pid" +procname="%%PREFIX%%/bin/python2.7" + +start_precmd=glance_precmd + +load_rc_config $name + +: ${glance_glare_enable:="NO"} +: ${glance_glare_logdir:="/var/log/glance"} +: ${glance_glare_args:="--log-file ${glance_glare_logdir}/glance-glare.log"} + +command="/usr/sbin/daemon" +command_args="-f -p ${pidfile} -u glance glance-glare ${glance_glare_args}" + +glance_precmd() { + mkdir -p ${glance_glare_logdir} + chown glance ${glance_glare_logdir} +} + +run_rc_command "$1" diff --git a/misc/py-glance/files/glance-registry.in b/misc/py-glance/files/glance-registry.in index 598652706aba..910172abb835 100644 --- a/misc/py-glance/files/glance-registry.in +++ b/misc/py-glance/files/glance-registry.in @@ -2,33 +2,54 @@ # # $FreeBSD$ # + # PROVIDE: glance_registry # REQUIRE: LOGIN # KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable glance_registry: +# +# glance_registry_enable="YES" +# +# glance_registry_enable (bool): +# Set it to "YES" to enable glance_registry. +# Default is "NO". # -# Add the following lines to /etc/rc.conf to enable glance-registry: +# glance_registry_logdir (str): +# Set it to chagge log directory +# Default is "/var/log/glance" +# +# glance_registry_args (str): +# Set it to change command line arguments. +# Default is "--log-file ${glance_registry_logdir}/glance-registry.log" # -# glance_registry_enable (bool): Set it to "YES" to enable glance-registry. -# Default is "NO". . /etc/rc.subr -name="glance_registry" +name=glance_registry rcvar=glance_registry_enable -extra_commands="reload shutdown status" -reload_cmd="glance-control registry reload" -shutdown_cmd="glance-control registry shutdown" -start_cmd="glance-control registry start" -status_cmd="glance-control registry status" -stop_cmd="glance-control registry stop" - required_files=%%PREFIX%%/etc/glance/glance-registry.conf +PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH + +pidfile="/var/run/glance-registry.pid" +procname="%%PREFIX%%/bin/python2.7" -PATH=%%PREFIX%%/bin:$PATH +start_precmd=glance_precmd load_rc_config $name : ${glance_registry_enable:="NO"} +: ${glance_registry_logdir:="/var/log/glance"} +: ${glance_registry_args:="--log-file ${glance_registry_logdir}/glance-registry.log"} + +command="/usr/sbin/daemon" +command_args="-f -p ${pidfile} -u glance glance-registry ${glance_registry_args}" + +glance_precmd() { + mkdir -p ${glance_registry_logdir} + chown glance ${glance_registry_logdir} +} run_rc_command "$1" diff --git a/misc/py-glance/files/glance-scrubber.in b/misc/py-glance/files/glance-scrubber.in index d59afb3aaf99..6f373685b853 100644 --- a/misc/py-glance/files/glance-scrubber.in +++ b/misc/py-glance/files/glance-scrubber.in @@ -2,32 +2,54 @@ # # $FreeBSD$ # + # PROVIDE: glance_scrubber # REQUIRE: LOGIN # KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable glance_scrubber: +# +# glance_scrubber_enable="YES" +# +# glance_scrubber_enable (bool): +# Set it to "YES" to enable glance_scrubber. +# Default is "NO". # -# Add the following lines to /etc/rc.conf to enable glance-scrubber: +# glance_scrubber_logdir (str): +# Set it to chagge log directory +# Default is "/var/log/glance" +# +# glance_scrubber_args (str): +# Set it to change command line arguments. +# Default is "--log-file ${glance_scrubber_logdir}/glance-scrubber.log" # -# glance_scrubber_enable (bool): Set it to "YES" to enable glance-scrubber. -# Default is "NO". . /etc/rc.subr -name="glance_scrubber" +name=glance_scrubber rcvar=glance_scrubber_enable -extra_commands="shutdown status" -shutdown_cmd="glance-control scrubber shutdown" -start_cmd="glance-control scrubber start" -status_cmd="glance-control scrubber status" -stop_cmd="glance-control scrubber stop" - required_files=%%PREFIX%%/etc/glance/glance-scrubber.conf +PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH + +pidfile="/var/run/glance-scrubber.pid" +procname="%%PREFIX%%/bin/python2.7" -PATH=%%PREFIX%%/bin:$PATH +start_precmd=glance_precmd load_rc_config $name : ${glance_scrubber_enable:="NO"} +: ${glance_scrubber_logdir:="/var/log/glance"} +: ${glance_scrubber_args:="--log-file ${glance_scrubber_logdir}/glance-scrubber.log"} + +command="/usr/sbin/daemon" +command_args="-f -p ${pidfile} -u glance glance-scrubber ${glance_scrubber_args}" + +glance_precmd() { + mkdir -p ${glance_scrubber_logdir} + chown glance ${glance_scrubber_logdir} +} run_rc_command "$1" diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index fa15ecee9265..a189430f0302 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -11,9 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Text progressbar library for python -LICENSE= BSD3CLAUSE +LICENSE= BSD3CLAUSE LGPL21+ +LICENSE_COMB= dual +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.txt -USE_PYTHON= autoplist distutils -USES= python:2.7 +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include diff --git a/misc/py-progressbar/files/patch-progressbar-widgets.py b/misc/py-progressbar/files/patch-progressbar-widgets.py new file mode 100644 index 000000000000..2a450e7047a3 --- /dev/null +++ b/misc/py-progressbar/files/patch-progressbar-widgets.py @@ -0,0 +1,44 @@ +--- progressbar/widgets.py.orig 2011-05-15 23:08:48 UTC ++++ progressbar/widgets.py +@@ -84,8 +84,8 @@ class Timer(Widget): + __slots__ = ('format',) + TIME_SENSITIVE = True + +- def __init__(self, format='Elapsed Time: %s'): +- self.format = format ++ def __init__(self, _format='Elapsed Time: %s'): ++ self.format = _format + + @staticmethod + def format_time(seconds): +@@ -121,7 +121,7 @@ class ETA(Timer): + class FileTransferSpeed(Widget): + 'Widget for showing the transfer speed (useful for file transfers).' + +- format = '%6.2f %s%s/s' ++ _format = '%6.2f %s%s/s' + prefixes = ' kMGTPEZY' + __slots__ = ('unit', 'format') + +@@ -170,8 +170,8 @@ class Counter(Widget): + + __slots__ = ('format',) + +- def __init__(self, format='%d'): +- self.format = format ++ def __init__(self, _format='%d'): ++ self.format = _format + + def update(self, pbar): + return self.format % pbar.currval +@@ -198,8 +198,8 @@ class FormatLabel(Timer): + } + + __slots__ = ('format',) +- def __init__(self, format): +- self.format = format ++ def __init__(self, _format): ++ self.format = _format + + def update(self, pbar): + context = {} diff --git a/misc/py-progressbar/pkg-descr b/misc/py-progressbar/pkg-descr index 184956a810d2..fe02d2798e8b 100644 --- a/misc/py-progressbar/pkg-descr +++ b/misc/py-progressbar/pkg-descr @@ -13,4 +13,5 @@ There are three types of widget: - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line. -WWW: http://code.google.com/p/python-progressbar +WWW: https://pypi.python.org/pypi/progressbar +WWW: https://github.com/niltonvolpato/python-progressbar diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index f1a9649e4105..407b283813dc 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses readline ALL_TARGET= ytree +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lreadline OPTIONS_DEFINE= DOCS diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index fdba95d01f06..32a05867f26e 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -3,7 +3,7 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile index f302edc42098..a638cbaeec8d 100644 --- a/multimedia/banshee/Makefile +++ b/multimedia/banshee/Makefile @@ -2,7 +2,7 @@ PORTNAME= banshee PORTVERSION= 2.6.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GNOME @@ -10,9 +10,19 @@ MASTER_SITES= GNOME MAINTAINER= mono@FreeBSD.org COMMENT= Music management and playback for gnome +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + # Could do without bash, but it's brought in by gnome anyway. BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ bash:shells/bash +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgstbase-0.10.so:multimedia/gstreamer \ + libgstfft-0.10.so:multimedia/gstreamer-plugins \ + libwebkitgtk-1.0.so:www/webkit-gtk2 \ + libsoup-gnome-2.4.so:devel/libsoup-gnome \ + libsoup-2.4.so:devel/libsoup RUN_DEPENDS= bash:shells/bash LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:devel/dbus-sharp-glib \ @@ -21,8 +31,9 @@ LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-glib-1.0.pc:devel/dbus ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:devel/mono-addins \ ${LOCALBASE}/libdata/pkgconfig/notify-sharp.pc:devel/notify-sharp -# For now, remove APPLEDEV since it is broken -OPTIONS_DEFINE= DOCS BPMDETECT GIO MTP WEBKIT YOUTUBE +OPTIONS_DEFINE= APPLEDEV DOCS BPMDETECT GIO MTP WEBKIT YOUTUBE +OPTIONS_DEFAULT=APPLEDEV BPMDETECT GIO MTP WEBKIT YOUTUBE +OPTIONS_SUB= yes APPLEDEV_DESC= Apple device BPMDETECT_DESC= Force dependency on soundtouch (required for BPM detection) @@ -30,16 +41,14 @@ GIO_DESC= Use GIO for disk access WEBKIT_DESC= Build and/or install extensions using Webkit YOUTUBE_DESC= Build and/or install the Youtube extension -OPTIONS_DEFAULT=BPMDETECT GIO MTP WEBKIT YOUTUBE - -USES= desktop-file-utils gmake libtool mono pathfix perl5 \ +USES= desktop-file-utils gmake gettext-runtime libtool mono pathfix perl5 \ pkgconfig shared-mime-info sqlite tar:xz USE_PERL5= build GNU_CONFIGURE= yes -USE_GNOME= gnomedocutils gnomesharp20 gtksharp20 intltool +USE_GNOME= cairo gnomedocutils gnomesharp20 gtksharp20 intltool USE_GSTREAMER= cdparanoia USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME:C/-.*//} -USE_XORG= xrandr xxf86vm +USE_XORG= x11 xrandr xxf86vm INSTALLS_ICONS= yes INSTALL_TARGET= install-strip CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} @@ -47,77 +56,27 @@ CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-har CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib - -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +PORTSCOUT= skipv=2.9.1 # Need absolute path for build/icon-install-theme. INSTALL= /usr/bin/install -.if ${PORT_OPTIONS:MGIO} -CONFIGURE_ARGS+=--enable-gio -LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/gtk-sharp-beans-2.0.pc:x11-toolkits/gtk-sharp-beans -PLIST_SUB+= OPT_GIO="" -.else -CONFIGURE_ARGS+=--disable-gio -PLIST_SUB+= OPT_GIO="@comment " -.endif - -.if ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+=--enable-docs -PLIST_SUB+= OPT_DOCS="" -.else -CONFIGURE_ARGS+=--disable-docs -PLIST_SUB+= OPT_DOCS="@comment " -.endif - -.if ${PORT_OPTIONS:MBPMDETECT} -USE_GSTREAMER+= soundtouch -.endif - -.if ${PORT_OPTIONS:MAPPLEDEV} -CONFIGURE_ARGS+=--enable-appledevice -LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libgpodsharp.pc:audio/libgpod -BROKEN= Missing dependency -PLIST_SUB+= APPLEDEV="" -.else -CONFIGURE_ARGS+=--disable-appledevice -PLIST_SUB+= APPLEDEV="@comment " -.endif - -.if ${PORT_OPTIONS:MMTP} -CONFIGURE_ARGS+=--enable-mtp -LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libmtp.pc:multimedia/libmtp -PLIST_SUB+= OPT_MTP="" -.else -CONFIGURE_ARGS+=--disable-mtp -PLIST_SUB+= OPT_MTP="@comment " -.endif +APPLEDEV_CONFIGURE_ENABLE= appledevice +APPLEDEV_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libgpod-sharp.pc:audio/libgpod-sharp +BPMDETECT_USE= gstreamer=soundtouch +DOCS_CONFIGURE_ENABLE= docs +GIO_CONFIGURE_ENABLE= gio +GIO_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/gtk-sharp-beans-2.0.pc:x11-toolkits/gtk-sharp-beans +MTP_CONFIGURE_ENABLE= mtp +MTP_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/libmtp.pc:multimedia/libmtp +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +WEBKIT_CONFIGURE_ENABLE=webkit +WEBKIT_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:www/webkit-sharp +YOUTUBE_CONFIGURE_ENABLE= youtube +YOUTUBE_VARS= LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/gdata-sharp-youtube.pc:devel/google-gdata -.if ${PORT_OPTIONS:MWEBKIT} -CONFIGURE_ARGS+=--enable-webkit -LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:www/webkit-sharp -PLIST_SUB+= OPT_WEBKIT="" -.else -CONFIGURE_ARGS+=--disable-webkit -PLIST_SUB+= OPT_WEBKIT="@comment " -.endif - -.if ${PORT_OPTIONS:MYOUTUBE} -CONFIGURE_ARGS+=--enable-youtube -LIB_PC_DEPENDS+=${LOCALBASE}/libdata/pkgconfig/gdata-sharp-youtube.pc:devel/google-gdata -PLIST_SUB+= OPT_YOUTUBE="" -.else -CONFIGURE_ARGS+=--disable-youtube -PLIST_SUB+= OPT_YOUTUBE="@comment " -.endif +.include .if ${PORT_OPTIONS:MWEBKIT} || ${PORT_OPTIONS:MYOUTUBE} PLIST_SUB+= OPT_WEBKITORYOUTUBE="" diff --git a/multimedia/banshee/distinfo b/multimedia/banshee/distinfo index 4ffe70957113..b6a86b889c8a 100644 --- a/multimedia/banshee/distinfo +++ b/multimedia/banshee/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1479575483 SHA256 (banshee-2.6.2.tar.xz) = f77c089b05e3dc956236d13ff02945fe560f56e402df57621a9196de39ba60f8 SIZE (banshee-2.6.2.tar.xz) = 3372372 diff --git a/multimedia/banshee/pkg-plist b/multimedia/banshee/pkg-plist index bd7de7aed7d9..e33f68f13052 100644 --- a/multimedia/banshee/pkg-plist +++ b/multimedia/banshee/pkg-plist @@ -4,8 +4,8 @@ bin/muinshee lib/banshee/Backends/Banshee.GStreamer.dll lib/banshee/Backends/Banshee.GStreamer.dll.config lib/banshee/Backends/Banshee.GStreamer.dll.mdb -%%OPT_GIO%%lib/banshee/Backends/Banshee.Gio.dll -%%OPT_GIO%%lib/banshee/Backends/Banshee.Gio.dll.mdb +%%GIO%%lib/banshee/Backends/Banshee.Gio.dll +%%GIO%%lib/banshee/Backends/Banshee.Gio.dll.mdb lib/banshee/Backends/Banshee.Gnome.dll lib/banshee/Backends/Banshee.Gnome.dll.mdb lib/banshee/Backends/Banshee.NowPlaying.X11.dll @@ -13,12 +13,12 @@ lib/banshee/Backends/Banshee.NowPlaying.X11.dll.mdb lib/banshee/Backends/Banshee.Unix.dll lib/banshee/Backends/Banshee.Unix.dll.config lib/banshee/Backends/Banshee.Unix.dll.mdb -%%OPT_GIO%%lib/banshee/Backends/gio-sharp.dll -%%OPT_GIO%%lib/banshee/Backends/gio-sharp.dll.config -%%OPT_GIO%%lib/banshee/Backends/gio-sharp.dll.mdb -%%OPT_GIO%%lib/banshee/Backends/gtk-sharp-beans.dll -%%OPT_GIO%%lib/banshee/Backends/gtk-sharp-beans.dll.config -%%OPT_GIO%%lib/banshee/Backends/gtk-sharp-beans.dll.mdb +%%GIO%%lib/banshee/Backends/gio-sharp.dll +%%GIO%%lib/banshee/Backends/gio-sharp.dll.config +%%GIO%%lib/banshee/Backends/gio-sharp.dll.mdb +%%GIO%%lib/banshee/Backends/gtk-sharp-beans.dll +%%GIO%%lib/banshee/Backends/gtk-sharp-beans.dll.config +%%GIO%%lib/banshee/Backends/gtk-sharp-beans.dll.mdb lib/banshee/Backends/libbnpx11.a lib/banshee/Backends/libbnpx11.so lib/banshee/Banshee.CollectionIndexer.dll @@ -33,8 +33,8 @@ lib/banshee/Banshee.Services.dll.mdb lib/banshee/Banshee.ThickClient.dll lib/banshee/Banshee.ThickClient.dll.config lib/banshee/Banshee.ThickClient.dll.mdb -%%OPT_WEBKIT%%lib/banshee/Banshee.WebBrowser.dll -%%OPT_WEBKIT%%lib/banshee/Banshee.WebBrowser.dll.mdb +%%WEBKIT%%lib/banshee/Banshee.WebBrowser.dll +%%WEBKIT%%lib/banshee/Banshee.WebBrowser.dll.mdb lib/banshee/Banshee.Widgets.dll lib/banshee/Banshee.Widgets.dll.config lib/banshee/Banshee.Widgets.dll.mdb @@ -43,8 +43,8 @@ lib/banshee/Banshee.exe.config lib/banshee/Banshee.exe.mdb lib/banshee/Beroe.exe lib/banshee/Beroe.exe.mdb -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.AmazonMp3.Store.dll -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.AmazonMp3.Store.dll.mdb +%%WEBKIT%%lib/banshee/Extensions/Banshee.AmazonMp3.Store.dll +%%WEBKIT%%lib/banshee/Extensions/Banshee.AmazonMp3.Store.dll.mdb lib/banshee/Extensions/Banshee.AmazonMp3.exe lib/banshee/Extensions/Banshee.AmazonMp3.exe.mdb lib/banshee/Extensions/Banshee.Audiobook.dll @@ -55,14 +55,16 @@ lib/banshee/Extensions/Banshee.CoverArt.dll lib/banshee/Extensions/Banshee.CoverArt.dll.mdb lib/banshee/Extensions/Banshee.Daap.dll lib/banshee/Extensions/Banshee.Daap.dll.mdb +%%APPLEDEV%%lib/banshee/Extensions/Banshee.Dap.AppleDevice.dll +%%APPLEDEV%%lib/banshee/Extensions/Banshee.Dap.AppleDevice.dll.mdb lib/banshee/Extensions/Banshee.Dap.MassStorage.dll lib/banshee/Extensions/Banshee.Dap.MassStorage.dll.mdb -%%OPT_MTP%%lib/banshee/Extensions/Banshee.Dap.Mtp.dll -%%OPT_MTP%%lib/banshee/Extensions/Banshee.Dap.Mtp.dll.mdb +%%MTP%%lib/banshee/Extensions/Banshee.Dap.Mtp.dll +%%MTP%%lib/banshee/Extensions/Banshee.Dap.Mtp.dll.mdb lib/banshee/Extensions/Banshee.Dap.dll lib/banshee/Extensions/Banshee.Dap.dll.mdb -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.Emusic.Store.dll -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.Emusic.Store.dll.mdb +%%WEBKIT%%lib/banshee/Extensions/Banshee.Emusic.Store.dll +%%WEBKIT%%lib/banshee/Extensions/Banshee.Emusic.Store.dll.mdb lib/banshee/Extensions/Banshee.Emusic.dll lib/banshee/Extensions/Banshee.Emusic.dll.mdb lib/banshee/Extensions/Banshee.FileSystemQueue.dll @@ -81,8 +83,8 @@ lib/banshee/Extensions/Banshee.LibraryWatcher.dll lib/banshee/Extensions/Banshee.LibraryWatcher.dll.mdb lib/banshee/Extensions/Banshee.MiniMode.dll lib/banshee/Extensions/Banshee.MiniMode.dll.mdb -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.MiroGuide.dll -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.MiroGuide.dll.mdb +%%WEBKIT%%lib/banshee/Extensions/Banshee.MiroGuide.dll +%%WEBKIT%%lib/banshee/Extensions/Banshee.MiroGuide.dll.mdb lib/banshee/Extensions/Banshee.Mpris.dll lib/banshee/Extensions/Banshee.Mpris.dll.mdb lib/banshee/Extensions/Banshee.MultimediaKeys.dll @@ -100,10 +102,13 @@ lib/banshee/Extensions/Banshee.PlayerMigration.dll lib/banshee/Extensions/Banshee.PlayerMigration.dll.mdb lib/banshee/Extensions/Banshee.Podcasting.dll lib/banshee/Extensions/Banshee.Podcasting.dll.mdb -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.Wikipedia.dll -%%OPT_WEBKIT%%lib/banshee/Extensions/Banshee.Wikipedia.dll.mdb -%%OPT_YOUTUBE%%lib/banshee/Extensions/Banshee.YouTube.dll -%%OPT_YOUTUBE%%lib/banshee/Extensions/Banshee.YouTube.dll.mdb +%%WEBKIT%%lib/banshee/Extensions/Banshee.Wikipedia.dll +%%WEBKIT%%lib/banshee/Extensions/Banshee.Wikipedia.dll.mdb +%%YOUTUBE%%lib/banshee/Extensions/Banshee.YouTube.dll +%%YOUTUBE%%lib/banshee/Extensions/Banshee.YouTube.dll.mdb +%%APPLEDEV%%lib/banshee/Extensions/libgpod-sharp.dll +%%APPLEDEV%%lib/banshee/Extensions/libgpod-sharp.dll.config +%%APPLEDEV%%lib/banshee/Extensions/libgpod-sharp.dll.mdb lib/banshee/Halie.exe lib/banshee/Halie.exe.mdb lib/banshee/Hyena.Data.Sqlite.dll @@ -122,9 +127,9 @@ lib/banshee/Migo.dll lib/banshee/Migo.dll.mdb lib/banshee/Mono.Media.dll lib/banshee/Mono.Media.dll.mdb -%%OPT_MTP%%lib/banshee/Mtp.dll -%%OPT_MTP%%lib/banshee/Mtp.dll.config -%%OPT_MTP%%lib/banshee/Mtp.dll.mdb +%%MTP%%lib/banshee/Mtp.dll +%%MTP%%lib/banshee/Mtp.dll.config +%%MTP%%lib/banshee/Mtp.dll.mdb lib/banshee/Muinshee.exe lib/banshee/Muinshee.exe.mdb lib/banshee/MusicBrainz.dll @@ -134,8 +139,8 @@ lib/banshee/Nereid.exe.mdb lib/banshee/gconf-schema-extractor.exe lib/banshee/libbanshee.a lib/banshee/libbanshee.so -%%OPT_WEBKIT%%lib/banshee/libossifer.a -%%OPT_WEBKIT%%lib/banshee/libossifer.so +%%WEBKIT%%lib/banshee/libossifer.a +%%WEBKIT%%lib/banshee/libossifer.so %%PORTDOCS%%lib/monodoc/sources/banshee-docs.source %%PORTDOCS%%lib/monodoc/sources/banshee-docs.tree %%PORTDOCS%%lib/monodoc/sources/banshee-docs.zip @@ -180,7 +185,7 @@ share/applications/banshee.desktop %%DATADIR%%/icons/hicolor/16x16/actions/media-repeat-single.png %%DATADIR%%/icons/hicolor/16x16/actions/media-write-cd.png %%DATADIR%%/icons/hicolor/16x16/categories/amazon-mp3-source.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/amazon-mp3-store-source.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/amazon-mp3-store-source.png %%DATADIR%%/icons/hicolor/16x16/categories/audiobook.png %%DATADIR%%/icons/hicolor/16x16/categories/internet-archive.png %%DATADIR%%/icons/hicolor/16x16/categories/lastfm-audioscrobbler.png @@ -188,13 +193,27 @@ share/applications/banshee.desktop %%DATADIR%%/icons/hicolor/16x16/categories/lastfm-personal.png %%DATADIR%%/icons/hicolor/16x16/categories/lastfm-recommended.png %%DATADIR%%/icons/hicolor/16x16/categories/lastfm-tag.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/miro-guide-source.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/miro-guide-source.png %%DATADIR%%/icons/hicolor/16x16/categories/podcast.png %%DATADIR%%/icons/hicolor/16x16/categories/radio.png %%DATADIR%%/icons/hicolor/16x16/categories/source-playlist.png %%DATADIR%%/icons/hicolor/16x16/categories/source-smart-playlist.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/wikipedia.png -%%OPT_YOUTUBE%%%%DATADIR%%/icons/hicolor/16x16/categories/youtube.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/16x16/categories/wikipedia.png +%%YOUTUBE%%%%DATADIR%%/icons/hicolor/16x16/categories/youtube.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-U2-color.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-U2-monochrome.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-blue.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-gold.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-green.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-pink.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-mini-silver.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-nano-black.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-nano-white.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-shuffle.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-standard-color.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-standard-monochrome.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-video-black.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/16x16/devices/multimedia-player-ipod-video-white.png %%DATADIR%%/icons/hicolor/16x16/devices/phone-google-nexus-one.png %%DATADIR%%/icons/hicolor/16x16/devices/phone-htc-g1-white.png %%DATADIR%%/icons/hicolor/16x16/devices/phone-nokia-n900.png @@ -211,7 +230,7 @@ share/applications/banshee.desktop %%DATADIR%%/icons/hicolor/22x22/actions/media-import-audio-cd.png %%DATADIR%%/icons/hicolor/22x22/actions/media-write-cd.png %%DATADIR%%/icons/hicolor/22x22/categories/amazon-mp3-source.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/amazon-mp3-store-source.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/amazon-mp3-store-source.png %%DATADIR%%/icons/hicolor/22x22/categories/audiobook.png %%DATADIR%%/icons/hicolor/22x22/categories/internet-archive.png %%DATADIR%%/icons/hicolor/22x22/categories/lastfm-audioscrobbler.png @@ -219,21 +238,35 @@ share/applications/banshee.desktop %%DATADIR%%/icons/hicolor/22x22/categories/lastfm-personal.png %%DATADIR%%/icons/hicolor/22x22/categories/lastfm-recommended.png %%DATADIR%%/icons/hicolor/22x22/categories/lastfm-tag.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/miro-guide-source.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/miro-guide-source.png %%DATADIR%%/icons/hicolor/22x22/categories/podcast.png %%DATADIR%%/icons/hicolor/22x22/categories/radio.png %%DATADIR%%/icons/hicolor/22x22/categories/source-playlist.png %%DATADIR%%/icons/hicolor/22x22/categories/source-smart-playlist.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/wikipedia.png -%%OPT_YOUTUBE%%%%DATADIR%%/icons/hicolor/22x22/categories/youtube.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/22x22/categories/wikipedia.png +%%YOUTUBE%%%%DATADIR%%/icons/hicolor/22x22/categories/youtube.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-U2-color.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-U2-monochrome.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-blue.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-gold.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-green.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-pink.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-mini-silver.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-nano-black.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-nano-white.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-shuffle.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-standard-color.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-standard-monochrome.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-video-black.png +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/22x22/devices/multimedia-player-ipod-video-white.png %%DATADIR%%/icons/hicolor/22x22/devices/phone-google-nexus-one.png %%DATADIR%%/icons/hicolor/22x22/devices/phone-htc-g1-white.png %%DATADIR%%/icons/hicolor/22x22/devices/phone-nokia-n900.png %%DATADIR%%/icons/hicolor/22x22/devices/phone-nook.png %%DATADIR%%/icons/hicolor/22x22/devices/phone-palm-pre.png %%DATADIR%%/icons/hicolor/22x22/devices/phone-xperia-arc.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/24x24/categories/miro-guide-source.png -%%OPT_YOUTUBE%%%%DATADIR%%/icons/hicolor/24x24/categories/youtube.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/24x24/categories/miro-guide-source.png +%%YOUTUBE%%%%DATADIR%%/icons/hicolor/24x24/categories/youtube.png %%DATADIR%%/icons/hicolor/24x24/devices/phone-google-nexus-one.png %%DATADIR%%/icons/hicolor/24x24/devices/phone-htc-g1-white.png %%DATADIR%%/icons/hicolor/24x24/devices/phone-nokia-n900.png @@ -246,8 +279,8 @@ share/applications/banshee.desktop %%DATADIR%%/icons/hicolor/256x256/devices/phone-palm-pre.png %%DATADIR%%/icons/hicolor/256x256/devices/phone-xperia-arc.png %%DATADIR%%/icons/hicolor/32x32/actions/media-write-cd.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/32x32/categories/miro-guide-source.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/32x32/categories/wikipedia.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/32x32/categories/miro-guide-source.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/32x32/categories/wikipedia.png %%DATADIR%%/icons/hicolor/32x32/devices/phone-google-nexus-one.png %%DATADIR%%/icons/hicolor/32x32/devices/phone-htc-g1-white.png %%DATADIR%%/icons/hicolor/32x32/devices/phone-nokia-n900.png @@ -256,19 +289,33 @@ share/applications/banshee.desktop %%DATADIR%%/icons/hicolor/32x32/devices/phone-xperia-arc.png %%DATADIR%%/icons/hicolor/48x48/actions/media-write-cd.png %%DATADIR%%/icons/hicolor/48x48/categories/audiobook.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/48x48/categories/miro-guide-source.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/48x48/categories/miro-guide-source.png %%DATADIR%%/icons/hicolor/48x48/categories/podcast.png %%DATADIR%%/icons/hicolor/48x48/categories/radio.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/48x48/categories/wikipedia.png +%%WEBKIT%%%%DATADIR%%/icons/hicolor/48x48/categories/wikipedia.png %%DATADIR%%/icons/hicolor/48x48/devices/phone-google-nexus-one.png %%DATADIR%%/icons/hicolor/48x48/devices/phone-htc-g1-white.png %%DATADIR%%/icons/hicolor/48x48/devices/phone-nokia-n900.png %%DATADIR%%/icons/hicolor/48x48/devices/phone-nook.png %%DATADIR%%/icons/hicolor/48x48/devices/phone-palm-pre.png %%DATADIR%%/icons/hicolor/48x48/devices/phone-xperia-arc.png -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/scalable/categories/miro-guide-source.svg +%%WEBKIT%%%%DATADIR%%/icons/hicolor/scalable/categories/miro-guide-source.svg %%DATADIR%%/icons/hicolor/scalable/categories/radio.svg -%%OPT_WEBKIT%%%%DATADIR%%/icons/hicolor/scalable/categories/wikipedia.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-U2-color.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-U2-monochrome.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-blue.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-gold.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-green.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-pink.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-mini-silver.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-nano-black.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-nano-white.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-shuffle.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-standard-color.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-standard-monochrome.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-video-black.svg +%%APPLEDEV%%%%DATADIR%%/icons/hicolor/scalable/devices/multimedia-player-ipod-video-white.svg +%%WEBKIT%%%%DATADIR%%/icons/hicolor/scalable/categories/wikipedia.svg %%DATADIR%%/icons/hicolor/scalable/devices/phone-nokia-n900.svg share/dbus-1/services/org.bansheeproject.Banshee.service share/dbus-1/services/org.bansheeproject.CollectionIndexer.service diff --git a/multimedia/bombono/Makefile b/multimedia/bombono/Makefile index 7e226f155170..61c15cb20c23 100644 --- a/multimedia/bombono/Makefile +++ b/multimedia/bombono/Makefile @@ -3,7 +3,7 @@ PORTNAME= bombono PORTVERSION= 1.2.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dvd/${PORTVERSION:R} DISTNAME= ${PORTNAME}-dvd-${PORTVERSION} diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 03119979702d..14ff33b446ec 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -3,6 +3,7 @@ PORTNAME= cclive PORTVERSION= 0.7.16 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index b4a397e6da88..7c6ab7ecf0f8 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg/files/patch-libavformat_rtsp.c b/multimedia/ffmpeg/files/patch-libavformat_rtsp.c new file mode 100644 index 000000000000..b21db5259c30 --- /dev/null +++ b/multimedia/ffmpeg/files/patch-libavformat_rtsp.c @@ -0,0 +1,46 @@ +--- libavformat/rtsp.c.orig 2016-11-26 17:12:14 UTC ++++ libavformat/rtsp.c +@@ -1598,7 +1598,12 @@ int ff_rtsp_make_setup_request(AVFormatC + } + if (ttl > 0) + snprintf(optbuf, sizeof(optbuf), "?ttl=%d", ttl); +- getnameinfo((struct sockaddr*) &addr, sizeof(addr), ++ getnameinfo((struct sockaddr*) &addr, ++#if HAVE_STRUCT_SOCKADDR_SA_LEN ++ ((struct sockaddr*) &addr)->sa_len, ++#else ++ sizeof(addr), ++#endif + namebuf, sizeof(namebuf), NULL, 0, NI_NUMERICHOST); + ff_url_join(url, sizeof(url), "rtp", NULL, namebuf, + port, "%s", optbuf); +@@ -1806,8 +1811,13 @@ redirect: + goto fail; + } + if (!getpeername(tcp_fd, (struct sockaddr*) &peer, &peer_len)) { +- getnameinfo((struct sockaddr*) &peer, peer_len, host, sizeof(host), +- NULL, 0, NI_NUMERICHOST); ++ getnameinfo((struct sockaddr*) &peer, ++#if HAVE_STRUCT_SOCKADDR_SA_LEN ++ ((struct sockaddr*) &peer)->sa_len, ++#else ++ peer_len, ++#endif ++ host, sizeof(host), NULL, 0, NI_NUMERICHOST); + } + + /* request options supported by the server; this also detects server +@@ -2283,7 +2293,12 @@ static int sdp_read_header(AVFormatConte + if (!(rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO)) { + AVDictionary *opts = map_to_opts(rt); + +- getnameinfo((struct sockaddr*) &rtsp_st->sdp_ip, sizeof(rtsp_st->sdp_ip), ++ getnameinfo((struct sockaddr*) &rtsp_st->sdp_ip, ++#if HAVE_STRUCT_SOCKADDR_SA_LEN ++ ((struct sockaddr*) &rtsp_st->sdp_ip)->sa_len, ++#else ++ sizeof(rtsp_st->sdp_ip), ++#endif + namebuf, sizeof(namebuf), NULL, 0, NI_NUMERICHOST); + ff_url_join(url, sizeof(url), "rtp", NULL, + namebuf, rtsp_st->sdp_port, diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile index 617696ce87df..86d0f4774057 100644 --- a/multimedia/flvtool++/Makefile +++ b/multimedia/flvtool++/Makefile @@ -3,7 +3,7 @@ PORTNAME= flvtool++ PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/gstreamer-qt4/Makefile b/multimedia/gstreamer-qt4/Makefile index 9476f5bd20fd..5056579a76bb 100644 --- a/multimedia/gstreamer-qt4/Makefile +++ b/multimedia/gstreamer-qt4/Makefile @@ -3,7 +3,7 @@ PORTNAME= gstreamer PORTVERSION= 0.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/ PKGNAMESUFFIX= -qt4 diff --git a/multimedia/gstreamer1-qt4/Makefile b/multimedia/gstreamer1-qt4/Makefile index b3da1f6f2fab..4a6ff004d059 100644 --- a/multimedia/gstreamer1-qt4/Makefile +++ b/multimedia/gstreamer1-qt4/Makefile @@ -2,7 +2,7 @@ PORTNAME= gstreamer1-qt PORTVERSION= 1.2.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-gstreamer/ PKGNAMESUFFIX?= 4 diff --git a/multimedia/gstreamer1-qt5/Makefile b/multimedia/gstreamer1-qt5/Makefile index 7347d4c8c286..3cc26bd75632 100644 --- a/multimedia/gstreamer1-qt5/Makefile +++ b/multimedia/gstreamer1-qt5/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gstreamer-qt -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= 5 MASTERDIR= ${.CURDIR:H}/gstreamer1-qt4 diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index b616dddc8a0b..a70cdd1e5986 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com @@ -28,21 +28,34 @@ LIB_DEPENDS= libass.so:multimedia/libass \ libdcadec.so:multimedia/libdcadec \ libdrm.so:graphics/libdrm \ libenca.so:converters/enca \ + libexpat.so:textproc/expat2\ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ + libgcrypt.so:security/libgcrypt \ + libgmp.so:math/gmp \ + libgpg-error.so:security/libgpg-error \ libgnutls.so:security/gnutls \ + libidn.so:dns/libidn \ + libinotify.so:devel/libinotify \ libjasper.so:graphics/jasper \ libltdl.so:devel/libltdl \ liblzo2.so:archivers/lzo2 \ libmodplug.so:audio/libmodplug \ libmpeg2.so:multimedia/libmpeg2 \ + libnettle.so:security/nettle \ + libogg.so:audio/libogg \ + libp11-kit.so:security/p11-kit \ libpcre.so:devel/pcre \ libpng.so:graphics/png \ libsamplerate.so:audio/libsamplerate \ libsqlite3.so:databases/sqlite3 \ libtag.so:audio/taglib \ + libtasn1.so:security/libtasn1 \ + libtiff.so:graphics/tiff \ libtinyxml.so:textproc/tinyxml \ + libtspi.so:security/trousers \ + libuuid.so:misc/e2fsprogs-libuuid \ libvorbis.so:audio/libvorbis \ libxslt.so:textproc/libxslt \ libyajl.so:devel/yajl @@ -51,16 +64,19 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ python:lang/python \ xdpyinfo:x11/xdpyinfo +CONFLICTS_BUILD=compat9x + USE_GITHUB= yes GH_TUPLE= xbmc:xbmc:c327c53 xbmc:FFmpeg:2.8.6-Jarvis-16.0:ffmpeg USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \ - libtool pkgconfig python:2 + libtool pkgconfig python:2 ssl GNU_CONFIGURE= yes -USE_XORG= xmu xrandr xt xtst -USE_GL= glu glew +USE_XORG= x11 xcb xext xmu xrandr xt xtst +USE_GL= gl glu glew USE_SDL= image sdl2 USE_JAVA= yes +USE_GNOME= libxml2 USE_LDCONFIG= yes JAVA_BUILD= jre NOPRECIOUSMAKEVARS= yes diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index fc7223af5e1d..adaac7fe2758 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -3,7 +3,7 @@ PORTNAME= miro PORTVERSION= 6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 72bffe3304f1..0502043010a6 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -3,6 +3,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 9.5.0 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ diff --git a/multimedia/mplayer2/Makefile b/multimedia/mplayer2/Makefile index 2f79bbfe2f8c..71c10e6262b2 100644 --- a/multimedia/mplayer2/Makefile +++ b/multimedia/mplayer2/Makefile @@ -2,19 +2,19 @@ PORTNAME= mplayer2 PORTVERSION= ${MPLAYER2_PORT_VERSION} -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= multimedia audio MASTER_SITES= LOCAL/gblach/ MAINTAINER= cpm@FreeBSD.org COMMENT= Advanced general-purpose video player -LICENSE= GPLv2 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libavcodec.so:multimedia/ffmpeg -BUILD_DEPENDS= rst2man:textproc/py-docutils USES= cpe gmake iconv ncurses pkgconfig python:3,build tar:xz HAS_CONFIGURE= yes @@ -37,11 +37,18 @@ MPLAYER2_SNAPSHOT_DATE= 2013-04-28 MPLAYER2_PORT_VERSION= 2.0.${MPLAYER2_SNAPSHOT_DATE:S/-//g} OPTIONS_DEFINE= A52 ASS CACA CDIO DEBUG DV DVDREAD DVDNAV GIF IPV6 JACK LADSPA \ - LIBBLURAY LIRC MAD OPENGL PORTAUDIO PULSEAUDIO \ + LIBBLURAY LIRC MAD MANPAGES OPENGL PORTAUDIO PULSEAUDIO \ RTC SDL SMB SPEEX THEORA V4L VDPAU X11 XINERAMA -OPTIONS_DEFAULT=A52 ASS ENCA DVDREAD DVDNAV VDPAU X11 +OPTIONS_DEFAULT=A52 ASS ENCA DVDREAD DVDNAV MANPAGES VDPAU X11 OPTIONS_SUB= yes +# XXX After r417413 poudriere requires textproc/py-docutils being built +# with the same python version as USES=python:3 here but it's currently +# not possible due to https://github.com/freebsd/poudriere/issues/259 +.if defined(PACKAGE_BUILDING) +OPTIONS_EXCLUDE=MANPAGES +.endif + OPTIONS_DEFINE_i386+= WIN32 .if !defined(PACKAGE_BUILDING) # Depend on RESTRICTED package only when building manually @@ -115,6 +122,9 @@ LIRC_CONFIGURE_OFF= --disable-lirc MAD_LIB_DEPENDS= libmad.so:audio/libmad MAD_CONFIGURE_OFF= --disable-mad +MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils +MANPAGES_INSTALL_TARGET_OFF=install-no-man + OPENGL_USE= GL=gl XORG=glproto OPENGL_CONFIGURE_OFF= --disable-gl OPENGL_IMPLIES= X11 @@ -196,6 +206,7 @@ post-patch: -e 's|[[:space:]]gcc| ${CC}|' \ -e 's|\$$\(CC\)|${CC}|' \ -e 's|/usr/X11R6|${LOCALBASE}|' +post-patch-MANPAGES-on: @${FIND} ${WRKSRC}/DOCS/man -name "mplayer.1" | ${XARGS} ${REINPLACE_CMD} -E -e \ 's|/usr/\\:local/\\:etc/\\:mplayer|${DATADIR:S/\//\/\\\:/g}|g ; \ s|/dev/\\:(dvd[[:alnum:]]*[[:>:]])|${WITH_CDROM_DEVICE:S/dev\//dev\/\\\:/}|g ; \ @@ -214,10 +225,4 @@ post-install: ${STAGEDIR}${PREFIX}/etc/mplayer/${conf}.conf.sample .endfor -.include - -.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} -IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} -.endif - -.include +.include diff --git a/multimedia/mplayer2/distinfo b/multimedia/mplayer2/distinfo index 9d9b6e060070..6f51879b8b97 100644 --- a/multimedia/mplayer2/distinfo +++ b/multimedia/mplayer2/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1479421227 SHA256 (mplayer2-2.0.20130428.tar.xz) = 03629270254ef8e06b7be8d25d532400a71cad07e5bdac1dd4cd64b33dbe69c9 SIZE (mplayer2-2.0.20130428.tar.xz) = 1918584 diff --git a/multimedia/mplayer2/pkg-plist b/multimedia/mplayer2/pkg-plist index 3bc896ec4fe7..2fc005f99248 100644 --- a/multimedia/mplayer2/pkg-plist +++ b/multimedia/mplayer2/pkg-plist @@ -2,4 +2,4 @@ bin/mplayer etc/mplayer/codecs.conf.sample etc/mplayer/input.conf.sample etc/mplayer/mplayer.conf.sample -man/man1/mplayer.1.gz +%%MANPAGES%%man/man1/mplayer.1.gz diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index 16bf1025e470..226cea4bfa89 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpv -PORTVERSION= 0.21.0 -PORTREVISION= 1 +PORTVERSION= 0.22.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia audio diff --git a/multimedia/mpv/distinfo b/multimedia/mpv/distinfo index 37def24dd3c8..34a955062a9d 100644 --- a/multimedia/mpv/distinfo +++ b/multimedia/mpv/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1477004847 -SHA256 (mpv-player-mpv-v0.21.0_GH0.tar.gz) = d05f8ece859c500ef1649cdfea911ec1529df1898b8fda3e217766dc28dc9bd3 -SIZE (mpv-player-mpv-v0.21.0_GH0.tar.gz) = 2812584 +TIMESTAMP = 1479825938 +SHA256 (mpv-player-mpv-v0.22.0_GH0.tar.gz) = c0f9ac8f0e37a391d19007b333ef8787c2f45d75a0d4401c0098cde52c5082f6 +SIZE (mpv-player-mpv-v0.22.0_GH0.tar.gz) = 2822645 SHA256 (waf-project-waf-waf-1.8.19_GH0.tar.gz) = 4d9000e19aa279e997aaf744336cd055864bd4e10062578a957f541d6c761a40 SIZE (waf-project-waf-waf-1.8.19_GH0.tar.gz) = 1390391 diff --git a/multimedia/mythtv-frontend/Makefile b/multimedia/mythtv-frontend/Makefile index 39284ac9b84f..1e4cf1682d60 100644 --- a/multimedia/mythtv-frontend/Makefile +++ b/multimedia/mythtv-frontend/Makefile @@ -9,6 +9,9 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= MythTV is a homebrew PVR project +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ yasm:devel/yasm LIB_DEPENDS= libmp3lame.so:audio/lame \ @@ -73,13 +76,13 @@ OPENGL_CONFIGURE_ENABLE= opengl-video OPENGL_USE= QT4=opengl post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/libs/libmythtv/libmythtv.pro \ - ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ - ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ - ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ - ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ - ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/libs/libmythtv/libmythtv.pro \ + ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ + ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ + ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ + ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ + ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze .include diff --git a/multimedia/mythtv-frontend/pkg-descr b/multimedia/mythtv-frontend/pkg-descr index ecf9264f90e4..5a81d4b1aefd 100644 --- a/multimedia/mythtv-frontend/pkg-descr +++ b/multimedia/mythtv-frontend/pkg-descr @@ -3,4 +3,4 @@ recorder. It supports pausing and rewinding live TV, multiple tuner cards, hardware or software video compression, onscreen program guides and a distributed architecture. -WWW: http://www.mythtv.org +WWW: http://www.mythtv.org/ diff --git a/multimedia/mythtv/Makefile b/multimedia/mythtv/Makefile index b87bfdc288e0..7d83b0a823d4 100644 --- a/multimedia/mythtv/Makefile +++ b/multimedia/mythtv/Makefile @@ -9,6 +9,9 @@ CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= MythTV is a homebrew PVR project +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmp3lame.so:audio/lame \ libfreetype.so:print/freetype2 \ libtag.so:audio/taglib \ @@ -72,6 +75,7 @@ VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau VDPAU_CONFIGURE_ENABLE= vdpau OPENGL_CONFIGURE_ENABLE= opengl-video +OPENGL_USE= QT4=opengl .include @@ -105,22 +109,18 @@ RUN_DEPENDS+= py*-lxml>=0:devel/py-lxml \ CONFIGURE_ARGS+=--without-bindings=perl,python .endif -.if ${PORT_OPTIONS:MOPENGL} -USE_QT4+= opengl -.endif - post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/libs/libmythtv/libmythtv.pro \ - ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ - ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ - ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ - ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ - ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/libs/libmythtv/libmythtv.pro \ + ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ + ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ + ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ + ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ + ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze post-install: - @${INSTALL} -d ${STAGEDIR}${PREFIX}/share/mythtv/database - @${CP} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mythtv/database + @${CP} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database .include diff --git a/multimedia/mythtv/pkg-descr b/multimedia/mythtv/pkg-descr index 4744392cc124..b8663088b130 100644 --- a/multimedia/mythtv/pkg-descr +++ b/multimedia/mythtv/pkg-descr @@ -10,4 +10,4 @@ http://usleepless.110mb.com/pvrxxx_port-10042007.tgz. Problems have been reported with this port; if you use it, you should join the FreeBSD-multimedia mailing list and report where appropriate. -WWW: http://www.mythtv.org +WWW: http://www.mythtv.org/ diff --git a/multimedia/omxplayer/Makefile b/multimedia/omxplayer/Makefile index 65d3d832400e..62af8f242ec3 100644 --- a/multimedia/omxplayer/Makefile +++ b/multimedia/omxplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= omxplayer PORTVERSION= 20151109 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= mikael.urankar@gmail.com diff --git a/multimedia/oqtplayer/Makefile b/multimedia/oqtplayer/Makefile index 511c1d00f8bf..d0e62217d488 100644 --- a/multimedia/oqtplayer/Makefile +++ b/multimedia/oqtplayer/Makefile @@ -7,15 +7,17 @@ PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= SF/openquicktime/OpenQuicktime%20v1/1.0b DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-src -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small, not functional, video OpenQuicktime (TM) player +LICENSE= LGPL20 # version not really specified + LIB_DEPENDS= libopenquicktime.so:multimedia/openquicktime WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USES= tar:tgz USE_SDL= sdl MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -31,6 +33,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/oqtplayer ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} diff --git a/multimedia/plexhometheater/Makefile b/multimedia/plexhometheater/Makefile index c9f04936dce2..5907a9eba5fa 100644 --- a/multimedia/plexhometheater/Makefile +++ b/multimedia/plexhometheater/Makefile @@ -3,9 +3,9 @@ PORTNAME= plexhometheater PORTVERSION= 1.4.1 -PORTREVISION= 3 DISTVERSIONPREFIX=v DISTVERSIONSUFFIX=.469-47a90f01 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org diff --git a/multimedia/plexmediaserver-plexpass/Makefile b/multimedia/plexmediaserver-plexpass/Makefile index 1600f73a5b78..907aa243540a 100644 --- a/multimedia/plexmediaserver-plexpass/Makefile +++ b/multimedia/plexmediaserver-plexpass/Makefile @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.2.7.2987 +PORTVERSION= 1.3.0.3059 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 1bef33a +PLEX_BUILD= 6277334 USE_RC_SUBR= ${PORTNAME}_plexpass diff --git a/multimedia/plexmediaserver-plexpass/distinfo b/multimedia/plexmediaserver-plexpass/distinfo index 2a05ebdb2e5d..a60e0f62d636 100644 --- a/multimedia/plexmediaserver-plexpass/distinfo +++ b/multimedia/plexmediaserver-plexpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478970986 -SHA256 (PlexMediaServer-1.2.7.2987-1bef33a-freebsd-amd64.tar.bz2) = 86f5029fc657d7a3509bbe993b95dd408125b250291084b32c199c59d1c71220 -SIZE (PlexMediaServer-1.2.7.2987-1bef33a-freebsd-amd64.tar.bz2) = 84392786 +TIMESTAMP = 1480001723 +SHA256 (PlexMediaServer-1.3.0.3059-6277334-freebsd-amd64.tar.bz2) = 2c49e6fb2853e9652c8d076bf9adfc2924347a95c8ad670bedc862138009aff2 +SIZE (PlexMediaServer-1.3.0.3059-6277334-freebsd-amd64.tar.bz2) = 86531377 diff --git a/multimedia/plexmediaserver-plexpass/pkg-plist b/multimedia/plexmediaserver-plexpass/pkg-plist index c040a2ef276d..05d07fcc235a 100644 --- a/multimedia/plexmediaserver-plexpass/pkg-plist +++ b/multimedia/plexmediaserver-plexpass/pkg-plist @@ -1372,8 +1372,8 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/Contents/VERSION %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/TheTVDB.bundle/README.md %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Info.plist -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.5d6c43ae9899d9decefb4fa901d972b3.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.ef78dfeb11d1c1a2d3fb12afe7cd052f.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.c24f784e8724c4478e8d18bec2ff6ac4.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/css/main.v3.5d53a8d586fdf237818531aa0f18deb6.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon-mask.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/favicon.ico %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/base/plex-pass.e73cc397459c4930e842b86b27d05eb9.svg @@ -1444,10 +1444,10 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/gracenote.c86b1d7624b5ae14ca7a30d73674a808.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/vendor-logos/songkick.28598beac20bee7c8dc681851d053bdf.svg %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.ca37a25a2b86f3dfbb77.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main.835c7cc24d41e4c664da.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/manifest.e03b68e82ebe9b435e8b.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.8a491cd589346009d464.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.0568d312929ad2305711.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors.86a768f0bc5afd28ddc6.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/zxcvbn.81ced83a78f77bb80332.js %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/mp3/null.2036f08ba858d37814b7f6982d26414a.mp3 %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf @@ -1598,6 +1598,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/_osx_support.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_pyio.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_strptime.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/_sysconfigdata.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_threading_local.pyc %%DATADIR%%/Resources/Python/lib/python2.7/_weakrefset.pyc %%DATADIR%%/Resources/Python/lib/python2.7/abc.pyc @@ -1714,6 +1715,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_values.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_varsize_struct.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_win32.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ctypes/test/test_wintypes.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/util.pyc %%DATADIR%%/Resources/Python/lib/python2.7/ctypes/wintypes.pyc %%DATADIR%%/Resources/Python/lib/python2.7/curses/__init__.pyc @@ -1874,6 +1876,11 @@ %%DATADIR%%/Resources/Python/lib/python2.7/encodings/utf_8_sig.pyc %%DATADIR%%/Resources/Python/lib/python2.7/encodings/uu_codec.pyc %%DATADIR%%/Resources/Python/lib/python2.7/encodings/zlib_codec.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__init__.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/__main__.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl +%%DATADIR%%/Resources/Python/lib/python2.7/ensurepip/_uninstall.pyc %%DATADIR%%/Resources/Python/lib/python2.7/filecmp.pyc %%DATADIR%%/Resources/Python/lib/python2.7/fileinput.pyc %%DATADIR%%/Resources/Python/lib/python2.7/fnmatch.pyc @@ -1929,7 +1936,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/json/tests/test_unicode.pyc %%DATADIR%%/Resources/Python/lib/python2.7/json/tool.pyc %%DATADIR%%/Resources/Python/lib/python2.7/keyword.pyc -%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/Python-2.7.4-py2.7.egg-info +%%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/Python-2.7.12-py2.7.egg-info %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_bisect.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_codecs_cn.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/_codecs_hk.so @@ -1991,9 +1998,9 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/unicodedata.so %%DATADIR%%/Resources/Python/lib/python2.7/lib-dynload/zlib.so %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar.txt -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar2.7.4.final.0.pickle +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/Grammar2.7.12.final.0.pickle %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar.txt -%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar2.7.4.final.0.pickle +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/PatternGrammar2.7.12.final.0.pickle %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__init__.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/__main__.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/btm_matcher.pyc @@ -2002,6 +2009,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixer_util.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/__init__.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_apply.pyc +%%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_asserts.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_basestring.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_buffer.pyc %%DATADIR%%/Resources/Python/lib/python2.7/lib2to3/fixes/fix_callable.pyc @@ -2355,6 +2363,7 @@ %%DATADIR%%/Resources/Python/lib/python2.7/zipfile.pyc %%DATADIR%%/Resources/StatusItemTemplate.png %%DATADIR%%/Resources/StatusItemTemplate@2x.png +%%DATADIR%%/Resources/black-h264.ts %%DATADIR%%/Resources/cacert.pem %%DATADIR%%/Resources/clientaccesspolicy.xml @mode 644 @@ -2442,7 +2451,7 @@ %%DATADIR%%/libpython2.7.so.1 %%DATADIR%%/libsoci_core.so.3.0.0 %%DATADIR%%/libsoci_sqlite3.so.3.0.0 -%%DATADIR%%/libsqlite3.so.8 +%%DATADIR%%/libsqlite3.so.0 %%DATADIR%%/libssl.so.1.0.0 %%DATADIR%%/libswscale.so.4 %%DATADIR%%/libtag.so.1 diff --git a/multimedia/subtitleoffsetmodifier/Makefile b/multimedia/subtitleoffsetmodifier/Makefile index dcf552353e45..39e789ac6ff7 100644 --- a/multimedia/subtitleoffsetmodifier/Makefile +++ b/multimedia/subtitleoffsetmodifier/Makefile @@ -11,16 +11,19 @@ DISTFILES= subtitle-offset-modificator.pl MAINTAINER= ports@FreeBSD.org COMMENT= Subtitle offset modificator +LICENSE= GPLv2+ + USES= perl5 shebangfix USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/subtitle-offset-modificator SHEBANG_FILES= subtitle-offset-modificator.pl do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKSRC} + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/subtitle-offset-modificator.pl \ diff --git a/multimedia/vdr-plugin-upnp/Makefile b/multimedia/vdr-plugin-upnp/Makefile index 66f7a07e129c..01fecb4be9f5 100644 --- a/multimedia/vdr-plugin-upnp/Makefile +++ b/multimedia/vdr-plugin-upnp/Makefile @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-upnp PORTVERSION= 0.0.2a2 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= multimedia MASTER_SITES= http://projects.vdr-developer.org/attachments/download/177/ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX} diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index a53fdcf07194..942067ac3750 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -37,7 +37,7 @@ LAZARUS_VER= 1.6.2 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME} -BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${_PORTNAME} +BUILD_WRKSRC= ${WRKDIR}/${PKGNAME}/${_PORTNAME} OPTIONS_SINGLE= LCL OPTIONS_SINGLE_LCL= GTK2 QT4 diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 2b403d64b005..55187ffd21d6 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -3,7 +3,7 @@ PORTNAME= ayttm PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= SF diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index 92e6b954bf94..8f0421f5e80c 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 3b99db7b3d98..569c78139ae8 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index c02be2671577..a7cc0723add6 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -4,7 +4,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index d480c01733cb..844f05e2de14 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 1f27d0d6b8f0..ff001d6e4d6b 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -11,7 +11,7 @@ DISTNAME= pidgin-${PORTVERSION} MAINTAINER?= marcus@FreeBSD.org COMMENT?= Backend library for the Pidgin multi-protocol messaging client -USES= cpe gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES+= cpe gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME?= gnomeprefix intltool glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--disable-gtkui \ diff --git a/net-im/licq-icq/Makefile b/net-im/licq-icq/Makefile index fe3cab044892..97f80cd75b7e 100644 --- a/net-im/licq-icq/Makefile +++ b/net-im/licq-icq/Makefile @@ -2,6 +2,7 @@ PORTNAME= icq PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org diff --git a/net-im/licq-jabber/Makefile b/net-im/licq-jabber/Makefile index 2457c4ec4ddd..8b65ddc0f01e 100644 --- a/net-im/licq-jabber/Makefile +++ b/net-im/licq-jabber/Makefile @@ -2,7 +2,7 @@ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org diff --git a/net-im/licq-msn/Makefile b/net-im/licq-msn/Makefile index fcb2b1e324a4..7904410a8c45 100644 --- a/net-im/licq-msn/Makefile +++ b/net-im/licq-msn/Makefile @@ -2,6 +2,7 @@ PORTNAME= msn PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 20af0475af3f..18e0bcb96456 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -3,6 +3,7 @@ PORTNAME= osd PORTVERSION= 1.8.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net-im diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index f0064f1404f7..b384b25a8d08 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= qt4-gui PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index e487c54784e6..3170c9e1b6b7 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,7 +3,7 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 58cd98f4a9f6..77d38d383d15 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= mcabber -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ diff --git a/net-im/mcabber/distinfo b/net-im/mcabber/distinfo index 1fa5233f6a95..82e67bdc5484 100644 --- a/net-im/mcabber/distinfo +++ b/net-im/mcabber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475029480 -SHA256 (mcabber-1.0.3.tar.bz2) = 44e6bb0aa0c399261fc212c386a3c2540db133e7593592247ee1621df659139a -SIZE (mcabber-1.0.3.tar.bz2) = 605245 +TIMESTAMP = 1479891108 +SHA256 (mcabber-1.0.4.tar.bz2) = 63b6bc003fcceba4dc4b273ed1c71643c4f8d95e8696543d53f64a7672b1ce0a +SIZE (mcabber-1.0.4.tar.bz2) = 605462 diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index cc10ae2fea6c..887a92593d94 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -20,6 +20,7 @@ PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_GTKUI= yes +USES= python:build USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 intltool USE_XORG= xscrnsaver sm diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 16f00ae71f7c..9737bf860d1e 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -2,6 +2,7 @@ PORTNAME= profanity PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index bf43d7b876b8..c9e3e8056067 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -32,6 +32,10 @@ PLIST_FILES= bin/ricochet \ .include +.if ${SSL_DEFAULT:Mlibressl*} +IGNORE= Detected LibreSSL (missing RSA_get0_factors) +.endif + post-patch: @${REINPLACE_CMD} -E 's| -fsanitize=[a-z-]+| |g' \ ${WRKSRC}/hardened.pri diff --git a/net-im/ring-daemon/Makefile b/net-im/ring-daemon/Makefile index 18b75314682b..005d0176b199 100644 --- a/net-im/ring-daemon/Makefile +++ b/net-im/ring-daemon/Makefile @@ -58,6 +58,12 @@ DBUS_LIB_DEPENDS= \ libdbus-c++-1.so:devel/dbus-c++ OPTIONS_SUB= yes +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000 +BROKEN= does not build +.endif + post-extract: @${MKDIR} ${WRKSRC}/contrib/native @${MV} ${WRKDIR}/pjproject-2.4.5 ${WRKSRC}/contrib/native/ @@ -75,4 +81,4 @@ pre-configure: post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libring.so -.include +.include diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index b42dc0f64449..57cb27bb9b10 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -284,7 +284,6 @@ SUBDIR += py-yapsnmp SUBDIR += qkismet SUBDIR += rackmonkey - SUBDIR += rancid SUBDIR += rancid3 SUBDIR += rate SUBDIR += rcpd diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index 639c8070b041..68aaf3c90fa9 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -4,6 +4,7 @@ PORTNAME= fastnetmon PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt security MAINTAINER= farrokhi@FreeBSD.org diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index 609d4f883566..12078f2efdb1 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -3,6 +3,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v DISTVERSION= 2.5.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index ffeb87aa1bb2..daa8771ced88 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -9,12 +9,13 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert, change, and calculate with IPv6 addresses -USES= gettext gmake perl5 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext gmake perl5 ssl GNU_CONFIGURE= yes -PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats \ - bin/ipv6loganon man/man8/ipv6calc.8.gz \ - man/man8/ipv6loganon.8.gz man/man8/ipv6logconv.8.gz \ - man/man8/ipv6logstats.8.gz +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include diff --git a/net-mgmt/ipv6calc/files/patch-man__Makefile.in b/net-mgmt/ipv6calc/files/patch-man__Makefile.in index 5341e31c30cb..941594bc7305 100644 --- a/net-mgmt/ipv6calc/files/patch-man__Makefile.in +++ b/net-mgmt/ipv6calc/files/patch-man__Makefile.in @@ -1,6 +1,6 @@ ---- man/Makefile.in.orig 2009-01-07 03:37:45.000000000 +1100 -+++ man/Makefile.in 2009-01-12 21:52:53.000000000 +1100 -@@ -25,7 +25,7 @@ +--- man/Makefile.in.orig 2009-01-06 16:37:45 UTC ++++ man/Makefile.in +@@ -25,7 +25,7 @@ clean: test: install: diff --git a/net-mgmt/ipv6calc/pkg-plist b/net-mgmt/ipv6calc/pkg-plist new file mode 100644 index 000000000000..a8c51070655b --- /dev/null +++ b/net-mgmt/ipv6calc/pkg-plist @@ -0,0 +1,8 @@ +bin/ipv6calc +bin/ipv6loganon +bin/ipv6logconv +bin/ipv6logstats +man/man8/ipv6calc.8.gz +man/man8/ipv6loganon.8.gz +man/man8/ipv6logconv.8.gz +man/man8/ipv6logstats.8.gz diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile index 3984fc3024d9..76142d4496a4 100644 --- a/net-mgmt/netmagis-common/Makefile +++ b/net-mgmt/netmagis-common/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= netmagis -PORTVERSION?= 2.3.2 +PORTVERSION?= 2.3.3 CATEGORIES?= net-mgmt MASTER_SITES= http://netmagis.org/files/ PKGNAMESUFFIX?= -common diff --git a/net-mgmt/netmagis-common/distinfo b/net-mgmt/netmagis-common/distinfo index 916bf5218f1c..f77e16e26505 100644 --- a/net-mgmt/netmagis-common/distinfo +++ b/net-mgmt/netmagis-common/distinfo @@ -1,2 +1,3 @@ -SHA256 (netmagis-2.3.2.tar.gz) = b3265112c3abf1e08e2727884747996c04ea2250b2395710d997014463110bd9 -SIZE (netmagis-2.3.2.tar.gz) = 685535 +TIMESTAMP = 1480241381 +SHA256 (netmagis-2.3.3.tar.gz) = 22e2a4d4a7aa2c2bd4e22230a3d0ab29df439bcf65e70e4e4337b00b2dccc8a5 +SIZE (netmagis-2.3.3.tar.gz) = 671186 diff --git a/net-mgmt/netmagis-topo/Makefile b/net-mgmt/netmagis-topo/Makefile index d44f04e7fe10..8e1f71f07764 100644 --- a/net-mgmt/netmagis-topo/Makefile +++ b/net-mgmt/netmagis-topo/Makefile @@ -7,7 +7,7 @@ PKGNAMESUFFIX= -topo COMMENT= Netmagis topology module RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \ - rancid-run:net-mgmt/rancid \ + rancid-run:net-mgmt/rancid3 \ fping:net/fping NO_ARCH= # no diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile deleted file mode 100644 index 868afa072ae1..000000000000 --- a/net-mgmt/rancid/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# Created by: Janos.Mohacsi@bsd.hu -# $FreeBSD$ - -PORTNAME= rancid -PORTVERSION= 2.3.8 -PORTREVISION= 6 -CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ - -MAINTAINER= jmohacsi@bsd.hu -COMMENT= Really Awesome New Cisco confIg Differ - -LIB_DEPENDS= libexpect.so:lang/expect -RUN_DEPENDS= p5-LockFile-Simple>=0:devel/p5-LockFile-Simple - -USES= gmake perl5 shebangfix -perl_OLD_CMD= @PERLV_PATH@ -SHEBANG_FILES= bin/* - -SUB_FILES= pkg-message -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/${PORTNAME}/ \ - --bindir=${PREFIX}/libexec/${PORTNAME}/ \ - --sysconfdir=${PREFIX}/etc/${PORTNAME}/ - -OLDCONFIG_FILE1= bin/env -OLDCONFIG_FILE2= util/lg/lg.conf -NEWERCONFIG_FILES1= etc/rancid.conf -NEWERCONFIG_FILES2= etc/lg.conf -NEWCONFIG_FILES= rancid.conf lg.conf - -OPTIONS_DEFINE= SVN - -SVN_DESC= Use Subversion instead of CVS - -DEPRECATED= Not supported upstream. Please upgrade to net-mgmt/rancid3 -EXPIRATION_DATE= 2016-10-01 - -.include - -.if ${PORT_OPTIONS:MSVN} -CONFIGURE_ARGS+= --with-svn -BUILD_DEPENDS+= svn:devel/subversion -.else -CONFIGURE_ARGS+= --without-svn -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -RUN_DEPENDS+= cvs>0:devel/cvs -.endif -.endif - -pre-everything:: - @ ${ECHO} "Make sure your rancid repository is quiet before upgrading; disable rancid cron jobs" - -post-patch: - ${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in ${WRKSRC}/man/Makefile.am - ${MV} ${WRKSRC}/man/par.1 ${WRKSRC}/man/rancid-par.1 - -post-install: - ${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-cvs ${STAGEDIR}${PREFIX}/bin - ${LN} -s ${PREFIX}/libexec/${PORTNAME}/rancid-run ${STAGEDIR}${PREFIX}/bin -.for file in ${NEWCONFIG_FILES} - @ if [ -f ${PREFIX}/etc/${PORTNAME}/${file} ] ; then \ - ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.sample"; \ - ${ECHO} " : *** review ${file}.sample for new/deprecated switches or install in place ${file}"; \ - fi -.endfor - @ if [ -f ${PREFIX}/rancid/${NEWERCONFIG_FILE1} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${NEWERCONFIG_FILE1} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/rancid.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${NEWERCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${NEWERCONFIG_FILE2} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/lg.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${NEWERCONFIG_FILE1} -o \ - -f ${PREFIX}/rancid/${NEWERCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** New CVS Repository will be stored ${PREFIX}/var/${PORTNAME}/ "; \ - ${ECHO} " : *** Copy the repository if you want to keep the history "; \ - fi - - @ if [ -f ${PREFIX}/rancid/${OLDCONFIG_FILE1} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${OLDCONFIG_FILE1} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/rancid.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${OLDCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** ${PREFIX}/rancid/${OLDCONFIG_FILE2} has been replaced with "; \ - ${ECHO} " : *** ${PREFIX}/etc/${PORTNAME}/lg.conf. Merge from sample and old file "; \ - fi - @ if [ -f ${PREFIX}/rancid/${OLDCONFIG_FILE1} -o \ - -f ${PREFIX}/rancid/${OLDCONFIG_FILE2} ] ; then \ - ${ECHO} "WARNING: *** New CVS Repository will be stored ${PREFIX}/rancid/var "; \ - ${ECHO} " : *** Copy the repository if you want to keep the history "; \ - fi - -.include diff --git a/net-mgmt/rancid/distinfo b/net-mgmt/rancid/distinfo deleted file mode 100644 index f208d81088c5..000000000000 --- a/net-mgmt/rancid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rancid-2.3.8.tar.gz) = 44e44c87a22968d5229c01d60aa46960da023a24846eef43f9e3c8d70fd5b3fb -SIZE (rancid-2.3.8.tar.gz) = 379908 diff --git a/net-mgmt/rancid/files/patch-bin__control_rancid.in b/net-mgmt/rancid/files/patch-bin__control_rancid.in deleted file mode 100644 index 0b659c35cadc..000000000000 --- a/net-mgmt/rancid/files/patch-bin__control_rancid.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ./bin/control_rancid.in.orig 2011-01-10 21:17:17.000000000 +0100 -+++ ./bin/control_rancid.in 2012-04-09 23:03:03.000000000 +0200 -@@ -347,6 +347,10 @@ - done - cd $DIR - -+if [ $RCSSYS = svn ] ; then -+ $RCSSYS update >/dev/null 2>&1 -+fi -+ - # no routers, empty list or all 'down' - if [ ! -s routers.up ] - then diff --git a/net-mgmt/rancid/files/patch-bin__flogin.in b/net-mgmt/rancid/files/patch-bin__flogin.in deleted file mode 100644 index 88ab35bdcaa6..000000000000 --- a/net-mgmt/rancid/files/patch-bin__flogin.in +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/flogin.in.orig 2015-06-09 16:08:17.000000000 +0100 -+++ bin/flogin.in 2015-06-09 15:59:02.000000000 +0100 -@@ -84,7 +84,7 @@ - # Sometimes routers take awhile to answer (the default is 10 sec) - set timeoutdflt 45 - # --set send_human {.4 .4 .7 .3 5} -+set send_human {.01 .01 100 .01 2} - - # Find the user in the ENV, or use the unix userid. - if {[ info exists env(CISCO_USER) ]} { diff --git a/net-mgmt/rancid/files/patch-bin__rancid.in b/net-mgmt/rancid/files/patch-bin__rancid.in deleted file mode 100644 index 1054a4835125..000000000000 --- a/net-mgmt/rancid/files/patch-bin__rancid.in +++ /dev/null @@ -1,53 +0,0 @@ ---- bin/rancid.in.orig 2015-07-03 17:22:07.000000000 +0100 -+++ bin/rancid.in 2015-07-06 07:10:54.000000000 +0100 -@@ -45,6 +45,7 @@ - # usage: rancid [-dV] [-l] [-f filename | hostname] - # - use Getopt::Std; -+use Socket qw(AF_INET AF_INET6 inet_pton); - getopts('dflV'); - if ($opt_V) { - print "rancid 2.3.8\n"; -@@ -162,13 +162,38 @@ - @sorted_lines; - } - --# These two routines will sort based upon IP addresses -+# ipaddrval(IPaddr) converts and IPv4/v6 address to a string for comparison. - sub ipaddrval { -- my(@a) = ($_[0] =~ m#^(\d+)\.(\d+)\.(\d+)\.(\d+)$#); -- $a[3] + 256 * ($a[2] + 256 * ($a[1] +256 * $a[0])); -+ my($a) = @_; -+ my($norder); -+ -+ if ($a =~ /:/) { -+ my($l); -+ if ($a =~ /\//) { -+ ($a, $l) = split(/\//, $a); -+ } else { -+ $l = 128; -+ } -+ $norder = inet_pton(AF_INET6, $a); -+ return unpack("H*", $norder) . unpack("H*", pack("C", $l)); -+ } else { -+ my($l); -+ if ($a =~ /\//) { -+ ($a, $l) = split(/\//, $a); -+ } else { -+ $l = 32; -+ } -+ $norder = inet_pton(AF_INET, $a); -+ return(unpack("H*", $norder) . unpack("H*", pack("C", $l))); -+ } -+ -+ # otherwise return the original key value, so as not to sort on null -+ return($_[0]); - } -+ -+# sortbyipaddr(IPaddr, IPaddr) compares two IPv4/v6 addresses like strcmp(). - sub sortbyipaddr { -- &ipaddrval($a) <=> &ipaddrval($b); -+ &ipaddrval($a) cmp &ipaddrval($b); - } - - # This routine parses "show version" diff --git a/net-mgmt/rancid/files/patch-bin__xrrancid.in b/net-mgmt/rancid/files/patch-bin__xrrancid.in deleted file mode 100644 index 8ebeceaad3b2..000000000000 --- a/net-mgmt/rancid/files/patch-bin__xrrancid.in +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/xrrancid.in.orig 2015-06-09 15:58:36.000000000 +0100 -+++ bin/xrrancid.in 2015-06-09 16:03:53.000000000 +0100 -@@ -590,7 +590,7 @@ - next; - } - # Filter debugging file dlbg.txt & dlbg.txt-1 only on ASR9k w/ XR -- if ($proc =~ /ASR9K/ && /dlbg\.txt/) { -+ if ($proc =~ /ASR9K/ && (/dlbg\.txt/ || /uptime_cont/ || /temp_cont/ || /volt_cont/)) { - next; - } - if (/.*\((\d+) bytes free\)/) { diff --git a/net-mgmt/rancid/files/patch-etc__Makefile.am b/net-mgmt/rancid/files/patch-etc__Makefile.am deleted file mode 100644 index 0619c990cd54..000000000000 --- a/net-mgmt/rancid/files/patch-etc__Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ ---- ./etc/Makefile.am.orig 2010-02-27 09:49:56.000000000 +0100 -+++ ./etc/Makefile.am 2012-04-09 23:03:03.000000000 +0200 -@@ -58,26 +58,8 @@ - endif - - install-data-local: all -- @if test "$(DO_CONF_INSTALL)" = "yes"; then \ -- if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists. See "; \ -- echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \ -- fi; \ -- if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists. See "; \ -- echo " *** $(pkgdatadir)/lg.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \ -- fi; \ -- fi -+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir) -+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir) - - #clean: - # rm -f Makefile rancid.conf $(BIN_DATAS) $(BIN_PROGS) diff --git a/net-mgmt/rancid/files/patch-etc__Makefile.in b/net-mgmt/rancid/files/patch-etc__Makefile.in deleted file mode 100644 index 6a57323243d9..000000000000 --- a/net-mgmt/rancid/files/patch-etc__Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- ./etc/Makefile.in.orig 2011-11-17 22:10:11.000000000 +0100 -+++ ./etc/Makefile.in 2012-04-09 23:03:03.000000000 +0200 -@@ -423,26 +423,8 @@ - - - install-data-local: all -- @if test "$(DO_CONF_INSTALL)" = "yes"; then \ -- if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists. See "; \ -- echo " *** $(pkgdatadir)/rancid.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \ -- fi; \ -- if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \ -- echo ""; \ -- echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists. See "; \ -- echo " *** $(pkgdatadir)/lg.conf.sample for new"; \ -- echo " *** examples."; \ -- echo ""; \ -- else \ -- $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \ -- fi; \ -- fi -+ $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir) -+ $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir) - - lg.conf.sample: Makefile $(srcdir)/lg.conf.sample.in - rm -f lg.conf.sample lg.conf.sample.tmp; \ diff --git a/net-mgmt/rancid/files/pkg-message.in b/net-mgmt/rancid/files/pkg-message.in deleted file mode 100644 index c1f59582807f..000000000000 --- a/net-mgmt/rancid/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -For further configuration information please look at -%%PREFIX%%/share/rancid/README. - -If you are upgrading from the previous version of rancid look at -%%PREFIX%%/share/rancid/UPGRADING. - -If you would like to set up Rancid to be browseable from Web, -you need to install devel/cvsweb or devel/viewvc. - -For rancid looking-glass copy the actual CGIs (located at -%%PREFIX%%/libexec/rancid/{lg.cgi lgform.cgi}) to your cgi-bin. diff --git a/net-mgmt/rancid/pkg-descr b/net-mgmt/rancid/pkg-descr deleted file mode 100644 index ea4e16cf365a..000000000000 --- a/net-mgmt/rancid/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Rancid monitors a router's (or device's) configuration, including software -and hardware (cards, serial numbers, etc), using CVS. Rancid currently -supports Bay routers, Cisco routers, Juniper routers, Catalyst switches, -Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd), -Alteon switches, HP Procurve switches, Hitachi routers. - -Rancid logs into each of the devices in a router table file, runs various -commands, chomps the output, and emails any differences from the previous -collection to a mail list. - -A looking glass is also included with rancid, based on Ed Kern's in use on -http://nitrous.digex.net/. Rancid version has added functions, supports Cisco, -Juniper, and Foundry and uses the login scripts that come with rancid; -so it can use rsh, telnet, or ssh to connect to your router(s). - -WWW: http://www.shrubbery.net/rancid/ diff --git a/net-mgmt/rancid/pkg-plist b/net-mgmt/rancid/pkg-plist deleted file mode 100644 index f0c3e6afe692..000000000000 --- a/net-mgmt/rancid/pkg-plist +++ /dev/null @@ -1,139 +0,0 @@ -bin/rancid-cvs -bin/rancid-run -libexec/rancid/alogin -libexec/rancid/arancid -libexec/rancid/arrancid -libexec/rancid/avologin -libexec/rancid/avorancid -libexec/rancid/agmrancid -libexec/rancid/blogin -libexec/rancid/brancid -libexec/rancid/cat5rancid -libexec/rancid/clogin -libexec/rancid/control_rancid -libexec/rancid/cssrancid -libexec/rancid/elogin -libexec/rancid/erancid -libexec/rancid/f10rancid -libexec/rancid/f5rancid -libexec/rancid/flogin -libexec/rancid/fnrancid -libexec/rancid/fnlogin -libexec/rancid/francid -libexec/rancid/hlogin -libexec/rancid/hpuifilter -libexec/rancid/hrancid -libexec/rancid/htlogin -libexec/rancid/htrancid -libexec/rancid/jerancid -libexec/rancid/jlogin -libexec/rancid/jrancid -libexec/rancid/lg.cgi -libexec/rancid/lgform.cgi -libexec/rancid/mrancid -libexec/rancid/mrvlogin -libexec/rancid/mrvrancid -libexec/rancid/mtlogin -libexec/rancid/mtrancid -libexec/rancid/nlogin -libexec/rancid/nrancid -libexec/rancid/nxrancid -libexec/rancid/nslogin -libexec/rancid/nsrancid -libexec/rancid/par -libexec/rancid/prancid -libexec/rancid/rancid -libexec/rancid/rancid-cvs -libexec/rancid/rancid-fe -libexec/rancid/rancid-run -libexec/rancid/rivlogin -libexec/rancid/rivrancid -libexec/rancid/rrancid -libexec/rancid/srancid -libexec/rancid/tlogin -libexec/rancid/trancid -libexec/rancid/tntlogin -libexec/rancid/tntrancid -libexec/rancid/xrancid -libexec/rancid/xrrancid -libexec/rancid/zrancid -man/man1/agmrancid.1.gz -man/man1/alogin.1.gz -man/man1/arancid.1.gz -man/man1/arrancid.1.gz -man/man1/avologin.1.gz -man/man1/avorancid.1.gz -man/man1/blogin.1.gz -man/man1/brancid.1.gz -man/man1/cat5rancid.1.gz -man/man1/clogin.1.gz -man/man1/control_rancid.1.gz -man/man1/cssrancid.1.gz -man/man1/elogin.1.gz -man/man1/erancid.1.gz -man/man1/f10rancid.1.gz -man/man1/f5rancid.1.gz -man/man1/flogin.1.gz -man/man1/fnlogin.1.gz -man/man1/fnrancid.1.gz -man/man1/francid.1.gz -man/man1/hlogin.1.gz -man/man1/hrancid.1.gz -man/man1/htlogin.1.gz -man/man1/htrancid.1.gz -man/man1/jerancid.1.gz -man/man1/jlogin.1.gz -man/man1/jrancid.1.gz -man/man1/lg_intro.1.gz -man/man1/mrancid.1.gz -man/man1/mrvlogin.1.gz -man/man1/mrvrancid.1.gz -man/man1/mtlogin.1.gz -man/man1/mtrancid.1.gz -man/man1/nlogin.1.gz -man/man1/nrancid.1.gz -man/man1/nslogin.1.gz -man/man1/nsrancid.1.gz -man/man1/nxrancid.1.gz -man/man1/prancid.1.gz -man/man1/rancid-cvs.1.gz -man/man1/rancid-run.1.gz -man/man1/rancid-par.1.gz -man/man1/rancid.1.gz -man/man1/rancid_intro.1.gz -man/man1/rivlogin.1.gz -man/man1/rivrancid.1.gz -man/man1/rrancid.1.gz -man/man1/srancid.1.gz -man/man1/tlogin.1.gz -man/man1/tntlogin.1.gz -man/man1/tntrancid.1.gz -man/man1/trancid.1.gz -man/man1/xrancid.1.gz -man/man1/xrrancid.1.gz -man/man1/zrancid.1.gz -man/man5/cloginrc.5.gz -man/man5/lg.conf.5.gz -man/man5/rancid.conf.5.gz -man/man5/router.db.5.gz -etc/rancid/lg.conf.sample -etc/rancid/rancid.conf.sample -%%DATADIR%%/CHANGES -%%DATADIR%%/COPYING -%%DATADIR%%/FAQ -%%DATADIR%%/README -%%DATADIR%%/README.lg -%%DATADIR%%/README.misc -%%DATADIR%%/UPGRADING -%%DATADIR%%/cisco-load.exp -%%DATADIR%%/cisco-reload.exp -%%DATADIR%%/cloginrc.sample -%%DATADIR%%/downreport -%%DATADIR%%/getipacctg -%%DATADIR%%/index.html -%%DATADIR%%/lg.conf.sample -%%DATADIR%%/lgnotes.html -%%DATADIR%%/rancid-cvspurge -%%DATADIR%%/rancid.conf.sample -%%DATADIR%%/rtrfilter -@dir(,,775) var/rancid diff --git a/net-mgmt/slate/Makefile b/net-mgmt/slate/Makefile index ec4e0d2c5a20..88c83116aa47 100644 --- a/net-mgmt/slate/Makefile +++ b/net-mgmt/slate/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= http://www.riverstonenet.com/support/nmops/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple traffic analysis and data reporting collection server for LFAP -PLIST_FILES= bin/sfas +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes +PLIST_FILES= bin/sfas + .include diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index f40e935bb3eb..7f5476739faa 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index 134d83a1717a..6d88312ca52e 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 05c90b50cc29..256fd10dd3f8 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -4,6 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.12.1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com diff --git a/net-p2p/bitcoin/files/bitcoind.in b/net-p2p/bitcoin/files/bitcoind.in index d4a558e837da..45bc454c171d 100644 --- a/net-p2p/bitcoin/files/bitcoind.in +++ b/net-p2p/bitcoin/files/bitcoind.in @@ -1,15 +1,173 @@ #!/bin/sh -# # $FreeBSD$ -# + # PROVIDE: bitcoind -# REQUIRE: LOGIN +# REQUIRE: LOGIN cleanvar +# KEYWORD: shutdown + +# +# Add the following lines to /etc/rc.conf to enable : +# bitcoind_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable bitcoind +# bitcoind_user (str) Set to "bitcoin" by default. +# bitcoind_group (str) Set to "bitcoin" by default. +# bitcoind_conf (str) Set to "%%PREFIX%%/etc/bitcoind.conf" by default. +# bitcoind_data (str) Set to "/var/lib/bitcoind" by default. +# bitcoindlimits_enable (bool) Set to "NO" by default. +# Set it to "YES" to enable bitcoindlimits +# bitcoindlimits_args Set to "-e -U ${bitcoind_user}" by default + . /etc/rc.subr name="bitcoind" rcvar=bitcoind_enable + +start_precmd="bitcoind_precmd" +start_cmd="bitcoind_start" +restart_precmd="bitcoind_checkconfig" +reload_precmd="bitcoind_checkconfig" +configtest_cmd="bitcoind_checkconfig" +status_cmd="bitcoind_status" +stop_cmd="bitcoind_stop" +stop_postcmd="bitcoind_wait" command="%%PREFIX%%/bin/bitcoind" +cli_command="%%PREFIX%%/bin/bitcoin-cli" +daemon_command="/usr/sbin/daemon" +#pidfile="/var/run/${name}.pid" +extra_commands="configtest" + + +: ${bitcoind_enable:="NO"} +: ${bitcoindlimits_enable:="NO"} + +load_rc_config ${name} + +: ${bitcoind_user:="bitcoin"} +: ${bitcoind_group:="bitcoin"} +: ${bitcoind_data_dir:="/var/db/bitcoind"} +: ${bitcoind_config_file:="%%PREFIX%%/etc/bitcoin.conf"} +: ${bitcoindlimits_args:="-e -U ${bitcoind_user}"} + +# set up dependant variables +procname="${command}" +pidfile="${bitcoind_data_dir}/bitcoind.pid" +required_files="${bitcoind_config_file}" + + +bitcoind_checkconfig() +{ + echo "Performing sanity check on bitcoind configuration:" + if [ ! -d "${bitcoind_data_dir}" ] + then + echo "Missing data directory: ${bitcoind_data_dir}" + exit 1 + fi + chown -R "${bitcoind_user}:${bitcoind_group}" "${bitcoind_data_dir}" + + if [ ! -f "${bitcoind_config_file}" ] + then + echo "Missing configuration file: ${bitcoind_config_file}" + exit 1 + fi + if [ ! -x "${command}" ] + then + echo "Missing executable: ${command}" + exit 1 + fi + return 0 +} + +bitcoind_cleanup() +{ + rm -f "${pidfile}" +} + +bitcoind_precmd() +{ + bitcoind_checkconfig + + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + echo "Bitcoind is not running" + rm -f "${pidfile}" + fi + + if checkyesno bitcoindlimits_enable + then + eval $(/usr/bin/limits ${bitcoindlimits_args}) 2>/dev/null + else + return 0 + fi +} + +bitcoind_status() +{ + local pid + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + echo "Bitcoind is not running" + return 1 + else + echo "Bitcoind running, pid: ${pid}" + fi +} + +bitcoind_start() +{ + echo "Starting bitcoind:" + cd "${bitcoind_data_dir}" || return 1 + ${daemon_command} -u "${bitcoind_user}" -p "${pidfile}" \ + ${command} \ + -conf="${bitcoind_config_file}" \ + -datadir="${bitcoind_data_dir}" 2> /tmp/bitcoind.stderr > /tmp/bitcoind.stdout +} + +bitcoind_stop() +{ + echo "Stopping bitcoind:" + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + echo "Bitcoind is not running" + return 1 + else + ${cli_command} -conf="${bitcoind_config_file}" -datadir="${bitcoind_data_dir}" stop + fi +} + +bitcoind_wait() +{ + local n=60 + echo "Waiting for bitcoind shutdown:" + while : + do + printf '.' + pid=$(check_pidfile "${pidfile}" "${procname}") + if [ -z "${pid}" ] + then + printf '\n' + break + fi + sleep 1 + n=$((${n} - 1)) + if [ ${n} -eq 0 -a -f "${pidfile}" ] + then + printf "\nForce shutdown" + kill -9 $(cat "${pidfile}") + for n in 1 2 3 + do + printf '.' + sleep 1 + done + printf '\n' + break + fi + done + rm -f "${pidfile}" + echo "Shutdown complete" +} -load_rc_config $name run_rc_command "$1" diff --git a/net-p2p/digitalcoin/Makefile b/net-p2p/digitalcoin/Makefile index 90f3e36070df..4eff4d250dd8 100644 --- a/net-p2p/digitalcoin/Makefile +++ b/net-p2p/digitalcoin/Makefile @@ -3,7 +3,7 @@ PORTNAME= digitalcoin PORTVERSION= 1.0.0.0b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p MAINTAINER= myst3r10n@rocketmail.com diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index fbc9c7b49871..e8e5c660f10c 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -4,6 +4,7 @@ PORTNAME= dogecoin PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index 6c3e422943a5..5d0480c97b52 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -4,7 +4,7 @@ PORTNAME= eiskaltdcpp PORTVERSION= 2.2.10 DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 79794368d391..a4a522fe4b6f 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= ktorrent DISTVERSION= 4.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index b34fa79e2d9d..8be84dfe52f8 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ diff --git a/net-p2p/libtorrent-rasterbar-python/Makefile b/net-p2p/libtorrent-rasterbar-python/Makefile index fc84a3b4bdee..d488fd7cbe0e 100644 --- a/net-p2p/libtorrent-rasterbar-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-python/Makefile @@ -1,6 +1,7 @@ # Created by: Doug Barton # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 9155a6a47fe1..ce356b36ffb3 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index b5e7cf77d37d..75e8ce5bdc28 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= linuxdcpp PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= http://launchpadlibrarian.net/69733951/ diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 26bb0cc4ca04..0c65cbb49197 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= litecoin PORTVERSION= 0.10.4.0 DISTVERSIONPREFIX= v -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= net-p2p finance MASTER_SITES= LOCAL/swills diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 917c20ad0477..e31f684fd27b 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -3,8 +3,8 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 -PORTREVISION= 1 DISTVERSIONPREFIX= nc +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-p2p dns diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index b5e3a396da21..b1bdffb13268 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,6 +3,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.3.7 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 9a5d43a3e7f1..3d1768fbc7fc 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -3,7 +3,7 @@ PORTNAME= retroshare PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 52bc59c7237b..09449081e151 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -3,8 +3,8 @@ PORTNAME= twister-core PORTVERSION= 0.9.34 -PORTREVISION= 4 DISTVERSIONPREFIX= v +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net-p2p diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index ff459712ba67..c1d2ec872fd3 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -4,6 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net diff --git a/net/asio/Makefile b/net/asio/Makefile index 5f9aa6ea04d6..128c14d7ce61 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -3,6 +3,7 @@ PORTNAME= asio PORTVERSION= 1.10.4 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index a2bb9e042ed0..80950d118fdb 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.24.1 +PORTVERSION= 11.25.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -229,15 +229,12 @@ post-patch: @${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif - .if exists(${FILESDIR}/.asterisk.makeopts) -USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts -.else -USER_MAKEOPTS_FILE= + ${CP} ${FILESDIR}/.asterisk.makeopts ${WRKSRC}/menuselect.makeopts .endif post-configure: - @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}" + @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts diff --git a/net/asterisk11/distinfo b/net/asterisk11/distinfo index 16083c416b69..eeaf46448654 100644 --- a/net/asterisk11/distinfo +++ b/net/asterisk11/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1477601759 -SHA256 (asterisk-11.24.1.tar.gz) = 006fe06c6a03e0c0af0ea392e500dbba7bc87b14542a7355b4d8648a0bedefc8 -SIZE (asterisk-11.24.1.tar.gz) = 35123437 +TIMESTAMP = 1479921647 +SHA256 (asterisk-11.25.0.tar.gz) = 12bc6d6b254e232417c656e86bec99e08828335e135d923f87498c133641f1c1 +SIZE (asterisk-11.25.0.tar.gz) = 35125167 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index b3be928a1177..d4d490fb398a 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -3,7 +3,7 @@ PORTNAME= cyphesis PORTVERSION= 0.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile index 3a3ce70d3178..58db86c9cdd1 100644 --- a/net/dhcpdump/Makefile +++ b/net/dhcpdump/Makefile @@ -9,11 +9,14 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Decode and diagnose sniffed DHCP packets -PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= build +PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/man/man8 diff --git a/net/dhcpdump/files/patch-Makefile b/net/dhcpdump/files/patch-Makefile index 8016381d26f2..eca05e3f7eec 100644 --- a/net/dhcpdump/files/patch-Makefile +++ b/net/dhcpdump/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2014-02-26 14:13:07.131955471 +0100 -+++ ./Makefile 2014-02-26 14:13:21.108957821 +0100 +--- Makefile.orig 2008-06-24 03:26:52 UTC ++++ Makefile @@ -1,5 +1,3 @@ -CFLAGS= -Wall -g -LDFLAGS= -g diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile index 87fc45c1aa02..d0fc56135354 100644 --- a/net/dhcping/Makefile +++ b/net/dhcping/Makefile @@ -9,8 +9,10 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Send DHCP request to DHCP server for monitoring purposes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +GNU_CONFIGURE= yes PLIST_FILES= bin/dhcping \ man/man8/dhcping.8.gz diff --git a/net/dhcprelay/Makefile b/net/dhcprelay/Makefile index 3860d25dcad9..fbad50bb9348 100644 --- a/net/dhcprelay/Makefile +++ b/net/dhcprelay/Makefile @@ -10,11 +10,14 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support +LICENSE= NONE + LIB_DEPENDS= libdnet.so:net/libdnet -PLIST_FILES= bin/dhcprelay USE_RC_SUBR= ${PORTNAME} +PLIST_FILES= bin/dhcprelay + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${STAGEDIR}${PREFIX}/bin diff --git a/net/dhcprelay/files/patch-Makefile b/net/dhcprelay/files/patch-Makefile index 3337308401a2..624a4b2196e7 100644 --- a/net/dhcprelay/files/patch-Makefile +++ b/net/dhcprelay/files/patch-Makefile @@ -5,11 +5,11 @@ + dhcprelay: dhcprelay.o - gcc -g -o $@ -Wall -L/usr/local/lib -lpcap -ldnet $> -+ ${CC} -g -o $@ -Wall -L${LOCALBASE}/lib -lpcap -ldnet $> ++ ${CC} ${LDFLAGS} -o $@ -Wall -L${LOCALBASE}/lib -lpcap -ldnet $> dhcprelay.o: dhcprelay.c - gcc -g -c -o $@ -Wall -I/usr/local/include $< -+ ${CC} -g -c -o $@ -Wall -I${LOCALBASE}/include $< ++ ${CC} ${CFLAGS} -c -o $@ -Wall -I${LOCALBASE}/include $< clean: rm -f dhcprelay.o dhcprelay dhcprelay.core diff --git a/net/e169-stats/Makefile b/net/e169-stats/Makefile index 6485b4f21b25..b365a6012ace 100644 --- a/net/e169-stats/Makefile +++ b/net/e169-stats/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses realtime statistics for the Huawei E169 modem +LICENSE= NONE + USES= ncurses PLIST_FILES= bin/e169-stats diff --git a/net/elixir-kafka_ex/Makefile b/net/elixir-kafka_ex/Makefile index 39b854948d92..894f9aab75a9 100644 --- a/net/elixir-kafka_ex/Makefile +++ b/net/elixir-kafka_ex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kafka_ex -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= net PKGNAMEPREFIX= elixir- diff --git a/net/elixir-kafka_ex/distinfo b/net/elixir-kafka_ex/distinfo index 4627d37ae3d8..19b078e16e35 100644 --- a/net/elixir-kafka_ex/distinfo +++ b/net/elixir-kafka_ex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477453964 -SHA256 (jacklund-kafka_ex-0.6.0_GH0.tar.gz) = 41c34878dc1b1f14e36aec07802036dc24b03b8eb5875ae9351adde6f84c4e6b -SIZE (jacklund-kafka_ex-0.6.0_GH0.tar.gz) = 131830 +TIMESTAMP = 1479904609 +SHA256 (jacklund-kafka_ex-0.6.1_GH0.tar.gz) = ef1d5277f2ff4b197e33e5a3b7bd0541216c58e2b56fa76da6fbd4b34f9cf410 +SIZE (jacklund-kafka_ex-0.6.1_GH0.tar.gz) = 131886 diff --git a/net/elixir-oauth2/Makefile b/net/elixir-oauth2/Makefile index 3f3ed0a7a8a9..5e157d917275 100644 --- a/net/elixir-oauth2/Makefile +++ b/net/elixir-oauth2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= elixir- diff --git a/net/elixir-oauth2/distinfo b/net/elixir-oauth2/distinfo index a50963fd48ae..e7738252ce95 100644 --- a/net/elixir-oauth2/distinfo +++ b/net/elixir-oauth2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476025865 -SHA256 (scrogson-oauth2-v0.8.0_GH0.tar.gz) = a9adccecf3a515c2a8d1fbd810aa1d2865ab590e0608deea4c87293597a2afbb -SIZE (scrogson-oauth2-v0.8.0_GH0.tar.gz) = 18480 +TIMESTAMP = 1479905026 +SHA256 (scrogson-oauth2-v0.8.2_GH0.tar.gz) = a5aec6d89819d4f3a435fabd6b462a822e146db2b12b66c183984cca36e92a0e +SIZE (scrogson-oauth2-v0.8.2_GH0.tar.gz) = 18796 diff --git a/net/freebsd-tftp/Makefile b/net/freebsd-tftp/Makefile index cc3816db4cd1..14773a6d269b 100644 --- a/net/freebsd-tftp/Makefile +++ b/net/freebsd-tftp/Makefile @@ -9,17 +9,22 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Upcoming replacement for tftp(1) and tftpd(8) -PLIST_FILES= bin/tftp libexec/tftpd \ - share/man/man8/tftpd.8.gz share/man/man1/tftp.1.gz +LICENSE= BSD4CLAUSE +USES= libedit WRKSRC= ${WRKDIR} NO_PACKAGE= Installs software in /usr/libexec and /usr/bin PREFIX= /usr +PLIST_FILES= bin/tftp \ + libexec/tftpd \ + share/man/man8/tftpd.8.gz \ + share/man/man1/tftp.1.gz + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/tftp/tftp ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/libexec/tftpd/tftpd ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/usr.bin/tftp/tftp.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/libexec/tftpd/tftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/usr.bin/tftp/tftp.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/libexec/tftpd/tftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile index 34b7f2291965..2e638229134e 100644 --- a/net/freenet6/Makefile +++ b/net/freenet6/Makefile @@ -11,7 +11,10 @@ DISTNAME= tspc-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Hexago Freenet6 Tunnel Setup Protocol Client - Free IPv6 tunnel -USES= gmake tar:tgz +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/../CLIENT-LICENSE.TXT + +USES= gmake ssl tar:tgz MAKE_ARGS= target=freebsd CC="${CC}" CXX="${CXX}" \ installdir="${STAGEDIR}${PREFIX}" ETCDIR="${ETCDIR}" diff --git a/net/go.net/Makefile b/net/go.net/Makefile index 32ba392f4515..ef839ebfc9b9 100644 --- a/net/go.net/Makefile +++ b/net/go.net/Makefile @@ -3,6 +3,7 @@ PORTNAME= go.net PORTVERSION= 20160708 +PORTREVISION= 1 CATEGORIES= net devel MAINTAINER= jlaffaye@FreeBSD.org @@ -30,6 +31,7 @@ GO_TARGET= ${GO_PKGNAME}/bpf \ ${GO_PKGNAME}/http2/hpack \ ${GO_PKGNAME}/icmp \ ${GO_PKGNAME}/idna \ + ${GO_PKGNAME}/internal/iana \ ${GO_PKGNAME}/ipv4 \ ${GO_PKGNAME}/ipv6 \ ${GO_PKGNAME}/lex/httplex \ diff --git a/net/go.net/pkg-plist b/net/go.net/pkg-plist index 7f66ac4a9bc4..8606a3eb0f84 100644 --- a/net/go.net/pkg-plist +++ b/net/go.net/pkg-plist @@ -10,6 +10,7 @@ bin/h2i %%GO_LIBDIR%%/%%GO_PKGNAME%%/http2/hpack.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/icmp.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/idna.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/iana.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv4.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv6.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/lex/httplex.a @@ -212,6 +213,8 @@ bin/h2i %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/idna_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/iana/const.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/iana/gen.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpf_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_linux.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_stub.go diff --git a/net/grive/Makefile b/net/grive/Makefile index 42b611dc68cd..fa9beace9f1e 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -3,7 +3,7 @@ PORTNAME= grive PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= ktsin@acm.org diff --git a/net/grive2/Makefile b/net/grive2/Makefile index a8524069bcb4..0bf9468177fc 100644 --- a/net/grive2/Makefile +++ b/net/grive2/Makefile @@ -4,6 +4,7 @@ PORTNAME= grive2 PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= cpm@FreeBSD.org diff --git a/net/kdenetwork4-strigi-analyzers/Makefile b/net/kdenetwork4-strigi-analyzers/Makefile index 51dc88219a7d..ee834f635c6b 100644 --- a/net/kdenetwork4-strigi-analyzers/Makefile +++ b/net/kdenetwork4-strigi-analyzers/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdenetwork-strigi-analyzers PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/net/kea/Makefile b/net/kea/Makefile index 1bffa3ea531c..c0815b70e603 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -2,7 +2,7 @@ PORTNAME= kea PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} diff --git a/net/kget/Makefile b/net/kget/Makefile index f162fe925015..d86ea1335cb1 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -2,7 +2,7 @@ PORTNAME= kget PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index 24f0a1d1af9e..9b6b05cd3bc6 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcmis PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://dev-www.libreoffice.org/src/ diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index ca3bc1f889d6..4f5757690af5 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2016.11.06 +PORTVERSION= 2016.11.17 PORTEPOCH= 2 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ \ diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index bbccb3a45522..40bfce0461e4 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479076347 -SHA256 (live.2016.11.06.tar.gz) = 55089fd4ce45ee659f848a5b7e4d548be568929c1236b9b808d4b9f5086ba8ba -SIZE (live.2016.11.06.tar.gz) = 626754 +TIMESTAMP = 1480076945 +SHA256 (live.2016.11.17.tar.gz) = e3c825261ac4fa67ac1880c1d00be11f6db5d5b8eb05fe618e71c5ec1bf427c8 +SIZE (live.2016.11.17.tar.gz) = 626776 diff --git a/net/mosquitto/files/patch-support-libressl b/net/mosquitto/files/patch-support-libressl new file mode 100644 index 000000000000..d81cf5fa1fcf --- /dev/null +++ b/net/mosquitto/files/patch-support-libressl @@ -0,0 +1,68 @@ +From 9f74e09373f3be7b77f510ef8b0ae2c887f7b325 Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Tue, 4 Oct 2016 14:35:33 +0200 +Subject: [PATCH] [280] Fix build with libressl + +Closes #280 + +Fix building with libressl which broke in commit fff741613 (Support for +openssl 1.1.0). + +Bug: #280 + +Signed-off-by: Natanael Copa +--- + lib/mosquitto_internal.h | 3 +++ + src/mosquitto_passwd.c | 4 ++-- + src/security_default.c | 2 +- + 3 files changed, 6 insertions(+), 3 deletions(-) + +diff --git lib/mosquitto_internal.h lib/mosquitto_internal.h +index 4b4cf85..700bbb0 100644 +--- lib/mosquitto_internal.h ++++ lib/mosquitto_internal.h +@@ -25,6 +25,9 @@ and the Eclipse Distribution License is available at + + #ifdef WITH_TLS + # include ++# if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) ++# define HAVE_OPENSSL_OPAQUE_STRUCTS ++# endif + #else + # include + #endif +diff --git src/mosquitto_passwd.c src/mosquitto_passwd.c +index de9a719..5b854d9 100644 +--- src/mosquitto_passwd.c ++++ src/mosquitto_passwd.c +@@ -90,7 +90,7 @@ int output_new_password(FILE *fptr, const char *username, const char *password) + unsigned char hash[EVP_MAX_MD_SIZE]; + unsigned int hash_len; + const EVP_MD *digest; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#ifndef HAVE_OPENSSL_OPAQUE_STRUCTS + EVP_MD_CTX context; + #else + EVP_MD_CTX *context; +@@ -117,7 +117,7 @@ int output_new_password(FILE *fptr, const char *username, const char *password) + return 1; + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#ifndef HAVE_OPENSSL_OPAQUE_STRUCTS + EVP_MD_CTX_init(&context); + EVP_DigestInit_ex(&context, digest, NULL); + EVP_DigestUpdate(&context, password, strlen(password)); +diff --git src/security_default.c src/security_default.c +index 64ca846..9ad8708 100644 +--- src/security_default.c ++++ src/security_default.c +@@ -770,7 +770,7 @@ int mosquitto_psk_key_get_default(struct mosquitto_db *db, const char *hint, con + int _pw_digest(const char *password, const unsigned char *salt, unsigned int salt_len, unsigned char *hash, unsigned int *hash_len) + { + const EVP_MD *digest; +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#ifndef HAVE_OPENSSL_OPAQUE_STRUCTS + EVP_MD_CTX context; + + digest = EVP_get_digestbyname("sha512"); diff --git a/net/mpich/Makefile b/net/mpich/Makefile index b328bf70923b..5b9ce510468f 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -2,7 +2,7 @@ PORTNAME= mpich PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ diff --git a/net/mpich/files/patch-src-include-mpiimpl.h b/net/mpich/files/patch-src-include-mpiimpl.h new file mode 100644 index 000000000000..47d416502f6f --- /dev/null +++ b/net/mpich/files/patch-src-include-mpiimpl.h @@ -0,0 +1,11 @@ +--- src/include/mpiimpl.h.orig 2015-11-10 02:39:01 UTC ++++ src/include/mpiimpl.h +@@ -1528,7 +1528,7 @@ typedef struct MPID_Request { + #ifdef MPID_DEV_REQUEST_DECL + MPID_DEV_REQUEST_DECL + #endif +-} MPID_Request ATTRIBUTE((__aligned__(32))); ++} ATTRIBUTE((__aligned__(32))) MPID_Request; + + extern MPIU_Object_alloc_t MPID_Request_mem; + /* Preallocated request objects */ diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile index 01b4321f83f2..bce712b7cb8e 100644 --- a/net/nos-ttb/Makefile +++ b/net/nos-ttb/Makefile @@ -1,17 +1,18 @@ # Created by: Edwin Groothuis # $FreeBSD$ -PORTNAME= nos-ttb +PORTNAME= ttb PORTVERSION= 0.9.5 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/ -DISTNAME= ttb-${PORTVERSION} +MASTER_SITES= http://www.djcbsoftware.nl/code/${PORTNAME}/ +PKGNAMEPREFIX= nos- MAINTAINER= ports@FreeBSD.org COMMENT= NOS teletekst browser -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 @@ -20,12 +21,13 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 DEPRECATED= does not work due to protocol changes EXPIRATION_DATE=2017-02-20 -NO_BUILD= yes USES= python +NO_BUILD= yes +NO_ARCH= yes -PLIST_FILES= bin/ttb \ - share/ttb/ttb.glade \ - share/ttb/ttb.png +PLIST_FILES= bin/${PORTNAME} \ + %%DATADIR%%/ttb.glade \ + %%DATADIR%%/ttb.png do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/ttb diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index adaa8e1c60a7..db860bbb83d2 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -2,6 +2,7 @@ PORTNAME= openmpi PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 @@ -11,6 +12,7 @@ COMMENT= High Performance Message Passing Library LIB_DEPENDS= libhwloc.so:devel/hwloc \ libltdl.so:devel/libltdl \ + libevent.so:devel/libevent2 \ libmunge.so:security/munge HAS_CONFIGURE= yes @@ -31,6 +33,12 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} \ --with-hwloc=${LOCALBASE} \ --with-libltdl=${LOCALBASE} \ --enable-mpi-fortran=usempi \ + --enable-mpi-cxx \ + --enable-cxx-exceptions \ + --enable-heterogeneous \ + --enable-mpi-thread-multiple \ + --with-libevent=${LOCALBASE}/include \ + --with-libevent-libdir=${LOCALBASE}/lib \ ompi_cv_fortran_ignore_tkr_data=0 LDFLAGS+= -L${LOCALBASE}/lib @@ -39,12 +47,14 @@ USE_LDCONFIG= ${PREFIX}/${MPIDIR}/lib \ MANPREFIX= ${PREFIX}/${MPIDIR} -OPTIONS_DEFINE= IPV6 SLURM TORQUE +OPTIONS_DEFINE= DEBUG IPV6 SLURM TORQUE TORQUE_DESC= Enable Torque support SLURM_DESC= Enable SLURM support OPTIONS_DEFAULT= SLURM OPTIONS_SUB= yes +DEBUG_CONFIGURE_ENABLE= debug + IPV6_CONFIGURE_ENABLE= ipv6 TORQUE_CONFIGURE_ON= --with-tm=${LOCALBASE} diff --git a/net/openmpi2/pkg-plist b/net/openmpi2/pkg-plist index 6406b26ae7f2..248866812115 100644 --- a/net/openmpi2/pkg-plist +++ b/net/openmpi2/pkg-plist @@ -42,6 +42,37 @@ %%MPIDIR%%/include/mpif-sentinels.h %%MPIDIR%%/include/mpif-sizeof.h %%MPIDIR%%/include/mpif.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/comm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/comm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/constants.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/datatype.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/datatype_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/errhandler.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/errhandler_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/exception.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/file.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/file_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/functions.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/functions_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/group.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/group_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/info.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/info_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intercomm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intercomm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intracomm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intracomm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/mpicxx.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/op.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/op_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/request.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/request_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/status.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/status_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/topology.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/topology_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win_inln.h %%MPIDIR%%/include/openmpi/ompi/mpiext/affinity/c/mpiext_affinity_c.h %%MPIDIR%%/include/openmpi/ompi/mpiext/cuda/c/mpiext_cuda_c.h %%MPIDIR%%/lib/libmca_common_sm.la @@ -52,6 +83,10 @@ %%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.20 %%MPIDIR%%/lib/libmpi.so.20.0.1 +%%MPIDIR%%/lib/libmpi_cxx.la +%%MPIDIR%%/lib/libmpi_cxx.so +%%MPIDIR%%/lib/libmpi_cxx.so.20 +%%MPIDIR%%/lib/libmpi_cxx.so.20.0.0 %%MPIDIR%%/lib/libmpi_mpifh.la %%MPIDIR%%/lib/libmpi_mpifh.so %%MPIDIR%%/lib/libmpi_mpifh.so.20 diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile index c08a92b7c89b..0d8f4fbf78c2 100644 --- a/net/p5-Net-Server/Makefile +++ b/net/p5-Net-Server/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-Server PORTVERSION= 2.008 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,7 +22,9 @@ OPTIONS_DEFINE= IPV6 USES= perl5 USE_PERL5= configure -IPV6_BUILD_DEPENDS= p5-Socket6>=0.23:net/p5-Socket6 -IPV6_RUN_DEPENDS= p5-Socket6>=0.23:net/p5-Socket6 +IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ + p5-Socket6>=0.23:net/p5-Socket6 +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ + p5-Socket6>=0.23:net/p5-Socket6 .include diff --git a/net/p5-Net-Whois-Raw/Makefile b/net/p5-Net-Whois-Raw/Makefile index 85c14f996823..4a02120a0675 100644 --- a/net/p5-Net-Whois-Raw/Makefile +++ b/net/p5-Net-Whois-Raw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Whois-Raw -PORTVERSION= 2.99002 +PORTVERSION= 2.99003.1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,6 +27,8 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/${DISTNAME:R} + .include .if ${PERL_LEVEL} < 502000 diff --git a/net/p5-Net-Whois-Raw/distinfo b/net/p5-Net-Whois-Raw/distinfo index a774c36db67b..fda6bd44048d 100644 --- a/net/p5-Net-Whois-Raw/distinfo +++ b/net/p5-Net-Whois-Raw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476969871 -SHA256 (Net-Whois-Raw-2.99002.tar.gz) = 78a75f4239dc238bc972457816607532a3272496fd2aa1e744acfe959b83a6ef -SIZE (Net-Whois-Raw-2.99002.tar.gz) = 56477 +TIMESTAMP = 1479920605 +SHA256 (Net-Whois-Raw-2.99003.1.tar.gz) = 880a52b80be9081520c998700360e88f6eea4fcd62a2adf92a0931cdc2368564 +SIZE (Net-Whois-Raw-2.99003.1.tar.gz) = 72479 diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index ffc7300bdc93..d21b6504c792 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -2,7 +2,7 @@ PORTNAME= pktanon PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev diff --git a/net/py-keystoneclient/Makefile b/net/py-keystoneclient/Makefile index bbddae136cbf..d8dddbbbfd7c 100644 --- a/net/py-keystoneclient/Makefile +++ b/net/py-keystoneclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keystoneclient -PORTVERSION= 3.6.0 +PORTVERSION= 3.7.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,15 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Client for the OpenStack Keystone API -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional \ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ diff --git a/net/py-keystoneclient/distinfo b/net/py-keystoneclient/distinfo index fd15e8fb0a40..5406f99c5b74 100644 --- a/net/py-keystoneclient/distinfo +++ b/net/py-keystoneclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476612163 -SHA256 (python-keystoneclient-3.6.0.tar.gz) = 9b02364926323b14760719f7162fc38a99b9d2acb7241298a991023c87ad91b0 -SIZE (python-keystoneclient-3.6.0.tar.gz) = 295901 +TIMESTAMP = 1479812295 +SHA256 (python-keystoneclient-3.7.0.tar.gz) = 8d1cb531d8213876819e48549e05b3a058aebbe3ed1d7a890f1079efe95d3fe3 +SIZE (python-keystoneclient-3.7.0.tar.gz) = 297886 diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile index 082e490411cc..3d5377c88bdd 100644 --- a/net/py-libcloud/Makefile +++ b/net/py-libcloud/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcloud -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= net python MASTER_SITES= APACHE/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-libcloud/distinfo b/net/py-libcloud/distinfo index 543fa2ec54f5..95f54421c42a 100644 --- a/net/py-libcloud/distinfo +++ b/net/py-libcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477120322 -SHA256 (apache-libcloud-1.3.0.tar.bz2) = 3b74fa9ee317b9e744f25fe2381c4a582545fe1259d133afc5a660b935a9861b -SIZE (apache-libcloud-1.3.0.tar.bz2) = 1025630 +TIMESTAMP = 1480250952 +SHA256 (apache-libcloud-1.4.0.tar.bz2) = c8a8a28c687180e73b776308521c6b6be420d049cbec851ea23022ce7af6ef1e +SIZE (apache-libcloud-1.4.0.tar.bz2) = 1083881 diff --git a/net/py-openstackclient/Makefile b/net/py-openstackclient/Makefile index a35519f4cde7..6c64d2d2a612 100644 --- a/net/py-openstackclient/Makefile +++ b/net/py-openstackclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openstackclient -PORTVERSION= 3.2.0 +PORTVERSION= 3.4.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,16 +11,18 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= Client for the OpenStack -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ - ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ - ${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.9.4:devel/py-openstacksdk \ - ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.0.2:devel/py-osc-lib \ + ${PYTHON_PKGNAMEPREFIX}cliff>=2.3.0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.9.10:devel/py-openstacksdk \ + ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.2.0:devel/py-osc-lib \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ - ${PYTHON_PKGNAMEPREFIX}glanceclient>=0:net/py-glanceclient \ - ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}glanceclient>=2.5.0:net/py-glanceclient \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=3.6.0:net/py-keystoneclient \ ${PYTHON_PKGNAMEPREFIX}novaclient>=0:net/py-novaclient \ ${PYTHON_PKGNAMEPREFIX}cinderclient>=0:net/py-cinderclient \ ${PYTHON_PKGNAMEPREFIX}neutronclient>=0:net/py-neutronclient @@ -29,7 +31,4 @@ USES= python USE_PYTHON= distutils autoplist noegginfo NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py - .include diff --git a/net/py-openstackclient/distinfo b/net/py-openstackclient/distinfo index d93ed5a6a8fe..4f6f90cdd65a 100644 --- a/net/py-openstackclient/distinfo +++ b/net/py-openstackclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476612131 -SHA256 (python-openstackclient-3.2.0.tar.gz) = 4f66ccbdb2b3de71d69fee305a9585435cdaa0f9e523240c2f6c756555283c7a -SIZE (python-openstackclient-3.2.0.tar.gz) = 431887 +TIMESTAMP = 1479812893 +SHA256 (python-openstackclient-3.4.1.tar.gz) = 9389173f3aa6539882ab7fcd49aac28c9af33256dd21f8aba77caeaa9619bc60 +SIZE (python-openstackclient-3.4.1.tar.gz) = 479150 diff --git a/net/py-pyzmq/Makefile b/net/py-pyzmq/Makefile index 654ac2f8789e..1e29adce91f8 100644 --- a/net/py-pyzmq/Makefile +++ b/net/py-pyzmq/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 16.0.1 +PORTVERSION= 16.0.2 CATEGORIES= net devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-pyzmq/distinfo b/net/py-pyzmq/distinfo index efd054ccddcd..dd6f006a028a 100644 --- a/net/py-pyzmq/distinfo +++ b/net/py-pyzmq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478890077 -SHA256 (pyzmq-16.0.1.tar.gz) = 97d39ed371a42c4fa8244e3d7ef5fae71ec223a4bba4ba3fa2aad1886cd72967 -SIZE (pyzmq-16.0.1.tar.gz) = 1026593 +TIMESTAMP = 1480250755 +SHA256 (pyzmq-16.0.2.tar.gz) = 0322543fff5ab6f87d11a8a099c4c07dd8a1719040084b6ce9162bcdf5c45c9d +SIZE (pyzmq-16.0.2.tar.gz) = 1026531 diff --git a/net/remmina-plugins/bsd.plugin.mk b/net/remmina-plugins/bsd.plugin.mk index b278e5a67cc7..ca439d19edec 100644 --- a/net/remmina-plugins/bsd.plugin.mk +++ b/net/remmina-plugins/bsd.plugin.mk @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS+= remmina>=${PORTVERSION}:net/remmina RUN_DEPENDS+= remmina>=${PORTVERSION}:net/remmina -USES+= cmake gmake pkgconfig +USES+= cmake gmake localbase:ldflags pkgconfig USE_GNOME+= atk gdkpixbuf2 glib20 gtk30 pango INSTALLS_ICONS= yes diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 3bcdac8499e2..24bb3ed62d47 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= Remmina -USES= cmake:outsource gmake pathfix pkgconfig +USES= cmake:outsource gettext gmake localbase:ldflags pathfix pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= ice sm x11 xext PATHFIX_WRKSRC= ${WRKSRC}/remmina @@ -41,8 +41,7 @@ AVAHI_CMAKE_BOOL= WITH_AVAHI GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CMAKE_BOOL= WITH_GCRYPT -NLS_USES= gettext localbase -NLS_CMAKE_BOOL= WITH_GETTEXT +NLS_CMAKE_BOOL= WITH_TRANSLATIONS SSH_LIB_DEPENDS= libssh_threads.so:security/libssh SSH_LDFLAGS= -fstack-protector @@ -66,7 +65,5 @@ post-patch: ${REINPLACE_CMD} -e's|add_subdirectory(remmina-plugins)||' ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e's|add_subdirectory(remmina-plugins-gnome)||' ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e's|add_subdirectory(external_tools)||' ${WRKSRC}/remmina/CMakeLists.txt -post-patch-NLS-off: - ${REINPLACE_CMD} -e's|add_subdirectory(po)||' ${WRKSRC}/remmina/CMakeLists.txt .include diff --git a/net/rubygem-rbvmomi/Makefile b/net/rubygem-rbvmomi/Makefile index 4c6ce2b1d6f9..558214dc5049 100644 --- a/net/rubygem-rbvmomi/Makefile +++ b/net/rubygem-rbvmomi/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rbvmomi -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.9.4 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,14 +13,16 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-builder32>=0:devel/rubygem-builder32 \ - rubygem-nokogiri>=1.4.1:textproc/rubygem-nokogiri \ - rubygem-trollop>=0:devel/rubygem-trollop \ + rubygem-json>=1.8:devel/rubygem-json \ + rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \ + rubygem-trollop>=2.1:devel/rubygem-trollop NO_ARCH= yes USE_RUBY= yes USES= gem shebangfix -SHEBANG_FILES= examples/run.sh PLIST_FILES= bin/rbvmomish +SHEBANG_FILES= examples/run.sh + .include diff --git a/net/rubygem-rbvmomi/distinfo b/net/rubygem-rbvmomi/distinfo index ab2638adfc24..20c25132e37f 100644 --- a/net/rubygem-rbvmomi/distinfo +++ b/net/rubygem-rbvmomi/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/rbvmomi-1.8.2.gem) = d2aabe2c08bfbc8d2fdc953a7184f28b167f30097bdb506aa8826041bf724b3e -SIZE (rubygem/rbvmomi-1.8.2.gem) = 195072 +TIMESTAMP = 1479982228 +SHA256 (rubygem/rbvmomi-1.9.4.gem) = 0362ca5462f25c8ec31aa7001a65b39cee8c45a410252d2fbc6675791c5069c3 +SIZE (rubygem/rbvmomi-1.9.4.gem) = 205824 diff --git a/net/scribe/Makefile b/net/scribe/Makefile index eec94262228a..2f6fc520f445 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribe DISTVERSION= 2.2.2013.04.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= ports@FreeBSD.org diff --git a/net/smm++/Makefile b/net/smm++/Makefile index bbe414991706..fc84e2b59641 100644 --- a/net/smm++/Makefile +++ b/net/smm++/Makefile @@ -11,6 +11,9 @@ DISTNAME= smm611 MAINTAINER= ports@FreeBSD.org COMMENT= Graphical mudclient with mapper +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../docu/GPL + RUN_DEPENDS= iwidgets>0:x11-toolkits/iwidgets BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.so:x11-toolkits/itk \ ${LOCALBASE}/lib/libitcl.so:lang/itcl @@ -18,16 +21,16 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.so:x11-toolkits/itk \ WRKSRC= ${WRKDIR}/smm/Install.unix USES= gmake tk tar:tgz EXTRACT_AFTER_ARGS=--exclude CVS - -MAKE_ENV+= STAGEDIR=${STAGEDIR} +DESTDIRNAME= STAGEDIR +NO_ARCH= yes post-patch: - ${REINPLACE_CMD} -e 's,itkarray=.*,itkarray=${WISH},' ${WRKSRC}/itk.sh + @${REINPLACE_CMD} -e 's,itkarray=.*,itkarray=${WISH},' ${WRKSRC}/itk.sh post-install: - ${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type f | ${XARGS} \ - ${CHMOD} ${SHAREMODE} - ${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type d | ${XARGS} \ - ${CHMOD} 755 + @${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type f | ${XARGS} \ + ${CHMOD} ${SHAREMODE} + @${FIND} ${STAGEDIR}${PREFIX}/lib/smm -type d | ${XARGS} \ + ${CHMOD} 755 .include diff --git a/net/smm++/files/patch-Makefile b/net/smm++/files/patch-Makefile index abe0a9b273b5..1ff1972bf627 100644 --- a/net/smm++/files/patch-Makefile +++ b/net/smm++/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2002-05-01 23:15:20.000000000 +0200 -+++ Makefile 2014-01-14 17:56:34.000000000 +0100 +--- Makefile.orig 2002-05-01 21:15:20 UTC ++++ Makefile @@ -11,8 +11,8 @@ # --- The default settings will install SMM++ nicely into an @@ -11,7 +11,7 @@ # --- If you don't have root access, you could choose to install # SMM++ locally in your home directory. Therefore use the -@@ -58,6 +58,8 @@ +@@ -58,6 +58,8 @@ TROUBLEoptionmenu=0 # this Makefile. If you can read Makefiles, feel free # to do whatever you like. @@ -20,7 +20,7 @@ smm: Makefile @echo "--- Building startup file." @if [ -z ${ITKWISH} ] ; then \ -@@ -80,18 +82,18 @@ +@@ -80,18 +82,18 @@ install-bin: @echo "--- Installing startup file to '${BIN}'." @echo " Please make sure, that '${BIN}' is part of your PATH variable." @echo " Or start SMM++ with ${BIN}/smm." diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 4169488fe635..2d2aeb4c6a30 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -15,8 +15,11 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Packet sniffer program. For educational use +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + GNU_CONFIGURE= yes -ALL_TARGET= +ALL_TARGET= # empty OPTIONS_DEFINE= DOCS @@ -24,8 +27,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${STAGEDIR}${MANPREFIX}/man/man8 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sniffit - ${INSTALL_MAN} ${WRKSRC}/README.FIRST \ - ${STAGEDIR}${PREFIX}/share/doc/sniffit + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.FIRST ${STAGEDIR}${DOCSDIR} .include diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index dee3af0d6a17..c96c84892976 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.7 +PORTVERSION= 0.14.12 DISTVERSIONPREFIX= v CATEGORIES= net diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 3a0a5c98dd4e..c6a04f87a2c9 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474551929 -SHA256 (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 5586f24e10e695bf2a3db1f2bfd2b8bf986753ecbc9919c922e2ba10c0bbb119 -SIZE (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 6434379 +TIMESTAMP = 1480128113 +SHA256 (syncthing-syncthing-v0.14.12_GH0.tar.gz) = 0778785636e2c095f8f6cd353a206e0e1b1db37c40a4c79156a08eaaffcff81f +SIZE (syncthing-syncthing-v0.14.12_GH0.tar.gz) = 6464612 diff --git a/net/tcpdump398/Makefile b/net/tcpdump398/Makefile index b7aa49d0d9b9..dd628863820a 100644 --- a/net/tcpdump398/Makefile +++ b/net/tcpdump398/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= http://www.mavetju.org/download/adopted/ MAINTAINER= ports@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8 -PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/contrib/LICENSE + +USES= ssl tar:bzip2 -USES= tar:bzip2 +PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/bin/tcpdump398 diff --git a/net/tcpdump398/files/patch-Makefile b/net/tcpdump398/files/patch-Makefile index 7f6d5c9ea2ba..cc161e2eb266 100644 --- a/net/tcpdump398/files/patch-Makefile +++ b/net/tcpdump398/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-08-15 18:26:37.000000000 -0400 -+++ Makefile 2014-08-15 18:27:35.000000000 -0400 -@@ -38,7 +38,7 @@ +--- Makefile.orig 2009-10-01 11:35:40 UTC ++++ Makefile +@@ -38,7 +38,7 @@ CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDI CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -D_U_="__attribute__((unused))" @@ -9,7 +9,7 @@ SRCS+= print-ip6.c print-ip6opts.c print-mobility.c print-ripng.c \ print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c CFLAGS+= -DINET6 -@@ -49,14 +49,14 @@ +@@ -49,14 +49,14 @@ CFLAGS+= -DLBL_ALIGN DPADD= ${LIBL} ${LIBPCAP} LDADD= -ll -lpcap diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index da29b1e8162a..782e4bff34a4 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -3,6 +3,7 @@ PORTNAME= tcpflow PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 6b0e8aaf2917..a700270dfdef 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -3,8 +3,8 @@ PORTNAME= xorp PORTVERSION= 1.8.5 -PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 2 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index dbac047d0d9e..b818b193a8af 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ekg2 PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://pl.ekg2.org/ diff --git a/polish/fortunepl/Makefile b/polish/fortunepl/Makefile index 8a6c91178a70..096ed35306d2 100644 --- a/polish/fortunepl/Makefile +++ b/polish/fortunepl/Makefile @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= fortunepl -PORTVERSION= 0.0.20051022 +PORTVERSION= 20091121 CATEGORIES= polish -MASTER_SITES= http://www.bsdguru.org/fortunes/ -DISTNAME= fortunes-pl_${PORTVERSION}.orig - -PATCH_SITES= http://bsdguru.org/fortunes/ -PATCHFILES= fortunes-pl_${PORTVERSION}.freebsd.pl \ - fortunes-pl_${PORTVERSION}.filozofia +MASTER_SITES= ftp://master-ftp.pld-linux.org/${F_SUBDIR}/ \ + ftp://ftp.atm.pld-linux.org/${F_SUBDIR}/ \ + ftp://ftp.icm.edu.pl/pub/linux/distributions/pld-linux/${F_SUBDIR}/ \ + ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/pld/${F_SUBDIR}/ \ + ftp://ftp.heanet.ie/pub/pld-linux/${F_SUBDIR}/ +F_SUBDIR= pool/f/fortunes-pl +DISTFILES= fortunes-pl-${PORTVERSION}-3.src.rpm MAINTAINER= ports@FreeBSD.org COMMENT= Lot of funny Polish fortune files -BROKEN= unfetchable +NO_ARCH= yes +WRKSRC= ${WRKDIR}/fortunes-pl-${PORTVERSION} .if exists(/usr/games/strfile) STRCMD= /usr/games/strfile @@ -23,35 +25,16 @@ STRCMD= /usr/bin/strfile .else IGNORE= needs strfile command. Please install games distribution of base system .endif -WRKSRC= ${WRKDIR}/fortunes-pl-${PORTVERSION}.orig - -FORTUNES= 7thguard advocacy apcoh argante bajki bok cnp cows \ - dowcipy dowcipy-feministyczne dowcipy-lepper dowcipy-naukowcy \ - dowcipy-niskopoziomowe dowcipy-szowinistyczne dwimc dzieci \ - filozofia freebsd.pl gra_polslowek haiku http icpusers imiona \ - ipv6.pl komputery konikbujany koscielne lcamtuf life matura \ - microsoft milosc misc nauka ospl ospl-ad perl polish_manpages \ - pratchett psy1 puchatek radio_maryja rywingate sad sapkowski \ - seneka sigpl sigvirus slownik spolem sport stachura stirlitz \ - teleturnieje testnaosobowosc wierszyki wieza-pilot zen \ - znaki_zodiaku - -do-patch: - ${CP} ${DISTDIR}/fortunes-pl_${PORTVERSION}.freebsd.pl ${WRKSRC}/freebsd.pl - ${CP} ${DISTDIR}/fortunes-pl_${PORTVERSION}.filozofia ${WRKSRC}/filozofia + +post-extract: + @(cd ${WRKDIR} && ${TAR} zxf fortunes-pl-${PORTVERSION}.tar.bz2) do-build: -.for FILE in ${FORTUNES} - @${STRCMD} ${WRKSRC}/${FILE} -.endfor + (cd ${WRKSRC} && ${FIND} . -type f -exec ${STRCMD} {} \;) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/pl -.for FILE in ${FORTUNES} - ${INSTALL_DATA} ${WRKSRC}/${FILE} \ - ${STAGEDIR}${PREFIX}/share/games/fortune/pl - ${INSTALL_DATA} ${WRKSRC}/${FILE}.dat \ + ${INSTALL_DATA} ${WRKSRC}/* \ ${STAGEDIR}${PREFIX}/share/games/fortune/pl -.endfor .include diff --git a/polish/fortunepl/distinfo b/polish/fortunepl/distinfo index 2927f1c56982..9481e06b387b 100644 --- a/polish/fortunepl/distinfo +++ b/polish/fortunepl/distinfo @@ -1,6 +1,3 @@ -SHA256 (fortunes-pl_0.0.20051022.orig.tar.gz) = fa53dde791ade70a9a63f7fc1f3b2e9d0b441d74f8d4ec28f334d777d2315dab -SIZE (fortunes-pl_0.0.20051022.orig.tar.gz) = 823076 -SHA256 (fortunes-pl_0.0.20051022.freebsd.pl) = 1ec67244a0b1d08e6639d41f25fd11ca61e6de8b54149eefc2b4fa448ca383af -SIZE (fortunes-pl_0.0.20051022.freebsd.pl) = 149400 -SHA256 (fortunes-pl_0.0.20051022.filozofia) = 8b0dd23d6bb9b08406a0c6304218f478b7229875e45abea34a1cc1ddff7b0cb1 -SIZE (fortunes-pl_0.0.20051022.filozofia) = 4732 +TIMESTAMP = 1480247337 +SHA256 (fortunes-pl-20091121-3.src.rpm) = a1b50fc3f18e020111b12653941e1209f1a8e2cd77c6bcffa2f62cab153a35e8 +SIZE (fortunes-pl-20091121-3.src.rpm) = 741621 diff --git a/polish/fortunepl/pkg-descr b/polish/fortunepl/pkg-descr index 6531b1e0e82c..4084137dcae5 100644 --- a/polish/fortunepl/pkg-descr +++ b/polish/fortunepl/pkg-descr @@ -1,4 +1,2 @@ Package contains plenty of funny Polish fortunes. -Collected from many sources, versatile and facetious. - -Based on PLD fortunes. +Collected by PLD maintainers from many sources, versatile and facetious. diff --git a/polish/fortunepl/pkg-plist b/polish/fortunepl/pkg-plist index 60ea141d72b5..f72204014adf 100644 --- a/polish/fortunepl/pkg-plist +++ b/polish/fortunepl/pkg-plist @@ -1,5 +1,9 @@ +share/games/fortune/pl/10-przykazan-dewelopera-PLD +share/games/fortune/pl/10-przykazan-dewelopera-PLD.dat share/games/fortune/pl/7thguard share/games/fortune/pl/7thguard.dat +share/games/fortune/pl/adamg +share/games/fortune/pl/adamg.dat share/games/fortune/pl/advocacy share/games/fortune/pl/advocacy.dat share/games/fortune/pl/apcoh @@ -8,12 +12,24 @@ share/games/fortune/pl/argante share/games/fortune/pl/argante.dat share/games/fortune/pl/bajki share/games/fortune/pl/bajki.dat +share/games/fortune/pl/baseciq +share/games/fortune/pl/baseciq.dat +share/games/fortune/pl/blug +share/games/fortune/pl/blug.dat +share/games/fortune/pl/bocian_gate +share/games/fortune/pl/bocian_gate.dat share/games/fortune/pl/bok share/games/fortune/pl/bok.dat +share/games/fortune/pl/chuck-norris +share/games/fortune/pl/chuck-norris.dat share/games/fortune/pl/cnp share/games/fortune/pl/cnp.dat share/games/fortune/pl/cows share/games/fortune/pl/cows.dat +share/games/fortune/pl/debian.pl +share/games/fortune/pl/debian.pl.dat +share/games/fortune/pl/djurban +share/games/fortune/pl/djurban.dat share/games/fortune/pl/dowcipy share/games/fortune/pl/dowcipy-feministyczne share/games/fortune/pl/dowcipy-feministyczne.dat @@ -30,10 +46,8 @@ share/games/fortune/pl/dwimc share/games/fortune/pl/dwimc.dat share/games/fortune/pl/dzieci share/games/fortune/pl/dzieci.dat -share/games/fortune/pl/filozofia -share/games/fortune/pl/filozofia.dat -share/games/fortune/pl/freebsd.pl -share/games/fortune/pl/freebsd.pl.dat +share/games/fortune/pl/gentoo +share/games/fortune/pl/gentoo.dat share/games/fortune/pl/gra_polslowek share/games/fortune/pl/gra_polslowek.dat share/games/fortune/pl/haiku @@ -46,6 +60,14 @@ share/games/fortune/pl/imiona share/games/fortune/pl/imiona.dat share/games/fortune/pl/ipv6.pl share/games/fortune/pl/ipv6.pl.dat +share/games/fortune/pl/irc +share/games/fortune/pl/irc.dat +share/games/fortune/pl/jogger_pl +share/games/fortune/pl/jogger_pl.dat +share/games/fortune/pl/kernelcookies +share/games/fortune/pl/kernelcookies.dat +share/games/fortune/pl/kloczkish +share/games/fortune/pl/kloczkish.dat share/games/fortune/pl/komputery share/games/fortune/pl/komputery.dat share/games/fortune/pl/konikbujany @@ -56,6 +78,14 @@ share/games/fortune/pl/lcamtuf share/games/fortune/pl/lcamtuf.dat share/games/fortune/pl/life share/games/fortune/pl/life.dat +share/games/fortune/pl/linux +share/games/fortune/pl/linux.dat +share/games/fortune/pl/linuxfr +share/games/fortune/pl/linuxfr.dat +share/games/fortune/pl/linuxpl +share/games/fortune/pl/linuxpl.dat +share/games/fortune/pl/matrymonialne +share/games/fortune/pl/matrymonialne.dat share/games/fortune/pl/matura share/games/fortune/pl/matura.dat share/games/fortune/pl/microsoft @@ -64,16 +94,46 @@ share/games/fortune/pl/milosc share/games/fortune/pl/milosc.dat share/games/fortune/pl/misc share/games/fortune/pl/misc.dat +share/games/fortune/pl/mmazur +share/games/fortune/pl/mmazur.dat share/games/fortune/pl/nauka share/games/fortune/pl/nauka.dat +share/games/fortune/pl/newyear +share/games/fortune/pl/newyear.dat +share/games/fortune/pl/nowe +share/games/fortune/pl/nowe.dat share/games/fortune/pl/ospl share/games/fortune/pl/ospl-ad share/games/fortune/pl/ospl-ad.dat share/games/fortune/pl/ospl.dat +share/games/fortune/pl/pLug +share/games/fortune/pl/pLug-slc2001 +share/games/fortune/pl/pLug-slc2001.dat +share/games/fortune/pl/pLug.dat +share/games/fortune/pl/pamietnik_policjanta +share/games/fortune/pl/pamietnik_policjanta.dat +share/games/fortune/pl/pcol +share/games/fortune/pl/pcol.dat share/games/fortune/pl/perl share/games/fortune/pl/perl.dat +share/games/fortune/pl/pingwinaria +share/games/fortune/pl/pingwinaria.dat +share/games/fortune/pl/pld +share/games/fortune/pl/pld-fork +share/games/fortune/pl/pld-fork.dat +share/games/fortune/pl/pld-offensive +share/games/fortune/pl/pld-offensive.dat +share/games/fortune/pl/pld.dat +share/games/fortune/pl/pldhelp +share/games/fortune/pl/pldhelp-offensive +share/games/fortune/pl/pldhelp-offensive.dat +share/games/fortune/pl/pldhelp.dat +share/games/fortune/pl/plug +share/games/fortune/pl/plug.dat share/games/fortune/pl/polish_manpages share/games/fortune/pl/polish_manpages.dat +share/games/fortune/pl/pplug +share/games/fortune/pl/pplug.dat share/games/fortune/pl/pratchett share/games/fortune/pl/pratchett.dat share/games/fortune/pl/psy1 @@ -84,6 +144,8 @@ share/games/fortune/pl/radio_maryja share/games/fortune/pl/radio_maryja.dat share/games/fortune/pl/rywingate share/games/fortune/pl/rywingate.dat +share/games/fortune/pl/rzewski +share/games/fortune/pl/rzewski.dat share/games/fortune/pl/sad share/games/fortune/pl/sad.dat share/games/fortune/pl/sapkowski @@ -94,6 +156,8 @@ share/games/fortune/pl/sigpl share/games/fortune/pl/sigpl.dat share/games/fortune/pl/sigvirus share/games/fortune/pl/sigvirus.dat +share/games/fortune/pl/slogany +share/games/fortune/pl/slogany.dat share/games/fortune/pl/slownik share/games/fortune/pl/slownik.dat share/games/fortune/pl/spolem @@ -112,6 +176,8 @@ share/games/fortune/pl/wierszyki share/games/fortune/pl/wierszyki.dat share/games/fortune/pl/wieza-pilot share/games/fortune/pl/wieza-pilot.dat +share/games/fortune/pl/x-avalon +share/games/fortune/pl/x-avalon.dat share/games/fortune/pl/zen share/games/fortune/pl/zen.dat share/games/fortune/pl/znaki_zodiaku diff --git a/ports-mgmt/pkg_tree/Makefile b/ports-mgmt/pkg_tree/Makefile index 956067527dd9..3fda3bed432f 100644 --- a/ports-mgmt/pkg_tree/Makefile +++ b/ports-mgmt/pkg_tree/Makefile @@ -10,16 +10,15 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Get a 'graphical' tree-overview of installed packages +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 shebangfix SHEBANG_FILES= pkg_tree NO_ARCH= yes -PLIST_FILES= bin/pkg_tree man/man7/pkg_tree.7.gz - -post-patch: - @${REINPLACE_CMD} -e 's|__PREFIX__|${STAGEDIR}${PREFIX}|g ; \ - s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \ - s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile +PLIST_FILES= bin/pkg_tree \ + man/man7/pkg_tree.7.gz .include diff --git a/ports-mgmt/pkg_tree/files/patch-Makefile b/ports-mgmt/pkg_tree/files/patch-Makefile index fc2879dc5c24..f60573f31a6a 100644 --- a/ports-mgmt/pkg_tree/files/patch-Makefile +++ b/ports-mgmt/pkg_tree/files/patch-Makefile @@ -6,8 +6,8 @@ install: - install -o root -g wheel -m 755 -c pkg_tree /usr/local/bin - install -o root -g wheel -m 644 -c pkg_tree.7 /usr/local/man/man7 -+ __INSTALL_SCRIPT__ pkg_tree __PREFIX__/bin -+ __INSTALL_MAN__ pkg_tree.7 __PREFIX__/man/man7 ++ ${BSD_INSTALL_SCRIPT} pkg_tree ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_MAN} pkg_tree.7 ${DESTDIR}${PREFIX}/man/man7 clean: rm pkg_tree.7 diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index 4268337b1e00..64327df0d326 100644 --- a/print/libmspub01/Makefile +++ b/print/libmspub01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 diff --git a/print/libpagemaker/Makefile b/print/libpagemaker/Makefile index 606fda140534..5c6de20583ea 100644 --- a/print/libpagemaker/Makefile +++ b/print/libpagemaker/Makefile @@ -2,6 +2,7 @@ PORTNAME= libpagemaker PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= print graphics devel MASTER_SITES= LIBREOFFICE_DEV diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 4ffe2341d589..15fbc302d8f1 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,6 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index fca41865e212..a3b477a29155 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 57de30eab797..8a839ed28721 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ diff --git a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake new file mode 100644 index 000000000000..99800ad9f7ef --- /dev/null +++ b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake @@ -0,0 +1,12 @@ +--- cmake/modules/FindHUNSPELL.cmake.orig 2012-04-10 20:15:53 UTC ++++ cmake/modules/FindHUNSPELL.cmake +@@ -9,7 +9,8 @@ + #Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 ++ PATHS /opt/local/lib /usr/local/lib /usr/lib ) + + INCLUDE(FindPackageHandleStandardArgs) + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE diff --git a/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp b/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp new file mode 100644 index 000000000000..fddcc1ea23a0 --- /dev/null +++ b/print/scribus/files/patch-scribus_plugins_tools_hunspellcheck_hunspelldict.cpp @@ -0,0 +1,11 @@ +--- scribus/plugins/tools/hunspellcheck/hunspelldict.cpp.orig 2012-11-20 22:49:14 UTC ++++ scribus/plugins/tools/hunspellcheck/hunspelldict.cpp +@@ -19,7 +19,7 @@ HunspellDict::HunspellDict(const QString + m_hunspell = new Hunspell(affPath.toLocal8Bit().constData(), dictPath.toLocal8Bit().constData()); + if (m_hunspell) + { +- char* dictEncoding = m_hunspell->get_dic_encoding(); ++ const char* dictEncoding = m_hunspell->get_dic_encoding(); + if (dictEncoding) + encoding = QString::fromLatin1(dictEncoding); + } diff --git a/print/xpp/files/patch-xpp.cxx b/print/xpp/files/patch-xpp.cxx index e972adc2464b..b935f6fddf70 100644 --- a/print/xpp/files/patch-xpp.cxx +++ b/print/xpp/files/patch-xpp.cxx @@ -1,5 +1,5 @@ --- xpp.cxx.orig 2004-12-06 11:00:04.000000000 -0800 -+++ xpp.cxx 2016-11-08 12:49:34.251265000 -0800 ++++ xpp.cxx 2016-11-27 15:17:24.389315000 -0800 @@ -30,6 +30,7 @@ * Include necessary headers... */ @@ -17,6 +17,15 @@ /* * Parse options and send files for printing. +@@ -168,7 +169,7 @@ + { + char *tmp; + +- if ((tmp = strchr(dest,'/'))) { ++ if ((tmp = (char *)strchr(dest,'/'))) { + tmp[0] = '\0'; + instance = tmp + 1; + } @@ -651,7 +652,7 @@ #endif #endif // !WIN32 diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index 9831e3226a7c..1b61e8402648 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -3,7 +3,7 @@ PORTNAME= avogadro PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= SF diff --git a/science/bddsolve/Makefile b/science/bddsolve/Makefile index 75b46d56f45c..e719ae30f078 100644 --- a/science/bddsolve/Makefile +++ b/science/bddsolve/Makefile @@ -3,7 +3,7 @@ PORTNAME= bddsolve PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.win.tue.nl/~wieger/bddsolve/_downloads/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 46dc625e7e10..fad605c7c75b 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gromacs PORTVERSION= 5.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ \ http://www.skysmurf.nl/comp/FreeBSD/distfiles/ diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist index 1e64e85cf44e..ec0fc79f707c 100644 --- a/science/hdf5/pkg-plist +++ b/science/hdf5/pkg-plist @@ -135,7 +135,7 @@ lib/libhdf5_cpp.so.100.0.0 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.so %%FORTRAN%%lib/libhdf5_fortran.so.100 -%%FORTRAN%%lib/libhdf5_fortran.so.100.0.0 +%%FORTRAN%%lib/libhdf5_fortran.so.100.0.1 lib/libhdf5_hl.a lib/libhdf5_hl.so lib/libhdf5_hl.so.100 diff --git a/science/libkml/Makefile b/science/libkml/Makefile index b237856866de..5262032b9a77 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -4,17 +4,18 @@ PORTNAME= libkml PORTVERSION= 1.2 DISTVERSIONPREFIX= release- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for parse, generate, and operate on KML LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= curl-config:ftp/curl \ - ${LOCALBASE}/include/expat.h:textproc/expat2 -LIB_DEPENDS= liburiparser.so:net/uriparser +BUILD_DEPENDS= curl-config:ftp/curl +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + liburiparser.so:net/uriparser OPTIONS_DEFINE= SWIG diff --git a/science/orthanc-dicomweb/Makefile b/science/orthanc-dicomweb/Makefile index ebdf663ced25..6c5187b568a7 100644 --- a/science/orthanc-dicomweb/Makefile +++ b/science/orthanc-dicomweb/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc-dicomweb PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science net MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/ DISTNAME= OrthancDicomWeb-${PORTVERSION} diff --git a/science/orthanc-postgresql/Makefile b/science/orthanc-postgresql/Makefile index 1d6dd11b715f..b489e0374e98 100644 --- a/science/orthanc-postgresql/Makefile +++ b/science/orthanc-postgresql/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc-portgresql PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/ DISTNAME= OrthancPostgreSQL-${PORTVERSION} diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile index 06bf6a168d3c..58aad7c54541 100644 --- a/science/orthanc-webviewer/Makefile +++ b/science/orthanc-webviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc-webviewer PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index a61fd4548c18..bed1176fc090 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics net www MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index 95317d03c080..c19e4ac793f6 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -3,7 +3,7 @@ PORTNAME= pulseview PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index 5ceddf0ed57e..87e1ddb4988e 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -24,7 +24,6 @@ USE_GITHUB= yes USES= python USE_PYTHON= autoplist distutils -NO_ARCH= yes PORTDOCS= * PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ @@ -33,11 +32,12 @@ PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ OPTIONS_DEFINE= DOCS EXAMPLES do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} ${COPYTREE_SHARE} ${WRKSRC}/docs ${STAGEDIR}${DOCSDIR} + do-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} do-test: diff --git a/security/botan110/Makefile b/security/botan110/Makefile index 91e602bb3a81..4417e8d50c5e 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -3,6 +3,7 @@ PORTNAME= botan PORTVERSION= 1.10.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index b8481dd90746..0e55f057283a 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -3,6 +3,7 @@ PORTNAME= clamfs PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF diff --git a/security/courieruserinfo/Makefile b/security/courieruserinfo/Makefile index e206c821787c..0ca6ce5d167f 100644 --- a/security/courieruserinfo/Makefile +++ b/security/courieruserinfo/Makefile @@ -9,23 +9,24 @@ MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= User account information retrieval utility +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base RUN_DEPENDS= courierauthconfig:security/courier-authlib-base GNU_CONFIGURE= yes -USES= gmake -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= gmake localbase PLIST_FILES= sbin/courieruserinfo man/man8/courieruserinfo.8.gz -PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} '/chown root/d' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index ec97c1852582..db1d49bbfd1a 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -5,11 +5,10 @@ PORTNAME= cryptopp PORTVERSION= 5.6.2 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= SF \ - http://www.cryptopp.com/ +MASTER_SITES= http://www.cryptopp.com/ DISTNAME= cryptopp${PORTVERSION:S/.//g} -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free C++ class library of Cryptographic Primitives OPTIONS_DEFINE= DEBUG DOCS GCC STATIC THREADS diff --git a/security/fbopenssl/Makefile b/security/fbopenssl/Makefile index aaeeac22dcd4..c36049970439 100644 --- a/security/fbopenssl/Makefile +++ b/security/fbopenssl/Makefile @@ -10,12 +10,12 @@ COMMENT= GSS-API and SPNEGO extensions for OpenSSL LICENSE= GPLv2 -USES= uidfix +USES= uidfix ssl USE_LDCONFIG= yes -USE_OPENSSL= yes MAKEFILE= BSDMakefile -MAKE_ENV= BSD_INSTALL_DATA="${BSD_INSTALL_DATA}" +MAKE_ENV= BSD_INSTALL_DATA="${INSTALL_DATA}" WRKSRC= ${WRKDIR}/${PORTNAME} + PORTDOCS= readme.txt .if defined(NO_PROFILE) @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS post-extract: ${INSTALL_DATA} ${FILESDIR}/BSDMakefile ${WRKSRC} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 148a0787965e..c01babfca60a 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -3,6 +3,7 @@ PORTNAME= fwknop PORTVERSION= 2.6.8 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 2cc7d2791cd2..542e6e7efc98 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -3,6 +3,7 @@ PORTNAME= gpa PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG/gpa diff --git a/security/gpgme-cpp/Makefile b/security/gpgme-cpp/Makefile index d0efcd04d7a1..4ebbb431c472 100644 --- a/security/gpgme-cpp/Makefile +++ b/security/gpgme-cpp/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org diff --git a/security/gpgme-cpp/pkg-plist b/security/gpgme-cpp/pkg-plist index d5abe54e7924..c606a0a3749d 100644 --- a/security/gpgme-cpp/pkg-plist +++ b/security/gpgme-cpp/pkg-plist @@ -14,6 +14,7 @@ include/gpgme++/gpgadduserideditinteractor.h include/gpgme++/gpgagentgetinfoassuantransaction.h include/gpgme++/gpgmefw.h include/gpgme++/gpgmepp_export.h +include/gpgme++/gpgmepp_version.h include/gpgme++/gpgsetexpirytimeeditinteractor.h include/gpgme++/gpgsetownertrusteditinteractor.h include/gpgme++/gpgsignkeyeditinteractor.h @@ -29,13 +30,13 @@ include/gpgme++/notation.h include/gpgme++/result.h include/gpgme++/scdgetinfoassuantransaction.h include/gpgme++/signingresult.h +include/gpgme++/swdbresult.h include/gpgme++/tofuinfo.h include/gpgme++/trustitem.h include/gpgme++/verificationresult.h include/gpgme++/vfsmountresult.h -include/gpgmepp_version.h lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgmepp.so lib/libgpgmepp.so.6 -lib/libgpgmepp.so.6.2.0 +lib/libgpgmepp.so.6.3.0 diff --git a/security/gpgme-qt5/Makefile b/security/gpgme-qt5/Makefile index fec80049863f..8bd755d000a0 100644 --- a/security/gpgme-qt5/Makefile +++ b/security/gpgme-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org diff --git a/security/gpgme-qt5/pkg-plist b/security/gpgme-qt5/pkg-plist index 28989614933d..3ea469f1be58 100644 --- a/security/gpgme-qt5/pkg-plist +++ b/security/gpgme-qt5/pkg-plist @@ -4,6 +4,7 @@ include/QGpgME/ChangeExpiryJob include/QGpgME/ChangeOwnerTrustJob include/QGpgME/ChangePasswdJob include/QGpgME/CryptoConfig +include/QGpgME/DN include/QGpgME/DataProvider include/QGpgME/DecryptJob include/QGpgME/DecryptVerifyJob @@ -43,6 +44,7 @@ include/qgpgme/decryptjob.h include/qgpgme/decryptverifyjob.h include/qgpgme/defaultkeygenerationjob.h include/qgpgme/deletejob.h +include/qgpgme/dn.h include/qgpgme/downloadjob.h include/qgpgme/encryptjob.h include/qgpgme/exportjob.h @@ -57,6 +59,7 @@ include/qgpgme/listallkeysjob.h include/qgpgme/multideletejob.h include/qgpgme/protocol.h include/qgpgme/qgpgme_export.h +include/qgpgme/qgpgme_version.h include/qgpgme/qgpgmenewcryptoconfig.h include/qgpgme/refreshkeysjob.h include/qgpgme/signencryptjob.h @@ -67,9 +70,8 @@ include/qgpgme/tofupolicyjob.h include/qgpgme/verifydetachedjob.h include/qgpgme/verifyopaquejob.h include/qgpgme/wkspublishjob.h -include/qgpgme_version.h -lib/cmake/Gpgmepp/QGpgmeConfig.cmake -lib/cmake/Gpgmepp/QGpgmeConfigVersion.cmake +lib/cmake/QGpgme/QGpgmeConfig.cmake +lib/cmake/QGpgme/QGpgmeConfigVersion.cmake lib/libqgpgme.so lib/libqgpgme.so.7 -lib/libqgpgme.so.7.0.0 +lib/libqgpgme.so.7.1.0 diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index fdcef245ed63..784ba291d65e 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gpgme -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 PORTREVISION?= 0 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme @@ -70,7 +70,6 @@ LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp CONFIGURE_ARGS+=--enable-languages="cpp qt" USES+= compiler:c++11-lib pkgconfig USE_QT5= buildtools_build core testlib -CONFLICTS_INSTALL= kdepimlibs-4.* . endif . if ${SLAVEPORT} == "python" @@ -81,7 +80,6 @@ USES+= python USE_PYTHON= py3kplist CONFIGURE_ENV+= SWIG=${LOCALBASE}/bin/swig3.0 PLIST_SUB+= VERSION=${PORTVERSION} -CONFLICTS_INSTALL= py*-pyme-[0-9]* . endif .endif diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index f0603435dcb0..e35f75439ad0 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476904242 -SHA256 (gpgme-1.7.1.tar.bz2) = d0abe1449395315eac37e4e45076bbb82732cedf94210937b37776e10cdc2bb6 -SIZE (gpgme-1.7.1.tar.bz2) = 1285809 +TIMESTAMP = 1480065717 +SHA256 (gpgme-1.8.0.tar.bz2) = 596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d1e5d33 +SIZE (gpgme-1.8.0.tar.bz2) = 1298407 diff --git a/security/gpgme/files/patch-git_572c1aa b/security/gpgme/files/patch-git_572c1aa new file mode 100644 index 000000000000..0b087e7110ce --- /dev/null +++ b/security/gpgme/files/patch-git_572c1aa @@ -0,0 +1,26 @@ +From: Heiko Becker +Date: Wed, 16 Nov 2016 22:09:45 +0000 (+0100) +Subject: Remove a forgotten instance of @libsuffix@ +X-Git-Url: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff_plain;h=572c1aac107125ce62230251713349348373db5a;hp=af79327021b5b3a5c4accd5d4e9f0124199bfdcc + +Remove a forgotten instance of @libsuffix@ + +* lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten +instance of @libsuffix@. +-- + +b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from +cmake config files, but missed one instance. + +Signed-off-by: Heiko Becker +--- lang/cpp/src/GpgmeppConfig.cmake.in.in.orig 2016-11-16 09:17:20 UTC ++++ lang/cpp/src/GpgmeppConfig.cmake.in.in +@@ -63,7 +63,7 @@ add_library(Gpgmepp SHARED IMPORTED) + + set_target_properties(Gpgmepp PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/gpgme++;@resolved_includedir@" +- INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme@libsuffix@;@LIBASSUAN_LIBS@" ++ INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@" + IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so" + ) + diff --git a/security/gpgme/files/patch-git_b4658f6a1 b/security/gpgme/files/patch-git_b4658f6a1 deleted file mode 100644 index 4017878fd83a..000000000000 --- a/security/gpgme/files/patch-git_b4658f6a1 +++ /dev/null @@ -1,35 +0,0 @@ -From: Andras Mantia -Date: Wed, 2 Nov 2016 09:23:42 +0000 (+0200) -Subject: qt: Fix build with g++ 4.8.x -X-Git-Tag: gpgme-1.8.0~36 -X-Git-Url: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff_plain;h=b4658f6a1110bb0b54bd5dfc9df8e8b390e38d61 - -qt: Fix build with g++ 4.8.x - -* lang/qt/src/defaultkeygenerationjob.cpp -(DefaultKeyGenerationJob::start): Explicitly connect pointer -in the QPointer. - --- -Commit message written by Andre Heinecke ---- - -diff --git a/lang/qt/src/defaultkeygenerationjob.cpp b/lang/qt/src/defaultkeygenerationjob.cpp -index d26e824..020f4d2 100644 ---- lang/qt/src/defaultkeygenerationjob.cpp -+++ lang/qt/src/defaultkeygenerationjob.cpp -@@ -105,11 +105,11 @@ GpgME::Error DefaultKeyGenerationJob::start(const QString &email, const QString - - d->job = openpgp()->keyGenerationJob(); - d->job->installEventFilter(this); -- connect(d->job, &KeyGenerationJob::result, -+ connect(d->job.data(), &KeyGenerationJob::result, - this, &DefaultKeyGenerationJob::result); -- connect(d->job, &KeyGenerationJob::done, -+ connect(d->job.data(), &KeyGenerationJob::done, - this, &DefaultKeyGenerationJob::done); -- connect(d->job, &KeyGenerationJob::done, -+ connect(d->job.data(), &KeyGenerationJob::done, - this, &QObject::deleteLater); - return d->job->start(args); - } diff --git a/security/gpgme/files/patch-lang_python_Makefile.in b/security/gpgme/files/patch-lang_python_Makefile.in index 37f497189bad..1f67296e4a70 100644 --- a/security/gpgme/files/patch-lang_python_Makefile.in +++ b/security/gpgme/files/patch-lang_python_Makefile.in @@ -1,6 +1,6 @@ ---- lang/python/Makefile.in.orig 2016-10-18 17:27:17 UTC +--- lang/python/Makefile.in.orig 2016-11-16 12:46:35 UTC +++ lang/python/Makefile.in -@@ -753,7 +753,7 @@ config.h: +@@ -756,7 +756,7 @@ config.h: all-local: copystamp for PYTHON in $(PYTHONS); do \ CFLAGS="$(CFLAGS)" \ @@ -8,8 +8,8 @@ + $$PYTHON setup.py build --verbose build_ext --swig=$(SWIG) ; \ done - dist/pyme3-$(VERSION).tar.gz dist/pyme3-$(VERSION).tar.gz.asc: copystamp -@@ -789,7 +789,8 @@ install-exec-local: + dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc: copystamp +@@ -792,7 +792,8 @@ install-exec-local: rm -f install_files.txt for PYTHON in $(PYTHONS); do \ $$PYTHON setup.py install \ diff --git a/security/gpgme/pkg-plist b/security/gpgme/pkg-plist index de7fdf31493e..cc13fb5df256 100644 --- a/security/gpgme/pkg-plist +++ b/security/gpgme/pkg-plist @@ -4,10 +4,7 @@ include/gpgme.h lib/common-lisp/gpgme/gpgme-package.lisp lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp -lib/libgpgme-pthread.so -lib/libgpgme-pthread.so.11 -lib/libgpgme-pthread.so.11.16.0 lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.16.0 +lib/libgpgme.so.11.17.0 share/aclocal/gpgme.m4 diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index f2701b97d337..9e1e2ba071a5 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -3,6 +3,7 @@ PORTNAME= i2pd PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org diff --git a/security/keybase/Makefile b/security/keybase/Makefile index 00add15ffda4..2c3a77d1d19d 100644 --- a/security/keybase/Makefile +++ b/security/keybase/Makefile @@ -11,7 +11,8 @@ COMMENT= Keybase.io client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE -BROKEN_i386= does not build +# https://github.com/keybase/go-ps/blob/master/process_freebsd.go#L1 +ONLY_FOR_ARCHS= amd64 GO_PKGNAME= github.com/keybase/client/go GO_TARGET= -tags production ${GO_PKGNAME}/keybase diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile index 107d3848dd41..939ec5896d98 100644 --- a/security/libcryptui/Makefile +++ b/security/libcryptui/Makefile @@ -3,6 +3,7 @@ PORTNAME= libcryptui PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/security/linux-c6-nss/Makefile b/security/linux-c6-nss/Makefile index 526660516eb6..8e3023df9546 100644 --- a/security/linux-c6-nss/Makefile +++ b/security/linux-c6-nss/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.21.0 -PORTREVISION= 3 +PORTVERSION= 3.21.3 CATEGORIES= security linux LIB_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - nss-util-${PORTVERSION}-2.el6${EXTRACT_SUFX} \ + nss-util-${PORTVERSION}-1.el6_8${EXTRACT_SUFX} \ nss-softokn-3.14.3-23.3.el6_8${EXTRACT_SUFX} \ nss-softokn-freebl-3.14.3-23.3.el6_8${EXTRACT_SUFX} @@ -15,14 +14,14 @@ COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER}) LICENSE= MPL -RPMVERSION= 8.el6 +RPMVERSION= 2.el6_8 USES= linux:c6 USE_LINUX= nspr sqlite3 USE_LINUX_RPM= yes USE_LDCONFIG= yes SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \ - nss-util-${PORTVERSION}-2.el6.src.rpm:SOURCE \ + nss-util-${PORTVERSION}-1.el6_8.src.rpm:SOURCE \ nss-softokn-3.14.3-23.3.el6_8.src.rpm:SOURCE DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr diff --git a/security/linux-c6-nss/distinfo.i386 b/security/linux-c6-nss/distinfo.i386 index 36d6c8d78730..0eb871c926a4 100644 --- a/security/linux-c6-nss/distinfo.i386 +++ b/security/linux-c6-nss/distinfo.i386 @@ -1,15 +1,15 @@ -TIMESTAMP = 1468444432 -SHA256 (rpm/i686/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = ab4f53ccbdcb2c2c409ea41dcd32d253f9d1acce61648d1bfb3efe7e01b14152 -SIZE (rpm/i686/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = 881204 -SHA256 (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 23021bfcd0016e9570cd64edda81063a271dedc30ce4dfc989cfacbbb36deca1 -SIZE (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 68152 +TIMESTAMP = 1479846995 +SHA256 (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = f715cf616cb68f87d7e182a043e145afea7493e6b43f9cec966340cabf1d44ef +SIZE (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = 881768 +SHA256 (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 2b1b1266d666edc9b6ea677d418ba62c208ffd52e7033b03887d646a90c22eba +SIZE (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 68328 SHA256 (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 05ddcfdc1ac5e369ce1fc6c11b5d11e96ee14a87e30d16b150950bf769029022 SIZE (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 276536 SHA256 (rpm/i686/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = c691e669816890bc0de9c05e83ce632836f9098acad04781c95abb9dc3de34dc SIZE (rpm/i686/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = 161168 -SHA256 (rpm/i686/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 008750a9f11ece3823ca9424addb5d491e73a579a85fe047b90640b70bd1083e -SIZE (rpm/i686/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 5679718 -SHA256 (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = e716c4b52d6f40b8350cde50061867d7d9cc4ba1dcde80dd2a62e2bcd124483c -SIZE (rpm/i686/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = 772768 +SHA256 (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = e7beaea47d4af5a3f35bf85fa0a4907717b5e5e555e51e8e49d78be98b67b867 +SIZE (rpm/i686/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = 5680931 +SHA256 (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = cb62c2b82021eb8f1063999fbb99cd30728b289e20e9df943405db1733d7524c +SIZE (rpm/i686/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = 764093 SHA256 (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 01fe8fafbbfcf904b24e8ea78cc064b2e89fb4c2c14eb8176fb13d15b542b91e SIZE (rpm/i686/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 1305116 diff --git a/security/linux-c6-nss/distinfo.x86_64 b/security/linux-c6-nss/distinfo.x86_64 index 06c8146e289d..93e676f8283d 100644 --- a/security/linux-c6-nss/distinfo.x86_64 +++ b/security/linux-c6-nss/distinfo.x86_64 @@ -1,23 +1,23 @@ -TIMESTAMP = 1468442254 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = ab4f53ccbdcb2c2c409ea41dcd32d253f9d1acce61648d1bfb3efe7e01b14152 -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.i686.rpm) = 881204 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 23021bfcd0016e9570cd64edda81063a271dedc30ce4dfc989cfacbbb36deca1 -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.i686.rpm) = 68152 +TIMESTAMP = 1479847070 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = f715cf616cb68f87d7e182a043e145afea7493e6b43f9cec966340cabf1d44ef +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.i686.rpm) = 881768 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 2b1b1266d666edc9b6ea677d418ba62c208ffd52e7033b03887d646a90c22eba +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.i686.rpm) = 68328 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 05ddcfdc1ac5e369ce1fc6c11b5d11e96ee14a87e30d16b150950bf769029022 SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.i686.rpm) = 276536 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = c691e669816890bc0de9c05e83ce632836f9098acad04781c95abb9dc3de34dc SIZE (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.i686.rpm) = 161168 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.x86_64.rpm) = 8582989e907c34c87cefb49471df393d20f94850f53171dfe24f24c77ac5b815 -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.x86_64.rpm) = 879240 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.x86_64.rpm) = 8952da865017c64686144a381f00b43860928f4bf7e674907b0a1992d0405c76 -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.x86_64.rpm) = 68704 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.x86_64.rpm) = 7b8e3cf3ed3d0ae94b6a2161f73354ecfd2195d603ec45c1f079324c08d7cff9 +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.x86_64.rpm) = 880044 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.x86_64.rpm) = bd859704174322d1260f00a9ce08d7167cba9b8aef3fb6570c2e8c33bb8c7570 +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.x86_64.rpm) = 68892 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.x86_64.rpm) = 7e4298904daec41067f01c8943055560cd153d1f39c668c6d2fa978a3d66dd81 SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.x86_64.rpm) = 268680 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64.rpm) = bccc1e55c5cf90d7ee5ef2d25253fc8dd2c3854121a65711f5f5618b097ffb70 SIZE (rpm/x86_64/centos/6.8/nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64.rpm) = 171680 -SHA256 (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 008750a9f11ece3823ca9424addb5d491e73a579a85fe047b90640b70bd1083e -SIZE (rpm/x86_64/centos/6.8/nss-3.21.0-8.el6.src.rpm) = 5679718 -SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = e716c4b52d6f40b8350cde50061867d7d9cc4ba1dcde80dd2a62e2bcd124483c -SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.0-2.el6.src.rpm) = 772768 +SHA256 (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = e7beaea47d4af5a3f35bf85fa0a4907717b5e5e555e51e8e49d78be98b67b867 +SIZE (rpm/x86_64/centos/6.8/nss-3.21.3-2.el6_8.src.rpm) = 5680931 +SHA256 (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = cb62c2b82021eb8f1063999fbb99cd30728b289e20e9df943405db1733d7524c +SIZE (rpm/x86_64/centos/6.8/nss-util-3.21.3-1.el6_8.src.rpm) = 764093 SHA256 (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 01fe8fafbbfcf904b24e8ea78cc064b2e89fb4c2c14eb8176fb13d15b542b91e SIZE (rpm/x86_64/centos/6.8/nss-softokn-3.14.3-23.3.el6_8.src.rpm) = 1305116 diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 0e5deb078bc0..a22a7ec27bdf 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.13.0 +PORTVERSION= 4.13.1 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -24,8 +24,8 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=1.1.26:security/rubygem-metasploit-payloads \ - rubygem-metasploit_payloads-mettle>=0.0.8:security/rubygem-metasploit_payloads-mettle \ + rubygem-metasploit-payloads>=1.2.1:security/rubygem-metasploit-payloads \ + rubygem-metasploit_payloads-mettle>=0.1.2:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack>=0:devel/rubygem-msgpack \ rubygem-network_interface>=0:net/rubygem-network_interface \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ @@ -43,7 +43,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-bit-struct>=0:devel/rubygem-bit-struct \ rubygem-windows_error>=0:devel/rubygem-windows_error \ rubygem-net-ssh>=0:security/rubygem-net-ssh \ - rubygem-rex-arch>=0:security/rubygem-rex-arch \ + rubygem-rex-arch>=0.1.2:security/rubygem-rex-arch \ rubygem-rex-bin_tools>=0:security/rubygem-rex-bin_tools \ rubygem-rex-core>=0:security/rubygem-rex-core \ rubygem-rex-encoder>=0:security/rubygem-rex-encoder \ @@ -76,6 +76,7 @@ GH_ACCOUNT= rapid7 GH_PROJECT= metasploit-framework NO_ARCH= yes +STRIP= USE_RUBY= yes diff --git a/security/metasploit/distinfo b/security/metasploit/distinfo index 576ba6068f97..a14377fdc41e 100644 --- a/security/metasploit/distinfo +++ b/security/metasploit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479548620 -SHA256 (rapid7-metasploit-framework-4.13.0_GH0.tar.gz) = 0d4d783cb21c284c4267c579f7f0b3baea83c4a01a09b5d9a44a472d99e0582f -SIZE (rapid7-metasploit-framework-4.13.0_GH0.tar.gz) = 23351996 +TIMESTAMP = 1480142087 +SHA256 (rapid7-metasploit-framework-4.13.1_GH0.tar.gz) = 090c86e9f6ba266608a7d7ae00cfef4ce861a5091a595526b3f3fe1844d049df +SIZE (rapid7-metasploit-framework-4.13.1_GH0.tar.gz) = 23354126 diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index f023b694f279..3b3bb6cd2a3e 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -3,6 +3,7 @@ PORTNAME= opensaml2 PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 59d4a4f83fa2..ad1af2a792f9 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -3,7 +3,7 @@ PORTNAME= openvas-libraries PORTVERSION= 8.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/2291/ diff --git a/security/openvas-manager/Makefile b/security/openvas-manager/Makefile index 827ed244f9c4..4b379b58f695 100644 --- a/security/openvas-manager/Makefile +++ b/security/openvas-manager/Makefile @@ -2,7 +2,7 @@ PORTNAME= openvas-manager PORTVERSION= 6.0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/2295/ diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 1b8969f151d5..94bbf184317c 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/security/py-gpgme/Makefile b/security/py-gpgme/Makefile index a1d5ae6db603..3a9ec15b130e 100644 --- a/security/py-gpgme/Makefile +++ b/security/py-gpgme/Makefile @@ -13,6 +13,6 @@ BINDING_NAME= python PLIST= ${.CURDIR}/pkg-plist post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/pyme/_gpgme.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/gpg/_gpgme.so .include "${MASTERDIR}/Makefile" diff --git a/security/py-gpgme/pkg-plist b/security/py-gpgme/pkg-plist index 5da985f0feb2..9b0fb457ed74 100644 --- a/security/py-gpgme/pkg-plist +++ b/security/py-gpgme/pkg-plist @@ -1,72 +1,75 @@ -%%PYTHON_SITELIBDIR%%/pyme/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/_gpgme.so -%%PYTHON_SITELIBDIR%%/pyme/callbacks.py -%%PYTHON_SITELIBDIR%%/pyme/callbacks.pyc -%%PYTHON_SITELIBDIR%%/pyme/callbacks.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/data/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.py -%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/data/encoding.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/event.py -%%PYTHON_SITELIBDIR%%/pyme/constants/event.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/event.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/import.py -%%PYTHON_SITELIBDIR%%/pyme/constants/import.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/import.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.py -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/keylist/mode.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/md.py -%%PYTHON_SITELIBDIR%%/pyme/constants/md.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/md.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/pk.py -%%PYTHON_SITELIBDIR%%/pyme/constants/pk.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/pk.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.py -%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/protocol.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.py -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/__init__.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.py -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/sig/mode.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.py -%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/sigsum.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/status.py -%%PYTHON_SITELIBDIR%%/pyme/constants/status.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/status.pyo -%%PYTHON_SITELIBDIR%%/pyme/constants/validity.py -%%PYTHON_SITELIBDIR%%/pyme/constants/validity.pyc -%%PYTHON_SITELIBDIR%%/pyme/constants/validity.pyo -%%PYTHON_SITELIBDIR%%/pyme/core.py -%%PYTHON_SITELIBDIR%%/pyme/core.pyc -%%PYTHON_SITELIBDIR%%/pyme/core.pyo -%%PYTHON_SITELIBDIR%%/pyme/errors.py -%%PYTHON_SITELIBDIR%%/pyme/errors.pyc -%%PYTHON_SITELIBDIR%%/pyme/errors.pyo -%%PYTHON_SITELIBDIR%%/pyme/gpgme.py -%%PYTHON_SITELIBDIR%%/pyme/gpgme.pyc -%%PYTHON_SITELIBDIR%%/pyme/gpgme.pyo -%%PYTHON_SITELIBDIR%%/pyme/install_files.txt -%%PYTHON_SITELIBDIR%%/pyme/results.py -%%PYTHON_SITELIBDIR%%/pyme/results.pyc -%%PYTHON_SITELIBDIR%%/pyme/results.pyo -%%PYTHON_SITELIBDIR%%/pyme/util.py -%%PYTHON_SITELIBDIR%%/pyme/util.pyc -%%PYTHON_SITELIBDIR%%/pyme/util.pyo -%%PYTHON_SITELIBDIR%%/pyme/version.py -%%PYTHON_SITELIBDIR%%/pyme/version.pyc -%%PYTHON_SITELIBDIR%%/pyme/version.pyo -%%PYTHON_SITELIBDIR%%/pyme3-%%VERSION%%-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/gpg-%%VERSION%%-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/gpg/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/_gpgme.so +%%PYTHON_SITELIBDIR%%/gpg/callbacks.py +%%PYTHON_SITELIBDIR%%/gpg/callbacks.pyc +%%PYTHON_SITELIBDIR%%/gpg/callbacks.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/data/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/data/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/data/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/data/encoding.py +%%PYTHON_SITELIBDIR%%/gpg/constants/data/encoding.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/data/encoding.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/event.py +%%PYTHON_SITELIBDIR%%/gpg/constants/event.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/event.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/import.py +%%PYTHON_SITELIBDIR%%/gpg/constants/import.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/import.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/mode.py +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/mode.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/keylist/mode.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/md.py +%%PYTHON_SITELIBDIR%%/gpg/constants/md.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/md.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/pk.py +%%PYTHON_SITELIBDIR%%/gpg/constants/pk.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/pk.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/protocol.py +%%PYTHON_SITELIBDIR%%/gpg/constants/protocol.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/protocol.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/__init__.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/__init__.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/__init__.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/mode.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/mode.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/mode.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/notation.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/notation.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sig/notation.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/sigsum.py +%%PYTHON_SITELIBDIR%%/gpg/constants/sigsum.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/sigsum.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/status.py +%%PYTHON_SITELIBDIR%%/gpg/constants/status.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/status.pyo +%%PYTHON_SITELIBDIR%%/gpg/constants/validity.py +%%PYTHON_SITELIBDIR%%/gpg/constants/validity.pyc +%%PYTHON_SITELIBDIR%%/gpg/constants/validity.pyo +%%PYTHON_SITELIBDIR%%/gpg/core.py +%%PYTHON_SITELIBDIR%%/gpg/core.pyc +%%PYTHON_SITELIBDIR%%/gpg/core.pyo +%%PYTHON_SITELIBDIR%%/gpg/errors.py +%%PYTHON_SITELIBDIR%%/gpg/errors.pyc +%%PYTHON_SITELIBDIR%%/gpg/errors.pyo +%%PYTHON_SITELIBDIR%%/gpg/gpgme.py +%%PYTHON_SITELIBDIR%%/gpg/gpgme.pyc +%%PYTHON_SITELIBDIR%%/gpg/gpgme.pyo +%%PYTHON_SITELIBDIR%%/gpg/install_files.txt +%%PYTHON_SITELIBDIR%%/gpg/results.py +%%PYTHON_SITELIBDIR%%/gpg/results.pyc +%%PYTHON_SITELIBDIR%%/gpg/results.pyo +%%PYTHON_SITELIBDIR%%/gpg/util.py +%%PYTHON_SITELIBDIR%%/gpg/util.pyc +%%PYTHON_SITELIBDIR%%/gpg/util.pyo +%%PYTHON_SITELIBDIR%%/gpg/version.py +%%PYTHON_SITELIBDIR%%/gpg/version.pyc +%%PYTHON_SITELIBDIR%%/gpg/version.pyo diff --git a/security/py-keystone/Makefile b/security/py-keystone/Makefile index 7c53e986d0fc..3d0fa7a16ada 100644 --- a/security/py-keystone/Makefile +++ b/security/py-keystone/Makefile @@ -3,6 +3,7 @@ PORTNAME= keystone PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://fossies.org/linux/misc/openstack/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexander.nusov@nfvexpress.com COMMENT= OpenStack Keystone +LICENSE= APACHE20 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ diff --git a/security/py-keystone/pkg-plist b/security/py-keystone/pkg-plist index 55ba37fca33a..e43e69aefe38 100644 --- a/security/py-keystone/pkg-plist +++ b/security/py-keystone/pkg-plist @@ -6,3 +6,4 @@ %%ETCDIR%%/keystone-paste.ini %%ETCDIR%%/policy.json %%ETCDIR%%/sso_callback_template.html +%%ETCDIR%%/policy.v3cloudsample.json diff --git a/security/py-pyme/Makefile b/security/py-pyme/Makefile index 6287d86c37f0..cd1ebc3f8192 100644 --- a/security/py-pyme/Makefile +++ b/security/py-pyme/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyme PORTVERSION= 0.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/quantis/Makefile b/security/quantis/Makefile index 4719eb52bc49..834e5e8d7440 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -3,6 +3,7 @@ PORTNAME= quantis DISTVERSION= v13.11.08 +PORTREVISION= 1 CATEGORIES= security devel java MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ LOCAL/ale diff --git a/security/rubygem-metasploit-concern/Makefile b/security/rubygem-metasploit-concern/Makefile index 27ebf7197ac8..09f68738cb29 100644 --- a/security/rubygem-metasploit-concern/Makefile +++ b/security/rubygem-metasploit-concern/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-concern -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit-concern/distinfo b/security/rubygem-metasploit-concern/distinfo index 258cfdf24a04..5fd2f13f0d98 100644 --- a/security/rubygem-metasploit-concern/distinfo +++ b/security/rubygem-metasploit-concern/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463296776 -SHA256 (rubygem/metasploit-concern-2.0.1.gem) = ef42d34726f294712710c9efbd6229733877051eab77bfd1369e83df39a0c2a9 -SIZE (rubygem/metasploit-concern-2.0.1.gem) = 19456 +TIMESTAMP = 1480251734 +SHA256 (rubygem/metasploit-concern-2.0.3.gem) = e3e8ecfd767d3e3b1713cebd160f9d79a3ccd70355a89d031aab6b299f65df7c +SIZE (rubygem/metasploit-concern-2.0.3.gem) = 19456 diff --git a/security/rubygem-metasploit-credential/Makefile b/security/rubygem-metasploit-credential/Makefile index 81f2fcf2f6ed..f248d60ab5f1 100644 --- a/security/rubygem-metasploit-credential/Makefile +++ b/security/rubygem-metasploit-credential/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-credential -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.8 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit-credential/distinfo b/security/rubygem-metasploit-credential/distinfo index b6f6b30b67ff..1e43b2a26950 100644 --- a/security/rubygem-metasploit-credential/distinfo +++ b/security/rubygem-metasploit-credential/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478934675 -SHA256 (rubygem/metasploit-credential-2.0.5.gem) = d53d5648de57c984422f642392060dfe71a7dd1d305af547dead4ec37d0fb5e1 -SIZE (rubygem/metasploit-credential-2.0.5.gem) = 110080 +TIMESTAMP = 1480251791 +SHA256 (rubygem/metasploit-credential-2.0.8.gem) = b3d67ff530c92c0d090da633bfe12ecc60d2030d94d5881c42d86e3ba709ec7a +SIZE (rubygem/metasploit-credential-2.0.8.gem) = 110080 diff --git a/security/rubygem-metasploit-model/Makefile b/security/rubygem-metasploit-model/Makefile index 69904b73aa98..415909833cbe 100644 --- a/security/rubygem-metasploit-model/Makefile +++ b/security/rubygem-metasploit-model/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-model -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit-model/distinfo b/security/rubygem-metasploit-model/distinfo index cf7e5ce2863e..aa898804328c 100644 --- a/security/rubygem-metasploit-model/distinfo +++ b/security/rubygem-metasploit-model/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463296845 -SHA256 (rubygem/metasploit-model-2.0.0.gem) = c40fa0c5160ea99de81c475e5d1b852155f8080f66b47683f2cb4c19faa91788 -SIZE (rubygem/metasploit-model-2.0.0.gem) = 81408 +TIMESTAMP = 1480251829 +SHA256 (rubygem/metasploit-model-2.0.3.gem) = 011290db16ca8c84a82652be8481dca14c34edd8b0e2c9fd69f84ae1cc210fb4 +SIZE (rubygem/metasploit-model-2.0.3.gem) = 81408 diff --git a/security/rubygem-metasploit-payloads/Makefile b/security/rubygem-metasploit-payloads/Makefile index 75cdbffac5fa..3d5bfb11d86d 100644 --- a/security/rubygem-metasploit-payloads/Makefile +++ b/security/rubygem-metasploit-payloads/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.1.29 +PORTVERSION= 1.2.1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes +STRIP= USE_RUBY= yes USES= gem diff --git a/security/rubygem-metasploit-payloads/distinfo b/security/rubygem-metasploit-payloads/distinfo index d896303c2965..dfa825d26489 100644 --- a/security/rubygem-metasploit-payloads/distinfo +++ b/security/rubygem-metasploit-payloads/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479548836 -SHA256 (rubygem/metasploit-payloads-1.1.29.gem) = f2ae7031ba0e4e1b8a0ba2774d49d71de38f6d6b4061d37a1701aa68edb415fd -SIZE (rubygem/metasploit-payloads-1.1.29.gem) = 12475904 +TIMESTAMP = 1480149901 +SHA256 (rubygem/metasploit-payloads-1.2.1.gem) = 76e9e61109730bb1777882c135add02d416d131e0a14972eab814199d1508559 +SIZE (rubygem/metasploit-payloads-1.2.1.gem) = 12476416 diff --git a/security/rubygem-metasploit_data_models/Makefile b/security/rubygem-metasploit_data_models/Makefile index 0511aa3e305b..4a21e5ff23b3 100644 --- a/security/rubygem-metasploit_data_models/Makefile +++ b/security/rubygem-metasploit_data_models/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit_data_models -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.9 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit_data_models/distinfo b/security/rubygem-metasploit_data_models/distinfo index 72551b1d84cd..7710d4488767 100644 --- a/security/rubygem-metasploit_data_models/distinfo +++ b/security/rubygem-metasploit_data_models/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477676532 -SHA256 (rubygem/metasploit_data_models-2.0.6.gem) = 9267e08d0e4de597d7785677867c148b12ee218d7561ec3fa5e7cffb9d28de04 -SIZE (rubygem/metasploit_data_models-2.0.6.gem) = 178688 +TIMESTAMP = 1480251869 +SHA256 (rubygem/metasploit_data_models-2.0.9.gem) = 3cf6a60ea9df82755820d53c7b2f76ac696b059f6d11437fbe332dd1dfa64213 +SIZE (rubygem/metasploit_data_models-2.0.9.gem) = 178688 diff --git a/security/rubygem-metasploit_payloads-mettle/Makefile b/security/rubygem-metasploit_payloads-mettle/Makefile index a449196a8d90..c7725e02f72c 100644 --- a/security/rubygem-metasploit_payloads-mettle/Makefile +++ b/security/rubygem-metasploit_payloads-mettle/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit_payloads-mettle -PORTVERSION= 0.0.8 +PORTVERSION= 0.1.2 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit_payloads-mettle/distinfo b/security/rubygem-metasploit_payloads-mettle/distinfo index f22a068b6452..16317cad456d 100644 --- a/security/rubygem-metasploit_payloads-mettle/distinfo +++ b/security/rubygem-metasploit_payloads-mettle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476600682 -SHA256 (rubygem/metasploit_payloads-mettle-0.0.8.gem) = c575c5f42ef2225db1418753e1096cf0a10905741ecf62b9ac2753570f42a6a8 -SIZE (rubygem/metasploit_payloads-mettle-0.0.8.gem) = 3442688 +TIMESTAMP = 1480149933 +SHA256 (rubygem/metasploit_payloads-mettle-0.1.2.gem) = 099e24522f3cf04863901484aef00f95ada19e032da046cdb1106c5b12822f0f +SIZE (rubygem/metasploit_payloads-mettle-0.1.2.gem) = 3753472 diff --git a/security/rubygem-recog/Makefile b/security/rubygem-recog/Makefile index 1635e8751569..543fd367d9de 100644 --- a/security/rubygem-recog/Makefile +++ b/security/rubygem-recog/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recog -PORTVERSION= 2.0.24 +PORTVERSION= 2.1.0 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-recog/distinfo b/security/rubygem-recog/distinfo index a4428399b389..9f1e635afb5a 100644 --- a/security/rubygem-recog/distinfo +++ b/security/rubygem-recog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478934783 -SHA256 (rubygem/recog-2.0.24.gem) = 04df650e527c98f485dc3a1620a98510b7e709ae248b84ed7752a20745fe2afd -SIZE (rubygem/recog-2.0.24.gem) = 205312 +TIMESTAMP = 1480251914 +SHA256 (rubygem/recog-2.1.0.gem) = 3ed9a500f0b61fd19dab40dd48c17e91b6c84db173209b62c680592f57c84d66 +SIZE (rubygem/recog-2.1.0.gem) = 213504 diff --git a/security/rubygem-rex-core/Makefile b/security/rubygem-rex-core/Makefile index 1b2b3f70977d..1ab2078b2d3f 100644 --- a/security/rubygem-rex-core/Makefile +++ b/security/rubygem-rex-core/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-core -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-core/distinfo b/security/rubygem-rex-core/distinfo index 27059bf0fe14..de56a044ec9b 100644 --- a/security/rubygem-rex-core/distinfo +++ b/security/rubygem-rex-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473533338 -SHA256 (rubygem/rex-core-0.1.2.gem) = c5e923693a0f0aa2b1162e4ef01b4f1a6d44dd0801de67e1fc4f261494ae2ecf -SIZE (rubygem/rex-core-0.1.2.gem) = 29696 +TIMESTAMP = 1480251979 +SHA256 (rubygem/rex-core-0.1.3.gem) = a5111a2dea67e65cde7e1282c91907d56cc01b2b947de27b8bc4cb73ddc485e0 +SIZE (rubygem/rex-core-0.1.3.gem) = 29696 diff --git a/security/rubygem-rex-encoder/Makefile b/security/rubygem-rex-encoder/Makefile index 630abe109d2d..980cf85ff95d 100644 --- a/security/rubygem-rex-encoder/Makefile +++ b/security/rubygem-rex-encoder/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-encoder -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-encoder/distinfo b/security/rubygem-rex-encoder/distinfo index 5d631e900057..54bd20cf6e64 100644 --- a/security/rubygem-rex-encoder/distinfo +++ b/security/rubygem-rex-encoder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474655213 -SHA256 (rubygem/rex-encoder-0.1.0.gem) = 8c467b2cfc292cf2badffa8db19eafe21dfff946b1ea73598dde4ac4bc85a658 -SIZE (rubygem/rex-encoder-0.1.0.gem) = 40448 +TIMESTAMP = 1480252049 +SHA256 (rubygem/rex-encoder-0.1.1.gem) = 91cdecaa60b87e414d2e1c86c51c46026361b391b1f348162287bf04c10fb3fd +SIZE (rubygem/rex-encoder-0.1.1.gem) = 40448 diff --git a/security/rubygem-rex-exploitation/Makefile b/security/rubygem-rex-exploitation/Makefile index 169da58991f7..0ee2ab70524d 100644 --- a/security/rubygem-rex-exploitation/Makefile +++ b/security/rubygem-rex-exploitation/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-exploitation -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-exploitation/distinfo b/security/rubygem-rex-exploitation/distinfo index 2b063ccdb4da..ec6f3a94a89e 100644 --- a/security/rubygem-rex-exploitation/distinfo +++ b/security/rubygem-rex-exploitation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478934834 -SHA256 (rubygem/rex-exploitation-0.1.2.gem) = a5ee456d7fa3c1e4326d0a3f1ada99fa791b36f919d3caa17c8cf434f08a6a28 -SIZE (rubygem/rex-exploitation-0.1.2.gem) = 77312 +TIMESTAMP = 1480252092 +SHA256 (rubygem/rex-exploitation-0.1.3.gem) = 819d546f6ef1cd423365ecbac105f2c449102462f9bbebc7fefc02b06883ce0d +SIZE (rubygem/rex-exploitation-0.1.3.gem) = 77312 diff --git a/security/rubygem-rex-java/Makefile b/security/rubygem-rex-java/Makefile index 14f96bb0d16b..48d0da1a9562 100644 --- a/security/rubygem-rex-java/Makefile +++ b/security/rubygem-rex-java/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-java -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-java/distinfo b/security/rubygem-rex-java/distinfo index 14025d4b361a..69cd4e47fe2a 100644 --- a/security/rubygem-rex-java/distinfo +++ b/security/rubygem-rex-java/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468492246 -SHA256 (rubygem/rex-java-0.1.2.gem) = 9413d017ca098709d80707227a896ab35319a77e971239e620f4add991efcc81 -SIZE (rubygem/rex-java-0.1.2.gem) = 22016 +TIMESTAMP = 1480252207 +SHA256 (rubygem/rex-java-0.1.3.gem) = 7296a470d6bd3a718995d8d39fcc2239d1140300b9b0291cd480e2e7591b23a0 +SIZE (rubygem/rex-java-0.1.3.gem) = 22016 diff --git a/security/rubygem-rex-ole/Makefile b/security/rubygem-rex-ole/Makefile index b880fcddc775..dbdecc26a4d8 100644 --- a/security/rubygem-rex-ole/Makefile +++ b/security/rubygem-rex-ole/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-ole -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-ole/distinfo b/security/rubygem-rex-ole/distinfo index d5259fa96269..1d1d96dc461f 100644 --- a/security/rubygem-rex-ole/distinfo +++ b/security/rubygem-rex-ole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469866812 -SHA256 (rubygem/rex-ole-0.1.2.gem) = f8517fb9d6c252ac85f0076d3b654df4e50330f87142fde960f7663f44ce80b1 -SIZE (rubygem/rex-ole-0.1.2.gem) = 26112 +TIMESTAMP = 1480252264 +SHA256 (rubygem/rex-ole-0.1.3.gem) = 7d24fcdb4877d0c5184ebdbf39f09491112ddcee9d8b02bb456a70e4891c6c9b +SIZE (rubygem/rex-ole-0.1.3.gem) = 26112 diff --git a/security/rubygem-rex-powershell/Makefile b/security/rubygem-rex-powershell/Makefile index 3aa99508c438..2ab6a0115b1d 100644 --- a/security/rubygem-rex-powershell/Makefile +++ b/security/rubygem-rex-powershell/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-powershell -PORTVERSION= 0.1.66 +PORTVERSION= 0.1.68 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-powershell/distinfo b/security/rubygem-rex-powershell/distinfo index c9e79f3a32a3..0a70f3b91dbb 100644 --- a/security/rubygem-rex-powershell/distinfo +++ b/security/rubygem-rex-powershell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475926218 -SHA256 (rubygem/rex-powershell-0.1.66.gem) = cbbd48e24d450150e360fc6c0eaa859b972bf3111cc75db02069b6bfda6d97b1 -SIZE (rubygem/rex-powershell-0.1.66.gem) = 27136 +TIMESTAMP = 1480252298 +SHA256 (rubygem/rex-powershell-0.1.68.gem) = d4c01f86fc53ff21cb81493646113aeae2dc5181d489dc6089b84eb304f71014 +SIZE (rubygem/rex-powershell-0.1.68.gem) = 26624 diff --git a/security/rubygem-rex-random_identifier/Makefile b/security/rubygem-rex-random_identifier/Makefile index d948f62a95b2..fc4fe1f2c101 100644 --- a/security/rubygem-rex-random_identifier/Makefile +++ b/security/rubygem-rex-random_identifier/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-random_identifier -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-random_identifier/distinfo b/security/rubygem-rex-random_identifier/distinfo index 9b3dce0a3474..5bef96d79dd1 100644 --- a/security/rubygem-rex-random_identifier/distinfo +++ b/security/rubygem-rex-random_identifier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468492825 -SHA256 (rubygem/rex-random_identifier-0.1.0.gem) = ca821c23c0b1bf45e8411b4586031d4c5a08f86170b48047c4269e49eecc7813 -SIZE (rubygem/rex-random_identifier-0.1.0.gem) = 15872 +TIMESTAMP = 1480252328 +SHA256 (rubygem/rex-random_identifier-0.1.1.gem) = a340835ff094e916c66f9be9bbf01eba1367c6ea5cc0961a37096242b8d7e1c3 +SIZE (rubygem/rex-random_identifier-0.1.1.gem) = 15872 diff --git a/security/rubygem-rex-registry/Makefile b/security/rubygem-rex-registry/Makefile index 1a520dfc6e6d..d471f4d6ee56 100644 --- a/security/rubygem-rex-registry/Makefile +++ b/security/rubygem-rex-registry/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-registry -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-registry/distinfo b/security/rubygem-rex-registry/distinfo index aa32aa3107df..87423cd3d01d 100644 --- a/security/rubygem-rex-registry/distinfo +++ b/security/rubygem-rex-registry/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468492622 -SHA256 (rubygem/rex-registry-0.1.0.gem) = f2bc39327eba282f0e172d5dad07c45b3a23976273a6c0fe6b1ef082399f29c5 -SIZE (rubygem/rex-registry-0.1.0.gem) = 16384 +TIMESTAMP = 1480252395 +SHA256 (rubygem/rex-registry-0.1.1.gem) = c79256ddf4c992393dbf52975d9bdaf2ab6f2243ebb5d5d19e855e88be457e44 +SIZE (rubygem/rex-registry-0.1.1.gem) = 16384 diff --git a/security/rubygem-rex-rop_builder/Makefile b/security/rubygem-rex-rop_builder/Makefile index b8e95c9e82ed..98c34b66df23 100644 --- a/security/rubygem-rex-rop_builder/Makefile +++ b/security/rubygem-rex-rop_builder/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-rop_builder -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-rop_builder/distinfo b/security/rubygem-rex-rop_builder/distinfo index 0d563027d7ba..73cbf098d237 100644 --- a/security/rubygem-rex-rop_builder/distinfo +++ b/security/rubygem-rex-rop_builder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474027251 -SHA256 (rubygem/rex-rop_builder-0.1.0.gem) = 816c01f6ac10b2d4f8d7fb13dc3e562c21d15bdd0c67a3aea5db9a8f14999378 -SIZE (rubygem/rex-rop_builder-0.1.0.gem) = 16896 +TIMESTAMP = 1480252440 +SHA256 (rubygem/rex-rop_builder-0.1.1.gem) = b47c468348a54861b5537376eaa137f48f90a96b44eeeeba7f34dcb306516503 +SIZE (rubygem/rex-rop_builder-0.1.1.gem) = 16896 diff --git a/security/rubygem-rex-socket/Makefile b/security/rubygem-rex-socket/Makefile index 7aed8774a68f..20cc04b49002 100644 --- a/security/rubygem-rex-socket/Makefile +++ b/security/rubygem-rex-socket/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-socket -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.2 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-socket/distinfo b/security/rubygem-rex-socket/distinfo index 5157407d9430..1b0f7609b498 100644 --- a/security/rubygem-rex-socket/distinfo +++ b/security/rubygem-rex-socket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474027552 -SHA256 (rubygem/rex-socket-0.1.0.gem) = dff8b1bfaf9d2f9d7a89e542c2496166ad835fa17ecfd0592b8cccb97b4a1134 -SIZE (rubygem/rex-socket-0.1.0.gem) = 38912 +TIMESTAMP = 1480252481 +SHA256 (rubygem/rex-socket-0.1.2.gem) = f4200f7da09449bd74ee493dda3c06914350bf907cff0bf57d23f6d48252fdef +SIZE (rubygem/rex-socket-0.1.2.gem) = 38912 diff --git a/security/rubygem-rex-sslscan/Makefile b/security/rubygem-rex-sslscan/Makefile index 45280ed6bbcf..0d975c122783 100644 --- a/security/rubygem-rex-sslscan/Makefile +++ b/security/rubygem-rex-sslscan/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-sslscan -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-sslscan/distinfo b/security/rubygem-rex-sslscan/distinfo index c9fabcc68eb4..7c6fa88ea82d 100644 --- a/security/rubygem-rex-sslscan/distinfo +++ b/security/rubygem-rex-sslscan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474027771 -SHA256 (rubygem/rex-sslscan-0.1.0.gem) = 4706577f8214cc896a445caee43c32a89cf32979548399200b3446e3625f248f -SIZE (rubygem/rex-sslscan-0.1.0.gem) = 16896 +TIMESTAMP = 1480252527 +SHA256 (rubygem/rex-sslscan-0.1.1.gem) = 6af4fad6f1f3c6fcbbf2d086a85240a7707be031bbbaa0deb60ab0f772adceec +SIZE (rubygem/rex-sslscan-0.1.1.gem) = 16896 diff --git a/security/rubygem-rex-text/Makefile b/security/rubygem-rex-text/Makefile index 8f42abde2846..deda91deb211 100644 --- a/security/rubygem-rex-text/Makefile +++ b/security/rubygem-rex-text/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-text -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.9 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-text/distinfo b/security/rubygem-rex-text/distinfo index fe7155cad277..dc97a14afabb 100644 --- a/security/rubygem-rex-text/distinfo +++ b/security/rubygem-rex-text/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479548914 -SHA256 (rubygem/rex-text-0.2.5.gem) = 478ff88f81b5a78ba07c0e36ec6dcb0cfa561ac14c60205ba707722d641723a0 -SIZE (rubygem/rex-text-0.2.5.gem) = 43520 +TIMESTAMP = 1480252577 +SHA256 (rubygem/rex-text-0.2.9.gem) = c7991d6029fd0af3b3e4c0f3b32bc7f83fe58fa52078be0fc8fa14a9f38c40f7 +SIZE (rubygem/rex-text-0.2.9.gem) = 43520 diff --git a/security/rubygem-rex-zip/Makefile b/security/rubygem-rex-zip/Makefile index 114e5486f3ca..1c6f17af3dc5 100644 --- a/security/rubygem-rex-zip/Makefile +++ b/security/rubygem-rex-zip/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-zip -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-zip/distinfo b/security/rubygem-rex-zip/distinfo index 6f4971461007..e2b0e54794b4 100644 --- a/security/rubygem-rex-zip/distinfo +++ b/security/rubygem-rex-zip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468493064 -SHA256 (rubygem/rex-zip-0.1.0.gem) = b3baa908fd912a3b0366f92247b9e9391c265fdb9456ac3864dc635176588647 -SIZE (rubygem/rex-zip-0.1.0.gem) = 23040 +TIMESTAMP = 1480252610 +SHA256 (rubygem/rex-zip-0.1.1.gem) = 6a411cda2de587d9493db96d89a1bb0e0e348e004d1f38b33be38f5ff99c8e00 +SIZE (rubygem/rex-zip-0.1.1.gem) = 23040 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 1d06bf4a1901..176c7430ab1b 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,6 +3,7 @@ PORTNAME= seahorse PORTVERSION= 3.18.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 3e2c460adee0..e3f65357161f 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -3,6 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ diff --git a/security/smap/Makefile b/security/smap/Makefile index 05dbbd4670cf..1ea7eb1fa67f 100644 --- a/security/smap/Makefile +++ b/security/smap/Makefile @@ -3,13 +3,17 @@ PORTNAME= smap PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.wormulon.net/smap/ MAINTAINER= ports@FreeBSD.org COMMENT= SIP scanner and identifier +# does not really specify # of clauses, so stay +# with strictest variant to be on a safe side +LICENSE= BSD4CLAUSE + USES= gmake do-install: diff --git a/security/smap/files/patch-Makefile b/security/smap/files/patch-Makefile new file mode 100644 index 000000000000..b2f724332c27 --- /dev/null +++ b/security/smap/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2007-05-10 13:45:31 UTC ++++ Makefile +@@ -8,8 +8,8 @@ + # + # $Id: Makefile,v 1.15 2007/05/10 13:45:31 hscholz Exp $ + +-LDFLAGS= -L/usr/local/lib -lm +-CFLAGS= -Wall -g -I/usr/local/include ++LDFLAGS+= -lm ++CFLAGS+= -Wall + CFLAGS+= -DHAVE_RANDOM -DRAW_SOCKET + CC?= gcc + OBJS= error.o fingerprint.o helpers.o icmpping.o localip.o request.o randomizer.o response.o scan.o sip.o smap.o stats.o stun.o test_accept.o test_allow.o test_supported.o test_headers.o transport_udp.o transport_tcp.o diff --git a/security/spass/Makefile b/security/spass/Makefile index 5c5d9a132aff..ef8119be2c0e 100644 --- a/security/spass/Makefile +++ b/security/spass/Makefile @@ -2,7 +2,7 @@ PORTNAME= spass PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 655d38b49539..a61f273a0157 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -3,6 +3,7 @@ PORTNAME= trousers PORTVERSION= 0.3.14 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF diff --git a/security/trousers/files/patch-src_trspi_crypto_openssl_rsa.c b/security/trousers/files/patch-src_trspi_crypto_openssl_rsa.c new file mode 100644 index 000000000000..3ed356589fb6 --- /dev/null +++ b/security/trousers/files/patch-src_trspi_crypto_openssl_rsa.c @@ -0,0 +1,11 @@ +--- src/trspi/crypto/openssl/rsa.c.orig 2016-11-23 12:26:19 UTC ++++ src/trspi/crypto/openssl/rsa.c +@@ -38,7 +38,7 @@ + #define DEBUG_print_openssl_errors() + #endif + +-#if OPENSSL_VERSION_NUMBER < 0x10100001L ++#if OPENSSL_VERSION_NUMBER < 0x10100001L || defined(LIBRESSL_VERSION_NUMBER) + static int + RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) + { diff --git a/security/xorsearch/Makefile b/security/xorsearch/Makefile index 27ac918ff067..68f7c48b3173 100644 --- a/security/xorsearch/Makefile +++ b/security/xorsearch/Makefile @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= xorsearch -PORTVERSION= 1.2.0 +DISTVERSION= 1_2_0 +PORTREVISION= 1 CATEGORIES= security textproc MASTER_SITES= http://www.didierstevens.com/files/software/ -DISTNAME= XORSearch_V1_2_0 +DISTNAME= XORSearch_V${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Search for a given string in an XOR or ROL encoded binary file +LICENSE= PD + USES= dos2unix zip DOS2UNIX_GLOB= *.c NO_WRKSUBDIR= yes @@ -17,10 +20,9 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/xorsearch do-build: - ${CC} -o ${WRKSRC}/XORSearch ${WRKSRC}/XORSearch.c + ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/XORSearch ${WRKSRC}/XORSearch.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/XORSearch \ - ${STAGEDIR}${PREFIX}/bin/xorsearch + ${INSTALL_PROGRAM} ${WRKSRC}/XORSearch ${STAGEDIR}${PREFIX}/bin/xorsearch .include diff --git a/security/xorsearch/files/patch-XORSearch.c b/security/xorsearch/files/patch-XORSearch.c index 20d6023363da..d109c0d33bac 100644 --- a/security/xorsearch/files/patch-XORSearch.c +++ b/security/xorsearch/files/patch-XORSearch.c @@ -1,4 +1,4 @@ ---- XORSearch.c.orig 2016-06-20 15:09:40 UTC +--- XORSearch.c.orig 2016-11-23 12:31:10 UTC +++ XORSearch.c @@ -20,7 +20,6 @@ #include diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index ad9d8b1f0c10..1cabb1c138d5 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= http://www2.research.att.com/~astopen/download/tgz/ \ DISTFILES= INIT.${INITVERSION}.tgz ast-ksh.${KSHVERSION}.tgz DIST_SUBDIR= ${PORTNAME} -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= saper@saper.info COMMENT= Official AT&T release of KornShell 93 LICENSE= EPL diff --git a/sysutils/Makefile b/sysutils/Makefile index 36fea7f22148..802f91efeeff 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1116,6 +1116,7 @@ SUBDIR += tren SUBDIR += ts SUBDIR += tss + SUBDIR += ttyd SUBDIR += tty-clock SUBDIR += ttyload SUBDIR += tuptime diff --git a/sysutils/acpi_call/files/patch-acpi__call__util.c b/sysutils/acpi_call/files/patch-acpi__call__util.c new file mode 100644 index 000000000000..e905c117bac6 --- /dev/null +++ b/sysutils/acpi_call/files/patch-acpi__call__util.c @@ -0,0 +1,10 @@ +--- acpi_call_util.c.orig 2011-11-07 05:35:10 UTC ++++ acpi_call_util.c +@@ -102,6 +102,7 @@ int main(int argc, char * argv[]) + if (ioctl(fd, ACPIIO_CALL, ¶ms) == -1) + { + perror("ioctl"); ++ fprintf(stderr, "(Is `acpi_call.ko' kernel module loaded?)\n"); + return 1; + } + diff --git a/sysutils/acpi_call/pkg-descr b/sysutils/acpi_call/pkg-descr index ec016259ace7..07d760528683 100644 --- a/sysutils/acpi_call/pkg-descr +++ b/sysutils/acpi_call/pkg-descr @@ -1 +1 @@ -Kernel module for calling arbitrary ACPI methods from userspace. +Kernel module and utility for calling arbitrary ACPI methods from userspace. diff --git a/sysutils/android-file-transfer/Makefile b/sysutils/android-file-transfer/Makefile index 25ecd2c838e6..a68c3b6b4f3d 100644 --- a/sysutils/android-file-transfer/Makefile +++ b/sysutils/android-file-transfer/Makefile @@ -2,9 +2,9 @@ PORTNAME= android-file-transfer DISTVERSIONPREFIX= v -DISTVERSION= 3.0-10 -DISTVERSIONSUFFIX= -g40640fb -PORTREVISION?= 1 +DISTVERSION= 3.0-14 +DISTVERSIONSUFFIX= -g5a818d8 +PORTREVISION?= 0 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org diff --git a/sysutils/android-file-transfer/distinfo b/sysutils/android-file-transfer/distinfo index 242dddb3eaac..62e6e8d06762 100644 --- a/sysutils/android-file-transfer/distinfo +++ b/sysutils/android-file-transfer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474277998 -SHA256 (whoozle-android-file-transfer-linux-v3.0-10-g40640fb_GH0.tar.gz) = 077ac7e798eb5b6de454bf487b4f2b83aa80e20e0048e2d0aab7a798c7a26d55 -SIZE (whoozle-android-file-transfer-linux-v3.0-10-g40640fb_GH0.tar.gz) = 419736 +TIMESTAMP = 1479647002 +SHA256 (whoozle-android-file-transfer-linux-v3.0-14-g5a818d8_GH0.tar.gz) = 3378b919f38d8f86008cb2e84045909af40f303101219fe75596ac91d124c170 +SIZE (whoozle-android-file-transfer-linux-v3.0-14-g5a818d8_GH0.tar.gz) = 419824 diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 78f8d21845a6..b548d79f345a 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.0.4 -PORTREVISION= 1 +PORTVERSION= 11.0.5 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo index e0315efdaddd..41f45d29ffd1 100644 --- a/sysutils/cbsd/distinfo +++ b/sysutils/cbsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476910506 -SHA256 (olevole-cbsd-11.0.4_GH0.tar.gz) = 0d47fbd6307afb38bfa07bea23fb3d6f029ccc1f66ff5820587b04fc69c70ef3 -SIZE (olevole-cbsd-11.0.4_GH0.tar.gz) = 2305691 +TIMESTAMP = 1480195638 +SHA256 (olevole-cbsd-11.0.5_GH0.tar.gz) = 7eabfa5ce9d1b2cca1e4e6de779bcf9a3e7d92740d108a830d741b18f8c05f91 +SIZE (olevole-cbsd-11.0.5_GH0.tar.gz) = 2298431 diff --git a/sysutils/cbsd/files/cbsdd.in b/sysutils/cbsd/files/cbsdd.in index e21ba93bf724..fa6bdb7f34e0 100644 --- a/sysutils/cbsd/files/cbsdd.in +++ b/sysutils/cbsd/files/cbsdd.in @@ -64,7 +64,6 @@ cbsdd_prestart() { %%PREFIX%%/bin/cbsd sysinv mode=update %%PREFIX%%/bin/cbsd netinv - update_hwinfo update_netinfo env sqlcolnames="1" ${miscdir}/sqlcli ${dbdir}/local.sqlite "SELECT * FROM local" > ${inventory} diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 27902d1bc733..56fbf4ffa56a 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -6,6 +6,7 @@ PORTNAME= condor PORTVERSION= 8.4.9 +PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ DISTNAME= condor_src-${PORTVERSION}-all-all diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index f9c09335695a..af567a2599a3 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -3,6 +3,7 @@ PORTNAME= dar PORTVERSION= 2.5.5 +PORTREVISION= 1 CATEGORIES= sysutils archivers MASTER_SITES= SF diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index b80281fffddd..f471be235463 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -2,7 +2,7 @@ PORTNAME= facter PORTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index b6bbae562115..6632bc744487 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -3,7 +3,7 @@ PORTNAME= freefilesync PORTVERSION= 8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.freefilesync.org/download/ \ http://www.freefilesync.org/archive/ diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 2aaa0168cc06..da839b405ad0 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -4,7 +4,7 @@ PORTNAME= encfs PORTVERSION= 1.8.1 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-ntfs/files/README.FreeBSD b/sysutils/fusefs-ntfs/files/README.FreeBSD index 0c9905d230f7..f740ca57854e 100644 --- a/sysutils/fusefs-ntfs/files/README.FreeBSD +++ b/sysutils/fusefs-ntfs/files/README.FreeBSD @@ -51,7 +51,7 @@ Then create the following symlink: $ ln -s `which ntfs-3g` /usr/sbin/mount_ntfs-3g -And add the appropiate line to /etc/fstab: the filesystem should be "ntfs-3g" +And add the appropriate line to /etc/fstab: the filesystem should be "ntfs-3g" instead of "ntfs", and the additional "late" parameter is required. Example: /dev/ad4s1 /wxp ntfs-3g rw,late 0 0 @@ -67,7 +67,7 @@ NTFS_USE_UBLIO - Enable the UBLIO cache. UBLIO_BLOCKSIZE - Actual reads/writes will be multiples of this quantity. UBLIO_ITEMS - Number of cache entries, each of UBLIO_BLOCKSIZE length. UBLIO_GRACE - Number of times a cache entry will refuse being recycled. -UBLIO_SYNC_IO - If enabled, all writes will be immediatly executed. +UBLIO_SYNC_IO - If enabled, all writes will be immediately executed. To give an idea about tuning, here are the default values with some notes (they are only based on some simple benchmarks, and may be wrong): @@ -77,11 +77,11 @@ UBLIO_BLOCKSIZE - 262144 (256KB). Larger improves reading/writing speed of large files, and smaller makes filesystem operations (creation, deletion, moving, find(1)) perform faster. Try 2/4MB and 512/256KB for the different approaches. Note - that after that points performance descreases again. + that after that points performance decreases again. UBLIO_ITEMS - 64. Higher increases speed of filesystem operations. Try 128. UBLIO_GRACE - 32. Makes the cache items have more chances to be reused. UBLIO_SYNC_IO - 0. If enabled, highly decreases writing speed, but the data - is immediatly written to the disk. + is immediately written to the disk. For example (improves performance over large files, but read below): @@ -114,7 +114,7 @@ instance, you may not be able to create ntfs filesystem because of this with Initializing device with zeroes: 99%Failed to complete writing to /dev/ada0s1 after three retries. -- When reading/writting the same file repeatedly while doing many simultaneous +- When reading/writing the same file repeatedly while doing many simultaneous operations on different files sometimes the former one fails: read(2) returns -1 and sets errno to EAGAIN. This is because of a difference between the FUSE kernel implementation in Linux and FreeBSD, and is being worked on. An example diff --git a/sysutils/goaccess/Makefile b/sysutils/goaccess/Makefile index 490d0cad27ea..39dbd3f7e49b 100644 --- a/sysutils/goaccess/Makefile +++ b/sysutils/goaccess/Makefile @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= goaccess -PORTVERSION= 0.8.5 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= http://tar.goaccess.io/ MAINTAINER= sbz@FreeBSD.org COMMENT= Real-time Apache web log analyzer -LICENSE= GPLv2 - -LIB_DEPENDS= libGeoIP.so:net/GeoIP +LICENSE= MIT GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_GNOME= glib20 USES= pkgconfig @@ -24,9 +23,19 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz +CONFIGURE_ARGS= --enable-utf8 + PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS GEOIP TOKYOCABINET +OPTIONS_DEFAULT= GEOIP + +GEOIP_CONFIGURE_ON= --enable-geoip +GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP + +TOKYOCABINET_DESC= Tokyo Cabinet support +TOKYOCABINET_CONFIGURE_ON= --enable-tcb=btree +TOKYOCABINET_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin diff --git a/sysutils/goaccess/distinfo b/sysutils/goaccess/distinfo index 97f10e206451..01f11b09fc77 100644 --- a/sysutils/goaccess/distinfo +++ b/sysutils/goaccess/distinfo @@ -1,2 +1,3 @@ -SHA256 (goaccess-0.8.5.tar.gz) = a4c6b6b98875059409b2a7528d5e7662536591b1949461cb03d88ea1360c3a88 -SIZE (goaccess-0.8.5.tar.gz) = 189006 +TIMESTAMP = 1479909852 +SHA256 (goaccess-1.1.1.tar.gz) = 4c73147037b350081d66e912a07fb2f0a60484fad1090a76fb6fc24ee086b6d3 +SIZE (goaccess-1.1.1.tar.gz) = 412635 diff --git a/sysutils/isc-cron/Makefile b/sysutils/isc-cron/Makefile index 9ebeb0eaf143..630172ab34e0 100644 --- a/sysutils/isc-cron/Makefile +++ b/sysutils/isc-cron/Makefile @@ -3,29 +3,32 @@ PORTNAME= isc-cron PORTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ISC/cron DISTNAME= cron_${PORTVERSION}.shar -EXTRACT_SUFX= +EXTRACT_SUFX= # none MAINTAINER= ports@FreeBSD.org COMMENT= ISC Cron, former Vixie Cron +LICENSE= ISCL + WRKSRC= ${WRKDIR} SUB_FILES= pkg-message -PLIST_FILES= sbin/cron bin/crontab man/man1/crontab.1.gz \ - man/man5/crontab.5.gz man/man8/cron.8.gz -PKGMESSAGE= ${WRKDIR}/pkg-message +PLIST_FILES= sbin/cron \ + "@(root,wheel,4755) bin/crontab" \ + man/man1/crontab.1.gz \ + man/man5/crontab.5.gz \ + man/man8/cron.8.gz do-extract: - ${MKDIR} ${WRKSRC} + @${MKDIR} ${WRKSRC} cd ${WRKSRC} && ${SH} ${DISTDIR}/${DISTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cron ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/crontab ${STAGEDIR}${PREFIX}/bin - ${CHMOD} 4555 ${STAGEDIR}${PREFIX}/bin/crontab ${INSTALL_MAN} ${WRKSRC}/crontab.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/crontab.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/cron.8 ${STAGEDIR}${MANPREFIX}/man/man8 diff --git a/sysutils/isc-cron/files/patch-Makefile b/sysutils/isc-cron/files/patch-Makefile index ec4bda7cbbc2..6d91a6f94878 100644 --- a/sysutils/isc-cron/files/patch-Makefile +++ b/sysutils/isc-cron/files/patch-Makefile @@ -1,11 +1,20 @@ ---- Makefile.orig 2013-10-18 04:21:17.000000000 +1100 -+++ Makefile 2013-10-18 04:21:22.000000000 +1100 -@@ -66,7 +66,7 @@ +--- Makefile.orig 2016-11-23 12:27:46 UTC ++++ Makefile +@@ -66,7 +66,7 @@ CDEBUG = -g #<> LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING) #<> -CC = gcc -Wall -Wno-unused -Wno-comment -+CC = cc -Wall -Wno-unused -Wno-comment ++CC += -Wall -Wno-unused -Wno-comment #<> DEFS = #(SGI IRIX systems need this) +@@ -79,7 +79,7 @@ LDFLAGS = + #################################### end configurable stuff + + SHELL = /bin/sh +-CFLAGS = $(CDEBUG) $(INCLUDE) $(DEFS) ++CFLAGS += $(INCLUDE) $(DEFS) + + INFOS = README CHANGES FEATURES INSTALL CONVERSION THANKS MAIL + MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh diff --git a/sysutils/kf5-kwallet/Makefile b/sysutils/kf5-kwallet/Makefile index 079626ca10ae..d30f52948cff 100644 --- a/sysutils/kf5-kwallet/Makefile +++ b/sysutils/kf5-kwallet/Makefile @@ -3,6 +3,7 @@ PORTNAME= kwallet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 2 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/ohmu/Makefile b/sysutils/ohmu/Makefile index 809ef8ae62db..cf1212260277 100644 --- a/sysutils/ohmu/Makefile +++ b/sysutils/ohmu/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= ohmu -PORTVERSION= 0.5.0 +PORTVERSION= 1.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -10,6 +11,8 @@ COMMENT= Tool to view space usage in your terminal LICENSE= MIT +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scandir>=1.3:sysutils/py-scandir + USE_GITHUB= yes GH_ACCOUNT= paul-nechifor diff --git a/sysutils/ohmu/distinfo b/sysutils/ohmu/distinfo index a33f2370e0a3..9af9b960efdf 100644 --- a/sysutils/ohmu/distinfo +++ b/sysutils/ohmu/distinfo @@ -1,2 +1,3 @@ -SHA256 (paul-nechifor-ohmu-v0.5.0_GH0.tar.gz) = 1bf0ab0b843aa0b9ce0ba86b27e59c1cef2edd02ff6d9fc7ee9392a69eb9b2db -SIZE (paul-nechifor-ohmu-v0.5.0_GH0.tar.gz) = 1722844 +TIMESTAMP = 1479237782 +SHA256 (paul-nechifor-ohmu-v1.1.0_GH0.tar.gz) = 3181f2da0a58e4f096118bd07b7314e809c578e4af0f79e65e9dfad171bbf1ad +SIZE (paul-nechifor-ohmu-v1.1.0_GH0.tar.gz) = 1723252 diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index ded99cb5d316..4362af1eed2f 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -3,7 +3,7 @@ PORTNAME= ori PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index 70437346ce9e..7fd54dd23497 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -3,7 +3,7 @@ PORTNAME= osquery PORTVERSION= 1.4.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index eac7f6024a99..9c37b0095c0a 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -3,7 +3,7 @@ PORTNAME= pacman PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.archlinux.org/other/pacman/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile index 49f2ba6e6508..67e453630b59 100644 --- a/sysutils/pslist/Makefile +++ b/sysutils/pslist/Makefile @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= pslist -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= sysutils -MASTER_SITES= http://devel.ringlet.net/sysutils/pslist/ +MASTER_SITES= http://devel.ringlet.net/files/sys/pslist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Utility to view or send signals to processes with all their children +LICENSE= BSD2CLAUSE +#LICENSE_FILE= ${WRKSRC}/README # License on 4th paragraph + +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= pslist diff --git a/sysutils/pslist/distinfo b/sysutils/pslist/distinfo index 734b59336bc8..6daeb72f4102 100644 --- a/sysutils/pslist/distinfo +++ b/sysutils/pslist/distinfo @@ -1,2 +1,3 @@ -SHA256 (pslist-1.3.tar.gz) = d7b4b1c38c0b23a38f25dcfd69bb419e8a3b4bd640676aa949f86255235ae7f6 -SIZE (pslist-1.3.tar.gz) = 5533 +TIMESTAMP = 1477825510 +SHA256 (pslist-1.3.1.tar.gz) = 216fa241283d83897c1ab24c1eac025bc0fdc9900760a410cb3b3e4428fe18ef +SIZE (pslist-1.3.1.tar.gz) = 8355 diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index e38a270189ff..66e779eef4b9 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 4.4.2 +PORTVERSION= 5.0.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils -USES= python +USES= python zip post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_bsd.so ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_posix.so diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 96ec39785d2b..c7f9a089b4a8 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479405341 -SHA256 (psutil-4.4.2.tar.gz) = 1c37e6428f7fe3aeea607f9249986d9bb933bb98133c7919837fd9aac4996b07 -SIZE (psutil-4.4.2.tar.gz) = 1832052 +TIMESTAMP = 1480002574 +SHA256 (psutil-5.0.0.zip) = 5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8 +SIZE (psutil-5.0.0.zip) = 374074 diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile new file mode 100644 index 000000000000..dd880197f8fc --- /dev/null +++ b/sysutils/ttyd/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ttyd +PORTVERSION= 1.2.0 +CATEGORIES= sysutils + +MAINTAINER= neel@neelc.org +COMMENT= Program to share your terminal over the web + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= xxd:editors/vim-lite +LIB_DEPENDS= libjson-c.so:devel/json-c \ + libwebsockets.so:net/libwebsockets + +USE_GITHUB= yes +GH_ACCOUNT= tsl0922 + +USES= cmake pkgconfig ssl +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ttyd ${STAGEDIR}${PREFIX}/bin + +.include diff --git a/sysutils/ttyd/distinfo b/sysutils/ttyd/distinfo new file mode 100644 index 000000000000..bb425db1b47b --- /dev/null +++ b/sysutils/ttyd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479470581 +SHA256 (tsl0922-ttyd-1.2.0_GH0.tar.gz) = 00f8399a1045057a55a5a5dd2540bfbf39df972ad0c1c2a9e3bc94574514c9bd +SIZE (tsl0922-ttyd-1.2.0_GH0.tar.gz) = 177550 diff --git a/sysutils/ttyd/pkg-descr b/sysutils/ttyd/pkg-descr new file mode 100644 index 000000000000..5ec406c3fa67 --- /dev/null +++ b/sysutils/ttyd/pkg-descr @@ -0,0 +1,4 @@ +ttyd is a simple command-line tool for sharing terminal over the web, inspired +by GoTTY. + +WWW: https://www.github.com/tsl0922/ttyd diff --git a/textproc/Makefile b/textproc/Makefile index 11f9aede9312..627d4857583b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -81,7 +81,6 @@ SUBDIR += clit SUBDIR += clucene SUBDIR += clucene-qt4 - SUBDIR += clucene-qt5 SUBDIR += cmark SUBDIR += coccigrep SUBDIR += code2html @@ -721,6 +720,7 @@ SUBDIR += p5-Pod-Eventual SUBDIR += p5-Pod-HtmlEasy SUBDIR += p5-Pod-Markdown + SUBDIR += p5-Pod-MinimumVersion SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-Parser @@ -1440,6 +1440,7 @@ SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist + SUBDIR += rubygem-gitlab-markup SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-html-pipeline @@ -1637,6 +1638,7 @@ SUBDIR += txt2html SUBDIR += txt2man SUBDIR += txt2tags + SUBDIR += UCD SUBDIR += uchardet SUBDIR += uim SUBDIR += uim-el diff --git a/textproc/UCD/Makefile b/textproc/UCD/Makefile new file mode 100644 index 000000000000..89e37dae24e9 --- /dev/null +++ b/textproc/UCD/Makefile @@ -0,0 +1,33 @@ +# Created by: Thierry Thomas +# $FreeBSD$ + +PORTNAME= UCD +PORTVERSION= 9.0.0 +CATEGORIES= textproc +MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\ + ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \ + http://www.unicode.org/:lic +DISTFILES= ${PORTNAME}.zip:src \ + copyright.html:lic +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +EXTRACT_ONLY= + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Unicode Character Database + +LICENSE= Unicode_License_Agreement +LICENSE_NAME= Unicode License Agreement +LICENSE_FILE= ${_DISTDIR}/copyright.html +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +NO_ARCH= yes +NO_BUILD= yes + +DATADIR= ${PREFIX}/share/unicode/ucd + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${STAGEDIR}${DATADIR} && \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${PORTNAME}.zip ${EXTRACT_AFTER_ARGS}) + +.include diff --git a/textproc/UCD/distinfo b/textproc/UCD/distinfo new file mode 100644 index 000000000000..0a67e0cfcbfb --- /dev/null +++ b/textproc/UCD/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1480192452 +SHA256 (UCD-9.0.0/UCD.zip) = df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec +SIZE (UCD-9.0.0/UCD.zip) = 5655592 +SHA256 (UCD-9.0.0/copyright.html) = de57d1cc3cee5a514557ea6e79a09eea5324ac777b9e802bbb6d1da9cca9cd6d +SIZE (UCD-9.0.0/copyright.html) = 16571 diff --git a/textproc/UCD/pkg-descr b/textproc/UCD/pkg-descr new file mode 100644 index 000000000000..02ffd1a40dfb --- /dev/null +++ b/textproc/UCD/pkg-descr @@ -0,0 +1,5 @@ +The Unicode Character Database (UCD) consists of a number of data files listing +Unicode character properties and related data. It also includes data files +containing test data for conformance to several important Unicode algorithms. + +WWW: http://unicode.org/ucd/ diff --git a/textproc/UCD/pkg-plist b/textproc/UCD/pkg-plist new file mode 100644 index 000000000000..fa8db050aef0 --- /dev/null +++ b/textproc/UCD/pkg-plist @@ -0,0 +1,62 @@ +%%DATADIR%%/ArabicShaping.txt +%%DATADIR%%/BidiBrackets.txt +%%DATADIR%%/BidiCharacterTest.txt +%%DATADIR%%/BidiMirroring.txt +%%DATADIR%%/BidiTest.txt +%%DATADIR%%/Blocks.txt +%%DATADIR%%/CJKRadicals.txt +%%DATADIR%%/CaseFolding.txt +%%DATADIR%%/CompositionExclusions.txt +%%DATADIR%%/DerivedAge.txt +%%DATADIR%%/DerivedCoreProperties.txt +%%DATADIR%%/DerivedNormalizationProps.txt +%%DATADIR%%/EastAsianWidth.txt +%%DATADIR%%/EmojiSources.txt +%%DATADIR%%/HangulSyllableType.txt +%%DATADIR%%/Index.txt +%%DATADIR%%/IndicPositionalCategory.txt +%%DATADIR%%/IndicSyllabicCategory.txt +%%DATADIR%%/Jamo.txt +%%DATADIR%%/LineBreak.txt +%%DATADIR%%/NameAliases.txt +%%DATADIR%%/NamedSequences.txt +%%DATADIR%%/NamedSequencesProv.txt +%%DATADIR%%/NamesList.html +%%DATADIR%%/NamesList.txt +%%DATADIR%%/NormalizationCorrections.txt +%%DATADIR%%/NormalizationTest.txt +%%DATADIR%%/PropList.txt +%%DATADIR%%/PropertyAliases.txt +%%DATADIR%%/PropertyValueAliases.txt +%%DATADIR%%/ReadMe.txt +%%DATADIR%%/ScriptExtensions.txt +%%DATADIR%%/Scripts.txt +%%DATADIR%%/SpecialCasing.txt +%%DATADIR%%/StandardizedVariants.html +%%DATADIR%%/StandardizedVariants.txt +%%DATADIR%%/TangutSources.txt +%%DATADIR%%/USourceData.txt +%%DATADIR%%/USourceGlyphs.pdf +%%DATADIR%%/UnicodeData.txt +%%DATADIR%%/auxiliary/GraphemeBreakProperty.txt +%%DATADIR%%/auxiliary/GraphemeBreakTest.html +%%DATADIR%%/auxiliary/GraphemeBreakTest.txt +%%DATADIR%%/auxiliary/LineBreakTest.html +%%DATADIR%%/auxiliary/LineBreakTest.txt +%%DATADIR%%/auxiliary/SentenceBreakProperty.txt +%%DATADIR%%/auxiliary/SentenceBreakTest.html +%%DATADIR%%/auxiliary/SentenceBreakTest.txt +%%DATADIR%%/auxiliary/WordBreakProperty.txt +%%DATADIR%%/auxiliary/WordBreakTest.html +%%DATADIR%%/auxiliary/WordBreakTest.txt +%%DATADIR%%/extracted/DerivedBidiClass.txt +%%DATADIR%%/extracted/DerivedBinaryProperties.txt +%%DATADIR%%/extracted/DerivedCombiningClass.txt +%%DATADIR%%/extracted/DerivedDecompositionType.txt +%%DATADIR%%/extracted/DerivedEastAsianWidth.txt +%%DATADIR%%/extracted/DerivedGeneralCategory.txt +%%DATADIR%%/extracted/DerivedJoiningGroup.txt +%%DATADIR%%/extracted/DerivedJoiningType.txt +%%DATADIR%%/extracted/DerivedLineBreak.txt +%%DATADIR%%/extracted/DerivedNumericType.txt +%%DATADIR%%/extracted/DerivedNumericValues.txt diff --git a/textproc/clucene-qt5/Makefile b/textproc/clucene-qt5/Makefile deleted file mode 100644 index b0f6961b4846..000000000000 --- a/textproc/clucene-qt5/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= clucene -DISTVERSION= ${QT5_VERSION} -CATEGORIES= textproc -PKGNAMEPREFIX= qt5- - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt bindings for the CLucene full-text search library - -DEPRECATED= This port will be merged with qt5-help in Qt 5.7 ports. -EXPIRATION_DATE= 2016-08-11 - -USE_QT5= core buildtools_build -QT_DIST= tools -USES= qmake -USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} - -BUILD_WRKSRC= ${WRKSRC}/src/assistant/${PORTNAME} -INSTALL_WRKSRC= ${WRKSRC}/src/assistant/${PORTNAME} - -.include diff --git a/textproc/clucene-qt5/files/patch-3rdparty__clucene__src__CLucene__search__FieldCacheImpl.cpp b/textproc/clucene-qt5/files/patch-3rdparty__clucene__src__CLucene__search__FieldCacheImpl.cpp deleted file mode 100644 index 2047d2861f89..000000000000 --- a/textproc/clucene-qt5/files/patch-3rdparty__clucene__src__CLucene__search__FieldCacheImpl.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/assistant/3rdparty/clucene/src/CLucene/search/FieldCacheImpl.cpp -+++ src/assistant/3rdparty/clucene/src/CLucene/search/FieldCacheImpl.cpp -@@ -11,6 +11,8 @@ - CL_NS_USE(index) - CL_NS_DEF(search) - -+using ::wcschr; -+ - FieldCacheImpl::FieldCacheImpl(): - cache(false,true){ - } diff --git a/textproc/clucene-qt5/files/patch-src__assistant__assistant.pro b/textproc/clucene-qt5/files/patch-src__assistant__assistant.pro deleted file mode 100644 index 5defce3a9904..000000000000 --- a/textproc/clucene-qt5/files/patch-src__assistant__assistant.pro +++ /dev/null @@ -1,28 +0,0 @@ -Only enter the directories we want to build, otherwise we might fail due to -missing dependencies. - ---- src/assistant/assistant.pro -+++ src/assistant/assistant.pro -@@ -1,21 +1,3 @@ - TEMPLATE = subdirs - --SUBDIRS += clucene \ -- help \ -- assistant \ -- qhelpgenerator \ -- qcollectiongenerator \ -- qhelpconverter -- --help.depends = clucene --assistant.depends = help --qhelpgenerator.depends = help --qcollectiongenerator.depends = help --qhelpconverter.depends = help -- --qtNomakeTools( \ -- assistant \ -- qhelpgenerator \ -- qcollectiongenerator \ -- qhelpconverter \ --) -+SUBDIRS += clucene diff --git a/textproc/clucene-qt5/files/patch-src__src.pro b/textproc/clucene-qt5/files/patch-src__src.pro deleted file mode 100644 index 72825f82f0ea..000000000000 --- a/textproc/clucene-qt5/files/patch-src__src.pro +++ /dev/null @@ -1,45 +0,0 @@ -Only enter the directories we want to build, otherwise we might fail due to -missing dependencies. - ---- src/src.pro.orig 2016-02-24 20:44:09 UTC -+++ src/src.pro -@@ -1,38 +1,3 @@ - TEMPLATE = subdirs - --qtHaveModule(widgets) { -- no-png { -- message("Some graphics-related tools are unavailable without PNG support") -- } else { -- SUBDIRS = assistant \ -- pixeltool \ -- qtestlib \ -- designer -- -- linguist.depends = designer -- } --} -- --SUBDIRS += linguist \ -- qdoc \ -- qtplugininfo --if(!android|android_app):!ios: SUBDIRS += qtpaths -- --mac { -- SUBDIRS += macdeployqt --} -- --android { -- SUBDIRS += androiddeployqt --} -- --qtHaveModule(dbus): SUBDIRS += qdbus -- --win32|winrt:SUBDIRS += windeployqt --winrt:SUBDIRS += winrtrunner --qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag -- --qtNomakeTools( \ -- pixeltool \ -- macdeployqt \ --) -+SUBDIRS = assistant diff --git a/textproc/clucene-qt5/pkg-plist b/textproc/clucene-qt5/pkg-plist deleted file mode 100644 index 6bb72a72f673..000000000000 --- a/textproc/clucene-qt5/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qanalyzer_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qclucene-config_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qclucene_global_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qdocument_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qfield_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qfilter_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qhits_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qindexreader_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qindexwriter_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qquery_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qqueryparser_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qreader_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qsearchable_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qsort_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qterm_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtoken_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtokenizer_p.h -%%QT_INCDIR%%/QtCLucene/%%FULLVER%%/QtCLucene/private/qtokenstream_p.h -%%QT_INCDIR%%/QtCLucene/QtCLucene -%%QT_INCDIR%%/QtCLucene/QtCLuceneDepends -%%QT_INCDIR%%/QtCLucene/QtCLuceneVersion -%%QT_INCDIR%%/QtCLucene/qtcluceneversion.h -%%QT_LIBDIR%%/libQt5CLucene.prl -%%QT_LIBDIR%%/libQt5CLucene.so -%%QT_LIBDIR%%/libQt5CLucene.so.5 -%%QT_LIBDIR%%/libQt5CLucene.so.%%SHORTVER%% -%%QT_LIBDIR%%/libQt5CLucene.so.%%FULLVER%% -%%DEBUG%%%%QT_LIBDIR%%/libQt5CLucene.so.%%FULLVER%%.debug -%%QT_MKSPECDIR%%/modules/qt_lib_clucene_private.pri diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile index c809d70cd49b..002c4a243748 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -3,7 +3,7 @@ PORTNAME= clucene PORTVERSION= 2.3.3.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3 DISTNAME= ${PORTNAME}-core-${PORTVERSION} diff --git a/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp b/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp new file mode 100644 index 000000000000..e761637ee338 --- /dev/null +++ b/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp @@ -0,0 +1,11 @@ +--- src/myspell/myspell_checker.cpp.orig 2010-04-01 20:53:37 UTC ++++ src/myspell/myspell_checker.cpp +@@ -427,7 +427,7 @@ MySpellChecker::requestDictionary(const + if(myspell == NULL){ + return false; + } +- char *enc = myspell->get_dic_encoding(); ++ const char *enc = myspell->get_dic_encoding(); + + m_translate_in = g_iconv_open(enc, "UTF-8"); + m_translate_out = g_iconv_open("UTF-8", enc); diff --git a/textproc/erlang-fast_xml/Makefile b/textproc/erlang-fast_xml/Makefile index 99a2ea00b68d..36b997790a08 100644 --- a/textproc/erlang-fast_xml/Makefile +++ b/textproc/erlang-fast_xml/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.16 +PORTVERSION= 1.1.18 CATEGORIES= textproc PKGNAMEPREFIX= erlang- diff --git a/textproc/erlang-fast_xml/distinfo b/textproc/erlang-fast_xml/distinfo index bf32f8e4a478..dedd2497de4a 100644 --- a/textproc/erlang-fast_xml/distinfo +++ b/textproc/erlang-fast_xml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479806534 -SHA256 (processone-fast_xml-1.1.16_GH0.tar.gz) = 33a9b9c2ed91d20603547703cf2a19e11f96ee69fc5954ab20c3c39253d58aae -SIZE (processone-fast_xml-1.1.16_GH0.tar.gz) = 89003 +TIMESTAMP = 1480079268 +SHA256 (processone-fast_xml-1.1.18_GH0.tar.gz) = 9cf774dc117ac6c9e8737b810ca9991788b878188b1608a668094b1b377957e5 +SIZE (processone-fast_xml-1.1.18_GH0.tar.gz) = 89244 diff --git a/textproc/erlang-fast_xml/files/patch-rebar.config b/textproc/erlang-fast_xml/files/patch-rebar.config index 1857ebadd573..0afe752171f3 100644 --- a/textproc/erlang-fast_xml/files/patch-rebar.config +++ b/textproc/erlang-fast_xml/files/patch-rebar.config @@ -4,7 +4,7 @@ {port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]}, {"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}. --{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}. +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}}]}. +{deps, []}. {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}. diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 994e8f0389a0..2051703f27cc 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -4,6 +4,7 @@ # 3.29+ needs to_string() which gcc48 (for 9.3-R) doesn't provide PORTNAME= highlight PORTVERSION= 3.29 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index fc324e17b498..4028bbb4575d 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -12,6 +12,8 @@ COMMENT= Improved spell-checker for Hungarian and other languages LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui @@ -22,10 +24,9 @@ USE_LDCONFIG= yes USE_PERL5= run INSTALL_TARGET= install-strip +PLIST_SUB= SHLIB_VER=${PORTVERSION:R} + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx -post-configure: - @${REINPLACE_CMD} -e 's|444|644|g' ${WRKSRC}/src/parsers/Makefile - .include diff --git a/textproc/hunspell/pkg-descr b/textproc/hunspell/pkg-descr index 420f98776448..b897d3ed8604 100644 --- a/textproc/hunspell/pkg-descr +++ b/textproc/hunspell/pkg-descr @@ -9,4 +9,4 @@ Main features: - Hunspell is based on MySpell and works also with MySpell dictionaries. - C++ library under GPL/LGPL/MPL tri-license. -WWW: http://hunspell.sourceforge.net/ +WWW: https://hunspell.github.io/ diff --git a/textproc/hunspell/pkg-plist b/textproc/hunspell/pkg-plist index 18ecc612ab49..52ab40e754d1 100644 --- a/textproc/hunspell/pkg-plist +++ b/textproc/hunspell/pkg-plist @@ -28,11 +28,11 @@ include/hunspell/phonet.hxx include/hunspell/replist.hxx include/hunspell/suggestmgr.hxx include/hunspell/w_char.hxx -lib/libhunspell-1.3.a -lib/libhunspell-1.3.la -lib/libhunspell-1.3.so -lib/libhunspell-1.3.so.0 -lib/libhunspell-1.3.so.0.0.0 +lib/libhunspell-%%SHLIB_VER%%.a +lib/libhunspell-%%SHLIB_VER%%.la +lib/libhunspell-%%SHLIB_VER%%.so +lib/libhunspell-%%SHLIB_VER%%.so.0 +lib/libhunspell-%%SHLIB_VER%%.so.0.0.0 libdata/pkgconfig/hunspell.pc man/hu/man1/hunspell.1.gz man/man1/hunspell.1.gz diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 575d6b9b530f..6aac92db1e2d 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -9,12 +9,11 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library for high quality hyphenation and justification -LICENSE= LGPL21 LGPL3 MPL +LICENSE= LGPL21+ MPL LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL -BUILD_DEPENDS= gawk:lang/gawk - -CONFIGURE_ENV= ac_cv_prog_AWK=gawk GNU_CONFIGURE= yes USES= libtool pathfix perl5 shebangfix USE_LDCONFIG= yes diff --git a/textproc/hyphen/files/patch-lig.awk b/textproc/hyphen/files/patch-lig.awk new file mode 100644 index 000000000000..0c45ac60678e --- /dev/null +++ b/textproc/hyphen/files/patch-lig.awk @@ -0,0 +1,29 @@ +--- lig.awk.orig 2010-03-04 12:13:47 UTC ++++ lig.awk +@@ -24,14 +24,20 @@ c=b + c!=b { print c } + + /f[1-9]?$/ { +- print gensub("f[1-9]?$", "ff", "g", b); +- if (c!=b) print gensub("f[1-9]?$", "ff", "g", c); ++ out=b; gsub("f[1-9]?$", "ff", out); print out ++ if (c!=b) { ++ out=c; gsub("f[1-9]?$", "ff", out); print out ++ } + +- print gensub("f[1-9]?$", "fi", "g", b); +- if (c!=b) print gensub("f[1-9]?$", "fi", "g", c); ++ out=b; gsub("f[1-9]?$", "fi", out); print out ++ if (c!=b) { ++ out=c; gsub("f[1-9]?$", "fi", out); print out ++ } + +- print gensub("f[1-9]?$", "fl", "g", b); +- if (c!=b) print gensub("f[1-9]?$", "fl", "g", c); ++ out=b; gsub("f[1-9]?$", "fl", out); print out ++ if (c!=b) { ++ out=c; gsub("f[1-9]?$", "fl", out); print out ++ } + } + + diff --git a/textproc/hyphen/pkg-descr b/textproc/hyphen/pkg-descr index 527d806cd470..06d27b6e5fdc 100644 --- a/textproc/hyphen/pkg-descr +++ b/textproc/hyphen/pkg-descr @@ -1,3 +1,3 @@ Hyphen - hyphenation library to use converted TeX hyphenation patterns -WWW: http://hunspell.sourceforge.net +WWW: https://github.com/hunspell/hyphen diff --git a/textproc/jing/Makefile b/textproc/jing/Makefile index a1570df4f98d..1efd748e7ee3 100644 --- a/textproc/jing/Makefile +++ b/textproc/jing/Makefile @@ -4,7 +4,6 @@ PORTNAME= jing PORTVERSION= 2015.11.27 CATEGORIES= textproc java -DISTNAME= jing-trang-${PORTVERSION:S/.//g} MAINTAINER= gabor@FreeBSD.org COMMENT= RELAX NG validator in Java diff --git a/textproc/jing/distinfo b/textproc/jing/distinfo index 6b6c5a140bc3..7dcea502b7de 100644 --- a/textproc/jing/distinfo +++ b/textproc/jing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474540155 -SHA256 (jing-trang-20151127_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d -SIZE (jing-trang-20151127_GH0.tar.gz) = 13746672 +TIMESTAMP = 1480154706 +SHA256 (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d +SIZE (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = 13746672 diff --git a/textproc/kenlm/Makefile b/textproc/kenlm/Makefile index 5275d4bde556..1a9786536caf 100644 --- a/textproc/kenlm/Makefile +++ b/textproc/kenlm/Makefile @@ -3,6 +3,7 @@ PORTNAME= kenlm PORTVERSION= 20140830 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://kheafield.com/code/ DISTNAME= ${PORTNAME} diff --git a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake b/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake new file mode 100644 index 000000000000..5b352f7b9ccf --- /dev/null +++ b/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake @@ -0,0 +1,11 @@ +--- cmake/FindHUNSPELL.cmake.orig 2016-10-02 10:04:15 UTC ++++ cmake/FindHUNSPELL.cmake +@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) + +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) + + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if + # all listed variables are TRUE diff --git a/textproc/libabw/Makefile b/textproc/libabw/Makefile index 7da54bbc5c79..b293080ea379 100644 --- a/textproc/libabw/Makefile +++ b/textproc/libabw/Makefile @@ -2,7 +2,7 @@ PORTNAME= libabw PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= LODEV/${PORTNAME} diff --git a/textproc/libe-book/Makefile b/textproc/libe-book/Makefile index 5542ccab7237..2965ecb7030c 100644 --- a/textproc/libe-book/Makefile +++ b/textproc/libe-book/Makefile @@ -2,7 +2,7 @@ PORTNAME= libe-book PORTVERSION= 0.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ diff --git a/textproc/libkolabxml/Makefile b/textproc/libkolabxml/Makefile index 273f4127c7cc..c9464f1558d0 100644 --- a/textproc/libkolabxml/Makefile +++ b/textproc/libkolabxml/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkolabxml PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile index ad9787bdfc5c..62944c9deb0f 100644 --- a/textproc/libmwaw03/Makefile +++ b/textproc/libmwaw03/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libmwaw -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 diff --git a/textproc/libmwaw03/distinfo b/textproc/libmwaw03/distinfo index 591e5a22c806..cc1e8ff16b80 100644 --- a/textproc/libmwaw03/distinfo +++ b/textproc/libmwaw03/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467890393 -SHA256 (libmwaw-0.3.8.tar.xz) = 6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 -SIZE (libmwaw-0.3.8.tar.xz) = 1200052 +TIMESTAMP = 1480077073 +SHA256 (libmwaw-0.3.9.tar.xz) = f7fca4d31510e52cda94f1272147f385e372448c0aaef16f07a5e8b3ceb5b2a0 +SIZE (libmwaw-0.3.9.tar.xz) = 1226044 diff --git a/textproc/libmwaw03/pkg-plist b/textproc/libmwaw03/pkg-plist index 20274e625d5e..61afa5ac1026 100644 --- a/textproc/libmwaw03/pkg-plist +++ b/textproc/libmwaw03/pkg-plist @@ -9,5 +9,5 @@ include/libmwaw-0.3/libmwaw/MWAWDocument.hxx include/libmwaw-0.3/libmwaw/libmwaw.hxx lib/libmwaw-0.3.so lib/libmwaw-0.3.so.3 -lib/libmwaw-0.3.so.3.0.8 +lib/libmwaw-0.3.so.3.0.9 libdata/pkgconfig/libmwaw-0.3.pc diff --git a/textproc/libodfgen01/Makefile b/textproc/libodfgen01/Makefile index 6682c40af5d4..896aea8b5327 100644 --- a/textproc/libodfgen01/Makefile +++ b/textproc/libodfgen01/Makefile @@ -2,6 +2,7 @@ PORTNAME= libodfgen PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 01 diff --git a/textproc/librevenge/Makefile b/textproc/librevenge/Makefile index c87f39ce71f3..b2efbe75e47f 100644 --- a/textproc/librevenge/Makefile +++ b/textproc/librevenge/Makefile @@ -2,7 +2,7 @@ PORTNAME= librevenge PORTVERSION= 0.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index 716bb513955c..a0ecaa6ad451 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libvisio PORTVERSION= 0.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index dd61f5793276..b92bdddef423 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -3,6 +3,7 @@ PORTNAME= libwps PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/libwps03/Makefile b/textproc/libwps03/Makefile index 42f9ce286600..1cd7c484886c 100644 --- a/textproc/libwps03/Makefile +++ b/textproc/libwps03/Makefile @@ -3,7 +3,7 @@ PORTNAME= libwps PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 diff --git a/textproc/lucene4/Makefile b/textproc/lucene4/Makefile index 5bab67163868..8cce62f71146 100644 --- a/textproc/lucene4/Makefile +++ b/textproc/lucene4/Makefile @@ -5,28 +5,25 @@ PORTNAME= lucene PORTVERSION= 4.10.4 CATEGORIES= textproc java devel MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} +PKGNAMESUFFIX= 4 MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search engine for Java, 4.x branch LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS= lucene-[0-9].* USES= tar:tgz USE_JAVA= yes -NO_BUILD= yes JAVA_VERSION= 1.7+ - -OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES -CONTRIB_DESC= Install contributed jars -OPTIONS_DEFAULT= CONTRIB +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar -PKGNAMESUFFIX:= 4 -LASTEST_LINK= ${PORTNAME}4 - -.include +PORTDOCS= * +PORTEXAMPLES= * CONTRIBS= benchmark \ classification \ @@ -46,7 +43,8 @@ CONTRIBS= benchmark \ spatial \ suggest -EXTRA_CONTRIBS_DIRS= common \ +EXTRA_CONTRIBS_DIRS= \ + common \ icu \ kuromoji \ morfologik \ @@ -55,33 +53,36 @@ EXTRA_CONTRIBS_DIRS= common \ stempel \ uima -.if ${PORT_OPTIONS:MCONTRIB} +OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES +OPTIONS_DEFAULT=CONTRIB +CONTRIB_DESC= Install contributed jars + .for f in ${CONTRIBS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar .endfor .for g in ${EXTRA_CONTRIBS_DIRS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar .endfor -.endif - -PORTDOCS= * -PORTEXAMPLES= * do-install: ${INSTALL_DATA} ${WRKSRC}/core/${PORTNAME}-core-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -.if ${PORT_OPTIONS:MCONTRIB} -. for f in ${CONTRIBS} + +do-install-CONTRIB-on: +.for f in ${CONTRIBS} ${INSTALL_DATA} ${WRKSRC}/${f}/${PORTNAME}-${f}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -. for d in ${EXTRA_CONTRIBS_DIRS} +.endfor +.for d in ${EXTRA_CONTRIBS_DIRS} ${INSTALL_DATA} ${WRKSRC}/analysis/${d}/${PORTNAME}-analyzers-${d}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -.endif +.endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in CHANGES.txt NOTICE.txt README.txt ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/${PORTNAME}-demo-${PORTVERSION}.jar ${STAGEDIR}${EXAMPLESDIR} diff --git a/textproc/lucene5/Makefile b/textproc/lucene5/Makefile index 4eebce847811..583fb6f61064 100644 --- a/textproc/lucene5/Makefile +++ b/textproc/lucene5/Makefile @@ -5,28 +5,25 @@ PORTNAME= lucene PORTVERSION= 5.5.3 CATEGORIES= textproc java devel MASTER_SITES= APACHE/${PORTNAME}/java/${PORTVERSION} +PKGNAMESUFFIX= 5 MAINTAINER= ports@FreeBSD.org COMMENT= Full-text search engine for Java, 5.x branch LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS= lucene-[0-9].* USES= tar:tgz USE_JAVA= yes -NO_BUILD= yes JAVA_VERSION= 1.7+ - -OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES -CONTRIB_DESC= Install contributed jars -OPTIONS_DEFAULT= CONTRIB +NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar -PKGNAMESUFFIX:= 5 -LASTEST_LINK= ${PORTNAME}5 - -.include +PORTDOCS= * +PORTEXAMPLES= * CONTRIBS= backward-codecs \ benchmark \ @@ -48,7 +45,8 @@ CONTRIBS= backward-codecs \ spatial3d \ suggest -EXTRA_CONTRIBS_DIRS= common \ +EXTRA_CONTRIBS_DIRS= \ + common \ icu \ kuromoji \ morfologik \ @@ -57,33 +55,36 @@ EXTRA_CONTRIBS_DIRS= common \ stempel \ uima -.if ${PORT_OPTIONS:MCONTRIB} +OPTIONS_DEFINE= CONTRIB DOCS EXAMPLES +OPTIONS_DEFAULT=CONTRIB +CONTRIB_DESC= Install contributed jars + .for f in ${CONTRIBS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-${f}-${PORTVERSION}.jar .endfor .for g in ${EXTRA_CONTRIBS_DIRS} -PLIST_FILES+=%%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar +CONTRIB_PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}-analyzers-${g}-${PORTVERSION}.jar .endfor -.endif - -PORTDOCS= * -PORTEXAMPLES= * do-install: ${INSTALL_DATA} ${WRKSRC}/core/${PORTNAME}-core-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -.if ${PORT_OPTIONS:MCONTRIB} -. for f in ${CONTRIBS} + +do-install-CONTRIB-on: +.for f in ${CONTRIBS} ${INSTALL_DATA} ${WRKSRC}/${f}/${PORTNAME}-${f}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -. for d in ${EXTRA_CONTRIBS_DIRS} +.endfor +.for d in ${EXTRA_CONTRIBS_DIRS} ${INSTALL_DATA} ${WRKSRC}/analysis/${d}/${PORTNAME}-analyzers-${d}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR} -. endfor -.endif +.endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in CHANGES.txt NOTICE.txt README.txt ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/${PORTNAME}-demo-${PORTVERSION}.jar ${STAGEDIR}${EXAMPLESDIR} diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile index b8019083a12e..1fab9bf9226b 100644 --- a/textproc/luceneplusplus/Makefile +++ b/textproc/luceneplusplus/Makefile @@ -3,6 +3,7 @@ PORTNAME= lucene++ PORTVERSION= 3.0.7 DISTVERSIONPREFIX= rel_ +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= arved@FreeBSD.org diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index c0fcb1971483..da8e0cc4a555 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -2,6 +2,7 @@ PORTNAME= mythes PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} @@ -14,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell -USES= libtool pathfix pkgconfig shebangfix -SHEBANG_FILES= th_gen_idx.pl +USES= libtool pathfix perl5 pkgconfig shebangfix USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - +USE_PERL5= run +SHEBANG_FILES= th_gen_idx.pl GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include diff --git a/textproc/mythes/pkg-descr b/textproc/mythes/pkg-descr index 3c079dec7866..f50d4f4b358a 100644 --- a/textproc/mythes/pkg-descr +++ b/textproc/mythes/pkg-descr @@ -2,4 +2,4 @@ MyThes is a simple thesaurus that uses a structured text data file and an index file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms -WWW: http://hunspell.sourceforge.net +WWW: http://hunspell.github.io/ diff --git a/textproc/nl-mythes/Makefile b/textproc/nl-mythes/Makefile index c7c1e1ee5445..5ff93cc8c4f2 100644 --- a/textproc/nl-mythes/Makefile +++ b/textproc/nl-mythes/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2015.11.22 +PORTVERSION= 2015.12.10 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- diff --git a/textproc/nl-mythes/distinfo b/textproc/nl-mythes/distinfo index aa2f353ddc39..f090331bfedc 100644 --- a/textproc/nl-mythes/distinfo +++ b/textproc/nl-mythes/distinfo @@ -1,2 +1,3 @@ -SHA256 (mythes/thes_nl-20151122.oxt) = d9d39796c2365eff5735304d83a625d7cf430df69b1d3db58fd88e67b1e601a6 -SIZE (mythes/thes_nl-20151122.oxt) = 1956069 +TIMESTAMP = 1480148857 +SHA256 (mythes/thes_nl-20151210.oxt) = a61d7072c2682cb9a008b567774cd02ba28bc3ce7bbc95c5a9a359f57c5b7284 +SIZE (mythes/thes_nl-20151210.oxt) = 1956069 diff --git a/textproc/p5-Perl-Critic-Pulp/Makefile b/textproc/p5-Perl-Critic-Pulp/Makefile index 99b1d85b146d..3784b0b59479 100644 --- a/textproc/p5-Perl-Critic-Pulp/Makefile +++ b/textproc/p5-Perl-Critic-Pulp/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Perl-Critic-Pulp -PORTVERSION= 90 +PORTVERSION= 92 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,9 @@ COMMENT= some add-on perlcritic policies LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic \ + p5-Perl-MinimumVersion>=0:textproc/p5-Perl-MinimumVersion \ + p5-Pod-MinimumVersion>=0:textproc/p5-Pod-MinimumVersion RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/textproc/p5-Perl-Critic-Pulp/distinfo b/textproc/p5-Perl-Critic-Pulp/distinfo index 7c696fef8432..4199cd168e38 100644 --- a/textproc/p5-Perl-Critic-Pulp/distinfo +++ b/textproc/p5-Perl-Critic-Pulp/distinfo @@ -1,2 +1,3 @@ -SHA256 (Perl-Critic-Pulp-90.tar.gz) = cb5ae0008dc028be8e4e0831a7c84e0b695c6e8ef7a9cf3ae81b5cd1b2ea774e -SIZE (Perl-Critic-Pulp-90.tar.gz) = 209442 +TIMESTAMP = 1480231546 +SHA256 (Perl-Critic-Pulp-92.tar.gz) = 52ca2cde46548224e226234a97ac2b1e14ee8298012320b5fa314daa530542cd +SIZE (Perl-Critic-Pulp-92.tar.gz) = 213962 diff --git a/textproc/p5-Pod-MinimumVersion/Makefile b/textproc/p5-Pod-MinimumVersion/Makefile new file mode 100644 index 000000000000..f102b7cbe2de --- /dev/null +++ b/textproc/p5-Pod-MinimumVersion/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= Pod-MinimumVersion +PORTVERSION= 50 +CATEGORIES= textproc devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= report minimum Perl version for given POD + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String +RUN_DEPENDS= p5-IO-String>=1.02:devel/p5-IO-String + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include diff --git a/textproc/p5-Pod-MinimumVersion/distinfo b/textproc/p5-Pod-MinimumVersion/distinfo new file mode 100644 index 000000000000..3a8cff3bacd5 --- /dev/null +++ b/textproc/p5-Pod-MinimumVersion/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480067915 +SHA256 (Pod-MinimumVersion-50.tar.gz) = 0bd2812d9aacbd99bb71fa103a4bb129e955c138ba7598734207dc9fb67b5a6f +SIZE (Pod-MinimumVersion-50.tar.gz) = 36127 diff --git a/textproc/p5-Pod-MinimumVersion/pkg-descr b/textproc/p5-Pod-MinimumVersion/pkg-descr new file mode 100644 index 000000000000..c8595b1f3dfe --- /dev/null +++ b/textproc/p5-Pod-MinimumVersion/pkg-descr @@ -0,0 +1,5 @@ +Pod::MinimumVersion parses the POD in a Perl script, module, or document, and +reports what version of Perl is required to process the directives in it with +pod2man etc. + +WWW: http://search.cpan.org/dist/Pod-MinimumVersion/ diff --git a/textproc/p5-Pod-MinimumVersion/pkg-plist b/textproc/p5-Pod-MinimumVersion/pkg-plist new file mode 100644 index 000000000000..df9a6af61537 --- /dev/null +++ b/textproc/p5-Pod-MinimumVersion/pkg-plist @@ -0,0 +1,8 @@ +bin/pod-minimumversion +%%SITE_PERL%%/Pod/MinimumVersion.pm +%%SITE_PERL%%/Pod/MinimumVersion/Parser.pm +%%SITE_PERL%%/Pod/MinimumVersion/Report.pm +%%PERL5_MAN1%%/pod-minimumversion.1.gz +%%PERL5_MAN3%%/Pod::MinimumVersion.3.gz +%%PERL5_MAN3%%/Pod::MinimumVersion::Parser.3.gz +%%PERL5_MAN3%%/Pod::MinimumVersion::Report.3.gz diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index 2208f2658716..2be2d1bb0431 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Twig -PORTVERSION= 3.49 +PORTVERSION= 3.52 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/textproc/p5-XML-Twig/distinfo b/textproc/p5-XML-Twig/distinfo index 86ded4f2f506..47d7d76eb37c 100644 --- a/textproc/p5-XML-Twig/distinfo +++ b/textproc/p5-XML-Twig/distinfo @@ -1,2 +1,3 @@ -SHA256 (XML-Twig-3.49.tar.gz) = 3e0def8a7477fefa8c27fabf11899a459c8b793909182d016ba26749e9354e01 -SIZE (XML-Twig-3.49.tar.gz) = 402874 +TIMESTAMP = 1479945786 +SHA256 (XML-Twig-3.52.tar.gz) = fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad +SIZE (XML-Twig-3.52.tar.gz) = 407769 diff --git a/textproc/p5-XML-Twig/files/patch-speedup b/textproc/p5-XML-Twig/files/patch-speedup deleted file mode 100644 index d2ef04064e9d..000000000000 --- a/textproc/p5-XML-Twig/files/patch-speedup +++ /dev/null @@ -1,11 +0,0 @@ ---- speedup.orig 2014-06-11 07:23:43 UTC -+++ speedup -@@ -12,7 +12,7 @@ my $SET_NOT_EMPTY= join( '|', qw( pcdata - # depending on the version of perl use either qr or "" - print STDERR "perl version is $]\n"; - --my $var= '(\$[a-z_]+(?:\[\d\])?|\$t(?:wig)?->root|\$t(?:wig)?->twig_current|\$t(?:wig)?->{\'?twig_root\'?}|\$t(?:wig)?->{\'?twig_current\'?})'; -+my $var= '(\$[a-z_]+(?:\[\d\])?|\$t(?:wig)?->root|\$t(?:wig)?->twig_current|\$t(?:wig)?->\{\'?twig_root\'?}|\$t(?:wig)?->\{\'?twig_current\'?})'; - - my $set_to = '(?:undef|\$\w+|\$\w+->\{\w+\}|\$\w+->\w+|\$\w+->\w+\([^)]+\))'; - my $elt = '\$(?:elt|new_elt|child|cdata|ent|_?parent|twig_current|next_sibling|first_child|prev_sibling|last_child|ref|elt->_parent)'; diff --git a/textproc/py-dbfread/Makefile b/textproc/py-dbfread/Makefile index d4f4fb6e9d2f..a33e66e857f8 100644 --- a/textproc/py-dbfread/Makefile +++ b/textproc/py-dbfread/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dbfread -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-dbfread/distinfo b/textproc/py-dbfread/distinfo index 9ab5855e9f24..cc4c1514216a 100644 --- a/textproc/py-dbfread/distinfo +++ b/textproc/py-dbfread/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465384833 -SHA256 (dbfread-2.0.6.tar.gz) = e2e30e0cee4b640a7bcea01de2eae383be9840c4a04028032fdd2ddcd5b86e12 -SIZE (dbfread-2.0.6.tar.gz) = 33309 +TIMESTAMP = 1480178853 +SHA256 (dbfread-2.0.7.tar.gz) = 07c8a9af06ffad3f6f03e8fe91ad7d2733e31a26d2b72c4dd4cfbae07ee3b73d +SIZE (dbfread-2.0.7.tar.gz) = 33212 diff --git a/textproc/py-openpyxl/Makefile b/textproc/py-openpyxl/Makefile index 982a28dd76cd..64873adbf8c0 100644 --- a/textproc/py-openpyxl/Makefile +++ b/textproc/py-openpyxl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openpyxl -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-openpyxl/distinfo b/textproc/py-openpyxl/distinfo index 168cfa9edbc7..2baa3bb0e561 100644 --- a/textproc/py-openpyxl/distinfo +++ b/textproc/py-openpyxl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478000803 -SHA256 (openpyxl-2.4.0.tar.gz) = 21c02df20d626ebd2e92b3c33066ba3ad18520a92d4b6d734f4dee99b4289283 -SIZE (openpyxl-2.4.0.tar.gz) = 153224 +TIMESTAMP = 1480270684 +SHA256 (openpyxl-2.4.1.tar.gz) = 836e66578320e5871baa5a958c7acb7dcbc1b508989a675276b20ac2e1c08d82 +SIZE (openpyxl-2.4.1.tar.gz) = 154612 diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index 1a66a795048f..2cd4728c5c1a 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -3,7 +3,7 @@ PORTNAME= randlm PORTVERSION= 0.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} diff --git a/textproc/rubygem-gitlab-markup/Makefile b/textproc/rubygem-gitlab-markup/Makefile new file mode 100644 index 000000000000..61e87cfabbd5 --- /dev/null +++ b/textproc/rubygem-gitlab-markup/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= gitlab-markup +PORTVERSION= 1.5.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Render any fancy GitLab markup + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem shebangfix +SHEBANG_FILES= script/bootstrap \ + script/cibuild + +PLIST_FILES= bin/github-markup + +.include diff --git a/textproc/rubygem-gitlab-markup/distinfo b/textproc/rubygem-gitlab-markup/distinfo new file mode 100644 index 000000000000..3ef59c30fb88 --- /dev/null +++ b/textproc/rubygem-gitlab-markup/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1479911001 +SHA256 (rubygem/gitlab-markup-1.5.0.gem) = aa08db65b296102e216ae36fb065e095a762ed865e7422769f3ef20630b9bc7b +SIZE (rubygem/gitlab-markup-1.5.0.gem) = 26624 diff --git a/textproc/rubygem-gitlab-markup/pkg-descr b/textproc/rubygem-gitlab-markup/pkg-descr new file mode 100644 index 000000000000..b014ac4212e9 --- /dev/null +++ b/textproc/rubygem-gitlab-markup/pkg-descr @@ -0,0 +1,4 @@ +This gem is used by GitLab to render any fancy markup such as Markdown, +Textile, Org-Mode, etc. Fork it and add your own! + +https://gitlab.com/gitlab-org/gitlab-markup diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index b15f1c5e9888..ec6a7f0f96a9 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -3,6 +3,7 @@ PORTNAME= sigil PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org @@ -13,6 +14,7 @@ LICENSE= GPLv3+ LIB_DEPENDS= libminizip.so:archivers/minizip \ libpcre.so:devel/pcre \ libhunspell-1.3.so:textproc/hunspell +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py3-lxml USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook diff --git a/textproc/sl-mythes/Makefile b/textproc/sl-mythes/Makefile index 578c87499957..45af643ca887 100644 --- a/textproc/sl-mythes/Makefile +++ b/textproc/sl-mythes/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2016.05.22 +PORTVERSION= 2016.06.30 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- diff --git a/textproc/sl-mythes/distinfo b/textproc/sl-mythes/distinfo index fb75194daccc..3c1a0619b145 100644 --- a/textproc/sl-mythes/distinfo +++ b/textproc/sl-mythes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464208269 -SHA256 (mythes/thes_sl_SI_v2-20160522.zip) = 65c6260a329e8d17a9a046cae80e5d3322cbb7426f918c83e10699cf52f51786 -SIZE (mythes/thes_sl_SI_v2-20160522.zip) = 386931 +TIMESTAMP = 1480148733 +SHA256 (mythes/thes_sl_SI_v2-20160630.zip) = fa2744b14eca2da64ea76f2c2c98e2ba48656dac8f6cf72aec39386602007481 +SIZE (mythes/thes_sl_SI_v2-20160630.zip) = 386936 diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index ea66d8278c4c..982cf5444d2b 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -3,7 +3,7 @@ PORTNAME= source-highlight PORTVERSION= 3.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= GNU/src-highlite diff --git a/textproc/trang/Makefile b/textproc/trang/Makefile index 6f1c1d7a5ad5..3de457305d2b 100644 --- a/textproc/trang/Makefile +++ b/textproc/trang/Makefile @@ -4,7 +4,6 @@ PORTNAME= trang PORTVERSION= 2015.11.27 CATEGORIES= textproc java -DISTNAME= jing-trang-${PORTVERSION:S/.//g} MAINTAINER= gabor@FreeBSD.org COMMENT= Multi-format schema converter based on RELAX NG diff --git a/textproc/trang/distinfo b/textproc/trang/distinfo index 19a311f9ae81..aa9dc17b3a52 100644 --- a/textproc/trang/distinfo +++ b/textproc/trang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474541048 -SHA256 (jing-trang-20151127_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d -SIZE (jing-trang-20151127_GH0.tar.gz) = 13746672 +TIMESTAMP = 1480154719 +SHA256 (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = eaf65422d644cd68952249eeb1047a6ed2a0c6f28202ee740b11571d4681202d +SIZE (relaxng-jing-trang-2015.11.27-1e74846_GH0.tar.gz) = 13746672 diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 7ea36f73e6a7..edc96c408c13 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlwrapp PORTVERSION= 0.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF diff --git a/www/Makefile b/www/Makefile index 50ae1aa67e11..6efed97e4d7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -191,7 +191,6 @@ SUBDIR += gallery3 SUBDIR += gatling SUBDIR += gecko-mediaplayer - SUBDIR += gecko-sharp20 SUBDIR += geeklog SUBDIR += geeknote SUBDIR += geneweb diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index fbfbd1cdd469..e06c74f0e703 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -3,7 +3,7 @@ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ diff --git a/www/closure-compiler/Makefile b/www/closure-compiler/Makefile index b5ff9d6af722..ad02fc86fb11 100644 --- a/www/closure-compiler/Makefile +++ b/www/closure-compiler/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= closure-compiler -PORTVERSION= 20131014 +PORTVERSION= 20160911 CATEGORIES= www java MASTER_SITES= http://dl.google.com/closure-compiler/ DISTNAME= compiler-${PORTVERSION} @@ -16,15 +16,15 @@ NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SUB_FILES= closure-compiler -SUB_LIST= JAVA="${JAVA}" +SUB_LIST= JAVA="${JAVA}" PORTVERSION=${PORTVERSION} USE_JAVA= yes PLIST_FILES= bin/closure-compiler \ - %%DATADIR%%/compiler.jar + %%DATADIR%%/closure-compiler-v${PORTVERSION}.jar do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/compiler.jar ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/closure-compiler-v${PORTVERSION}.jar ${STAGEDIR}${DATADIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/closure-compiler ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/www/closure-compiler/distinfo b/www/closure-compiler/distinfo index e429faf3975f..a81b734df540 100644 --- a/www/closure-compiler/distinfo +++ b/www/closure-compiler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478197857 -SHA256 (compiler-20131014.tar.gz) = 9a59efcd3179d3c4c8e81445c5fad9aa928f698cf80131b8429c5afdae5a7a8e -SIZE (compiler-20131014.tar.gz) = 5786372 +TIMESTAMP = 1479997225 +SHA256 (compiler-20160911.tar.gz) = 944670c9d1f1fbc235fcaf3acc0ad760b3116e474f0d0fbd9a87239a10b1dd8c +SIZE (compiler-20160911.tar.gz) = 5873912 diff --git a/www/closure-compiler/files/closure-compiler.in b/www/closure-compiler/files/closure-compiler.in index 3dc34eb50263..d2cab68bd0bf 100644 --- a/www/closure-compiler/files/closure-compiler.in +++ b/www/closure-compiler/files/closure-compiler.in @@ -2,4 +2,4 @@ DATADIR="%%DATADIR%%" -exec %%JAVA%% -jar "${DATADIR}/compiler.jar" $* +exec %%JAVA%% -jar "${DATADIR}/closure-compiler-v%%PORTVERSION%%.jar" $* diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index 153378649f55..3796cb452d9e 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -2,6 +2,7 @@ PORTNAME= domoticz PORTVERSION= 2.${DOMOTICZ_REL} +PORTREVISION= 1 CATEGORIES= www MAINTAINER= kiwi@oav.net diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index cf5de9528973..927e50d9eb30 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.51 +PORTVERSION= 7.52 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index 18069e9c3d63..43ef9614a89f 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477641913 -SHA256 (drupal/drupal-7.51.tar.gz) = 2969e8f7d70f6931842f8a45df1aa7aa7c94a17694f3043dd804878a3ed6d381 -SIZE (drupal/drupal-7.51.tar.gz) = 3288987 +TIMESTAMP = 1480058743 +SHA256 (drupal/drupal-7.52.tar.gz) = ea09ec7c3555856591b7ac739dafbe7dbfba47d1ffe2a9a1f17fda490a91b8e8 +SIZE (drupal/drupal-7.52.tar.gz) = 3289714 diff --git a/www/elixir-maru/Makefile b/www/elixir-maru/Makefile index 58fe6a2c3534..a9543b7656b0 100644 --- a/www/elixir-maru/Makefile +++ b/www/elixir-maru/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= maru -PORTVERSION= 0.10.6 +PORTVERSION= 0.11.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- diff --git a/www/elixir-maru/distinfo b/www/elixir-maru/distinfo index 036eacc751d8..e0a10e30eb0a 100644 --- a/www/elixir-maru/distinfo +++ b/www/elixir-maru/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479806019 -SHA256 (falood-maru-v0.10.6_GH0.tar.gz) = 8cd3682fa80b9a037ec2226569ac2b5a378524d5df1b1ced4382b011d81f7204 -SIZE (falood-maru-v0.10.6_GH0.tar.gz) = 28943 +TIMESTAMP = 1480279433 +SHA256 (falood-maru-v0.11.1_GH0.tar.gz) = cb74e2bb9b5e5ed4045faaeae0c7a2b9b982b8b2262e9ae1a7f1cfc73e0f4009 +SIZE (falood-maru-v0.11.1_GH0.tar.gz) = 31787 diff --git a/www/elixir-maru/pkg-plist b/www/elixir-maru/pkg-plist index e1e4207fc2af..2b00093a0b2d 100644 --- a/www/elixir-maru/pkg-plist +++ b/www/elixir-maru/pkg-plist @@ -5,11 +5,14 @@ lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Endpoint.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Exceptions.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Extend.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Methods.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.MountLink.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Namespaces.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Params.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Path.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Pipeline.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.PlugRouter.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Route.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.TestRouter.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.AcceptVersionHeader.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.None.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.Parameter.beam @@ -17,8 +20,8 @@ lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.Path.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.Test.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.InvalidFormatter.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.MethodNotAllow.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.InvalidFormat.beam +lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.MethodNotAllowed.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.NotFound.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.UndefinedType.beam lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.UndefinedValidator.beam @@ -81,11 +84,14 @@ lib/elixir/lib/maru/lib/maru/builder/endpoint.ex lib/elixir/lib/maru/lib/maru/builder/exceptions.ex lib/elixir/lib/maru/lib/maru/builder/extend.ex lib/elixir/lib/maru/lib/maru/builder/methods.ex +lib/elixir/lib/maru/lib/maru/builder/mount_link.ex lib/elixir/lib/maru/lib/maru/builder/namespaces.ex lib/elixir/lib/maru/lib/maru/builder/params.ex lib/elixir/lib/maru/lib/maru/builder/path.ex lib/elixir/lib/maru/lib/maru/builder/pipeline.ex +lib/elixir/lib/maru/lib/maru/builder/plug_router.ex lib/elixir/lib/maru/lib/maru/builder/route.ex +lib/elixir/lib/maru/lib/maru/builder/test_router.ex lib/elixir/lib/maru/lib/maru/builder/versioning.ex lib/elixir/lib/maru/lib/maru/builder/versioning/accept_version_header.ex lib/elixir/lib/maru/lib/maru/builder/versioning/none.ex diff --git a/www/firefox-i18n/Makefile b/www/firefox-i18n/Makefile index d248f8d4bfa2..7e3284854ca5 100644 --- a/www/firefox-i18n/Makefile +++ b/www/firefox-i18n/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 50.0 +PORTVERSION= 50.0.1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build2/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} diff --git a/www/firefox-i18n/distinfo b/www/firefox-i18n/distinfo index 75720d1616bc..2c8d1a6bfab0 100644 --- a/www/firefox-i18n/distinfo +++ b/www/firefox-i18n/distinfo @@ -1,181 +1,181 @@ -TIMESTAMP = 1477916479 -SHA256 (xpi/firefox-i18n-50.0/ach.xpi) = 7c03c683d7e321e82cd3843b353b2ff399583169accb43a3baa461e978a29b58 -SIZE (xpi/firefox-i18n-50.0/ach.xpi) = 425409 -SHA256 (xpi/firefox-i18n-50.0/af.xpi) = dfb4bee506ba72dd0b41e9636f9de1650035d767fd9d55584bc136e0e5ebf59c -SIZE (xpi/firefox-i18n-50.0/af.xpi) = 433949 -SHA256 (xpi/firefox-i18n-50.0/an.xpi) = 31ac468f34312777ad79f1bc38b0d80510c5ecb88fac106d0ba633266a4d136c -SIZE (xpi/firefox-i18n-50.0/an.xpi) = 442205 -SHA256 (xpi/firefox-i18n-50.0/ar.xpi) = 4e8ff2c0ab11e73c4f81e6b208b8e911e7775a3b23a6540284ea17510ab67db9 -SIZE (xpi/firefox-i18n-50.0/ar.xpi) = 470435 -SHA256 (xpi/firefox-i18n-50.0/as.xpi) = 661c6a59f70a492b134aa85cf45005b22b5330a8aa5f4c4139a508eaf4212527 -SIZE (xpi/firefox-i18n-50.0/as.xpi) = 484770 -SHA256 (xpi/firefox-i18n-50.0/ast.xpi) = d660f5a4582cba124b33b97741c922959a17bf7cd73f6677a730e787c4ebd437 -SIZE (xpi/firefox-i18n-50.0/ast.xpi) = 433849 -SHA256 (xpi/firefox-i18n-50.0/az.xpi) = a62bab5a596af29c947c4581e22a3f059960c85b6948320131c5f7d88b81036a -SIZE (xpi/firefox-i18n-50.0/az.xpi) = 451403 -SHA256 (xpi/firefox-i18n-50.0/be.xpi) = 70476d3481183b7d6d81de03a100ceade99114f28963c0605c393047073b8ee7 -SIZE (xpi/firefox-i18n-50.0/be.xpi) = 458491 -SHA256 (xpi/firefox-i18n-50.0/bg.xpi) = 6cd90b51ffbb72f54995ec64792a93742f5ae3689ce61f2dc3864c84cdd12367 -SIZE (xpi/firefox-i18n-50.0/bg.xpi) = 484621 -SHA256 (xpi/firefox-i18n-50.0/bn-BD.xpi) = ab023e69ce7f39387b018816776ad25eb31bacd24a7b16be94b9fe0f2cc0489b -SIZE (xpi/firefox-i18n-50.0/bn-BD.xpi) = 509167 -SHA256 (xpi/firefox-i18n-50.0/bn-IN.xpi) = 426569269b219983858bcc70d828714e3e65cdcec59ce6ffee5d784924469fa5 -SIZE (xpi/firefox-i18n-50.0/bn-IN.xpi) = 503130 -SHA256 (xpi/firefox-i18n-50.0/br.xpi) = 845a120cfba5b141bc35ed916fa32553e04db702871784e310073ea6f62e48fe -SIZE (xpi/firefox-i18n-50.0/br.xpi) = 432448 -SHA256 (xpi/firefox-i18n-50.0/bs.xpi) = 9f3894c4472f2ce32c0b6405b3f0e91d4f8061d7d76e761e6a9e0e807894315a -SIZE (xpi/firefox-i18n-50.0/bs.xpi) = 439555 -SHA256 (xpi/firefox-i18n-50.0/ca.xpi) = e6712e0b933cb6f5ae7abb36e7ccbe922cd748e68a7f8bc9fc39cd342f35f66a -SIZE (xpi/firefox-i18n-50.0/ca.xpi) = 440359 -SHA256 (xpi/firefox-i18n-50.0/cs.xpi) = 711a8d5284d918bdcb00b20eb331244eaeda2e5ba31cba612db4b803737a6989 -SIZE (xpi/firefox-i18n-50.0/cs.xpi) = 439541 -SHA256 (xpi/firefox-i18n-50.0/cy.xpi) = 82b2542533442cfeab7001531b707922ab89cac12fdce580ad9e7a894eeda148 -SIZE (xpi/firefox-i18n-50.0/cy.xpi) = 433664 -SHA256 (xpi/firefox-i18n-50.0/da.xpi) = f0ad84bb1e381a0880135abb0bc2e0f53e3c7e8609e25aaf87c64e27b0985baa -SIZE (xpi/firefox-i18n-50.0/da.xpi) = 421324 -SHA256 (xpi/firefox-i18n-50.0/de.xpi) = 7fd48dd147693828289ba82d5439487e858258116845892e01527b6ab21e1b69 -SIZE (xpi/firefox-i18n-50.0/de.xpi) = 438194 -SHA256 (xpi/firefox-i18n-50.0/dsb.xpi) = 49b717304bdefd42276b05e09492a0ccf13c20086422b25204c8d0ec71bf3fbe -SIZE (xpi/firefox-i18n-50.0/dsb.xpi) = 456084 -SHA256 (xpi/firefox-i18n-50.0/el.xpi) = 70c440ce51f7a4b6aa496570ea1977b9a34f34e9f41af63483f86a75a8618b55 -SIZE (xpi/firefox-i18n-50.0/el.xpi) = 502225 -SHA256 (xpi/firefox-i18n-50.0/en-GB.xpi) = 11849f6610e3d7fee2106b5ffcb98b6d55ee09b9ec9dd99a7fc35193436ceb53 -SIZE (xpi/firefox-i18n-50.0/en-GB.xpi) = 415254 -SHA256 (xpi/firefox-i18n-50.0/en-US.xpi) = a9bce3ccb7f7b04b0b5b889db6480d98ae06bfd7dc58ae6b66b77259d577bdbf -SIZE (xpi/firefox-i18n-50.0/en-US.xpi) = 425320 -SHA256 (xpi/firefox-i18n-50.0/en-ZA.xpi) = 70516e1c04e00d19266dc7deea64a3a680a98e82c4b286526be07e7138ef48b4 -SIZE (xpi/firefox-i18n-50.0/en-ZA.xpi) = 408747 -SHA256 (xpi/firefox-i18n-50.0/eo.xpi) = a3fa888a6b2353eecdd6006b3115a91b027bf036879d772b0c5a687da52b9a6b -SIZE (xpi/firefox-i18n-50.0/eo.xpi) = 434337 -SHA256 (xpi/firefox-i18n-50.0/es-AR.xpi) = e0e0a3d696931e4272165d1f3a3c0cd6b9bf171dab7a78ca4b18e547fa06c86f -SIZE (xpi/firefox-i18n-50.0/es-AR.xpi) = 439531 -SHA256 (xpi/firefox-i18n-50.0/es-CL.xpi) = 0474301257f4f6004924acf01968aacf1b7ce2d4e82c8ca78d492fc3ded0b455 -SIZE (xpi/firefox-i18n-50.0/es-CL.xpi) = 440864 -SHA256 (xpi/firefox-i18n-50.0/es-ES.xpi) = 08c2981e0af285f4f1095cd18be7a2520b6b41b1742424dec41b2642e5a8daf2 -SIZE (xpi/firefox-i18n-50.0/es-ES.xpi) = 342207 -SHA256 (xpi/firefox-i18n-50.0/es-MX.xpi) = c01ad432d1cd8214f7bb491dbc686585359724bf88fe44ccd54e3c86c37ed65d -SIZE (xpi/firefox-i18n-50.0/es-MX.xpi) = 445099 -SHA256 (xpi/firefox-i18n-50.0/et.xpi) = 7387f6e7a5bbb39dad730778e921238491bc64b317109074c2d797a24bd700c5 -SIZE (xpi/firefox-i18n-50.0/et.xpi) = 422047 -SHA256 (xpi/firefox-i18n-50.0/eu.xpi) = 8a7f98a8c76dd480c905ec556afa2d8ff8b6322ece9af0d0185aee386e0625c0 -SIZE (xpi/firefox-i18n-50.0/eu.xpi) = 435621 -SHA256 (xpi/firefox-i18n-50.0/fa.xpi) = e32c0bc851b19edb89a60f9bb9fd4bb6fe97bd77f2715eb033e819d031a02d7f -SIZE (xpi/firefox-i18n-50.0/fa.xpi) = 487591 -SHA256 (xpi/firefox-i18n-50.0/ff.xpi) = b35c99cedf54f2928cf2b80ff0a64fff9ab13942ecd10eea063a7acfca3e7a77 -SIZE (xpi/firefox-i18n-50.0/ff.xpi) = 438308 -SHA256 (xpi/firefox-i18n-50.0/fi.xpi) = 41746c1574eab648bca65c1c8e944213364242d24889339cac00adf7e5a5ebce -SIZE (xpi/firefox-i18n-50.0/fi.xpi) = 426489 -SHA256 (xpi/firefox-i18n-50.0/fr.xpi) = b7c6b28ba42bc1d09393e63d0cd48967576d7ad7760ee3a3de1408bd4ec26262 -SIZE (xpi/firefox-i18n-50.0/fr.xpi) = 447064 -SHA256 (xpi/firefox-i18n-50.0/fy-NL.xpi) = 58aff6537143cae502b51cb227b5988bed61ec71f6f3916d88add9122a0ae8e0 -SIZE (xpi/firefox-i18n-50.0/fy-NL.xpi) = 441787 -SHA256 (xpi/firefox-i18n-50.0/ga-IE.xpi) = b2e689a3801204c855f5afb14c1ec1091829a144aff543e94e753cfd2ecbe46c -SIZE (xpi/firefox-i18n-50.0/ga-IE.xpi) = 455096 -SHA256 (xpi/firefox-i18n-50.0/gd.xpi) = bb5c28d471f1198a48081a2dc2f6cbb8ccf3966abcc40b6ea32541681c6046bd -SIZE (xpi/firefox-i18n-50.0/gd.xpi) = 444264 -SHA256 (xpi/firefox-i18n-50.0/gl.xpi) = 30364b107deb8b11ff41f2fd936b77181e09ccf0a33dae4afaca6c0639ace8b7 -SIZE (xpi/firefox-i18n-50.0/gl.xpi) = 451914 -SHA256 (xpi/firefox-i18n-50.0/gn.xpi) = afe41882cb837ed56438e3746e54f7e4d9940c247ea6081aa5bf7051685ec27a -SIZE (xpi/firefox-i18n-50.0/gn.xpi) = 453224 -SHA256 (xpi/firefox-i18n-50.0/gu-IN.xpi) = c0d6765b3139d1fedb29c766515d577de4d52f27a0d7228d53663e482f660175 -SIZE (xpi/firefox-i18n-50.0/gu-IN.xpi) = 487094 -SHA256 (xpi/firefox-i18n-50.0/he.xpi) = ccccd56e971959a7296ab1d7f0250b6b3fe6d4d6d33e7c0a7195a3622199955b -SIZE (xpi/firefox-i18n-50.0/he.xpi) = 455646 -SHA256 (xpi/firefox-i18n-50.0/hi-IN.xpi) = 7e01271418343643cd67e0a224d39f79e36baa93b83e8a9055edbedc4511651b -SIZE (xpi/firefox-i18n-50.0/hi-IN.xpi) = 499703 -SHA256 (xpi/firefox-i18n-50.0/hr.xpi) = d4b051d53250a5e927c6067916e529c86d4a287960687fb8251d038abfd6f450 -SIZE (xpi/firefox-i18n-50.0/hr.xpi) = 444276 -SHA256 (xpi/firefox-i18n-50.0/hsb.xpi) = 37f3c6af3d8a599f96e04b9ba86d6fa1e1c34903cbb4e416d1df2d4ea4367388 -SIZE (xpi/firefox-i18n-50.0/hsb.xpi) = 453901 -SHA256 (xpi/firefox-i18n-50.0/hu.xpi) = 1dd8bc270702245830b36ea3cc4719322e88fac21c588bc9698a6d92cbba2c08 -SIZE (xpi/firefox-i18n-50.0/hu.xpi) = 448347 -SHA256 (xpi/firefox-i18n-50.0/hy-AM.xpi) = 9931dfbbc58edfd5645909113c16bb496a60dc8382309c4bf817fab4e3d826d5 -SIZE (xpi/firefox-i18n-50.0/hy-AM.xpi) = 492714 -SHA256 (xpi/firefox-i18n-50.0/id.xpi) = f3eb7a4e0fe2136030527833336bcabfc24587d096edec2801f6062a84190160 -SIZE (xpi/firefox-i18n-50.0/id.xpi) = 422999 -SHA256 (xpi/firefox-i18n-50.0/is.xpi) = 1c3631f497075f4fa7fbc70883ae1653cdbcbc0b586236b3432331193a155ca8 -SIZE (xpi/firefox-i18n-50.0/is.xpi) = 435391 -SHA256 (xpi/firefox-i18n-50.0/it.xpi) = 2f11a5a9425900532445dbb4dab1981295a9ebb48d175e5ae52015cb01aa4d31 -SIZE (xpi/firefox-i18n-50.0/it.xpi) = 336079 -SHA256 (xpi/firefox-i18n-50.0/ja.xpi) = aa14e3dfa86899b2d85681806c79bcfbf6b1eeb28024ccdb05838567748aba3a -SIZE (xpi/firefox-i18n-50.0/ja.xpi) = 484309 -SHA256 (xpi/firefox-i18n-50.0/kk.xpi) = 06daec43d9f01c748de4e5da345a162320ef423e4af33bd86d2d3a6911c2a47a -SIZE (xpi/firefox-i18n-50.0/kk.xpi) = 493717 -SHA256 (xpi/firefox-i18n-50.0/km.xpi) = d2326fbecd9b676ff761d41588d5698740ce09bc8b5156c2f28626255c020f06 -SIZE (xpi/firefox-i18n-50.0/km.xpi) = 518204 -SHA256 (xpi/firefox-i18n-50.0/kn.xpi) = e2e030f4222d8a1ea7863de8fc4b71f6447b3ab2ca636130f753f4a401ed27b4 -SIZE (xpi/firefox-i18n-50.0/kn.xpi) = 517624 -SHA256 (xpi/firefox-i18n-50.0/ko.xpi) = 55dedfb933f295aeee1fddfbd0b663b17df3f01c1d957aa8a61cd109b8a48ff5 -SIZE (xpi/firefox-i18n-50.0/ko.xpi) = 460198 -SHA256 (xpi/firefox-i18n-50.0/lij.xpi) = 5d5c36c4818fda2690025e440edc9e7d2965ca8b484e419b9ec699ba2e47f6fe -SIZE (xpi/firefox-i18n-50.0/lij.xpi) = 394008 -SHA256 (xpi/firefox-i18n-50.0/lt.xpi) = b3c79f0222d795041dac4cf7eb6a7f31c41466651786f10b5ea33f5d8e5d879e -SIZE (xpi/firefox-i18n-50.0/lt.xpi) = 449249 -SHA256 (xpi/firefox-i18n-50.0/lv.xpi) = 72c14c870d78c47a37b7f1e75526ef7619cded65a2efb083bc0b5af28b9ec460 -SIZE (xpi/firefox-i18n-50.0/lv.xpi) = 444934 -SHA256 (xpi/firefox-i18n-50.0/mai.xpi) = 103162894a6e19af20c0f88190cb8ab6038a5800377e584d96b63792a258a327 -SIZE (xpi/firefox-i18n-50.0/mai.xpi) = 497919 -SHA256 (xpi/firefox-i18n-50.0/mk.xpi) = a2e3586219bbeb85cc35e31a91699ba835beb47edce38fae2a0d43834a31107c -SIZE (xpi/firefox-i18n-50.0/mk.xpi) = 494589 -SHA256 (xpi/firefox-i18n-50.0/ml.xpi) = 8f858e478a5d1afd4ca0e2312f7378d6d2103a69c18f488ae48b756175597293 -SIZE (xpi/firefox-i18n-50.0/ml.xpi) = 514613 -SHA256 (xpi/firefox-i18n-50.0/mr.xpi) = d53cc9566fb184ba7ffa31d16acbabdae397df217c39f384ecf5944529905223 -SIZE (xpi/firefox-i18n-50.0/mr.xpi) = 498729 -SHA256 (xpi/firefox-i18n-50.0/ms.xpi) = af8537e31d32c58d9328ff0b33219ca63fe96e891ff963d230533112610828e8 -SIZE (xpi/firefox-i18n-50.0/ms.xpi) = 433889 -SHA256 (xpi/firefox-i18n-50.0/nb-NO.xpi) = c005c34e584a758d6a820625e99c758f8459a70054f2575a7cb2a8eb40f8bd16 -SIZE (xpi/firefox-i18n-50.0/nb-NO.xpi) = 431340 -SHA256 (xpi/firefox-i18n-50.0/nl.xpi) = 510908c5502f975b84e38013131725e920292964c059b6a4f427e2d75dfd796c -SIZE (xpi/firefox-i18n-50.0/nl.xpi) = 429141 -SHA256 (xpi/firefox-i18n-50.0/nn-NO.xpi) = 65654319d58ee4b5f5b3665965d8c4cb8becabc8a38ce8c98fb096d6deb172f5 -SIZE (xpi/firefox-i18n-50.0/nn-NO.xpi) = 425412 -SHA256 (xpi/firefox-i18n-50.0/or.xpi) = 1e511e21de7692b9b6ae7edb05119bd15ea11e9d4bfcb1572c4034915415a531 -SIZE (xpi/firefox-i18n-50.0/or.xpi) = 495201 -SHA256 (xpi/firefox-i18n-50.0/pa-IN.xpi) = 52a00734a7d97a54ec9ccecc88ef102fe9959c6f24715f660f1a994391694ad6 -SIZE (xpi/firefox-i18n-50.0/pa-IN.xpi) = 474240 -SHA256 (xpi/firefox-i18n-50.0/pl.xpi) = 9f749dccacda71070dfc0e830dcc651eb4b04623a482355d0af86335c5b091b3 -SIZE (xpi/firefox-i18n-50.0/pl.xpi) = 353776 -SHA256 (xpi/firefox-i18n-50.0/pt-BR.xpi) = 6912b5acdb62e0ed28c29d407121998abb6cc31d069283a3f9c50816730c8803 -SIZE (xpi/firefox-i18n-50.0/pt-BR.xpi) = 438614 -SHA256 (xpi/firefox-i18n-50.0/pt-PT.xpi) = 9f3891a4c0abb0bb54aeb02895f25ba165534faefa6cc01716d8bcba97d5af8c -SIZE (xpi/firefox-i18n-50.0/pt-PT.xpi) = 433531 -SHA256 (xpi/firefox-i18n-50.0/rm.xpi) = e2b916e3a7584729dbc11dc910fe28f1dda820d491e81af3aab429ba5c0a4fc9 -SIZE (xpi/firefox-i18n-50.0/rm.xpi) = 431602 -SHA256 (xpi/firefox-i18n-50.0/ro.xpi) = 77177f1c04c4c677e8a538b0de9d540551917cc93d008bea890cf505baa7f228 -SIZE (xpi/firefox-i18n-50.0/ro.xpi) = 445555 -SHA256 (xpi/firefox-i18n-50.0/ru.xpi) = ad41048f8cfbb8d6f169b3756028f6b018a42ecf3ac4f5225fd441145e4ffbae -SIZE (xpi/firefox-i18n-50.0/ru.xpi) = 390432 -SHA256 (xpi/firefox-i18n-50.0/si.xpi) = 5df2b701c6e69413793eb17b71462963f670ccfdeafcaaa7737e1fd4e5c9d215 -SIZE (xpi/firefox-i18n-50.0/si.xpi) = 486231 -SHA256 (xpi/firefox-i18n-50.0/sk.xpi) = a2f7726d7cc896657e786af0359186bc1c9e1b72c577df352a3d11d39cd33a9d -SIZE (xpi/firefox-i18n-50.0/sk.xpi) = 452173 -SHA256 (xpi/firefox-i18n-50.0/sl.xpi) = 93c6d02bd51a59e93e9e7bfd3c26aa19b3a6d21649c442643a0377cb19f81cc4 -SIZE (xpi/firefox-i18n-50.0/sl.xpi) = 430206 -SHA256 (xpi/firefox-i18n-50.0/son.xpi) = 4540c45fcf09a7e4f53d13432ea2669771a6781764f6d5b642abd310106bf330 -SIZE (xpi/firefox-i18n-50.0/son.xpi) = 433272 -SHA256 (xpi/firefox-i18n-50.0/sq.xpi) = e9682adc355a9e6c9495299ff10b6b3cf2cd8967ae6f913242d7fb059d47b0db -SIZE (xpi/firefox-i18n-50.0/sq.xpi) = 449092 -SHA256 (xpi/firefox-i18n-50.0/sr.xpi) = 2c7510ae8f9780cd5a1e2a12d32c72055c8b20f1d0889edf6aba7a8c12b9469f -SIZE (xpi/firefox-i18n-50.0/sr.xpi) = 459592 -SHA256 (xpi/firefox-i18n-50.0/sv-SE.xpi) = e4fa0d036b511cafcc9fef2f6e59744d50a4321b44252eb7869a3db0ca9e4066 -SIZE (xpi/firefox-i18n-50.0/sv-SE.xpi) = 438326 -SHA256 (xpi/firefox-i18n-50.0/ta.xpi) = c4867a36014698a1003e933f551974848adc4d36e6edcd763410372b53dbfb59 -SIZE (xpi/firefox-i18n-50.0/ta.xpi) = 489663 -SHA256 (xpi/firefox-i18n-50.0/te.xpi) = 8ce8953b18f94abd0ea141d8bcdbc0d514a17d82b0b3297d74ca07ee291ca3d2 -SIZE (xpi/firefox-i18n-50.0/te.xpi) = 515621 -SHA256 (xpi/firefox-i18n-50.0/th.xpi) = 4cb149c686bdbaed6382b77d302a2c24e93090df8704fbeddffbabab0d345ea3 -SIZE (xpi/firefox-i18n-50.0/th.xpi) = 484867 -SHA256 (xpi/firefox-i18n-50.0/tr.xpi) = 23856730275883ab98dfe7876d46f9420ac528a434a3591b1c5ec260348c316f -SIZE (xpi/firefox-i18n-50.0/tr.xpi) = 440602 -SHA256 (xpi/firefox-i18n-50.0/uk.xpi) = 81b48ea865436db42013ab2eae3c98ea114431329d49db1f5d0ae0b5855eff9e -SIZE (xpi/firefox-i18n-50.0/uk.xpi) = 490967 -SHA256 (xpi/firefox-i18n-50.0/uz.xpi) = aa96f95ef1b99723a5adaba5c32085f433b278426a809f1691a7001e152db54c -SIZE (xpi/firefox-i18n-50.0/uz.xpi) = 444774 -SHA256 (xpi/firefox-i18n-50.0/vi.xpi) = 5fbb9668d203a73bc9b7e19b15855857b749d07a0e1ef0ea3734ac24fbce539c -SIZE (xpi/firefox-i18n-50.0/vi.xpi) = 447652 -SHA256 (xpi/firefox-i18n-50.0/xh.xpi) = 722a2d305f4a0d45600f084e0af144bf0e85b73cc3f23c440fc455188c470462 -SIZE (xpi/firefox-i18n-50.0/xh.xpi) = 437878 -SHA256 (xpi/firefox-i18n-50.0/zh-CN.xpi) = 783b4c5bef4cbf7bb33de582d874ef609c7200f1e47f8f63fb674fb23cbd27f3 -SIZE (xpi/firefox-i18n-50.0/zh-CN.xpi) = 457903 -SHA256 (xpi/firefox-i18n-50.0/zh-TW.xpi) = 6204083636a8679fc712a0711b13be9f06251436acf9450cc5882fd1cea4a368 -SIZE (xpi/firefox-i18n-50.0/zh-TW.xpi) = 469090 +TIMESTAMP = 1479975719 +SHA256 (xpi/firefox-i18n-50.0.1/ach.xpi) = 2bfb6ec179a83772c23a092d07b4dfe198a4124639ae7c095d06afd3d6ea781a +SIZE (xpi/firefox-i18n-50.0.1/ach.xpi) = 425410 +SHA256 (xpi/firefox-i18n-50.0.1/af.xpi) = 41b9e70764691b26f9d2497b54544b6c4212492d0ef8a0f01888e24c84de0880 +SIZE (xpi/firefox-i18n-50.0.1/af.xpi) = 433950 +SHA256 (xpi/firefox-i18n-50.0.1/an.xpi) = 078883a601b41b2749cc12e5318515996186b18b8072e2e7440bcd114e5461a9 +SIZE (xpi/firefox-i18n-50.0.1/an.xpi) = 442207 +SHA256 (xpi/firefox-i18n-50.0.1/ar.xpi) = c1311adfca00acee5d761401db16daa7b13f44426683a317c9901255ea931e65 +SIZE (xpi/firefox-i18n-50.0.1/ar.xpi) = 470435 +SHA256 (xpi/firefox-i18n-50.0.1/as.xpi) = dbc8b8e05211b07cf455d474e8eabae84c34953737eca5185368c45e00a0d979 +SIZE (xpi/firefox-i18n-50.0.1/as.xpi) = 484771 +SHA256 (xpi/firefox-i18n-50.0.1/ast.xpi) = eb877630998a7f4c96ffd30c1432234a06fcd532097471b6641f33aa3cea34fe +SIZE (xpi/firefox-i18n-50.0.1/ast.xpi) = 433849 +SHA256 (xpi/firefox-i18n-50.0.1/az.xpi) = fb4b41cae67a37682dedd94b7b222401acb7a969f1f324cc2e5037b9b10cb456 +SIZE (xpi/firefox-i18n-50.0.1/az.xpi) = 451404 +SHA256 (xpi/firefox-i18n-50.0.1/be.xpi) = 595d4e6fd436c61e646ef252414e51e2c08c299ca2ca7ac6fcd831e8d77da9c2 +SIZE (xpi/firefox-i18n-50.0.1/be.xpi) = 458492 +SHA256 (xpi/firefox-i18n-50.0.1/bg.xpi) = fdc9a5253aa8184979ebb70f16256abc13d32097f38b02ae3ae7224da63b8fe4 +SIZE (xpi/firefox-i18n-50.0.1/bg.xpi) = 484623 +SHA256 (xpi/firefox-i18n-50.0.1/bn-BD.xpi) = ad1981c5c2e99b4e879bb88999686be88491b122a897f66e7a55f6f7b812cfa6 +SIZE (xpi/firefox-i18n-50.0.1/bn-BD.xpi) = 509168 +SHA256 (xpi/firefox-i18n-50.0.1/bn-IN.xpi) = 59f32e32889c0dcec2450799c249181f672c82d9424bcbf6a17882150049ad94 +SIZE (xpi/firefox-i18n-50.0.1/bn-IN.xpi) = 503132 +SHA256 (xpi/firefox-i18n-50.0.1/br.xpi) = 2c89cbd0957ae5df2526f753d59db82f597997ef7f6cbd5f705215b53502bd16 +SIZE (xpi/firefox-i18n-50.0.1/br.xpi) = 432449 +SHA256 (xpi/firefox-i18n-50.0.1/bs.xpi) = 18d549c6cf937916ad66362a80331004215cfd9ddcd12f1067aac2218bc7b273 +SIZE (xpi/firefox-i18n-50.0.1/bs.xpi) = 439556 +SHA256 (xpi/firefox-i18n-50.0.1/ca.xpi) = d51d035718f6278f75e6322ba17f49459ec9d8043a88cd327475cd8aa217d9ef +SIZE (xpi/firefox-i18n-50.0.1/ca.xpi) = 440361 +SHA256 (xpi/firefox-i18n-50.0.1/cs.xpi) = 4dfa49ab5f88a94ec36410ca38a7cbd71bbdad42bf9d04a13a599ab14461c219 +SIZE (xpi/firefox-i18n-50.0.1/cs.xpi) = 439543 +SHA256 (xpi/firefox-i18n-50.0.1/cy.xpi) = ba84d5f319ed5ee61ee6ea3c5f79ee765ec059d1264d9e8e27bb790adaa6ec00 +SIZE (xpi/firefox-i18n-50.0.1/cy.xpi) = 433665 +SHA256 (xpi/firefox-i18n-50.0.1/da.xpi) = 6faf2678489fc43240e13bdd4b23a9046f793be1e9ba94fa73bb208cb585a229 +SIZE (xpi/firefox-i18n-50.0.1/da.xpi) = 421325 +SHA256 (xpi/firefox-i18n-50.0.1/de.xpi) = 04baa9aec216c5016e57eeac718bbb18a99161341a0e368b47f6a3ea67722942 +SIZE (xpi/firefox-i18n-50.0.1/de.xpi) = 438195 +SHA256 (xpi/firefox-i18n-50.0.1/dsb.xpi) = ced57a860131c0a520e6b0ac5e041c89b17ca6a13deaeb47aa8c5598471b3479 +SIZE (xpi/firefox-i18n-50.0.1/dsb.xpi) = 456086 +SHA256 (xpi/firefox-i18n-50.0.1/el.xpi) = 8e1cb68a001bdaee817e0d5e7bd27c9b8806b30aa7e80f8013b7b5b362bbdd8b +SIZE (xpi/firefox-i18n-50.0.1/el.xpi) = 502227 +SHA256 (xpi/firefox-i18n-50.0.1/en-GB.xpi) = b1c887670c7f4121f515fe2585f30161340a7461863593ab268594a78d23da0c +SIZE (xpi/firefox-i18n-50.0.1/en-GB.xpi) = 415255 +SHA256 (xpi/firefox-i18n-50.0.1/en-US.xpi) = ea1ee5fabd68b03e4f4c5834c56a2cdace6da14eb280f5209324a2e966df989e +SIZE (xpi/firefox-i18n-50.0.1/en-US.xpi) = 425321 +SHA256 (xpi/firefox-i18n-50.0.1/en-ZA.xpi) = 9171db9c73b57f8ab36cc2fb94c146338268a9ec77ee9d10e8726b5f67a2b83e +SIZE (xpi/firefox-i18n-50.0.1/en-ZA.xpi) = 408747 +SHA256 (xpi/firefox-i18n-50.0.1/eo.xpi) = 48adb4e9e40f2f1137e918301de5ccc36419cc3cec49948a45675b0e491a2e87 +SIZE (xpi/firefox-i18n-50.0.1/eo.xpi) = 434338 +SHA256 (xpi/firefox-i18n-50.0.1/es-AR.xpi) = e613b6dd08ee1827ca9d8a3df5d7a429d6e7d383804f9102aa57c01b98f917b7 +SIZE (xpi/firefox-i18n-50.0.1/es-AR.xpi) = 439533 +SHA256 (xpi/firefox-i18n-50.0.1/es-CL.xpi) = f9b5447ef2f838aff06f1d0f693f04964928f3f91ce2dd6ec1728599be1bbc28 +SIZE (xpi/firefox-i18n-50.0.1/es-CL.xpi) = 440866 +SHA256 (xpi/firefox-i18n-50.0.1/es-ES.xpi) = 5ccc38a190ae06ad31e79f4256d0e6b1f072605381bd6d9bebd8fe5acc133625 +SIZE (xpi/firefox-i18n-50.0.1/es-ES.xpi) = 342209 +SHA256 (xpi/firefox-i18n-50.0.1/es-MX.xpi) = 9668c0336423699bc5b461dbc21f5af47a4c30d35dc580333916cb5ac4a8ea0f +SIZE (xpi/firefox-i18n-50.0.1/es-MX.xpi) = 445100 +SHA256 (xpi/firefox-i18n-50.0.1/et.xpi) = 75dc4a220081cb8f60352a64e2235aadbca86d3b5c771f56bc8fa0790b4baa72 +SIZE (xpi/firefox-i18n-50.0.1/et.xpi) = 422049 +SHA256 (xpi/firefox-i18n-50.0.1/eu.xpi) = 216f0cd91155b2e99066cb0f6da490e16c68fc103c6b96cc80bd31ebc4267b48 +SIZE (xpi/firefox-i18n-50.0.1/eu.xpi) = 435622 +SHA256 (xpi/firefox-i18n-50.0.1/fa.xpi) = 1b53d7b65277e7c6291caf6844a73bd9e12a2ec4525da65a73c186557c64e4af +SIZE (xpi/firefox-i18n-50.0.1/fa.xpi) = 487593 +SHA256 (xpi/firefox-i18n-50.0.1/ff.xpi) = 1d4add4c3fcbfaac6191ff14d1b377e8436c303a1a017fa1f68569c5dcae6318 +SIZE (xpi/firefox-i18n-50.0.1/ff.xpi) = 438310 +SHA256 (xpi/firefox-i18n-50.0.1/fi.xpi) = 90820d0691469b4b3dc2a9e2405553780b14f67df0c318dc0473fa0c7163b639 +SIZE (xpi/firefox-i18n-50.0.1/fi.xpi) = 426491 +SHA256 (xpi/firefox-i18n-50.0.1/fr.xpi) = 8fdcb0287822759e57e0676fcc00cc57ca9fd561be745103e4c86a3912060401 +SIZE (xpi/firefox-i18n-50.0.1/fr.xpi) = 447066 +SHA256 (xpi/firefox-i18n-50.0.1/fy-NL.xpi) = a085dedb2684e0c0f30ba7080d48a575f23fa1368e1ddf7600a205ac04746ec3 +SIZE (xpi/firefox-i18n-50.0.1/fy-NL.xpi) = 441788 +SHA256 (xpi/firefox-i18n-50.0.1/ga-IE.xpi) = 4d3869965945b642c08e5ce3807b2e24e786fc5bfb9f8534a3fe7d23abce2dcb +SIZE (xpi/firefox-i18n-50.0.1/ga-IE.xpi) = 455097 +SHA256 (xpi/firefox-i18n-50.0.1/gd.xpi) = d933589e19a9ff234b0e228bc61611f6ba06b094866ea016cd457713b8569009 +SIZE (xpi/firefox-i18n-50.0.1/gd.xpi) = 444265 +SHA256 (xpi/firefox-i18n-50.0.1/gl.xpi) = 914c7ce820603f2e27be775004a918297eea7c0de1e1dd9efca714777de20147 +SIZE (xpi/firefox-i18n-50.0.1/gl.xpi) = 451916 +SHA256 (xpi/firefox-i18n-50.0.1/gn.xpi) = 6e20539bdeb744a2e880325c4efefc89f6a7aa25bf77dcdf6e7cbf32e09e2f82 +SIZE (xpi/firefox-i18n-50.0.1/gn.xpi) = 453226 +SHA256 (xpi/firefox-i18n-50.0.1/gu-IN.xpi) = c23346f7429c04aab0698bd1418155bfe586e729395abff41716b78636ab7368 +SIZE (xpi/firefox-i18n-50.0.1/gu-IN.xpi) = 487096 +SHA256 (xpi/firefox-i18n-50.0.1/he.xpi) = f727ad1a7b8b08a340b54f64d0b6d8a16bf1b794984c242424d3e45785711ced +SIZE (xpi/firefox-i18n-50.0.1/he.xpi) = 455648 +SHA256 (xpi/firefox-i18n-50.0.1/hi-IN.xpi) = 1c932093568a75470c11e10df37a4071653f3ae054af3fb816842f6e99c401ed +SIZE (xpi/firefox-i18n-50.0.1/hi-IN.xpi) = 499704 +SHA256 (xpi/firefox-i18n-50.0.1/hr.xpi) = 7210f41479d114ced7307640e02c8e773a549fec262859fb39010e701db9c317 +SIZE (xpi/firefox-i18n-50.0.1/hr.xpi) = 444277 +SHA256 (xpi/firefox-i18n-50.0.1/hsb.xpi) = bfc2ff1348bc66b7de83f7aa98cefcdb82313296e96106c6bb23229650d56f43 +SIZE (xpi/firefox-i18n-50.0.1/hsb.xpi) = 453905 +SHA256 (xpi/firefox-i18n-50.0.1/hu.xpi) = 23cbca6b92f953ba85921077e43568b9627ce5ed548ba50d428c6534cc93aad3 +SIZE (xpi/firefox-i18n-50.0.1/hu.xpi) = 448348 +SHA256 (xpi/firefox-i18n-50.0.1/hy-AM.xpi) = 2d38259f5782bdb4f1b3a5f77df6fd1922081f7d68b192b34dd7b8221683d6aa +SIZE (xpi/firefox-i18n-50.0.1/hy-AM.xpi) = 492715 +SHA256 (xpi/firefox-i18n-50.0.1/id.xpi) = ca0808b653e369d72260dd1f483bb9bd2fede37307985e962b9d1aad059c4fd3 +SIZE (xpi/firefox-i18n-50.0.1/id.xpi) = 423000 +SHA256 (xpi/firefox-i18n-50.0.1/is.xpi) = 0c3ce3c9629672fbf38278b2cd5926d0713246bb23538ea4b1fda8be43e81395 +SIZE (xpi/firefox-i18n-50.0.1/is.xpi) = 435393 +SHA256 (xpi/firefox-i18n-50.0.1/it.xpi) = 9d3cf6320d214a69283523a12ab9b0585bf781cbc955d333db6a9fb9b8823e27 +SIZE (xpi/firefox-i18n-50.0.1/it.xpi) = 336080 +SHA256 (xpi/firefox-i18n-50.0.1/ja.xpi) = 55b1a9e140335de999a39a375071a309e4f72af0571685d8cbcc4c93368edd93 +SIZE (xpi/firefox-i18n-50.0.1/ja.xpi) = 484311 +SHA256 (xpi/firefox-i18n-50.0.1/kk.xpi) = 4fe11f1fd2541bfdbc0838d6214ef461a2909eadbfdd614e1913549bfcc4bc81 +SIZE (xpi/firefox-i18n-50.0.1/kk.xpi) = 493718 +SHA256 (xpi/firefox-i18n-50.0.1/km.xpi) = 7b72a2837d57344b712bf4a5de0cd60a189a6f005f7e2e4503b68eeb1129ff1e +SIZE (xpi/firefox-i18n-50.0.1/km.xpi) = 518205 +SHA256 (xpi/firefox-i18n-50.0.1/kn.xpi) = 8a2fedbbbb7484fa5ef4a3a36ba048e4938c65c19f7f8bf7fc9c98082325e31b +SIZE (xpi/firefox-i18n-50.0.1/kn.xpi) = 517625 +SHA256 (xpi/firefox-i18n-50.0.1/ko.xpi) = cc02d028c4b1b9c4bdf53b3931ee619156849fb425a8850e16fd3c18f471b8d5 +SIZE (xpi/firefox-i18n-50.0.1/ko.xpi) = 460200 +SHA256 (xpi/firefox-i18n-50.0.1/lij.xpi) = 9f0bf63c7ccc2ecaa2381c4d51a92b8651beb816a55670e6ef52f31aae6f5b0b +SIZE (xpi/firefox-i18n-50.0.1/lij.xpi) = 394009 +SHA256 (xpi/firefox-i18n-50.0.1/lt.xpi) = ff96aa1e9b7e3dc49cce33c7e8e333a7e98bc585ef8ef8154a5b0a368480c14b +SIZE (xpi/firefox-i18n-50.0.1/lt.xpi) = 449250 +SHA256 (xpi/firefox-i18n-50.0.1/lv.xpi) = 233abf821319d195f437c8b157a2ab60ebe7b04b6020be7a0454ebccc9cbfc20 +SIZE (xpi/firefox-i18n-50.0.1/lv.xpi) = 444936 +SHA256 (xpi/firefox-i18n-50.0.1/mai.xpi) = 59b39d6b3574e62e2de9b82939206affaef567b8979ed6273f336c8d99fe4439 +SIZE (xpi/firefox-i18n-50.0.1/mai.xpi) = 497920 +SHA256 (xpi/firefox-i18n-50.0.1/mk.xpi) = 0f2341bbc3e25b779853021b6a1650ce6e06c950c0789107c38f80e6c7ba356c +SIZE (xpi/firefox-i18n-50.0.1/mk.xpi) = 494591 +SHA256 (xpi/firefox-i18n-50.0.1/ml.xpi) = 0426e6bb6cab6522e792e884b5987889848c033c090461dd3e0723369f170ea1 +SIZE (xpi/firefox-i18n-50.0.1/ml.xpi) = 514614 +SHA256 (xpi/firefox-i18n-50.0.1/mr.xpi) = 9ea7d1b8a364c66f65ffd80e80958c235fe35cba7eaa26dac01ed2515b06ec44 +SIZE (xpi/firefox-i18n-50.0.1/mr.xpi) = 498731 +SHA256 (xpi/firefox-i18n-50.0.1/ms.xpi) = eda2ff45bc7322e8ce44fb1ff078ddf66ba13ed36bcc847fbb08248b271c5938 +SIZE (xpi/firefox-i18n-50.0.1/ms.xpi) = 433891 +SHA256 (xpi/firefox-i18n-50.0.1/nb-NO.xpi) = b2bbfbad1a840a1da920f02891e12b8acec8b46f54c8eb12ea9c588584d1228a +SIZE (xpi/firefox-i18n-50.0.1/nb-NO.xpi) = 431341 +SHA256 (xpi/firefox-i18n-50.0.1/nl.xpi) = d0b7b491d0d0d164af53806325a084784719691055ac26db377c8439bf85fbe5 +SIZE (xpi/firefox-i18n-50.0.1/nl.xpi) = 429142 +SHA256 (xpi/firefox-i18n-50.0.1/nn-NO.xpi) = ba0d3fed0b86b011539b3580124bde35a1329ea01fbb8912ca07fe004b3daeb5 +SIZE (xpi/firefox-i18n-50.0.1/nn-NO.xpi) = 425414 +SHA256 (xpi/firefox-i18n-50.0.1/or.xpi) = ecafb063e4d5b1c92a3d4d6565d12fd1ab92511ecf12dcc05ac2c0a74c0191be +SIZE (xpi/firefox-i18n-50.0.1/or.xpi) = 495202 +SHA256 (xpi/firefox-i18n-50.0.1/pa-IN.xpi) = 8e03974c601652f525327c1dbfcbcac058b357a4167df59e64127a04997ca1f9 +SIZE (xpi/firefox-i18n-50.0.1/pa-IN.xpi) = 474241 +SHA256 (xpi/firefox-i18n-50.0.1/pl.xpi) = 8f1dbe9d5b3fe4c767edc33c6720a3905f307a234b21e4769116661e6356e9af +SIZE (xpi/firefox-i18n-50.0.1/pl.xpi) = 353777 +SHA256 (xpi/firefox-i18n-50.0.1/pt-BR.xpi) = 060f1971cf917cf3bd64af1dff7a40c7f164ffda2e3ee01344ce992d480916b7 +SIZE (xpi/firefox-i18n-50.0.1/pt-BR.xpi) = 438616 +SHA256 (xpi/firefox-i18n-50.0.1/pt-PT.xpi) = c79ea4b0db3ecf6c2530dc0488be17aac42f55f71b9c73f84af72bce5ae44c42 +SIZE (xpi/firefox-i18n-50.0.1/pt-PT.xpi) = 433533 +SHA256 (xpi/firefox-i18n-50.0.1/rm.xpi) = aaab6c7cf66499cc23ec64c4e14361b9fc807aff06cfac1a3c835aed49f96127 +SIZE (xpi/firefox-i18n-50.0.1/rm.xpi) = 431604 +SHA256 (xpi/firefox-i18n-50.0.1/ro.xpi) = 54a3d837f402f6edea364c8ae5059e0e09fd6ce253a32deb25308fcaee3c8958 +SIZE (xpi/firefox-i18n-50.0.1/ro.xpi) = 445557 +SHA256 (xpi/firefox-i18n-50.0.1/ru.xpi) = 523b0686fd3cb2ab6976dde54d34b6d24436393933fbcf8dfee3c436973faa9e +SIZE (xpi/firefox-i18n-50.0.1/ru.xpi) = 390433 +SHA256 (xpi/firefox-i18n-50.0.1/si.xpi) = 930220e20d06d9d48bdfdc05e4064b62f2e2ecbc7584dfdbc568fb89f3215ef5 +SIZE (xpi/firefox-i18n-50.0.1/si.xpi) = 486232 +SHA256 (xpi/firefox-i18n-50.0.1/sk.xpi) = 214d84f939982ee440131b78a140cf459e0879795e8ef345f0a0a3b3cf2cdef2 +SIZE (xpi/firefox-i18n-50.0.1/sk.xpi) = 452175 +SHA256 (xpi/firefox-i18n-50.0.1/sl.xpi) = 1a59ddd3c90cbb591807fc4d4519f241418169168632031e22bcc0553f855c26 +SIZE (xpi/firefox-i18n-50.0.1/sl.xpi) = 430207 +SHA256 (xpi/firefox-i18n-50.0.1/son.xpi) = 25d80673d2e528edcad232dc96a83323f1d28a36348264680ebd15daa510921f +SIZE (xpi/firefox-i18n-50.0.1/son.xpi) = 433273 +SHA256 (xpi/firefox-i18n-50.0.1/sq.xpi) = 465a3524d618bfd4700fc20053f9d6ff22677d15dde6d74bac047f3d7a59973a +SIZE (xpi/firefox-i18n-50.0.1/sq.xpi) = 449092 +SHA256 (xpi/firefox-i18n-50.0.1/sr.xpi) = 96bb8de859fed3244b2e69b99d0cf4042debcb70987395f5cbec6f2b7f9f7cd7 +SIZE (xpi/firefox-i18n-50.0.1/sr.xpi) = 459593 +SHA256 (xpi/firefox-i18n-50.0.1/sv-SE.xpi) = dc243a270440084bc28d32980a333f1730408c006f9a8dc0956ca0077ef1dfcd +SIZE (xpi/firefox-i18n-50.0.1/sv-SE.xpi) = 438327 +SHA256 (xpi/firefox-i18n-50.0.1/ta.xpi) = 1334559d450d2cdb1045bfe366b2869d4459666db74a0716cf82965b00fca200 +SIZE (xpi/firefox-i18n-50.0.1/ta.xpi) = 489666 +SHA256 (xpi/firefox-i18n-50.0.1/te.xpi) = 411ebaba7844a8e527a7f832a90eb585de5b02ccbb4ac92df66a6de4f6db343a +SIZE (xpi/firefox-i18n-50.0.1/te.xpi) = 515620 +SHA256 (xpi/firefox-i18n-50.0.1/th.xpi) = 00ebaf72ec2b02572962b7b8613aa6fbb2e090a3f60624fb35d9756262083066 +SIZE (xpi/firefox-i18n-50.0.1/th.xpi) = 484870 +SHA256 (xpi/firefox-i18n-50.0.1/tr.xpi) = d77f15f40b53c880cd78694c58df3efce5b413f78fcaf27253f7db43b9ac5393 +SIZE (xpi/firefox-i18n-50.0.1/tr.xpi) = 440603 +SHA256 (xpi/firefox-i18n-50.0.1/uk.xpi) = 5adb8c028f275f6284738a4deb7f56efd0399090da1ebf187c0565201e4178d8 +SIZE (xpi/firefox-i18n-50.0.1/uk.xpi) = 490968 +SHA256 (xpi/firefox-i18n-50.0.1/uz.xpi) = 1844b6b5e04a2fc1357dfd07aee43b408d45fb872333db0c0a42fa57b88c5873 +SIZE (xpi/firefox-i18n-50.0.1/uz.xpi) = 444775 +SHA256 (xpi/firefox-i18n-50.0.1/vi.xpi) = 1881c8ce77d63f0a1d36cbe5ee71d1166e2e7e6b1f4037199dacae0ebf1b34ff +SIZE (xpi/firefox-i18n-50.0.1/vi.xpi) = 447654 +SHA256 (xpi/firefox-i18n-50.0.1/xh.xpi) = b6d431fed3eec645634910f1740d4a425a7290bf4466d0db6e62b690e89828dc +SIZE (xpi/firefox-i18n-50.0.1/xh.xpi) = 437879 +SHA256 (xpi/firefox-i18n-50.0.1/zh-CN.xpi) = f89eb00952db3f8c671ab0f170b722738531ea96cc6ffbcfc63bf8d6dfc849dc +SIZE (xpi/firefox-i18n-50.0.1/zh-CN.xpi) = 457903 +SHA256 (xpi/firefox-i18n-50.0.1/zh-TW.xpi) = 25059c23241124cc23544eb142ed95e6af65d43acd25940173d9e604641e5576 +SIZE (xpi/firefox-i18n-50.0.1/zh-TW.xpi) = 469092 diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5e0290e1afa3..dd9b9898b362 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 50.0 +DISTVERSION= 50.0.1 DISTVERSIONSUFFIX=.source -PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -48,16 +47,11 @@ MOZ_OPTIONS= --enable-application=browser \ --enable-official-branding OPTIONS_DEFINE= RUST -OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}_${ARCH}} - +OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 +OPTIONS_EXCLUDE_FreeBSD_9= RUST # XXX lang/rust currently builds only on these platforms -OPTIONS_DEFAULT_DragonFly_4_x86_64= RUST -OPTIONS_DEFAULT_FreeBSD_10_amd64= RUST -OPTIONS_DEFAULT_FreeBSD_10_i386= RUST -OPTIONS_DEFAULT_FreeBSD_11_amd64= RUST -OPTIONS_DEFAULT_FreeBSD_11_i386= RUST -OPTIONS_DEFAULT_FreeBSD_12_amd64= RUST -OPTIONS_DEFAULT_FreeBSD_12_i386= RUST +OPTIONS_DEFAULT_amd64= RUST +OPTIONS_DEFAULT_i386= RUST OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 6e79bfa85c94..79581cdaf1f7 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478356493 -SHA256 (firefox-50.0.source.tar.xz) = 5da027350aee148dc62cc1ca897db30510be87ca8eab5e67a7adc7a2479b8616 -SIZE (firefox-50.0.source.tar.xz) = 195792488 +TIMESTAMP = 1479975719 +SHA256 (firefox-50.0.1.source.tar.xz) = a15a6b9fdf58dd5f9095fd502777fcec5523805643b890013a71f698a6576fa6 +SIZE (firefox-50.0.1.source.tar.xz) = 195469112 diff --git a/www/gecko-sharp20/Makefile b/www/gecko-sharp20/Makefile deleted file mode 100644 index 09310d50ce0d..000000000000 --- a/www/gecko-sharp20/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Tom McLaughlin -# $FreeBSD$ - -PORTNAME= gecko-sharp -PORTVERSION= 0.13 -PORTREVISION= 9 -PKGNAMESUFFIX= 20 -CATEGORIES= www -MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}2/ -DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} - -MAINTAINER= mono@FreeBSD.org -COMMENT= Mono bindings to embed Mozilla - -BROKEN= Does not compile against recent mono -DEPRECATED= Broken, no upstream found and no release in 8 years -EXPIRATION_DATE=2016-11-27 - -USE_GNOME= gtksharp20 -USES= gmake mono pathfix pkgconfig gecko tar:bzip2 -GNU_CONFIGURE= yes - -.include diff --git a/www/gecko-sharp20/distinfo b/www/gecko-sharp20/distinfo deleted file mode 100644 index 2f1b27a85d62..000000000000 --- a/www/gecko-sharp20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gecko-sharp-2.0-0.13.tar.bz2) = bebeedccfa4c6bdf9cc465b0ecb80008b1dfb46980e90d59a3915a28f5186639 -SIZE (gecko-sharp-2.0-0.13.tar.bz2) = 166456 diff --git a/www/gecko-sharp20/files/patch-configure b/www/gecko-sharp20/files/patch-configure deleted file mode 100644 index 1795977065da..000000000000 --- a/www/gecko-sharp20/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri May 13 19:46:41 2005 -+++ configure Mon May 16 20:24:13 2005 -@@ -2681,7 +2681,7 @@ - { (exit 1); exit 1; }; } - fi - --GACUTIL_FLAGS='/package gecko-sharp-2.0 /gacdir $(DESTDIR)$(prefix)/lib' -+GACUTIL_FLAGS='/package gecko-sharp-2.0 /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)' - - - winbuild=no diff --git a/www/gecko-sharp20/pkg-descr b/www/gecko-sharp20/pkg-descr deleted file mode 100644 index ef3278412c9e..000000000000 --- a/www/gecko-sharp20/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -C# language binding for the gtkembedmoz widget. You can use it to embed -mozilla into C# programs. diff --git a/www/gecko-sharp20/pkg-plist b/www/gecko-sharp20/pkg-plist deleted file mode 100644 index 0c4f1ac5e41a..000000000000 --- a/www/gecko-sharp20/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -lib/mono/gac/gecko-sharp/2.0.0.0__ccf7d78a55e9f021/gecko-sharp.dll -lib/mono/gac/gecko-sharp/2.0.0.0__ccf7d78a55e9f021/gecko-sharp.dll.config -lib/mono/gecko-sharp-2.0/gecko-sharp.dll -lib/monodoc/sources/gecko-sharp-docs.zip -lib/monodoc/sources/gecko-sharp-docs.tree -lib/monodoc/sources/gecko-sharp-docs.source -libdata/pkgconfig/gecko-sharp-2.0.pc diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 1e0765f75f82..903eab6ae8bd 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdewebdev PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/www/lynx-current/files/patch-WWW_Library_Implementation_HTTP.c b/www/lynx-current/files/patch-WWW_Library_Implementation_HTTP.c new file mode 100644 index 000000000000..20d2e29fcf9c --- /dev/null +++ b/www/lynx-current/files/patch-WWW_Library_Implementation_HTTP.c @@ -0,0 +1,11 @@ +--- WWW/Library/Implementation/HTTP.c.orig 2016-11-23 16:45:25 UTC ++++ WWW/Library/Implementation/HTTP.c +@@ -926,7 +926,7 @@ static int HTLoadHTTP(const char *arg, + #elif SSLEAY_VERSION_NUMBER >= 0x0900 + #ifndef USE_NSS_COMPAT_INCL + if (!try_tls) { +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + SSL_set_min_proto_version(handle, TLS1_1_VERSION); + #else + SSL_set_options(handle, SSL_OP_NO_TLSv1); diff --git a/www/mod_http2-devel/Makefile b/www/mod_http2-devel/Makefile index 16ec81e6f517..8ed1f6e75121 100644 --- a/www/mod_http2-devel/Makefile +++ b/www/mod_http2-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/mod_http2-devel/distinfo b/www/mod_http2-devel/distinfo index 6bc3040b9473..bd601c891d1f 100644 --- a/www/mod_http2-devel/distinfo +++ b/www/mod_http2-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479129899 -SHA256 (icing-mod_h2-v1.8.0_GH0.tar.gz) = 554ae78c64b390d068f0c5e875aaee3d0cf2594be53ac9712be722e81008e53f -SIZE (icing-mod_h2-v1.8.0_GH0.tar.gz) = 193283 +TIMESTAMP = 1479992613 +SHA256 (icing-mod_h2-v1.8.2_GH0.tar.gz) = 108e3186d3c3c6b20d8be6a6fea9aa58a66051e82b6e791f384121e9280987bb +SIZE (icing-mod_h2-v1.8.2_GH0.tar.gz) = 193842 diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index 2d71f6d86490..d259361fd3c4 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -25,9 +25,8 @@ BUILD_DEPENDS= python:lang/python \ bash:shells/bash ONLY_FOR_ARCHS= amd64 i386 -USE_OPENSSL= yes USE_APACHE= 22 -USES= compiler execinfo gmake python:2 tar:xz +USES= compiler execinfo gmake python:2 ssl tar:xz REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src @@ -85,6 +84,10 @@ MAKE_ENV+= BUILDTYPE=${BUILDTYPE} .include +.if ${SSL_DEFAULT:Mlibressl*} +IGNORE= ${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2 +.endif + .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 CXXFLAGS+= -Wno-unused-local-typedef .endif diff --git a/www/mod_spdy/pkg-descr b/www/mod_spdy/pkg-descr index 604093c61acb..eb1851cf4a21 100644 --- a/www/mod_spdy/pkg-descr +++ b/www/mod_spdy/pkg-descr @@ -3,4 +3,4 @@ Apache HTTPD web server. Because mod_spdy is an Apache module, it can be loaded into currently deployed Apache HTTPD 2.x web servers using mod_so. -WWW: http://code.google.com/p/mod-spdy/ +WWW: https://developers.google.com/speed/spdy/mod_spdy/ diff --git a/www/mysar/Makefile b/www/mysar/Makefile index 376cb2e94bdd..461000af7a86 100644 --- a/www/mysar/Makefile +++ b/www/mysar/Makefile @@ -11,10 +11,13 @@ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MySQL Squid Access Report +LICENSE= GPLv2 +LICENSE_FILE= ${WRKROOT}/COPYING + BUILD_DEPENDS= bash:shells/bash WRKROOT= ${WRKDIR}/${PORTNAME:tl} -WRKSRC= ${WRKROOT}/bin/mysar-binary-importer/ +WRKSRC= ${WRKROOT}/bin/mysar-binary-importer GNU_CONFIGURE= yes USE_MYSQL= yes USE_PHP= mysql pcre @@ -31,26 +34,26 @@ SUB_LIST= MYSARDIR=${MYSARDIR} PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: - ${CHMOD} +x ${WRKSRC}/config/* + @${CHMOD} +x ${WRKSRC}/config/* post-patch: - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/usr/local/mysar/,${MYSARDIR},g' \ ${WRKROOT}/etc/mysar.cron - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/usr/local/mysar/,${MYSARDIR},g' \ ${WRKROOT}/etc/mysar.apache - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/usr/bin/php,${LOCALBASE}/bin/php,g' \ -e 's,\([=,. ]\)mktime(),\1time(),g' \ `find ${WRKROOT}/bin -type f` - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's,/bin/sh,${LOCALBASE}/bin/bash,g' \ `find ${WRKROOT}/bin/mysar-binary-importer -type f` - ${FIND} ${WRKROOT} -name *.orig -delete - ${FIND} ${WRKROOT} -name *.bak -delete + @${FIND} ${WRKROOT} -name *.orig -delete + @${FIND} ${WRKROOT} -name *.bak -delete do-install: ${MV} ${WRKSRC} ${WRKROOT} diff --git a/www/mysar/files/patch-bin_mysar-binary-importer_configure b/www/mysar/files/patch-bin_mysar-binary-importer_configure index 6d661d89ed20..222935bca2ee 100644 --- a/www/mysar/files/patch-bin_mysar-binary-importer_configure +++ b/www/mysar/files/patch-bin_mysar-binary-importer_configure @@ -1,6 +1,6 @@ ---- configure.orig 2008-04-28 12:03:38.000000000 +0000 -+++ configure 2008-04-28 12:03:54.000000000 +0000 -@@ -569,7 +569,7 @@ +--- configure.orig 2007-08-17 09:05:19 UTC ++++ configure +@@ -569,7 +569,7 @@ cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile index e5b09fe55da5..c87776e9aac9 100644 --- a/www/mythplugin-mythweb/Makefile +++ b/www/mythplugin-mythweb/Makefile @@ -11,17 +11,19 @@ PKGNAMEPREFIX= mythplugin- MAINTAINER= ports@FreeBSD.org COMMENT= Frontend for scheduling and managing recordings on your MythTV Box +LICENSE= GPLv2 + RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql USE_GITHUB= yes GH_ACCOUNT= MythTV -NO_BUILD= yes USES= php shebangfix USE_PHP= spl session mysql pcre posix json - SHEBANG_FILES= mythweb.pl modules/_shared/lang/build_translation.pl \ modules/coverart/handler.pl modules/stream/*.pl +NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message REINPLACE_ARGS= -i "" @@ -31,12 +33,7 @@ OPTIONS_DEFINE= APACHE LIGHTTPD OPTIONS_DEFAULT= APACHE LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd - -.include - -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ -.endif +APACHE_USE= APACHE_RUN=22+ post-patch: @${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \ diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 478345a4f399..cda22490fe02 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.16.1 +PORTVERSION= 1.17.0 DISTVERSIONPREFIX= v CATEGORIES= www net @@ -37,7 +37,7 @@ PORTDOCS= * USE_GITHUB= yes -APP_BUILD_DEPENDS= libev>=4.15:devel/libev +APP_BUILD_DEPENDS= libev>=4.11:devel/libev APP_CONFIGURE_OFF= --without-libxml2 APP_CONFIGURE_ENABLE= app APP_LIB_DEPENDS= libev.so:devel/libev @@ -47,9 +47,10 @@ ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs ASIO_RUN_DEPENDS= boost-libs>=1.54.0:devel/boost-libs +HPACK_BUILD_DEPENDS= jansson>=2.5:devel/jansson HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson -SPDY_BUILD_DEPENDS= spdylay>=1.3.0:www/spdylay +SPDY_BUILD_DEPENDS= spdylay>=1.3.2:www/spdylay SPDY_CONFIGURE_WITH= spdylay SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index ead3d99810cf..00191cdbf5d3 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479405356 -SHA256 (nghttp2-nghttp2-v1.16.1_GH0.tar.gz) = 535a6017a7624a7d37a0d721bfe1b14341c963b38fa22540515533516b81e83b -SIZE (nghttp2-nghttp2-v1.16.1_GH0.tar.gz) = 1692484 +TIMESTAMP = 1480231536 +SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499 +SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346 diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index 2a496c06103e..1c60023ea3ba 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -13,7 +13,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.12.1 +lib/libnghttp2.so.14.12.2 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.1 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index d576f02eb4d3..5b1977ea7883 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.11.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -751,17 +752,15 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_sticky_misc.c .if ${PORT_OPTIONS:MHTTP_VIDEO_THUMBEXTRACTOR} NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.7.0 -LIB_DEPENDS+= libjpeg.so:graphics/jpeg \ - libavformat.so:multimedia/ffmpeg \ +LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ libavcodec.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ - libswscale.so:multimedia/ffmpeg \ - ${IMAGEMAGICK_LIB_DEPENDS} + libswscale.so:multimedia/ffmpeg +USES+= jpeg GH_ACCOUNT+= wandenberg:vte GH_PROJECT+= nginx-video-thumbextractor-module:vte GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte -CONFIGURE_ARGS+=--add-module=${WRKSRC_vte} --with-cc-opt="-I ${LOCALBASE}/include \ - -I ${LOCALBASE}/include/ImageMagick" +CONFIGURE_ARGS+=--add-module=${WRKSRC_vte} .endif .if ${PORT_OPTIONS:MHTTP_XSLT} @@ -871,6 +870,7 @@ LIB_DEPENDS+= libapr-1.so:devel/apr1 \ libyajl.so:devel/yajl USE_APACHE= 22+ USE_GNOME+= libxml2 +USES+= pkgconfig shebangfix MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION:S/RC/rc/}/:modsecurity DISTFILES+= modsecurity-${NGINX_MODSECURITY_VERSION}.tar.gz:modsecurity CONFIGURE_ARGS+=--add-module=${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION}/nginx/modsecurity @@ -1054,7 +1054,7 @@ CONFIGURE_ARGS+=--with-http_v2_module .if ${PORT_OPTIONS:MNJS} GH_ACCOUNT+= nginx:njs GH_PROJECT+= njs:njs -GH_TAGNAME+= ee84984:njs +GH_TAGNAME+= 8c01042:njs .if !empty(PORT_OPTIONS:MDSO) CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_njs}/nginx .else @@ -1283,7 +1283,9 @@ post-patch: pre-configure: .if ${PORT_OPTIONS:MMODSECURITY} ( cd ${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION} && \ - CC="${CC}" ${CONFIGURE_CMD} --enable-standalone-module && \ + CC="${CC}" ${CONFIGURE_CMD} --enable-standalone-module \ + --with-pcre=${LOCALBASE} --with-yajl=${LOCALBASE} \ + --with-curl=${LOCALBASE} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ) .endif .if ${PORT_OPTIONS:MSMALL_LIGHT} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 5c6ea4ac1728..3ba4742d18ae 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -127,8 +127,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = de784142d867a35ecc5443fa3 SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477 -SHA256 (nginx-njs-ee84984_GH0.tar.gz) = 5ab1274aa3130cb225d5662afac2caecfd1ff8182c0709c3a2e9c7cfb5124536 -SIZE (nginx-njs-ee84984_GH0.tar.gz) = 184701 +SHA256 (nginx-njs-8c01042_GH0.tar.gz) = f35e9ed1a90d4afc552b1dca32006cb81c2210f27da5c016d518b64ff4c77df6 +SIZE (nginx-njs-8c01042_GH0.tar.gz) = 184967 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 SHA256 (google-ngx_brotli-ada972b_GH0.tar.gz) = d3d0e22a2629cd017280e05bd3bf05aa7b5c820ebe8c79932ce161243911e776 diff --git a/www/node7/Makefile b/www/node7/Makefile index fad427c85099..8cbdf1819242 100644 --- a/www/node7/Makefile +++ b/www/node7/Makefile @@ -2,6 +2,7 @@ PORTNAME= node PORTVERSION= 7.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -13,9 +14,18 @@ COMMENT= V8 JavaScript for client and server (7.x) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS +OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE +OPTIONS_DEFAULT= DTRACE OPTIONS_SUB= yes +.if !exists(/usr/sbin/dtrace) +OPTIONS_EXCLUDE+= DTRACE +.endif + +OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE +OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE +OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} + BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl @@ -23,7 +33,9 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig localbase +USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ + localbase shebangfix + HAS_CONFIGURE= yes USE_LDCONFIG= yes @@ -36,6 +48,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --shared-libuv \ --shared-zlib +SHEBANG_FILES= tools/specialize_node_d.py tools/genv8constants.py + PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} @@ -71,6 +85,13 @@ CONFIGURE_ARGS= --openssl-no-asm CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif +.if ${PORT_OPTIONS:MDTRACE} +PLIST_SUB+= DTRACE="" +CONFIGURE_ARGS+= --with-dtrace +.else +PLIST_SUB+= DTRACE="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/src/v8.gyp diff --git a/www/node7/pkg-plist b/www/node7/pkg-plist index 000f990cad52..27b55164367d 100644 --- a/www/node7/pkg-plist +++ b/www/node7/pkg-plist @@ -110,6 +110,7 @@ include/node/v8-util.h include/node/v8-version.h include/node/v8.h include/node/v8config.h +%%DTRACE%%lib/dtrace/node.d @(,,444) man/man1/node.1.gz %%PORTDOCS%%%%DOCSDIR%%/gdbinit share/systemtap/tapset/node.stp diff --git a/www/p5-CGI-Fast/Makefile b/www/p5-CGI-Fast/Makefile index edc09edfbc82..8ef27ff614c6 100644 --- a/www/p5-CGI-Fast/Makefile +++ b/www/p5-CGI-Fast/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CGI-Fast -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LEEJO diff --git a/www/p5-CGI-Fast/distinfo b/www/p5-CGI-Fast/distinfo index e25dbbd64553..7217fb494159 100644 --- a/www/p5-CGI-Fast/distinfo +++ b/www/p5-CGI-Fast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554445 -SHA256 (CGI-Fast-2.11.tar.gz) = c22d5dfbac2a5044863d2abce2bb04e911fedca193e950f9b8c764202c655901 -SIZE (CGI-Fast-2.11.tar.gz) = 8662 +TIMESTAMP = 1479918947 +SHA256 (CGI-Fast-2.12.tar.gz) = c3a3147dd6ef7236a1984653833e9af169cb548ff3cb655821b06f7139464387 +SIZE (CGI-Fast-2.12.tar.gz) = 8807 diff --git a/www/p5-HTTP-Cookies-Mozilla/Makefile b/www/p5-HTTP-Cookies-Mozilla/Makefile index 8c856de39d24..f694b29becea 100644 --- a/www/p5-HTTP-Cookies-Mozilla/Makefile +++ b/www/p5-HTTP-Cookies-Mozilla/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Cookies-Mozilla -PORTVERSION= 2.03 -PORTREVISION= 3 +PORTVERSION= 2.032 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +13,12 @@ COMMENT= Cookie storage and management for Mozilla LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies +BUILD_DEPENDS= p5-HTTP-Cookies>=1.25:www/p5-HTTP-Cookies RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Text-Diff>=0:textproc/p5-Text-Diff \ sqlite3:databases/sqlite3 +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/www/p5-HTTP-Cookies-Mozilla/distinfo b/www/p5-HTTP-Cookies-Mozilla/distinfo index c2c3cabbd61e..243ffc3d8d32 100644 --- a/www/p5-HTTP-Cookies-Mozilla/distinfo +++ b/www/p5-HTTP-Cookies-Mozilla/distinfo @@ -1,2 +1,3 @@ -SHA256 (HTTP-Cookies-Mozilla-2.03.tar.gz) = aea6d4943773e0fbcac20b5f4927aa8ac8c051f2760ca490f16215a09d159276 -SIZE (HTTP-Cookies-Mozilla-2.03.tar.gz) = 7116 +TIMESTAMP = 1480231555 +SHA256 (HTTP-Cookies-Mozilla-2.032.tar.gz) = b05e562b711e610907e0eb9e35c20b600ede928b89b506329615127885981f64 +SIZE (HTTP-Cookies-Mozilla-2.032.tar.gz) = 13052 diff --git a/www/p5-HTTP-Cookies-Mozilla/pkg-plist b/www/p5-HTTP-Cookies-Mozilla/pkg-plist index 2fb8fb1e544c..8cdbd5c4d83f 100644 --- a/www/p5-HTTP-Cookies-Mozilla/pkg-plist +++ b/www/p5-HTTP-Cookies-Mozilla/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTTP::Cookies::Mozilla.3.gz %%SITE_PERL%%/HTTP/Cookies/Mozilla.pm +%%PERL5_MAN3%%/HTTP::Cookies::Mozilla.3.gz diff --git a/www/p5-WebDriver-Tiny/Makefile b/www/p5-WebDriver-Tiny/Makefile index 2872c2c00e0e..faf00cb40a0e 100644 --- a/www/p5-WebDriver-Tiny/Makefile +++ b/www/p5-WebDriver-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebDriver-Tiny -PORTVERSION= 0.004 +PORTVERSION= 0.005 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CVLIBRARY @@ -13,6 +13,7 @@ COMMENT= Selenium 2.0 bindings for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep @@ -20,8 +21,7 @@ USES= perl5 USE_PERL5= modbuildtiny NO_ARCH= yes -post-install: -# No need for these - @${FIND} ${STAGEDIR} -name '*.pod' -delete +post-extract: + @${FIND} ${WRKSRC}/lib/ -name '*.pod' -delete .include diff --git a/www/p5-WebDriver-Tiny/distinfo b/www/p5-WebDriver-Tiny/distinfo index 2aba10ce94a2..40aa8acda5dd 100644 --- a/www/p5-WebDriver-Tiny/distinfo +++ b/www/p5-WebDriver-Tiny/distinfo @@ -1,2 +1,3 @@ -SHA256 (WebDriver-Tiny-0.004.tar.gz) = 6791ea3fa3ef41d6f51d76a527883d9ac105ee66abee61c6281d7f35ecb5080b -SIZE (WebDriver-Tiny-0.004.tar.gz) = 25265 +TIMESTAMP = 1479918956 +SHA256 (WebDriver-Tiny-0.005.tar.gz) = 86a22ed2032c648702b92e5b60ecad0861d74c4751ad92a38f65dc8055360243 +SIZE (WebDriver-Tiny-0.005.tar.gz) = 25340 diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile index f93f03758b97..f559575e702d 100644 --- a/www/py-flexget/Makefile +++ b/www/py-flexget/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.5.21 +PORTVERSION= 2.6.5 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP diff --git a/www/py-flexget/distinfo b/www/py-flexget/distinfo index 097ff0e5ce37..38a2307b1ccc 100644 --- a/www/py-flexget/distinfo +++ b/www/py-flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478963838 -SHA256 (FlexGet-2.5.21.tar.gz) = b91b21fe406cea6142e34d89e6826e560e73210578b11db0bc50071177411ee5 -SIZE (FlexGet-2.5.21.tar.gz) = 2598260 +TIMESTAMP = 1480058150 +SHA256 (FlexGet-2.6.5.tar.gz) = a8808a12e66e153d5784e383cd0bcaa5ffe4c32bd1f754ff2fcb99659b370740 +SIZE (FlexGet-2.6.5.tar.gz) = 2611142 diff --git a/www/tengine/Makefile b/www/tengine/Makefile index 9bec88895085..6bd615a3fa8f 100644 --- a/www/tengine/Makefile +++ b/www/tengine/Makefile @@ -456,6 +456,7 @@ LIB_DEPENDS+= libavformat.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ libMagickWand-6.so:graphics/ImageMagick USES+= jpeg +BROKEN= fatal error: 'wand/magick_wand.h' file not found NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.2.0 GH_ACCOUNT+= wandenberg:videothumbextractor GH_PROJECT+= nginx-video-thumbextractor-module:videothumbextractor diff --git a/www/typo3-lts/Makefile b/www/typo3-lts/Makefile index 06ce611db603..af458c663b0e 100644 --- a/www/typo3-lts/Makefile +++ b/www/typo3-lts/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.2.28 +PORTVERSION= 6.2.29 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts diff --git a/www/typo3-lts/distinfo b/www/typo3-lts/distinfo index 522d9225fbe7..90e0edc096fc 100644 --- a/www/typo3-lts/distinfo +++ b/www/typo3-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478742582 -SHA256 (typo3_src-6.2.28.tar.gz) = 5063c586b292a057db539fe32022119f2ec42d234c51ad3018826d78a45d91ed -SIZE (typo3_src-6.2.28.tar.gz) = 20954064 +TIMESTAMP = 1479978039 +SHA256 (typo3_src-6.2.29.tar.gz) = 2803a89698ea8fe776aa177660db6c0ddd1b2a3a034c5724f25e0cd3017e26e1 +SIZE (typo3_src-6.2.29.tar.gz) = 20953633 diff --git a/www/typo3/Makefile b/www/typo3/Makefile index b01784dba66c..c3e80e199c64 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.12 +PORTVERSION= 7.6.13 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff --git a/www/typo3/distinfo b/www/typo3/distinfo index c1c595771915..c52bf9e57320 100644 --- a/www/typo3/distinfo +++ b/www/typo3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478745201 -SHA256 (typo3_src-7.6.12.tar.gz) = e7f479bfbd9498ce0c5465656f99bccb0487a2dc7fb37855a0702e630c5a5c0f -SIZE (typo3_src-7.6.12.tar.gz) = 21568995 +TIMESTAMP = 1479978109 +SHA256 (typo3_src-7.6.13.tar.gz) = 01bba6656e04af18cfbb81e537d1958e0821511500ac7a3a6ad31593092a6b90 +SIZE (typo3_src-7.6.13.tar.gz) = 21585533 diff --git a/www/wt/Makefile b/www/wt/Makefile index a2eba0fb40be..0c1c7cec28f6 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -3,6 +3,7 @@ PORTNAME= wt PORTVERSION= 3.3.6 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= info@babaei.net diff --git a/www/xpi-adblock_plus/Makefile b/www/xpi-adblock_plus/Makefile index 3ac89a02360e..32781bdf980c 100644 --- a/www/xpi-adblock_plus/Makefile +++ b/www/xpi-adblock_plus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adblock_plus -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 DISTVERSIONSUFFIX= -an+fx+sm+tb CATEGORIES= www diff --git a/www/xpi-adblock_plus/distinfo b/www/xpi-adblock_plus/distinfo index b786a82880d8..b37da447cd43 100644 --- a/www/xpi-adblock_plus/distinfo +++ b/www/xpi-adblock_plus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477900614 -SHA256 (xpi/adblock_plus-2.8.1-an+fx+sm+tb.xpi) = 93200b6f1215b14f296771d701c7b224f62d2921f9e8d7870611a02f1cf4099b -SIZE (xpi/adblock_plus-2.8.1-an+fx+sm+tb.xpi) = 1054986 +TIMESTAMP = 1480255438 +SHA256 (xpi/adblock_plus-2.8.2-an+fx+sm+tb.xpi) = 2de5616ae0ad17fd6345c6f8f8ec5bd8a8db1bdf8d8dad9995857ad2d6454306 +SIZE (xpi/adblock_plus-2.8.2-an+fx+sm+tb.xpi) = 1055311 diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile index e39449353627..263db59cd707 100644 --- a/x11-clocks/stopwatch/Makefile +++ b/x11-clocks/stopwatch/Makefile @@ -11,14 +11,17 @@ DISTNAME= stopwatch MAINTAINER= ports@FreeBSD.org COMMENT= Stopwatch enables hand timing much like a physical stopwatch +LICENSE= PD + WRKSRC= ${WRKDIR}/${PORTNAME}-3.4 USES= tk:run NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/stopwatch post-patch: - ${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch + @${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch do-install: ${INSTALL_SCRIPT} ${WRKSRC}/stopwatch ${STAGEDIR}${PREFIX}/bin diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 52c59272522c..1be02c2f7ce5 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -165,6 +165,7 @@ SUBDIR += showfont SUBDIR += sourcecodepro-ttf SUBDIR += sourcesanspro-ttf + SUBDIR += sourceserifpro-ttf SUBDIR += stix-fonts SUBDIR += suxus SUBDIR += symbola diff --git a/x11-fonts/sourcecodepro-ttf/Makefile b/x11-fonts/sourcecodepro-ttf/Makefile index ec30af287cad..afef2a198c74 100644 --- a/x11-fonts/sourcecodepro-ttf/Makefile +++ b/x11-fonts/sourcecodepro-ttf/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= sourcecodepro-ttf -PORTVERSION= 2.010 -DISTVERSIONSUFFIX= R-ro/1.030R-it +PORTVERSION= 2.030 +DISTVERSIONSUFFIX= R-ro/1.050R-it CATEGORIES= x11-fonts MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of fonts by Adobe designed for coders LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes NO_BUILD= yes -USE_XORG= x11 USES= fonts FONTNAME= SourceCodePro diff --git a/x11-fonts/sourcecodepro-ttf/distinfo b/x11-fonts/sourcecodepro-ttf/distinfo index c901fd41d204..15e558192e65 100644 --- a/x11-fonts/sourcecodepro-ttf/distinfo +++ b/x11-fonts/sourcecodepro-ttf/distinfo @@ -1,2 +1,3 @@ -SHA256 (adobe-fonts-source-code-pro-2.010R-ro-1.030R-it_GH0.tar.gz) = fcb82b3becff6dbc6440d6e03c1edca410a912d616088205bf1dff96fb93918b -SIZE (adobe-fonts-source-code-pro-2.010R-ro-1.030R-it_GH0.tar.gz) = 7682189 +TIMESTAMP = 1480143678 +SHA256 (adobe-fonts-source-code-pro-2.030R-ro-1.050R-it_GH0.tar.gz) = a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b +SIZE (adobe-fonts-source-code-pro-2.030R-ro-1.050R-it_GH0.tar.gz) = 8245124 diff --git a/x11-fonts/sourcesanspro-ttf/Makefile b/x11-fonts/sourcesanspro-ttf/Makefile index d84817078f08..724c20ae9c81 100644 --- a/x11-fonts/sourcesanspro-ttf/Makefile +++ b/x11-fonts/sourcesanspro-ttf/Makefile @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= sourcesanspro-ttf -PORTVERSION= 1.075 -DISTVERSIONPREFIX= 2.020R-ro/ -DISTVERSIONSUFFIX= R-it +PORTVERSION= 2.020 +DISTVERSIONSUFFIX= R-ro/1.075R-it CATEGORIES= x11-fonts MAINTAINER= office@FreeBSD.org COMMENT= Set of fonts by Adobe designed for user interfaces LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= adobe-fonts @@ -19,7 +19,6 @@ GH_PROJECT= source-sans-pro NO_ARCH= yes NO_BUILD= yes USES= fonts -USE_XORG= x11 FONTNAME= SourceSansPro SUB_FILES= pkg-message diff --git a/x11-fonts/sourceserifpro-ttf/Makefile b/x11-fonts/sourceserifpro-ttf/Makefile new file mode 100644 index 000000000000..371bf2924e31 --- /dev/null +++ b/x11-fonts/sourceserifpro-ttf/Makefile @@ -0,0 +1,30 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= sourceserifpro-ttf +PORTVERSION= 1.017 +DISTVERSIONSUFFIX= R +CATEGORIES= x11-fonts + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Set of fonts by Adobe designed for UI + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes +NO_BUILD= yes +USES= fonts + +FONTNAME= SourceSerifPro +SUB_FILES= pkg-message + +GH_ACCOUNT= adobe-fonts +GH_PROJECT= source-serif-pro +USE_GITHUB= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/ + +.include diff --git a/x11-fonts/sourceserifpro-ttf/distinfo b/x11-fonts/sourceserifpro-ttf/distinfo new file mode 100644 index 000000000000..dfb21982dc2b --- /dev/null +++ b/x11-fonts/sourceserifpro-ttf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480144409 +SHA256 (adobe-fonts-source-serif-pro-1.017R_GH0.tar.gz) = 2f4f75b53983a399472e6972829de4e9a4aac76ad70bd111688e50c97d240212 +SIZE (adobe-fonts-source-serif-pro-1.017R_GH0.tar.gz) = 1528897 diff --git a/x11-fonts/sourceserifpro-ttf/files/pkg-message.in b/x11-fonts/sourceserifpro-ttf/files/pkg-message.in new file mode 100644 index 000000000000..58071a80c57f --- /dev/null +++ b/x11-fonts/sourceserifpro-ttf/files/pkg-message.in @@ -0,0 +1,5 @@ +You can start using the fonts by following these instructions: + +Add the following line to the "Files" section of your x.org configuration file: + + FontPath "%%FONTSDIR%%/" diff --git a/x11-fonts/sourceserifpro-ttf/pkg-descr b/x11-fonts/sourceserifpro-ttf/pkg-descr new file mode 100644 index 000000000000..95561e2da9e6 --- /dev/null +++ b/x11-fonts/sourceserifpro-ttf/pkg-descr @@ -0,0 +1,4 @@ +Source Serif Pro is a set of OpenType fonts to complement the Source Sans Pro +family. + +WWW: https://github.com/adobe-fonts/source-serif-pro diff --git a/x11-fonts/sourceserifpro-ttf/pkg-plist b/x11-fonts/sourceserifpro-ttf/pkg-plist new file mode 100644 index 000000000000..aaaa1a76d9eb --- /dev/null +++ b/x11-fonts/sourceserifpro-ttf/pkg-plist @@ -0,0 +1,6 @@ +%%FONTSDIR%%/SourceSerifPro-Black.ttf +%%FONTSDIR%%/SourceSerifPro-Bold.ttf +%%FONTSDIR%%/SourceSerifPro-ExtraLight.ttf +%%FONTSDIR%%/SourceSerifPro-Light.ttf +%%FONTSDIR%%/SourceSerifPro-Regular.ttf +%%FONTSDIR%%/SourceSerifPro-Semibold.ttf diff --git a/x11-themes/gnome-icons-elementary/Makefile b/x11-themes/gnome-icons-elementary/Makefile index a671a46be9c3..df0e5737be74 100644 --- a/x11-themes/gnome-icons-elementary/Makefile +++ b/x11-themes/gnome-icons-elementary/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= elementary -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.1.1 CATEGORIES= x11-themes gnome -MASTER_SITES= https://launchpadlibrarian.net/282260697/ \ +MASTER_SITES= https://launchpadlibrarian.net/294159209/ \ https://launchpad.net/elementaryicons/4.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= gnome-icons- DISTNAME= ${PORTNAME}-icon-theme-${PORTVERSION} @@ -22,7 +22,7 @@ INSTALLS_ICONS= yes do-install: cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/elementary \ - "! -name *\.VolumeIcon*" + "! -name *\.VolumeIcon* ! -name pre-commit" ${FIND} ${STAGEDIR}${PREFIX}/share/icons/elementary/ \ -type d -empty | ${XARGS} ${RMDIR} diff --git a/x11-themes/gnome-icons-elementary/distinfo b/x11-themes/gnome-icons-elementary/distinfo index b5dfcc948a39..a7318a6a3562 100644 --- a/x11-themes/gnome-icons-elementary/distinfo +++ b/x11-themes/gnome-icons-elementary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473782578 -SHA256 (elementary-icon-theme-4.0.1.tar.xz) = 344fdd9c2469a374308d339d17156d735ec57280eb0199f5ca6676ec525b6f31 -SIZE (elementary-icon-theme-4.0.1.tar.xz) = 1498992 +TIMESTAMP = 1479647002 +SHA256 (elementary-icon-theme-4.0.1.1.tar.xz) = e6744ab02dc8abb32919c61f424ceb7fa4b751d3f1befd1f7171be4e932940dc +SIZE (elementary-icon-theme-4.0.1.1.tar.xz) = 1500140 diff --git a/x11-themes/gnome-icons-elementary/pkg-plist b/x11-themes/gnome-icons-elementary/pkg-plist index 5868108aa2f0..54017d7873db 100644 --- a/x11-themes/gnome-icons-elementary/pkg-plist +++ b/x11-themes/gnome-icons-elementary/pkg-plist @@ -746,6 +746,7 @@ share/icons/elementary/apps/32/postscript-viewer.svg share/icons/elementary/apps/32/preferences-desktop-font.svg share/icons/elementary/apps/32/preferences-desktop.svg share/icons/elementary/apps/32/system-file-manager.svg +share/icons/elementary/apps/32/system-os-install.svg share/icons/elementary/apps/32/system-software-install.svg share/icons/elementary/apps/32/system-software-update.svg share/icons/elementary/apps/32/system-users.svg @@ -777,6 +778,7 @@ share/icons/elementary/apps/48/postscript-viewer.svg share/icons/elementary/apps/48/preferences-desktop-font.svg share/icons/elementary/apps/48/preferences-desktop.svg share/icons/elementary/apps/48/system-file-manager.svg +share/icons/elementary/apps/48/system-os-install.svg share/icons/elementary/apps/48/system-software-install.svg share/icons/elementary/apps/48/system-software-update.svg share/icons/elementary/apps/48/system-users.svg @@ -807,6 +809,7 @@ share/icons/elementary/apps/64/postscript-viewer.svg share/icons/elementary/apps/64/preferences-desktop-font.svg share/icons/elementary/apps/64/preferences-desktop.svg share/icons/elementary/apps/64/system-file-manager.svg +share/icons/elementary/apps/64/system-os-install.svg share/icons/elementary/apps/64/system-software-install.svg share/icons/elementary/apps/64/system-software-update.svg share/icons/elementary/apps/64/system-users.svg @@ -1229,6 +1232,7 @@ share/icons/elementary/devices/symbolic/drive-harddisk-usb-symbolic.svg share/icons/elementary/devices/symbolic/drive-multidisk-symbolic.svg share/icons/elementary/devices/symbolic/drive-optical-symbolic.svg share/icons/elementary/devices/symbolic/drive-removable-media-symbolic.svg +share/icons/elementary/devices/symbolic/fingerprint-symbolic.svg share/icons/elementary/devices/symbolic/input-dialpad-symbolic.svg share/icons/elementary/devices/symbolic/input-gaming-symbolic.svg share/icons/elementary/devices/symbolic/input-keyboard-symbolic.svg @@ -2195,7 +2199,6 @@ share/icons/elementary/places/symbolic/user-desktop-symbolic.svg share/icons/elementary/places/symbolic/user-home-symbolic.svg share/icons/elementary/places/symbolic/user-trash-symbolic.svg share/icons/elementary/places@2x -share/icons/elementary/pre-commit share/icons/elementary/status/128/avatar-default.svg share/icons/elementary/status/128/dialog-information.svg share/icons/elementary/status/128/image-missing.svg @@ -2393,6 +2396,7 @@ share/icons/elementary/status/48/battery-low-symbolic.svg share/icons/elementary/status/48/battery-low.svg share/icons/elementary/status/48/battery-missing.svg share/icons/elementary/status/48/bluetooth-disabled-symbolic.svg +share/icons/elementary/status/48/brightness-display-symbolic.svg share/icons/elementary/status/48/dialog-error.svg share/icons/elementary/status/48/dialog-information.svg share/icons/elementary/status/48/dialog-password.svg diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 7cef035643a3..c2c5c15f6336 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -213,6 +213,7 @@ SUBDIR += py-kiwi SUBDIR += py-qt4-gui SUBDIR += py-qt5-gui + SUBDIR += py-qt5-quick SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile index 0b1b9b21e5d7..3c7e93cc13ca 100644 --- a/x11-toolkits/c++-gtk-utils/Makefile +++ b/x11-toolkits/c++-gtk-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c++-gtk-utils -PORTVERSION= 2.2.14 +PORTVERSION= 2.2.14.1 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ diff --git a/x11-toolkits/c++-gtk-utils/distinfo b/x11-toolkits/c++-gtk-utils/distinfo index 257b577d8d7f..c2b2ec663c4d 100644 --- a/x11-toolkits/c++-gtk-utils/distinfo +++ b/x11-toolkits/c++-gtk-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478949392 -SHA256 (c++-gtk-utils-2.2.14.tar.gz) = ac345abc190b45a110be274059afb11ad108035e9821cc558bc1dd4f0cc83972 -SIZE (c++-gtk-utils-2.2.14.tar.gz) = 2797320 +TIMESTAMP = 1479983059 +SHA256 (c++-gtk-utils-2.2.14.1.tar.gz) = ab747cd5331842affb5d60a8c1de0368329cc51b629f6281350dafbfeed0e2b5 +SIZE (c++-gtk-utils-2.2.14.1.tar.gz) = 2790401 diff --git a/x11-toolkits/flowcanvas/Makefile b/x11-toolkits/flowcanvas/Makefile index 778e2a5c1380..303e66fb31a9 100644 --- a/x11-toolkits/flowcanvas/Makefile +++ b/x11-toolkits/flowcanvas/Makefile @@ -3,7 +3,7 @@ PORTNAME= flowcanvas PORTVERSION= 0.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= http://download.drobilla.net/ diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index 237d2a2881da..e6bfc1a02257 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -3,23 +3,27 @@ PORTNAME= gnome-sharp PORTVERSION= 2.24.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= GNOME MAINTAINER= mono@FreeBSD.org COMMENT= GNOME interfaces for the .NET runtime +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpopt.so:devel/popt \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake libtool mono pathfix perl5 pkgconfig tar:bzip2 +USES= gettext-runtime gmake libtool mono pathfix perl5 pkgconfig shebangfix tar:bzip2 +USE_GNOME= cairo gnomevfs2 gtksharp20 librsvg2 vte libgnomeprintui libgnomeui USE_PERL5= run -USE_GNOME= gnomevfs2 gtksharp20 librsvg2 vte libgnomeprintui libgnomeui -MAKE_JOBS_UNSAFE= yes +USE_XORG= ice sm INSTALL_TARGET= install-strip - -post-patch: - @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^#!/usr/bin/perl|#!${PERL}|' +SHEBANG_GLOB= *.pl .include diff --git a/x11-toolkits/gnome-sharp20/files/patch-gnome_CanvasPathDef.custom b/x11-toolkits/gnome-sharp20/files/patch-gnome_CanvasPathDef.custom new file mode 100644 index 000000000000..7b6e28aa6ff0 --- /dev/null +++ b/x11-toolkits/gnome-sharp20/files/patch-gnome_CanvasPathDef.custom @@ -0,0 +1,13 @@ +--- gnome/CanvasPathDef.custom.orig 2016-11-22 06:40:36 UTC ++++ gnome/CanvasPathDef.custom +@@ -21,9 +21,7 @@ + + public static CanvasPathDef NewFromBpath (Art.Bpath bpath) + { +- IntPtr native_bpath = GLib.Marshaller.StructureToPtrAlloc (bpath); +- CanvasPathDef result = new CanvasPathDef (gnome_canvas_path_def_new_from_bpath (native_bpath)); +- GLib.Marshaller.Free (native_bpath); ++ CanvasPathDef result = new CanvasPathDef (gnome_canvas_path_def_new_from_bpath (ref bpath)); + return result; + } + diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 5339060a388e..f6a6162b55dd 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtk-sharp -PORTVERSION= 2.12.40 +PORTVERSION= 2.12.42 CATEGORIES= x11-toolkits MASTER_SITES= http://download.mono-project.com/sources/gtk-sharp212/ PKGNAMESUFFIX= 20 diff --git a/x11-toolkits/gtk-sharp20/distinfo b/x11-toolkits/gtk-sharp20/distinfo index aa3809eddf87..fecc71fac541 100644 --- a/x11-toolkits/gtk-sharp20/distinfo +++ b/x11-toolkits/gtk-sharp20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476770152 -SHA256 (gtk-sharp-2.12.40.tar.gz) = 1897dfa2a252473cfefe711f23ecfd99d2239f88e0d9365b61fb31ba5f0d3e57 -SIZE (gtk-sharp-2.12.40.tar.gz) = 2640898 +TIMESTAMP = 1479572648 +SHA256 (gtk-sharp-2.12.42.tar.gz) = f3b009bb73e3251378063b6f09786609cd4c061f3f8bf552f0ea663245c045c9 +SIZE (gtk-sharp-2.12.42.tar.gz) = 2645821 diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index fca003e70a8f..32bcdc0944d0 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtk PORTVERSION= 2.24.29 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 2 @@ -22,10 +22,10 @@ PORTSCOUT= limitw:0,even .if !defined(REFERENCE_PORT) RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \ - ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ - python:lang/python + ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme -USES+= gettext gmake libtool pathfix perl5 pkgconfig +USES+= gettext gmake libtool pathfix perl5 pkgconfig python:run shebangfix +SHEBANG_FILES= gtk/gtk-builder-convert GNU_CONFIGURE= yes USE_GNOME= atk pango gdkpixbuf2 introspection:build \ gtk-update-icon-cache diff --git a/x11-toolkits/p5-Gtk3/Makefile b/x11-toolkits/p5-Gtk3/Makefile index 7cd6b99dd526..4513d9c7f11a 100644 --- a/x11-toolkits/p5-Gtk3/Makefile +++ b/x11-toolkits/p5-Gtk3/Makefile @@ -10,10 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= hiroto.kagotani@gmail.com COMMENT= Perl module for Gtk+ 3.x graphical user interface library -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Glib-Object-Introspection>=0.002:devel/p5-Glib-Object-Introspection +NO_ARCH= yes USES= perl5 USE_PERL5= configure USE_GNOME= gtk30 diff --git a/x11-toolkits/p5-Tk-HistEntry/Makefile b/x11-toolkits/p5-Tk-HistEntry/Makefile index 12498646ecd1..63da14c9e180 100644 --- a/x11-toolkits/p5-Tk-HistEntry/Makefile +++ b/x11-toolkits/p5-Tk-HistEntry/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Tk-HistEntry -PORTVERSION= 0.43 -PORTREVISION= 5 +PORTVERSION= 0.44 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,7 @@ COMMENT= Tk::HistEntry - Entry widget with history capability BUILD_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/x11-toolkits/p5-Tk-HistEntry/distinfo b/x11-toolkits/p5-Tk-HistEntry/distinfo index 98cb9c568fbc..fee304e350ec 100644 --- a/x11-toolkits/p5-Tk-HistEntry/distinfo +++ b/x11-toolkits/p5-Tk-HistEntry/distinfo @@ -1,2 +1,3 @@ -SHA256 (Tk-HistEntry-0.43.tar.gz) = db2d32989078a4a6d738685ed934f3e106284b4c99ba25646d71a900a60dd106 -SIZE (Tk-HistEntry-0.43.tar.gz) = 10848 +TIMESTAMP = 1480092287 +SHA256 (Tk-HistEntry-0.44.tar.gz) = 782be395929570afa181f7519fe59065d1e79f3d68c6375d48774752bbb9560e +SIZE (Tk-HistEntry-0.44.tar.gz) = 11258 diff --git a/x11-toolkits/py-qt5-quick/Makefile b/x11-toolkits/py-qt5-quick/Makefile new file mode 100644 index 000000000000..1ac17d9c68f5 --- /dev/null +++ b/x11-toolkits/py-qt5-quick/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= quick +CATEGORIES= x11-toolkits devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtQuick module + +CONFIGURE_ARGS= --enable QtQuick +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYQT= sip_build core_run gui_run +USE_QT5= core quick qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtQuick API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include diff --git a/x11-toolkits/py-qt5-quick/pkg-descr b/x11-toolkits/py-qt5-quick/pkg-descr new file mode 100644 index 000000000000..ed682c39e952 --- /dev/null +++ b/x11-toolkits/py-qt5-quick/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtQuick module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/x11-toolkits/py-qt5-quick/pkg-plist b/x11-toolkits/py-qt5-quick/pkg-plist new file mode 100644 index 000000000000..11af7d3ee4c9 --- /dev/null +++ b/x11-toolkits/py-qt5-quick/pkg-plist @@ -0,0 +1,24 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtQuick.so +%%PYQT_SIPDIR%%/QtQuick/QtQuickmod.sip +%%PYQT_SIPDIR%%/QtQuick/qquickframebufferobject.sip +%%PYQT_SIPDIR%%/QtQuick/qquickimageprovider.sip +%%PYQT_SIPDIR%%/QtQuick/qquickitem.sip +%%PYQT_SIPDIR%%/QtQuick/qquickitemgrabresult.sip +%%PYQT_SIPDIR%%/QtQuick/qquickpainteditem.sip +%%PYQT_SIPDIR%%/QtQuick/qquickrendercontrol.sip +%%PYQT_SIPDIR%%/QtQuick/qquicktextdocument.sip +%%PYQT_SIPDIR%%/QtQuick/qquickview.sip +%%PYQT_SIPDIR%%/QtQuick/qquickwindow.sip +%%PYQT_SIPDIR%%/QtQuick/qsgabstractrenderer.sip +%%PYQT_SIPDIR%%/QtQuick/qsgengine.sip +%%PYQT_SIPDIR%%/QtQuick/qsgflatcolormaterial.sip +%%PYQT_SIPDIR%%/QtQuick/qsggeometry.sip +%%PYQT_SIPDIR%%/QtQuick/qsgmaterial.sip +%%PYQT_SIPDIR%%/QtQuick/qsgnode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgsimplerectnode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgsimpletexturenode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtexture.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtexturematerial.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtextureprovider.sip +%%PYQT_SIPDIR%%/QtQuick/qsgvertexcolormaterial.sip +%%API%%share/qt5/qsci/api/python/QtQuick.api diff --git a/x11-toolkits/sdl_pango/Makefile b/x11-toolkits/sdl_pango/Makefile index 4137022c7e09..0f44ff4e7238 100644 --- a/x11-toolkits/sdl_pango/Makefile +++ b/x11-toolkits/sdl_pango/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_pango PORTVERSION= 0.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits MASTER_SITES= SF/sdlpango/SDL_Pango/${PORTVERSION} DISTNAME= SDL_Pango-${PORTVERSION} @@ -12,14 +12,16 @@ PATCH_SITES= http://zarb.org/~gc/t/ PATCHFILES= SDL_Pango-0.1.2-API-adds.patch MAINTAINER= ports@FreeBSD.org -COMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x +COMMENT= SDL API to the Pango text rendering engine of GNOME 2.x -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig libtool +USES= libtool pathfix pkgconfig +GNU_CONFIGURE= yes USE_SDL= sdl USE_GNOME= pango -GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include diff --git a/x11-toolkits/sdl_pango/files/patch-Makefile.in b/x11-toolkits/sdl_pango/files/patch-Makefile.in deleted file mode 100644 index 215567305465..000000000000 --- a/x11-toolkits/sdl_pango/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Oct 29 19:50:51 2006 -+++ Makefile.in Sun Oct 29 19:51:00 2006 -@@ -208,7 +208,7 @@ - Wix/license.rtf Wix/pango.README Wix/README Wix/shave.xslt Wix/ui.xml \ - Wix/bitmap - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)data/pkgconfig - pkgconfig_DATA = SDL_Pango.pc - all: all-recursive - diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index ecf01aaa8adb..357860de5b46 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 607dc0f8a142..896622a224d7 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index caaa09381984..c4d94eb0cd7d 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11/kdelibs4/files/patch-git_2ab2745 b/x11/kdelibs4/files/patch-git_2ab2745 new file mode 100644 index 000000000000..469935807af3 --- /dev/null +++ b/x11/kdelibs4/files/patch-git_2ab2745 @@ -0,0 +1,19 @@ +commit 2ab2745eb01f73355c490ac8d5d1837dec84fd6c +Author: Wolfgang Bauer +Date: Thu Oct 20 15:51:29 2016 +0200 + + Support newer hunspell versions in FindHUNSPELL.cmake + + REVIEW: 128600 + +--- cmake/modules/FindHUNSPELL.cmake ++++ cmake/modules/FindHUNSPELL.cmake +@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) + +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) + + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if + # all listed variables are TRUE diff --git a/x11/kf5-kactivities/Makefile b/x11/kf5-kactivities/Makefile index c81e1f155ae6..0b017c694ab6 100644 --- a/x11/kf5-kactivities/Makefile +++ b/x11/kf5-kactivities/Makefile @@ -3,6 +3,7 @@ PORTNAME= kactivities PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile index 5b995bf64bf8..4bdf5f2f4091 100644 --- a/x11/leechcraft/Makefile +++ b/x11/leechcraft/Makefile @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 11 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ diff --git a/x11/leechcraft/files/patch-plugins_musiczombie_chroma.cpp b/x11/leechcraft/files/patch-plugins_musiczombie_chroma.cpp new file mode 100644 index 000000000000..e2a29c5860bc --- /dev/null +++ b/x11/leechcraft/files/patch-plugins_musiczombie_chroma.cpp @@ -0,0 +1,34 @@ +https://github.com/0xd34df00d/leechcraft/commit/307be1dd37059e49eca37f77ddc4806125a8f843 +https://github.com/0xd34df00d/leechcraft/commit/53d56cafd3a1d299601d9f3bfd4ee051ae9121ba +https://github.com/0xd34df00d/leechcraft/commit/875e3b43b7a91656f61180b2b2179137f18e6d71 + +--- plugins/musiczombie/chroma.cpp.orig 2014-07-28 18:35:44 UTC ++++ plugins/musiczombie/chroma.cpp +@@ -38,7 +38,6 @@ extern "C" + { + #include + #include +-#include + #include + #include + #include +@@ -122,8 +121,8 @@ namespace MusicZombie + auto remaining = maxLength * codecCtx->channels * codecCtx->sample_rate; + chromaprint_start (Ctx_, codecCtx->sample_rate, codecCtx->channels); + +- std::shared_ptr frame (avcodec_alloc_frame (), +- [] (AVFrame *frame) { avcodec_free_frame (&frame); }); ++ std::shared_ptr frame (av_frame_alloc (), ++ [] (AVFrame *frame) { av_frame_free (&frame); }); + auto maxDstNbSamples = 0; + + uint8_t *dstData [1] = { nullptr }; +@@ -140,7 +139,7 @@ namespace MusicZombie + if (packet.stream_index != streamIndex) + continue; + +- avcodec_get_frame_defaults (frame.get ()); ++ av_frame_unref (frame.get ()); + int gotFrame = false; + auto consumed = avcodec_decode_audio4 (codecCtx.get (), frame.get (), &gotFrame, &packet); + diff --git a/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake b/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake new file mode 100644 index 000000000000..d8848d5afbe9 --- /dev/null +++ b/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake @@ -0,0 +1,12 @@ +--- plugins/rosenthal/cmake/FindHunspell.cmake.orig 2014-07-28 18:35:44 UTC ++++ plugins/rosenthal/cmake/FindHunspell.cmake +@@ -28,7 +28,8 @@ if (WIN32) + ${HUNSPELL_DIR}/src/win_api/Release_dll/libhunspell) + endif () + +-find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR}) ++find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 ++ hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR}) + find_path (HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx HINTS ${HUNSPELL_DIR} ${HUNSPELL_INCLUDE_WIN32}) + + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if diff --git a/x11/swarp/Makefile b/x11/swarp/Makefile index f1b856538814..bbfca7434ce4 100644 --- a/x11/swarp/Makefile +++ b/x11/swarp/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mason@blisses.org COMMENT= X11 generic pointer warping utility LICENSE= MIT