diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-08-12 20:58:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-08-12 20:58:45 +0000 |
commit | 0bd68b9f62da33b5bd56b730b47846f0d54b1ea1 (patch) | |
tree | 419b3158b322926ecb9ab728314106c68c97882d /devel/boost-docs | |
parent | f741e9f46753acc48110196ccb7328fb41ea0da5 (diff) | |
download | pkgsrc-0bd68b9f62da33b5bd56b730b47846f0d54b1ea1.tar.gz |
Update Boost to 1.33.0:
New Libraries
* Iostreams Library: Framework for defining streams, stream
buffers and i/o filters, from Jonathan Turkanis.
* Functional/Hash Library: A TR1 hash function object that can be
extended to hash user defined types, from Daniel James.
* Parameter Library: Write functions that accept arguments by
name: especially useful when a function has more than one
argument with a useful default value, since named arguments can
be passed in any order.
* Pointer Container Library: Containers for storing heap-allocated
polymorphic objects to ease OO-programming, from Thorsten Ottosen.
* Wave: Standards conformant implementation of the mandated
C99/C++ preprocessor functionality packed behind an easy to use
iterator interface, from Hartmut Kaiser.
Updated Libraries
* Assignment Library: Support for Pointer Container Library and
new efficient functions ref_list_of() and cref_list_of() for
generating anonymous ranges.
* Bind Library: Bind expressions now support comparisons and
negation. Example: bind(&X::name, _1) < bind(&X::name, _2).
* Date-Time Library:
o Added local time and time zone classes.
o Added format-based Input/Output facets.
o For a complete list of changes, see the library change history.
* Graph Library: Introduced several new algorithms and improved
existing algorithms:
o Experimental Python bindings, from Doug Gregor and Indiana
University.
o floyd_warshall_all_pairs_shortest_paths, from Lauren Foutz
and Scott Hill.
o astar_search, from Kristopher Beevers and Jufeng Peng.
o fruchterman_reingold_force_directed_layout, from Doug
Gregor and Indiana University.
o biconnected_components and articulation_points, from
Jeremy Siek, Janusz Piwowarski, and Doug Gregor.
o sequential_vertex_coloring has been updated, tested, and
documented.
o gursoy_atun_layout, from Jeremiah Willcock and Doug Gregor
of Indiana University.
o king_ordering, from D. Kevin McGrath of Indiana University.
o cuthill_mckee ordering has been recast as an invocation of
breadth_first_search and now supports graphs with multiple
components.
o dijkstra_shortest_paths now uses a relaxed heap as
its priority queue, improving its complexity to O(V log V) and
improving real-world performance for larger graphs.
o read_graphviz now has a new, Spirit-based parser that
works for all graph types and supports arbitrary
properties on the graph, from Ron Garcia. The old,
Bison-based GraphViz reader has been deprecated and will
be removed in a future Boost release. write_graphviz also
supports dynamic properties.
o subgraph: get_property now refers to the subgraph
property, not the root graph's property.
o See the history for additional changes and bug fixes.
* Multi-index Containers Library:
o New hashed indices.
o Added serialization support.
o For a complete list of changes, see the library release notes.
* Program Options Library:
o Option descriptions are now printed with word wrapping.
o Command line parser can bypass unregistered options,
instead of throwing.
o Removed support for "implicit" (optional) values.
o New customization method
'command_line_parser::extra_style_parser'. Unlike
'additional_parser', allows the user to parse several
tokens and return a vector of options, not just a single
option.
o Work with disabled exceptions.
* Property Map Library: Introduced the dynamic properties class,
which provides dynamically-typed access to a set of property maps.
* Random Number Library: improved initialization for
mersenne_twister, algorithm by Makoto Matsumoto and Takuji
Nishimura, implemented for Boost by Jens Maurer.
Note: All test vectors for mersenne_twisters constructed or
seeded without parameters or with a single unsigned int parameter
become invalid.
* Range Library: Minor addition of convenience functions to
iterator range like front(), back() and operator[]().
* Regex Library:
o Rewritten front end parser now supports (?imsx-imsx)
constructs, plus lookbehind assertions and conditional
expressions.
o Thin wrapper classes improve integration with MFC/ATL code.
o Full (optional) Unicode support via the ICU library.
Refer to the regex history page for more information on these
and other small changes.
* Serialization Library:
o DLL version.
o Auto-linking.
o Serialization of variants.
o Improved seialization of shared pointers.
* Signals Library: added slot blocking/unblocking, from Frantz
Maerten. Huge improvements to signal invocation performance from
Robert Zeh.
This update has been tested on NetBSD 2.0.2, 3.0_BETA and current.
Diffstat (limited to 'devel/boost-docs')
-rw-r--r-- | devel/boost-docs/PLIST | 988 |
1 files changed, 878 insertions, 110 deletions
diff --git a/devel/boost-docs/PLIST b/devel/boost-docs/PLIST index 23e32f478a8..f357a565cc5 100644 --- a/devel/boost-docs/PLIST +++ b/devel/boost-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2005/02/26 22:48:35 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/08/12 20:58:45 jmmv Exp $ share/doc/boost/boost.css share/doc/boost/boost.png share/doc/boost/google_logo_40wht.png @@ -18,6 +18,7 @@ share/doc/boost/libs/algorithm/string/doc/external_concepts.html share/doc/boost/libs/algorithm/string/doc/intro.xml share/doc/boost/libs/algorithm/string/doc/quickref.xml share/doc/boost/libs/algorithm/string/doc/rationale.xml +share/doc/boost/libs/algorithm/string/doc/release_notes.xml share/doc/boost/libs/algorithm/string/doc/string_algo.xml share/doc/boost/libs/algorithm/string/doc/usage.xml share/doc/boost/libs/algorithm/string/example/Jamfile @@ -92,8 +93,9 @@ share/doc/boost/libs/concept_check/using_concept_check.htm share/doc/boost/libs/config/config.htm share/doc/boost/libs/config/configure share/doc/boost/libs/config/index.html +share/doc/boost/libs/config/tools/Jamfile share/doc/boost/libs/config/tools/configure.in -share/doc/boost/libs/config/tools/generate +share/doc/boost/libs/config/tools/generate.cpp share/doc/boost/libs/conversion/cast.htm share/doc/boost/libs/conversion/cast_test.cpp share/doc/boost/libs/conversion/index.html @@ -118,16 +120,23 @@ share/doc/boost/libs/date_time/example/gregorian/days_between_new_years.cpp share/doc/boost/libs/date_time/example/gregorian/days_since_year_start.cpp share/doc/boost/libs/date_time/example/gregorian/days_till_new_year.cpp share/doc/boost/libs/date_time/example/gregorian/end_of_month_day.cpp +share/doc/boost/libs/date_time/example/gregorian/find_last_day_of_months.cpp share/doc/boost/libs/date_time/example/gregorian/localization.cpp share/doc/boost/libs/date_time/example/gregorian/month_add.cpp share/doc/boost/libs/date_time/example/gregorian/period_calc.cpp share/doc/boost/libs/date_time/example/gregorian/print_holidays.cpp share/doc/boost/libs/date_time/example/gregorian/print_month.cpp +share/doc/boost/libs/date_time/example/local_time/calc_rules.cpp +share/doc/boost/libs/date_time/example/local_time/flight.cpp +share/doc/boost/libs/date_time/example/local_time/local_date_time.cpp +share/doc/boost/libs/date_time/example/local_time/seconds_since_epoch.cpp +share/doc/boost/libs/date_time/example/local_time/simple_time_zone.cpp share/doc/boost/libs/date_time/example/posix_time/Jamfile.v2 share/doc/boost/libs/date_time/example/posix_time/local_utc_conversion.cpp share/doc/boost/libs/date_time/example/posix_time/print_hours.cpp share/doc/boost/libs/date_time/example/posix_time/time_math.cpp share/doc/boost/libs/date_time/example/posix_time/time_periods.cpp +share/doc/boost/libs/date_time/example/tutorial/io_tutorial.cpp share/doc/boost/libs/date_time/index.html share/doc/boost/libs/date_time/src/date_time.doc share/doc/boost/libs/date_time/src/gregorian/date_generators.cpp @@ -141,55 +150,81 @@ share/doc/boost/libs/date_time/xmldoc/README share/doc/boost/libs/date_time/xmldoc/acknowledgements.xml share/doc/boost/libs/date_time/xmldoc/buildinfo.xml share/doc/boost/libs/date_time/xmldoc/calculations.xml -share/doc/boost/libs/date_time/xmldoc/catalog.xml share/doc/boost/libs/date_time/xmldoc/changes.xml share/doc/boost/libs/date_time/xmldoc/conceptual.xml +share/doc/boost/libs/date_time/xmldoc/custom_time_zone.xml share/doc/boost/libs/date_time/xmldoc/date_algorithms.xml share/doc/boost/libs/date_time/xmldoc/date_class.xml share/doc/boost/libs/date_time/xmldoc/date_duration.xml +share/doc/boost/libs/date_time/xmldoc/date_facet.xml +share/doc/boost/libs/date_time/xmldoc/date_input_facet.xml share/doc/boost/libs/date_time/xmldoc/date_iterators.xml share/doc/boost/libs/date_time/xmldoc/date_period.xml share/doc/boost/libs/date_time/xmldoc/date_time.xml share/doc/boost/libs/date_time/xmldoc/date_time_autodoc.boostbook -share/doc/boost/libs/date_time/xmldoc/day_clock_class.xml +share/doc/boost/libs/date_time/xmldoc/date_time_docs_howto.html +share/doc/boost/libs/date_time/xmldoc/date_time_fo_stylesheet.xsl +share/doc/boost/libs/date_time/xmldoc/date_time_io.xml share/doc/boost/libs/date_time/xmldoc/design_concepts.xml share/doc/boost/libs/date_time/xmldoc/design_goals.xml share/doc/boost/libs/date_time/xmldoc/details.xml share/doc/boost/libs/date_time/xmldoc/domain_concepts.xml share/doc/boost/libs/date_time/xmldoc/doxy.xml +share/doc/boost/libs/date_time/xmldoc/ex_calc_rules.xml share/doc/boost/libs/date_time/xmldoc/ex_date_period_calc.xml share/doc/boost/libs/date_time/xmldoc/ex_dates_as_strings.xml share/doc/boost/libs/date_time/xmldoc/ex_days_alive.xml share/doc/boost/libs/date_time/xmldoc/ex_days_between_new_years.xml share/doc/boost/libs/date_time/xmldoc/ex_end_of_month_day.xml +share/doc/boost/libs/date_time/xmldoc/ex_find_last_day_of_months.xml +share/doc/boost/libs/date_time/xmldoc/ex_flight.xml share/doc/boost/libs/date_time/xmldoc/ex_local_utc_conversion.xml share/doc/boost/libs/date_time/xmldoc/ex_localization.xml +share/doc/boost/libs/date_time/xmldoc/ex_meeting_planner.xml share/doc/boost/libs/date_time/xmldoc/ex_month_add.xml share/doc/boost/libs/date_time/xmldoc/ex_print_holidays.xml share/doc/boost/libs/date_time/xmldoc/ex_print_hours.xml share/doc/boost/libs/date_time/xmldoc/ex_print_month.xml +share/doc/boost/libs/date_time/xmldoc/ex_seconds_since_epoch.xml +share/doc/boost/libs/date_time/xmldoc/ex_simple_time_zone.xml share/doc/boost/libs/date_time/xmldoc/ex_time_math.xml share/doc/boost/libs/date_time/xmldoc/ex_time_periods.xml share/doc/boost/libs/date_time/xmldoc/examples.xml +share/doc/boost/libs/date_time/xmldoc/exclusive_date_time.xml +share/doc/boost/libs/date_time/xmldoc/format_flags.xml share/doc/boost/libs/date_time/xmldoc/gregorian.xml share/doc/boost/libs/date_time/xmldoc/gregorian_autodoc.boostbook share/doc/boost/libs/date_time/xmldoc/gregorian_calendar.xml +share/doc/boost/libs/date_time/xmldoc/io_objects.xml +share/doc/boost/libs/date_time/xmldoc/io_tutorial.xml share/doc/boost/libs/date_time/xmldoc/license.xml -share/doc/boost/libs/date_time/xmldoc/local_time_adjust.xml +share/doc/boost/libs/date_time/xmldoc/local_date_time.xml +share/doc/boost/libs/date_time/xmldoc/local_time.xml +share/doc/boost/libs/date_time/xmldoc/local_time_autodoc.boostbook +share/doc/boost/libs/date_time/xmldoc/local_time_period.xml share/doc/boost/libs/date_time/xmldoc/motivation.xml share/doc/boost/libs/date_time/xmldoc/posix_time.xml share/doc/boost/libs/date_time/xmldoc/posix_time_autodoc.boostbook +share/doc/boost/libs/date_time/xmldoc/posix_time_zone.xml share/doc/boost/libs/date_time/xmldoc/ptime_class.xml share/doc/boost/libs/date_time/xmldoc/ref_tag_fix.pl share/doc/boost/libs/date_time/xmldoc/references.xml share/doc/boost/libs/date_time/xmldoc/serialization.xml +share/doc/boost/libs/date_time/xmldoc/snap_to_details.xml +share/doc/boost/libs/date_time/xmldoc/table_template.xml share/doc/boost/libs/date_time/xmldoc/terminology.xml share/doc/boost/libs/date_time/xmldoc/tests.xml share/doc/boost/libs/date_time/xmldoc/time_duration.xml +share/doc/boost/libs/date_time/xmldoc/time_facet.xml +share/doc/boost/libs/date_time/xmldoc/time_input_facet.xml share/doc/boost/libs/date_time/xmldoc/time_iterators.xml share/doc/boost/libs/date_time/xmldoc/time_period.xml +share/doc/boost/libs/date_time/xmldoc/time_zone.xml +share/doc/boost/libs/date_time/xmldoc/time_zone_base.xml share/doc/boost/libs/date_time/xmldoc/tradeoffs.xml +share/doc/boost/libs/date_time/xmldoc/tz_database.xml share/doc/boost/libs/date_time/xmldoc/usage_examples.xml +share/doc/boost/libs/detail/utf8_codecvt_facet.cpp share/doc/boost/libs/disjoint_sets/Jamfile share/doc/boost/libs/disjoint_sets/bibliography.html share/doc/boost/libs/disjoint_sets/disjoint_set_test.cpp @@ -256,11 +291,22 @@ share/doc/boost/libs/function/index.html share/doc/boost/libs/functional/binders.html share/doc/boost/libs/functional/function_test.cpp share/doc/boost/libs/functional/function_traits.html +share/doc/boost/libs/functional/hash/doc/Jamfile.v2 +share/doc/boost/libs/functional/hash/doc/hash.qbk +share/doc/boost/libs/functional/hash/examples/Jamfile.v2 +share/doc/boost/libs/functional/hash/examples/books.cpp +share/doc/boost/libs/functional/hash/examples/books.hpp +share/doc/boost/libs/functional/hash/examples/point.cpp +share/doc/boost/libs/functional/hash/examples/portable.cpp +share/doc/boost/libs/functional/hash/index.html share/doc/boost/libs/functional/index.html share/doc/boost/libs/functional/mem_fun.html share/doc/boost/libs/functional/negators.html share/doc/boost/libs/functional/ptr_fun.html +share/doc/boost/libs/functional/sublibs share/doc/boost/libs/graph/LICENSE +share/doc/boost/libs/graph/doc/AStarHeuristic.html +share/doc/boost/libs/graph/doc/AStarVisitor.html share/doc/boost/libs/graph/doc/AdjacencyGraph.html share/doc/boost/libs/graph/doc/AdjacencyMatrix.html share/doc/boost/libs/graph/doc/BFSVisitor.html @@ -292,6 +338,9 @@ share/doc/boost/libs/graph/doc/adjacency_iterator.html share/doc/boost/libs/graph/doc/adjacency_list.html share/doc/boost/libs/graph/doc/adjacency_list_traits.html share/doc/boost/libs/graph/doc/adjacency_matrix.html +share/doc/boost/libs/graph/doc/astar_heuristic.html +share/doc/boost/libs/graph/doc/astar_search.html +share/doc/boost/libs/graph/doc/astar_visitor.html share/doc/boost/libs/graph/doc/awpaper.sty share/doc/boost/libs/graph/doc/bandwidth.html share/doc/boost/libs/graph/doc/bc_clustering.html @@ -302,6 +351,7 @@ share/doc/boost/libs/graph/doc/bfs_visitor.html share/doc/boost/libs/graph/doc/bgl-cover.jpg share/doc/boost/libs/graph/doc/bgl_named_params.html share/doc/boost/libs/graph/doc/bibliography.html +share/doc/boost/libs/graph/doc/biconnected_components.html share/doc/boost/libs/graph/doc/biconnected_components.w share/doc/boost/libs/graph/doc/breadth_first_search.html share/doc/boost/libs/graph/doc/breadth_first_visit.html @@ -313,6 +363,7 @@ share/doc/boost/libs/graph/doc/constructing_algorithms.html share/doc/boost/libs/graph/doc/copy_graph.html share/doc/boost/libs/graph/doc/cuthill_mckee_ordering.html share/doc/boost/libs/graph/doc/dag_shortest_paths.html +share/doc/boost/libs/graph/doc/default.css share/doc/boost/libs/graph/doc/depth_first_search.html share/doc/boost/libs/graph/doc/depth_first_visit.html share/doc/boost/libs/graph/doc/dfs_visitor.html @@ -322,6 +373,7 @@ share/doc/boost/libs/graph/doc/distance_recorder.html share/doc/boost/libs/graph/doc/edge_list.html share/doc/boost/libs/graph/doc/edmunds_karp_max_flow.html share/doc/boost/libs/graph/doc/eg1-iso.cpp +share/doc/boost/libs/graph/doc/erdos_renyi_generator.html share/doc/boost/libs/graph/doc/exception.html share/doc/boost/libs/graph/doc/faq.html share/doc/boost/libs/graph/doc/figs/Makefile @@ -346,6 +398,8 @@ share/doc/boost/libs/graph/doc/figs/bfs_family.fig share/doc/boost/libs/graph/doc/figs/bfs_family.gif share/doc/boost/libs/graph/doc/figs/bfs_visitor.fig share/doc/boost/libs/graph/doc/figs/bfs_visitor.gif +share/doc/boost/libs/graph/doc/figs/biconnected.dot +share/doc/boost/libs/graph/doc/figs/biconnected.png share/doc/boost/libs/graph/doc/figs/central_point_dominance.gif share/doc/boost/libs/graph/doc/figs/concepts.fig share/doc/boost/libs/graph/doc/figs/concepts.gif @@ -367,16 +421,23 @@ share/doc/boost/libs/graph/doc/figs/file_dep.fig share/doc/boost/libs/graph/doc/figs/file_dep.gif share/doc/boost/libs/graph/doc/figs/forward_or_cross_edges.fig share/doc/boost/libs/graph/doc/figs/forward_or_cross_edges.gif +share/doc/boost/libs/graph/doc/figs/ga-circle.png +share/doc/boost/libs/graph/doc/figs/ga-heart.png +share/doc/boost/libs/graph/doc/figs/ga-square.png share/doc/boost/libs/graph/doc/figs/graph_search.fig share/doc/boost/libs/graph/doc/figs/graph_search.gif share/doc/boost/libs/graph/doc/figs/knights_tour.fig share/doc/boost/libs/graph/doc/figs/knights_tour.gif share/doc/boost/libs/graph/doc/figs/max-flow.gif +share/doc/boost/libs/graph/doc/figs/python.gif +share/doc/boost/libs/graph/doc/figs/python_ico.gif share/doc/boost/libs/graph/doc/figs/quick_start.fig share/doc/boost/libs/graph/doc/figs/quick_start.gif share/doc/boost/libs/graph/doc/figs/rel_betweenness_centrality.gif share/doc/boost/libs/graph/doc/figs/search_states.fig share/doc/boost/libs/graph/doc/figs/search_states.gif +share/doc/boost/libs/graph/doc/figs/seq_vertex_coloring.graffle +share/doc/boost/libs/graph/doc/figs/sequential_vertex_coloring.png share/doc/boost/libs/graph/doc/figs/sigma_st.gif share/doc/boost/libs/graph/doc/figs/sigma_stv.gif share/doc/boost/libs/graph/doc/figs/stl_iter.fig @@ -399,10 +460,13 @@ share/doc/boost/libs/graph/doc/figs/visitor.gif share/doc/boost/libs/graph/doc/figs/wheel_graph.gif share/doc/boost/libs/graph/doc/file_dependency_example.html share/doc/boost/libs/graph/doc/filtered_graph.html +share/doc/boost/libs/graph/doc/floyd_warshall_shortest.html +share/doc/boost/libs/graph/doc/fruchterman_reingold.html share/doc/boost/libs/graph/doc/graph_coloring.html share/doc/boost/libs/graph/doc/graph_concepts.html share/doc/boost/libs/graph/doc/graph_theory_review.html share/doc/boost/libs/graph/doc/graph_traits.html +share/doc/boost/libs/graph/doc/gursoy_atun_layout.html share/doc/boost/libs/graph/doc/history.html share/doc/boost/libs/graph/doc/incident.html share/doc/boost/libs/graph/doc/incremental_components.html @@ -419,6 +483,7 @@ share/doc/boost/libs/graph/doc/johnson_all_pairs_shortest.html share/doc/boost/libs/graph/doc/jwebfrob.pl share/doc/boost/libs/graph/doc/kamada_kawai_spring_layout.html share/doc/boost/libs/graph/doc/kevin_bacon.html +share/doc/boost/libs/graph/doc/king_ordering.html share/doc/boost/libs/graph/doc/known_problems.html share/doc/boost/libs/graph/doc/kruskal_min_spanning_tree.html share/doc/boost/libs/graph/doc/layout_tolerance.html @@ -430,6 +495,7 @@ share/doc/boost/libs/graph/doc/minimum_degree_ordering.w share/doc/boost/libs/graph/doc/mungeaux.csh share/doc/boost/libs/graph/doc/null_visitor.html share/doc/boost/libs/graph/doc/opposite.html +share/doc/boost/libs/graph/doc/plod_generator.html share/doc/boost/libs/graph/doc/predecessor_recorder.html share/doc/boost/libs/graph/doc/prim_minimum_spanning_tree.html share/doc/boost/libs/graph/doc/profile.htm @@ -438,12 +504,17 @@ share/doc/boost/libs/graph/doc/property_map.html share/doc/boost/libs/graph/doc/property_writer.html share/doc/boost/libs/graph/doc/publications.html share/doc/boost/libs/graph/doc/push_relabel_max_flow.html +share/doc/boost/libs/graph/doc/python.html share/doc/boost/libs/graph/doc/quick_tour.html share/doc/boost/libs/graph/doc/random.html -share/doc/boost/libs/graph/doc/read-graphviz.html +share/doc/boost/libs/graph/doc/random_layout.html +share/doc/boost/libs/graph/doc/read_graphviz.html +share/doc/boost/libs/graph/doc/read_graphviz.rst share/doc/boost/libs/graph/doc/reverse_graph.html +share/doc/boost/libs/graph/doc/sequential_vertex_coloring.html share/doc/boost/libs/graph/doc/sloan_ordering.htm share/doc/boost/libs/graph/doc/sloan_start_end_vertices.htm +share/doc/boost/libs/graph/doc/small_world_generator.html share/doc/boost/libs/graph/doc/sparse_matrix_ordering.html share/doc/boost/libs/graph/doc/stanford_graph.html share/doc/boost/libs/graph/doc/strong_components.html @@ -473,6 +544,7 @@ share/doc/boost/libs/graph/example/adjacency_list.cpp share/doc/boost/libs/graph/example/adjacency_list.expected share/doc/boost/libs/graph/example/adjacency_list_io.cpp share/doc/boost/libs/graph/example/adjacency_matrix.cpp +share/doc/boost/libs/graph/example/astar-cities.cpp share/doc/boost/libs/graph/example/bcsstk01 share/doc/boost/libs/graph/example/bcsstk01.rsa share/doc/boost/libs/graph/example/bellman-example.cpp @@ -555,6 +627,7 @@ share/doc/boost/libs/graph/example/filtered_graph.cpp share/doc/boost/libs/graph/example/filtered_graph.expected share/doc/boost/libs/graph/example/filtered_graph_edge_range.cpp share/doc/boost/libs/graph/example/filtered_vec_as_graph.cpp +share/doc/boost/libs/graph/example/fr_layout.cpp share/doc/boost/libs/graph/example/gerdemann.cpp share/doc/boost/libs/graph/example/gerdemann.expected share/doc/boost/libs/graph/example/girth.cpp @@ -564,12 +637,14 @@ share/doc/boost/libs/graph/example/graph.cpp share/doc/boost/libs/graph/example/graph_as_tree.cpp share/doc/boost/libs/graph/example/graph_property.cpp share/doc/boost/libs/graph/example/graphviz.cpp +share/doc/boost/libs/graph/example/graphviz_example.dot share/doc/boost/libs/graph/example/graphviz_test.dot share/doc/boost/libs/graph/example/in_edges.cpp share/doc/boost/libs/graph/example/in_edges.expected share/doc/boost/libs/graph/example/incremental-components-eg.cpp share/doc/boost/libs/graph/example/incremental_components.cpp share/doc/boost/libs/graph/example/incremental_components.expected +share/doc/boost/libs/graph/example/interior_pmap_bundled.cpp share/doc/boost/libs/graph/example/interior_property_map.cpp share/doc/boost/libs/graph/example/interior_property_map.expected share/doc/boost/libs/graph/example/iohb.c @@ -582,6 +657,7 @@ share/doc/boost/libs/graph/example/johnson.expected share/doc/boost/libs/graph/example/kevin-bacon.cpp share/doc/boost/libs/graph/example/kevin-bacon.dat share/doc/boost/libs/graph/example/kevin_bacon.expected +share/doc/boost/libs/graph/example/king_ordering.cpp share/doc/boost/libs/graph/example/knights-tour.cpp share/doc/boost/libs/graph/example/knights_tour.expected share/doc/boost/libs/graph/example/kruskal-example.cpp @@ -621,6 +697,12 @@ share/doc/boost/libs/graph/example/property-map-traits-eg.cpp share/doc/boost/libs/graph/example/property_iterator.cpp share/doc/boost/libs/graph/example/push-relabel-eg.cpp share/doc/boost/libs/graph/example/put-get-helper-eg.cpp +share/doc/boost/libs/graph/example/python/biconnected_components.dot +share/doc/boost/libs/graph/example/python/biconnected_components.py +share/doc/boost/libs/graph/example/python/breadth_first_search.py +share/doc/boost/libs/graph/example/python/disconnected.dot +share/doc/boost/libs/graph/example/python/mst.dot +share/doc/boost/libs/graph/example/python/vis.py share/doc/boost/libs/graph/example/quick-tour.cpp share/doc/boost/libs/graph/example/quick_tour.cpp share/doc/boost/libs/graph/example/quick_tour.expected @@ -649,6 +731,7 @@ share/doc/boost/libs/graph/example/subgraph.expected share/doc/boost/libs/graph/example/subgraph_properties.cpp share/doc/boost/libs/graph/example/target-compile-costs.dat share/doc/boost/libs/graph/example/tc.dot +share/doc/boost/libs/graph/example/test-astar-cities.dot share/doc/boost/libs/graph/example/topo-sort-file-dep.cpp share/doc/boost/libs/graph/example/topo-sort-file-dep2.cpp share/doc/boost/libs/graph/example/topo-sort-with-leda.cpp @@ -681,6 +764,47 @@ share/doc/boost/libs/graph/src/graphviz_graph_parser.cpp share/doc/boost/libs/graph/src/graphviz_graph_parser.hpp share/doc/boost/libs/graph/src/graphviz_lex.ll share/doc/boost/libs/graph/src/graphviz_parser.yy +share/doc/boost/libs/graph/src/python/basic_graph.cpp +share/doc/boost/libs/graph/src/python/basic_graph.hpp +share/doc/boost/libs/graph/src/python/bellman_ford_events.hpp +share/doc/boost/libs/graph/src/python/bellman_ford_shortest_paths.cpp +share/doc/boost/libs/graph/src/python/betweenness_centrality.cpp +share/doc/boost/libs/graph/src/python/bfs_events.hpp +share/doc/boost/libs/graph/src/python/biconnected_components.cpp +share/doc/boost/libs/graph/src/python/breadth_first_search.cpp +share/doc/boost/libs/graph/src/python/circle_layout.cpp +share/doc/boost/libs/graph/src/python/connected_components.cpp +share/doc/boost/libs/graph/src/python/cuthill_mckee_ordering.cpp +share/doc/boost/libs/graph/src/python/dag_shortest_paths.cpp +share/doc/boost/libs/graph/src/python/depth_first_search.cpp +share/doc/boost/libs/graph/src/python/dfs_events.hpp +share/doc/boost/libs/graph/src/python/digraph.cpp +share/doc/boost/libs/graph/src/python/digraph.hpp +share/doc/boost/libs/graph/src/python/dijkstra_events.hpp +share/doc/boost/libs/graph/src/python/dijkstra_shortest_paths.cpp +share/doc/boost/libs/graph/src/python/dijkstra_visitor.hpp +share/doc/boost/libs/graph/src/python/fruchterman_reingold.cpp +share/doc/boost/libs/graph/src/python/generators.hpp +share/doc/boost/libs/graph/src/python/graph.cpp +share/doc/boost/libs/graph/src/python/graph.hpp +share/doc/boost/libs/graph/src/python/graphviz.cpp +share/doc/boost/libs/graph/src/python/incremental_components.cpp +share/doc/boost/libs/graph/src/python/isomorphism.cpp +share/doc/boost/libs/graph/src/python/kamada_kawai_spring_layout.cpp +share/doc/boost/libs/graph/src/python/king_ordering.cpp +share/doc/boost/libs/graph/src/python/kruskal_min_spanning_tree.cpp +share/doc/boost/libs/graph/src/python/module.cpp +share/doc/boost/libs/graph/src/python/page_rank.cpp +share/doc/boost/libs/graph/src/python/pickle.cpp +share/doc/boost/libs/graph/src/python/point2d.hpp +share/doc/boost/libs/graph/src/python/prim_minimum_spanning_tree.cpp +share/doc/boost/libs/graph/src/python/queue.hpp +share/doc/boost/libs/graph/src/python/sequential_vertex_coloring.cpp +share/doc/boost/libs/graph/src/python/strong_components.cpp +share/doc/boost/libs/graph/src/python/topological_sort.cpp +share/doc/boost/libs/graph/src/python/transitive_closure.cpp +share/doc/boost/libs/graph/src/python/visitor.hpp +share/doc/boost/libs/graph/src/read_graphviz_spirit.cpp share/doc/boost/libs/graph/src/yystype.h share/doc/boost/libs/index.html share/doc/boost/libs/integer/cstdint.htm @@ -696,6 +820,151 @@ share/doc/boost/libs/integer/integer_traits_test.cpp share/doc/boost/libs/io/doc/index.html share/doc/boost/libs/io/doc/ios_state.html share/doc/boost/libs/io/index.html +share/doc/boost/libs/iostreams/doc/acknowledgments.html +share/doc/boost/libs/iostreams/doc/bibliography.html +share/doc/boost/libs/iostreams/doc/classes/aggregate.html +share/doc/boost/libs/iostreams/doc/classes/array.html +share/doc/boost/libs/iostreams/doc/classes/back_inserter.html +share/doc/boost/libs/iostreams/doc/classes/bzip2.html +share/doc/boost/libs/iostreams/doc/classes/chain.html +share/doc/boost/libs/iostreams/doc/classes/char_traits.html +share/doc/boost/libs/iostreams/doc/classes/classes.html +share/doc/boost/libs/iostreams/doc/classes/code_converter.html +share/doc/boost/libs/iostreams/doc/classes/counter.html +share/doc/boost/libs/iostreams/doc/classes/device.html +share/doc/boost/libs/iostreams/doc/classes/file.html +share/doc/boost/libs/iostreams/doc/classes/file_descriptor.html +share/doc/boost/libs/iostreams/doc/classes/filter.html +share/doc/boost/libs/iostreams/doc/classes/filtering_stream.html +share/doc/boost/libs/iostreams/doc/classes/filtering_streambuf.html +share/doc/boost/libs/iostreams/doc/classes/gzip.html +share/doc/boost/libs/iostreams/doc/classes/line_filter.html +share/doc/boost/libs/iostreams/doc/classes/mapped_file.html +share/doc/boost/libs/iostreams/doc/classes/mode.html +share/doc/boost/libs/iostreams/doc/classes/newline_filter.html +share/doc/boost/libs/iostreams/doc/classes/null.html +share/doc/boost/libs/iostreams/doc/classes/regex_filter.html +share/doc/boost/libs/iostreams/doc/classes/stdio_filter.html +share/doc/boost/libs/iostreams/doc/classes/symmetric_filter.html +share/doc/boost/libs/iostreams/doc/classes/zlib.html +share/doc/boost/libs/iostreams/doc/concepts/bidirectional_device.html +share/doc/boost/libs/iostreams/doc/concepts/bidirectional_filter.html +share/doc/boost/libs/iostreams/doc/concepts/blocking.html +share/doc/boost/libs/iostreams/doc/concepts/closable.html +share/doc/boost/libs/iostreams/doc/concepts/concepts.html +share/doc/boost/libs/iostreams/doc/concepts/device.html +share/doc/boost/libs/iostreams/doc/concepts/direct.html +share/doc/boost/libs/iostreams/doc/concepts/dual_use_filter.html +share/doc/boost/libs/iostreams/doc/concepts/filter.html +share/doc/boost/libs/iostreams/doc/concepts/flushable.html +share/doc/boost/libs/iostreams/doc/concepts/input_filter.html +share/doc/boost/libs/iostreams/doc/concepts/localizable.html +share/doc/boost/libs/iostreams/doc/concepts/multi-character.html +share/doc/boost/libs/iostreams/doc/concepts/multi_character.html +share/doc/boost/libs/iostreams/doc/concepts/optimally_buffered.html +share/doc/boost/libs/iostreams/doc/concepts/output_filter.html +share/doc/boost/libs/iostreams/doc/concepts/peekable.html +share/doc/boost/libs/iostreams/doc/concepts/pipable.html +share/doc/boost/libs/iostreams/doc/concepts/seekable_device.html +share/doc/boost/libs/iostreams/doc/concepts/seekable_filter.html +share/doc/boost/libs/iostreams/doc/concepts/sink.html +share/doc/boost/libs/iostreams/doc/concepts/source.html +share/doc/boost/libs/iostreams/doc/concepts/symmetric_filter.html +share/doc/boost/libs/iostreams/doc/faq.html +share/doc/boost/libs/iostreams/doc/functions/close.html +share/doc/boost/libs/iostreams/doc/functions/combine.html +share/doc/boost/libs/iostreams/doc/functions/compose.html +share/doc/boost/libs/iostreams/doc/functions/copy.html +share/doc/boost/libs/iostreams/doc/functions/filter_test.html +share/doc/boost/libs/iostreams/doc/functions/flush.html +share/doc/boost/libs/iostreams/doc/functions/functions.html +share/doc/boost/libs/iostreams/doc/functions/get.html +share/doc/boost/libs/iostreams/doc/functions/imbue.html +share/doc/boost/libs/iostreams/doc/functions/invert.html +share/doc/boost/libs/iostreams/doc/functions/optimal_buffer_size.html +share/doc/boost/libs/iostreams/doc/functions/positioning.html +share/doc/boost/libs/iostreams/doc/functions/put.html +share/doc/boost/libs/iostreams/doc/functions/putback.html +share/doc/boost/libs/iostreams/doc/functions/read.html +share/doc/boost/libs/iostreams/doc/functions/restrict.html +share/doc/boost/libs/iostreams/doc/functions/seek.html +share/doc/boost/libs/iostreams/doc/functions/tee.html +share/doc/boost/libs/iostreams/doc/functions/write.html +share/doc/boost/libs/iostreams/doc/graphics/bidirectional_chain.gif +share/doc/boost/libs/iostreams/doc/graphics/important_modes.gif +share/doc/boost/libs/iostreams/doc/graphics/input_chain.gif +share/doc/boost/libs/iostreams/doc/graphics/key_bidirectional_seq.gif +share/doc/boost/libs/iostreams/doc/graphics/key_important.gif +share/doc/boost/libs/iostreams/doc/graphics/key_input_seq.gif +share/doc/boost/libs/iostreams/doc/graphics/key_output_seq.gif +share/doc/boost/libs/iostreams/doc/graphics/key_read_head.gif +share/doc/boost/libs/iostreams/doc/graphics/key_read_write_head.gif +share/doc/boost/libs/iostreams/doc/graphics/key_write_head.gif +share/doc/boost/libs/iostreams/doc/graphics/modes.gif +share/doc/boost/libs/iostreams/doc/graphics/output_chain.gif +share/doc/boost/libs/iostreams/doc/graphics/seekable_chain.gif +share/doc/boost/libs/iostreams/doc/guide/asynchronous.html +share/doc/boost/libs/iostreams/doc/guide/buffering.html +share/doc/boost/libs/iostreams/doc/guide/code_conversion.html +share/doc/boost/libs/iostreams/doc/guide/concepts.html +share/doc/boost/libs/iostreams/doc/guide/exceptions.html +share/doc/boost/libs/iostreams/doc/guide/filtering_streams.html +share/doc/boost/libs/iostreams/doc/guide/generic_streams.html +share/doc/boost/libs/iostreams/doc/guide/guide.html +share/doc/boost/libs/iostreams/doc/guide/lifetimes.html +share/doc/boost/libs/iostreams/doc/guide/modes.html +share/doc/boost/libs/iostreams/doc/guide/pipelines.html +share/doc/boost/libs/iostreams/doc/guide/text_processing.html +share/doc/boost/libs/iostreams/doc/guide/traits.html +share/doc/boost/libs/iostreams/doc/guide/views.html +share/doc/boost/libs/iostreams/doc/home.html +share/doc/boost/libs/iostreams/doc/index.html +share/doc/boost/libs/iostreams/doc/installation.html +share/doc/boost/libs/iostreams/doc/macros/buffer_sizes.html +share/doc/boost/libs/iostreams/doc/macros/macros.html +share/doc/boost/libs/iostreams/doc/macros/workarounds.html +share/doc/boost/libs/iostreams/doc/menu.html +share/doc/boost/libs/iostreams/doc/portability.html +share/doc/boost/libs/iostreams/doc/quick_reference.html +share/doc/boost/libs/iostreams/doc/rationale.html +share/doc/boost/libs/iostreams/doc/reference.html +share/doc/boost/libs/iostreams/doc/theme/iostreams.css +share/doc/boost/libs/iostreams/doc/theme/wedge.gif +share/doc/boost/libs/iostreams/doc/tree/tree.css +share/doc/boost/libs/iostreams/doc/tree/tree.js +share/doc/boost/libs/iostreams/doc/tutorial/container_device.html +share/doc/boost/libs/iostreams/doc/tutorial/container_sink.html +share/doc/boost/libs/iostreams/doc/tutorial/container_source.html +share/doc/boost/libs/iostreams/doc/tutorial/dictionary_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/dual_use_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/filter_usage.html +share/doc/boost/libs/iostreams/doc/tutorial/finite_state_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/line_wrapping_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/multichar_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/shell_comments_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/tab_expanding_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/tutorial.html +share/doc/boost/libs/iostreams/doc/tutorial/unix2dos_filters.html +share/doc/boost/libs/iostreams/doc/tutorial/writing_devices.html +share/doc/boost/libs/iostreams/doc/tutorial/writing_filters.html +share/doc/boost/libs/iostreams/example/boost_back_inserter_example.cpp +share/doc/boost/libs/iostreams/example/container_device.hpp +share/doc/boost/libs/iostreams/example/container_device_example.cpp +share/doc/boost/libs/iostreams/example/container_sink_example.cpp +share/doc/boost/libs/iostreams/example/container_source_example.cpp +share/doc/boost/libs/iostreams/example/dictionary_filter.hpp +share/doc/boost/libs/iostreams/example/finite_state_filter.hpp +share/doc/boost/libs/iostreams/example/iterator_range_example.cpp +share/doc/boost/libs/iostreams/example/line_wrapping_filter.hpp +share/doc/boost/libs/iostreams/example/shell_comments_filter.hpp +share/doc/boost/libs/iostreams/example/std_back_inserter_example.cpp +share/doc/boost/libs/iostreams/example/tab_expanding_filter.hpp +share/doc/boost/libs/iostreams/example/unix2dos_filter.hpp +share/doc/boost/libs/iostreams/index.html +share/doc/boost/libs/iostreams/src/bzip2.cpp +share/doc/boost/libs/iostreams/src/file_descriptor.cpp +share/doc/boost/libs/iostreams/src/mapped_file.cpp +share/doc/boost/libs/iostreams/src/zlib.cpp share/doc/boost/libs/iterator/doc/BidirectionalTraversal.html share/doc/boost/libs/iterator/doc/BidirectionalTraversal.rst share/doc/boost/libs/iterator/doc/ForwardTraversal.html @@ -848,7 +1117,6 @@ share/doc/boost/libs/iterator/example/node_iterator2.hpp share/doc/boost/libs/iterator/example/node_iterator3.cpp share/doc/boost/libs/iterator/example/node_iterator3.hpp share/doc/boost/libs/iterator/example/permutation_iter_example.cpp -share/doc/boost/libs/iterator/example/projection_iterator_example.cpp share/doc/boost/libs/iterator/example/reverse_iterator.cpp share/doc/boost/libs/iterator/example/reverse_iterator_example.cpp share/doc/boost/libs/iterator/example/transform_iterator_example.cpp @@ -864,6 +1132,7 @@ share/doc/boost/libs/lambda/index.html share/doc/boost/libs/libraries.htm share/doc/boost/libs/logic/doc/Jamfile.v2 share/doc/boost/libs/logic/doc/tribool.boostbook +share/doc/boost/libs/maintainers.txt share/doc/boost/libs/math/doc/common_factor.html share/doc/boost/libs/math/doc/index.html share/doc/boost/libs/math/index.html @@ -1198,6 +1467,213 @@ share/doc/boost/libs/mpl/doc/refmanual/vector.html share/doc/boost/libs/mpl/doc/refmanual/views.html share/doc/boost/libs/mpl/doc/refmanual/void.html share/doc/boost/libs/mpl/doc/refmanual/zip-view.html +share/doc/boost/libs/mpl/doc/src/refmanual/ASSERT.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ASSERT_MSG.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ASSERT_NOT.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ASSERT_RELATION.rst +share/doc/boost/libs/mpl/doc/src/refmanual/AUX_LAMBDA_SUPPORT.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Acknowledgements.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Algorithms-Iteration.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Algorithms-Querying.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Algorithms-Transformation.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Algorithms.rst +share/doc/boost/libs/mpl/doc/src/refmanual/AssociativeSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/BackExtensibleSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/BidirectionalIterator.rst +share/doc/boost/libs/mpl/doc/src/refmanual/BidirectionalSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/CFG_NO_HAS_XXX.rst +share/doc/boost/libs/mpl/doc/src/refmanual/CFG_NO_PREPROCESSED.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Categorized.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Data.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ExtensibleAssociativeSeq.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ExtensibleSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ForwardIterator.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ForwardSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/FrontExtensibleSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/HAS_XXX_TRAIT_DEF.rst +share/doc/boost/libs/mpl/doc/src/refmanual/HAS_XXX_TRAIT_NAMED_DEF.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Inserter.rst +share/doc/boost/libs/mpl/doc/src/refmanual/IntegralConstant.rst +share/doc/boost/libs/mpl/doc/src/refmanual/IntegralSequenceWrapper.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Iterators-Concepts.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Iterators-Metafunctions.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Iterators.rst +share/doc/boost/libs/mpl/doc/src/refmanual/LIMIT_LIST_SIZE.rst +share/doc/boost/libs/mpl/doc/src/refmanual/LIMIT_MAP_SIZE.rst +share/doc/boost/libs/mpl/doc/src/refmanual/LIMIT_METAFUNCTION_ARITY.rst +share/doc/boost/libs/mpl/doc/src/refmanual/LIMIT_SET_SIZE.rst +share/doc/boost/libs/mpl/doc/src/refmanual/LIMIT_UNROLLING.rst +share/doc/boost/libs/mpl/doc/src/refmanual/LIMIT_VECTOR_SIZE.rst +share/doc/boost/libs/mpl/doc/src/refmanual/LambdaExpression.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Macros-Asserts.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Macros-Configuration.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Macros.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunction.rst +share/doc/boost/libs/mpl/doc/src/refmanual/MetafunctionClass.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Arithmetic.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Bitwise.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Comparisons.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Composition.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Conditional.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Invocation.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Logical.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Trivial.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions-Type.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Metafunctions.rst +share/doc/boost/libs/mpl/doc/src/refmanual/NumericMetafunction.rst +share/doc/boost/libs/mpl/doc/src/refmanual/PlaceholderExpression.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Placeholders.rst +share/doc/boost/libs/mpl/doc/src/refmanual/RandomAccessIterator.rst +share/doc/boost/libs/mpl/doc/src/refmanual/RandomAccessSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/ReversibleAlgorithm.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Sequences-Classes.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Sequences-Concepts.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Sequences-Intrinsic.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Sequences-Views.rst +share/doc/boost/libs/mpl/doc/src/refmanual/Sequences.rst +share/doc/boost/libs/mpl/doc/src/refmanual/TagDispatchedMetafunction.rst +share/doc/boost/libs/mpl/doc/src/refmanual/TrivialMetafunction.rst +share/doc/boost/libs/mpl/doc/src/refmanual/VariadicSequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/accumulate.rst +share/doc/boost/libs/mpl/doc/src/refmanual/advance.rst +share/doc/boost/libs/mpl/doc/src/refmanual/always.rst +share/doc/boost/libs/mpl/doc/src/refmanual/and_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/apply.rst +share/doc/boost/libs/mpl/doc/src/refmanual/apply_wrap.rst +share/doc/boost/libs/mpl/doc/src/refmanual/arg.rst +share/doc/boost/libs/mpl/doc/src/refmanual/at.rst +share/doc/boost/libs/mpl/doc/src/refmanual/at_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/back.rst +share/doc/boost/libs/mpl/doc/src/refmanual/back_inserter.rst +share/doc/boost/libs/mpl/doc/src/refmanual/begin.rst +share/doc/boost/libs/mpl/doc/src/refmanual/bind.rst +share/doc/boost/libs/mpl/doc/src/refmanual/bitand_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/bitor_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/bitxor_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/bool_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/clear.rst +share/doc/boost/libs/mpl/doc/src/refmanual/contains.rst +share/doc/boost/libs/mpl/doc/src/refmanual/copy.rst +share/doc/boost/libs/mpl/doc/src/refmanual/copy_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/count.rst +share/doc/boost/libs/mpl/doc/src/refmanual/count_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/deque.rst +share/doc/boost/libs/mpl/doc/src/refmanual/deref.rst +share/doc/boost/libs/mpl/doc/src/refmanual/distance.rst +share/doc/boost/libs/mpl/doc/src/refmanual/divides.rst +share/doc/boost/libs/mpl/doc/src/refmanual/empty.rst +share/doc/boost/libs/mpl/doc/src/refmanual/empty_base.rst +share/doc/boost/libs/mpl/doc/src/refmanual/empty_sequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/end.rst +share/doc/boost/libs/mpl/doc/src/refmanual/equal.rst +share/doc/boost/libs/mpl/doc/src/refmanual/equal_to.rst +share/doc/boost/libs/mpl/doc/src/refmanual/erase.rst +share/doc/boost/libs/mpl/doc/src/refmanual/erase_key.rst +share/doc/boost/libs/mpl/doc/src/refmanual/eval_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/eval_if_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/filter_view.rst +share/doc/boost/libs/mpl/doc/src/refmanual/find.rst +share/doc/boost/libs/mpl/doc/src/refmanual/find_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/fold.rst +share/doc/boost/libs/mpl/doc/src/refmanual/front.rst +share/doc/boost/libs/mpl/doc/src/refmanual/front_inserter.rst +share/doc/boost/libs/mpl/doc/src/refmanual/greater.rst +share/doc/boost/libs/mpl/doc/src/refmanual/greater_equal.rst +share/doc/boost/libs/mpl/doc/src/refmanual/has_key.rst +share/doc/boost/libs/mpl/doc/src/refmanual/identity.rst +share/doc/boost/libs/mpl/doc/src/refmanual/if_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/if_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/inherit.rst +share/doc/boost/libs/mpl/doc/src/refmanual/inherit_linearly.rst +share/doc/boost/libs/mpl/doc/src/refmanual/insert.rst +share/doc/boost/libs/mpl/doc/src/refmanual/insert_range.rst +share/doc/boost/libs/mpl/doc/src/refmanual/inserter_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/int_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/integral_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/is_sequence.rst +share/doc/boost/libs/mpl/doc/src/refmanual/iter_fold.rst +share/doc/boost/libs/mpl/doc/src/refmanual/iter_fold_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/iterator_category.rst +share/doc/boost/libs/mpl/doc/src/refmanual/iterator_range.rst +share/doc/boost/libs/mpl/doc/src/refmanual/joint_view.rst +share/doc/boost/libs/mpl/doc/src/refmanual/key_type.rst +share/doc/boost/libs/mpl/doc/src/refmanual/lambda.rst +share/doc/boost/libs/mpl/doc/src/refmanual/less.rst +share/doc/boost/libs/mpl/doc/src/refmanual/less_equal.rst +share/doc/boost/libs/mpl/doc/src/refmanual/list.rst +share/doc/boost/libs/mpl/doc/src/refmanual/list_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/long_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/lower_bound.rst +share/doc/boost/libs/mpl/doc/src/refmanual/map.rst +share/doc/boost/libs/mpl/doc/src/refmanual/max.rst +share/doc/boost/libs/mpl/doc/src/refmanual/max_element.rst +share/doc/boost/libs/mpl/doc/src/refmanual/min.rst +share/doc/boost/libs/mpl/doc/src/refmanual/min_element.rst +share/doc/boost/libs/mpl/doc/src/refmanual/minus.rst +share/doc/boost/libs/mpl/doc/src/refmanual/modulus.rst +share/doc/boost/libs/mpl/doc/src/refmanual/multiplies.rst +share/doc/boost/libs/mpl/doc/src/refmanual/negate.rst +share/doc/boost/libs/mpl/doc/src/refmanual/next.rst +share/doc/boost/libs/mpl/doc/src/refmanual/not_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/not_equal_to.rst +share/doc/boost/libs/mpl/doc/src/refmanual/numeric_cast.rst +share/doc/boost/libs/mpl/doc/src/refmanual/or_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/order.rst +share/doc/boost/libs/mpl/doc/src/refmanual/pair.rst +share/doc/boost/libs/mpl/doc/src/refmanual/partition.rst +share/doc/boost/libs/mpl/doc/src/refmanual/plus.rst +share/doc/boost/libs/mpl/doc/src/refmanual/pop_back.rst +share/doc/boost/libs/mpl/doc/src/refmanual/pop_front.rst +share/doc/boost/libs/mpl/doc/src/refmanual/preface.rst +share/doc/boost/libs/mpl/doc/src/refmanual/prior.rst +share/doc/boost/libs/mpl/doc/src/refmanual/protect.rst +share/doc/boost/libs/mpl/doc/src/refmanual/push_back.rst +share/doc/boost/libs/mpl/doc/src/refmanual/push_front.rst +share/doc/boost/libs/mpl/doc/src/refmanual/quote.rst +share/doc/boost/libs/mpl/doc/src/refmanual/range_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/refmanual.py +share/doc/boost/libs/mpl/doc/src/refmanual/refmanual.rst +share/doc/boost/libs/mpl/doc/src/refmanual/refmanual.toc +share/doc/boost/libs/mpl/doc/src/refmanual/remove.rst +share/doc/boost/libs/mpl/doc/src/refmanual/remove_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/replace.rst +share/doc/boost/libs/mpl/doc/src/refmanual/replace_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_copy.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_copy_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_fold.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_iter_fold.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_partition.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_remove.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_remove_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_replace.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_replace_if.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_stable_partition.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_transform.rst +share/doc/boost/libs/mpl/doc/src/refmanual/reverse_unique.rst +share/doc/boost/libs/mpl/doc/src/refmanual/sequence_tag.rst +share/doc/boost/libs/mpl/doc/src/refmanual/set.rst +share/doc/boost/libs/mpl/doc/src/refmanual/set_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/shift_left.rst +share/doc/boost/libs/mpl/doc/src/refmanual/shift_right.rst +share/doc/boost/libs/mpl/doc/src/refmanual/single_view.rst +share/doc/boost/libs/mpl/doc/src/refmanual/size.rst +share/doc/boost/libs/mpl/doc/src/refmanual/size_t.rst +share/doc/boost/libs/mpl/doc/src/refmanual/sizeof_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/sort.rst +share/doc/boost/libs/mpl/doc/src/refmanual/stable_partition.rst +share/doc/boost/libs/mpl/doc/src/refmanual/terminology.rst +share/doc/boost/libs/mpl/doc/src/refmanual/times.rst +share/doc/boost/libs/mpl/doc/src/refmanual/transform.rst +share/doc/boost/libs/mpl/doc/src/refmanual/transform_view.rst +share/doc/boost/libs/mpl/doc/src/refmanual/unique.rst +share/doc/boost/libs/mpl/doc/src/refmanual/unpack_args.rst +share/doc/boost/libs/mpl/doc/src/refmanual/upper_bound.rst +share/doc/boost/libs/mpl/doc/src/refmanual/value_type.rst +share/doc/boost/libs/mpl/doc/src/refmanual/vector.rst +share/doc/boost/libs/mpl/doc/src/refmanual/vector_c.rst +share/doc/boost/libs/mpl/doc/src/refmanual/void_.rst +share/doc/boost/libs/mpl/doc/src/refmanual/zip_view.rst share/doc/boost/libs/mpl/doc/style.css share/doc/boost/libs/mpl/doc/tutorial/acknowledgements.html share/doc/boost/libs/mpl/doc/tutorial/apply-lambda-semantics.html @@ -1240,12 +1716,15 @@ share/doc/boost/libs/mpl/doc/tutorial/the-importance-of-being.html share/doc/boost/libs/mpl/doc/tutorial/the-lambda-metafunction.html share/doc/boost/libs/mpl/doc/tutorial/tutorial-metafunctions.html share/doc/boost/libs/mpl/doc/tutorial/tutorial_toc.html +share/doc/boost/libs/mpl/example/Jamfile share/doc/boost/libs/mpl/example/fsm/aux_/STT_impl_gen.hpp share/doc/boost/libs/mpl/example/fsm/aux_/base_event.hpp share/doc/boost/libs/mpl/example/fsm/aux_/event.hpp share/doc/boost/libs/mpl/example/fsm/aux_/state.hpp share/doc/boost/libs/mpl/example/fsm/aux_/transition.hpp share/doc/boost/libs/mpl/example/fsm/player.cpp +share/doc/boost/libs/mpl/example/fsm/player1.cpp +share/doc/boost/libs/mpl/example/fsm/player2.cpp share/doc/boost/libs/mpl/example/fsm/state_machine.hpp share/doc/boost/libs/mpl/example/inherit_linearly.cpp share/doc/boost/libs/mpl/example/inherit_multiply.cpp @@ -1393,12 +1872,14 @@ share/doc/boost/libs/multi_index/doc/perf_2o1s.png share/doc/boost/libs/multi_index/doc/perf_3o.png share/doc/boost/libs/multi_index/doc/performance.html share/doc/boost/libs/multi_index/doc/prev.gif +share/doc/boost/libs/multi_index/doc/reference/hash_indices.html share/doc/boost/libs/multi_index/doc/reference/index.html share/doc/boost/libs/multi_index/doc/reference/indices.html share/doc/boost/libs/multi_index/doc/reference/key_extraction.html share/doc/boost/libs/multi_index/doc/reference/multi_index_container.html share/doc/boost/libs/multi_index/doc/reference/ord_indices.html share/doc/boost/libs/multi_index/doc/reference/seq_indices.html +share/doc/boost/libs/multi_index/doc/release_notes.html share/doc/boost/libs/multi_index/doc/style.css share/doc/boost/libs/multi_index/doc/tests.html share/doc/boost/libs/multi_index/doc/tutorial.html @@ -1408,9 +1889,11 @@ share/doc/boost/libs/multi_index/example/basic.cpp share/doc/boost/libs/multi_index/example/bimap.cpp share/doc/boost/libs/multi_index/example/complex_structs.cpp share/doc/boost/libs/multi_index/example/composite_keys.cpp +share/doc/boost/libs/multi_index/example/hashed.cpp share/doc/boost/libs/multi_index/example/memfun_key.cpp share/doc/boost/libs/multi_index/example/non_default_ctor.cpp share/doc/boost/libs/multi_index/example/sequenced.cpp +share/doc/boost/libs/multi_index/example/serialization.cpp share/doc/boost/libs/multi_index/index.html share/doc/boost/libs/multi_index/perf/Jamfile share/doc/boost/libs/multi_index/perf/test_perf.cpp @@ -1443,8 +1926,6 @@ share/doc/boost/libs/numeric/interval/examples/newton-raphson.cpp share/doc/boost/libs/numeric/interval/examples/rational.cpp share/doc/boost/libs/numeric/interval/examples/transc.cpp share/doc/boost/libs/numeric/sublibs -share/doc/boost/libs/numeric/ublas/Jamfile -share/doc/boost/libs/numeric/ublas/Jamfile.v2 share/doc/boost/libs/numeric/ublas/bench1/Jamfile share/doc/boost/libs/numeric/ublas/bench1/Jamfile.v2 share/doc/boost/libs/numeric/ublas/bench1/bench1.cpp @@ -1469,19 +1950,18 @@ share/doc/boost/libs/numeric/ublas/bench3/bench33.cpp share/doc/boost/libs/numeric/ublas/bench4/Jamfile share/doc/boost/libs/numeric/ublas/bench4/Jamfile.v2 share/doc/boost/libs/numeric/ublas/bench4/bench4.cpp -share/doc/boost/libs/numeric/ublas/bench4/bench4.hpp share/doc/boost/libs/numeric/ublas/bench4/bench41.cpp share/doc/boost/libs/numeric/ublas/bench4/bench42.cpp share/doc/boost/libs/numeric/ublas/bench4/bench43.cpp -share/doc/boost/libs/numeric/ublas/concepts.cpp share/doc/boost/libs/numeric/ublas/doc/banded.htm share/doc/boost/libs/numeric/ublas/doc/blas.htm -share/doc/boost/libs/numeric/ublas/doc/container.htm +share/doc/boost/libs/numeric/ublas/doc/bounded_array.htm +share/doc/boost/libs/numeric/ublas/doc/container_concept.htm share/doc/boost/libs/numeric/ublas/doc/doxygen.css -share/doc/boost/libs/numeric/ublas/doc/expression.htm +share/doc/boost/libs/numeric/ublas/doc/expression_concept.htm share/doc/boost/libs/numeric/ublas/doc/hermitian.htm share/doc/boost/libs/numeric/ublas/doc/index.htm -share/doc/boost/libs/numeric/ublas/doc/iterator.htm +share/doc/boost/libs/numeric/ublas/doc/iterator_concept.htm share/doc/boost/libs/numeric/ublas/doc/matrix.htm share/doc/boost/libs/numeric/ublas/doc/matrix_expression.htm share/doc/boost/libs/numeric/ublas/doc/matrix_proxy.htm @@ -1489,6 +1969,7 @@ share/doc/boost/libs/numeric/ublas/doc/matrix_sparse.htm share/doc/boost/libs/numeric/ublas/doc/operations_overview.htm share/doc/boost/libs/numeric/ublas/doc/overview.htm share/doc/boost/libs/numeric/ublas/doc/products.htm +share/doc/boost/libs/numeric/ublas/doc/range.htm share/doc/boost/libs/numeric/ublas/doc/samples/Jamfile share/doc/boost/libs/numeric/ublas/doc/samples/Jamfile.v2 share/doc/boost/libs/numeric/ublas/doc/samples/banded_adaptor.cpp @@ -1502,6 +1983,8 @@ share/doc/boost/libs/numeric/ublas/doc/samples/hermitian_adaptor.cpp share/doc/boost/libs/numeric/ublas/doc/samples/hermitian_matrix.cpp share/doc/boost/libs/numeric/ublas/doc/samples/identity_matrix.cpp share/doc/boost/libs/numeric/ublas/doc/samples/map_array.cpp +share/doc/boost/libs/numeric/ublas/doc/samples/mapped_matrix.cpp +share/doc/boost/libs/numeric/ublas/doc/samples/mapped_vector.cpp share/doc/boost/libs/numeric/ublas/doc/samples/matrix.cpp share/doc/boost/libs/numeric/ublas/doc/samples/matrix_binary.cpp share/doc/boost/libs/numeric/ublas/doc/samples/matrix_binary_scalar.cpp @@ -1522,8 +2005,6 @@ share/doc/boost/libs/numeric/ublas/doc/samples/matrix_vector_slice.cpp share/doc/boost/libs/numeric/ublas/doc/samples/matrix_vector_solve.cpp share/doc/boost/libs/numeric/ublas/doc/samples/range.cpp share/doc/boost/libs/numeric/ublas/doc/samples/slice.cpp -share/doc/boost/libs/numeric/ublas/doc/samples/sparse_matrix.cpp -share/doc/boost/libs/numeric/ublas/doc/samples/sparse_vector.cpp share/doc/boost/libs/numeric/ublas/doc/samples/symmetric_adaptor.cpp share/doc/boost/libs/numeric/ublas/doc/samples/symmetric_matrix.cpp share/doc/boost/libs/numeric/ublas/doc/samples/triangular_adaptor.cpp @@ -1543,58 +2024,28 @@ share/doc/boost/libs/numeric/ublas/doc/samples/vector_unary.cpp share/doc/boost/libs/numeric/ublas/doc/samples/vector_unary_redux.cpp share/doc/boost/libs/numeric/ublas/doc/samples/zero_matrix.cpp share/doc/boost/libs/numeric/ublas/doc/samples/zero_vector.cpp -share/doc/boost/libs/numeric/ublas/doc/storage.htm +share/doc/boost/libs/numeric/ublas/doc/storage_concept.htm share/doc/boost/libs/numeric/ublas/doc/storage_sparse.htm share/doc/boost/libs/numeric/ublas/doc/symmetric.htm share/doc/boost/libs/numeric/ublas/doc/triangular.htm share/doc/boost/libs/numeric/ublas/doc/types_overview.htm share/doc/boost/libs/numeric/ublas/doc/ublas.css +share/doc/boost/libs/numeric/ublas/doc/unbounded_array.htm share/doc/boost/libs/numeric/ublas/doc/vector.htm share/doc/boost/libs/numeric/ublas/doc/vector_expression.htm share/doc/boost/libs/numeric/ublas/doc/vector_proxy.htm share/doc/boost/libs/numeric/ublas/doc/vector_sparse.htm share/doc/boost/libs/numeric/ublas/index.html -share/doc/boost/libs/numeric/ublas/test1/Jamfile -share/doc/boost/libs/numeric/ublas/test1/test1.cpp -share/doc/boost/libs/numeric/ublas/test1/test1.hpp -share/doc/boost/libs/numeric/ublas/test1/test11.cpp -share/doc/boost/libs/numeric/ublas/test1/test12.cpp -share/doc/boost/libs/numeric/ublas/test1/test13.cpp -share/doc/boost/libs/numeric/ublas/test2/Jamfile -share/doc/boost/libs/numeric/ublas/test2/test2.cpp -share/doc/boost/libs/numeric/ublas/test2/test2.hpp -share/doc/boost/libs/numeric/ublas/test2/test21.cpp -share/doc/boost/libs/numeric/ublas/test2/test22.cpp -share/doc/boost/libs/numeric/ublas/test2/test23.cpp -share/doc/boost/libs/numeric/ublas/test3/Jamfile -share/doc/boost/libs/numeric/ublas/test3/test3.cpp -share/doc/boost/libs/numeric/ublas/test3/test3.hpp -share/doc/boost/libs/numeric/ublas/test3/test31.cpp -share/doc/boost/libs/numeric/ublas/test3/test32.cpp -share/doc/boost/libs/numeric/ublas/test3/test33.cpp -share/doc/boost/libs/numeric/ublas/test4/Jamfile -share/doc/boost/libs/numeric/ublas/test4/test4.cpp -share/doc/boost/libs/numeric/ublas/test4/test4.hpp -share/doc/boost/libs/numeric/ublas/test4/test42.cpp -share/doc/boost/libs/numeric/ublas/test4/test43.cpp -share/doc/boost/libs/numeric/ublas/test5/Jamfile -share/doc/boost/libs/numeric/ublas/test5/test5.cpp -share/doc/boost/libs/numeric/ublas/test5/test5.hpp -share/doc/boost/libs/numeric/ublas/test5/test52.cpp -share/doc/boost/libs/numeric/ublas/test5/test53.cpp -share/doc/boost/libs/numeric/ublas/test6/Jamfile -share/doc/boost/libs/numeric/ublas/test6/test6.cpp -share/doc/boost/libs/numeric/ublas/test6/test6.hpp -share/doc/boost/libs/numeric/ublas/test6/test62.cpp -share/doc/boost/libs/numeric/ublas/test6/test63.cpp -share/doc/boost/libs/numeric/ublas/test7/Jamfile -share/doc/boost/libs/numeric/ublas/test7/test7.cpp -share/doc/boost/libs/numeric/ublas/test7/test7.hpp -share/doc/boost/libs/numeric/ublas/test7/test71.cpp -share/doc/boost/libs/numeric/ublas/test7/test72.cpp -share/doc/boost/libs/numeric/ublas/test7/test73.cpp share/doc/boost/libs/optional/doc/optional.html share/doc/boost/libs/optional/index.html +share/doc/boost/libs/parameter/doc/Jamfile.v2 +share/doc/boost/libs/parameter/doc/html/index.html +share/doc/boost/libs/parameter/doc/html/reference.html +share/doc/boost/libs/parameter/doc/html/rst.css +share/doc/boost/libs/parameter/doc/index.rst +share/doc/boost/libs/parameter/doc/reference.rst +share/doc/boost/libs/parameter/index.html +share/doc/boost/libs/platform_maintainers.txt share/doc/boost/libs/pool/TODO.txt share/doc/boost/libs/pool/doc/concepts.html share/doc/boost/libs/pool/doc/copyright.html @@ -2118,6 +2569,8 @@ share/doc/boost/libs/property_map/ReadablePropertyMap.html share/doc/boost/libs/property_map/WritablePropertyMap.html share/doc/boost/libs/property_map/associative_property_map.html share/doc/boost/libs/property_map/const_assoc_property_map.html +share/doc/boost/libs/property_map/doc/dynamic_property_map.html +share/doc/boost/libs/property_map/doc/dynamic_property_map.rst share/doc/boost/libs/property_map/example1.cpp share/doc/boost/libs/property_map/example2.cpp share/doc/boost/libs/property_map/example3.cpp @@ -2125,8 +2578,88 @@ share/doc/boost/libs/property_map/identity_property_map.html share/doc/boost/libs/property_map/index.html share/doc/boost/libs/property_map/iterator_property_map.html share/doc/boost/libs/property_map/property_map.html -share/doc/boost/libs/property_map/property_map_cc.cpp share/doc/boost/libs/property_map/vector_property_map.html +share/doc/boost/libs/ptr_container/doc/Jamfile.v2 +share/doc/boost/libs/ptr_container/doc/associative_ptr_container.html +share/doc/boost/libs/ptr_container/doc/associative_ptr_container.rst +share/doc/boost/libs/ptr_container/doc/cboost.gif +share/doc/boost/libs/ptr_container/doc/comp.sh +share/doc/boost/libs/ptr_container/doc/comp_all.sh +share/doc/boost/libs/ptr_container/doc/comp_assoc_ptr_container.sh +share/doc/boost/libs/ptr_container/doc/comp_conventions.sh +share/doc/boost/libs/ptr_container/doc/comp_examples.sh +share/doc/boost/libs/ptr_container/doc/comp_faq.sh +share/doc/boost/libs/ptr_container/doc/comp_guidelines.sh +share/doc/boost/libs/ptr_container/doc/comp_headers.sh +share/doc/boost/libs/ptr_container/doc/comp_indirect_fun.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_array.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_container.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_deque.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_list.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_map.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_map_adapter.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_multimap.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_multimap_adapter.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_multiset.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_multiset_adapter.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_sequence_adapter.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_set.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_set_adapter.sh +share/doc/boost/libs/ptr_container/doc/comp_ptr_vector.sh +share/doc/boost/libs/ptr_container/doc/comp_reference.sh +share/doc/boost/libs/ptr_container/doc/comp_rever_ptr_container.sh +share/doc/boost/libs/ptr_container/doc/comp_tutorial.sh +share/doc/boost/libs/ptr_container/doc/conventions.html +share/doc/boost/libs/ptr_container/doc/conventions.rst +share/doc/boost/libs/ptr_container/doc/default.css +share/doc/boost/libs/ptr_container/doc/examples.html +share/doc/boost/libs/ptr_container/doc/examples.rst +share/doc/boost/libs/ptr_container/doc/faq.html +share/doc/boost/libs/ptr_container/doc/faq.rst +share/doc/boost/libs/ptr_container/doc/guidelines.html +share/doc/boost/libs/ptr_container/doc/guidelines.rst +share/doc/boost/libs/ptr_container/doc/headers.html +share/doc/boost/libs/ptr_container/doc/headers.rst +share/doc/boost/libs/ptr_container/doc/indirect_fun.html +share/doc/boost/libs/ptr_container/doc/indirect_fun.rst +share/doc/boost/libs/ptr_container/doc/intro.xml +share/doc/boost/libs/ptr_container/doc/ptr_array.html +share/doc/boost/libs/ptr_container/doc/ptr_array.rst +share/doc/boost/libs/ptr_container/doc/ptr_container.html +share/doc/boost/libs/ptr_container/doc/ptr_container.rst +share/doc/boost/libs/ptr_container/doc/ptr_container.xml +share/doc/boost/libs/ptr_container/doc/ptr_deque.html +share/doc/boost/libs/ptr_container/doc/ptr_deque.rst +share/doc/boost/libs/ptr_container/doc/ptr_list.html +share/doc/boost/libs/ptr_container/doc/ptr_list.rst +share/doc/boost/libs/ptr_container/doc/ptr_map.html +share/doc/boost/libs/ptr_container/doc/ptr_map.rst +share/doc/boost/libs/ptr_container/doc/ptr_map_adapter.html +share/doc/boost/libs/ptr_container/doc/ptr_map_adapter.rst +share/doc/boost/libs/ptr_container/doc/ptr_multimap.html +share/doc/boost/libs/ptr_container/doc/ptr_multimap.rst +share/doc/boost/libs/ptr_container/doc/ptr_multimap_adapter.html +share/doc/boost/libs/ptr_container/doc/ptr_multimap_adapter.rst +share/doc/boost/libs/ptr_container/doc/ptr_multiset.html +share/doc/boost/libs/ptr_container/doc/ptr_multiset.rst +share/doc/boost/libs/ptr_container/doc/ptr_multiset_adapter.html +share/doc/boost/libs/ptr_container/doc/ptr_multiset_adapter.rst +share/doc/boost/libs/ptr_container/doc/ptr_sequence_adapter.html +share/doc/boost/libs/ptr_container/doc/ptr_sequence_adapter.rst +share/doc/boost/libs/ptr_container/doc/ptr_set.html +share/doc/boost/libs/ptr_container/doc/ptr_set.rst +share/doc/boost/libs/ptr_container/doc/ptr_set_adapter.html +share/doc/boost/libs/ptr_container/doc/ptr_set_adapter.rst +share/doc/boost/libs/ptr_container/doc/ptr_vector.html +share/doc/boost/libs/ptr_container/doc/ptr_vector.rst +share/doc/boost/libs/ptr_container/doc/reference.html +share/doc/boost/libs/ptr_container/doc/reference.rst +share/doc/boost/libs/ptr_container/doc/reversible_ptr_container.html +share/doc/boost/libs/ptr_container/doc/reversible_ptr_container.rst +share/doc/boost/libs/ptr_container/doc/todo.txt +share/doc/boost/libs/ptr_container/doc/tutorial.html +share/doc/boost/libs/ptr_container/doc/tutorial.rst +share/doc/boost/libs/ptr_container/index.html share/doc/boost/libs/python/doc/PyConDC_2003/bpl.html share/doc/boost/libs/python/doc/PyConDC_2003/bpl.pdf share/doc/boost/libs/python/doc/PyConDC_2003/bpl.txt @@ -2139,14 +2672,11 @@ share/doc/boost/libs/python/doc/building.html share/doc/boost/libs/python/doc/index.html share/doc/boost/libs/python/doc/internals.html share/doc/boost/libs/python/doc/internals.rst -share/doc/boost/libs/python/doc/new-conversions.html -share/doc/boost/libs/python/doc/new-conversions.txt share/doc/boost/libs/python/doc/news.html share/doc/boost/libs/python/doc/polymorphism.txt share/doc/boost/libs/python/doc/projects.html share/doc/boost/libs/python/doc/support.html share/doc/boost/libs/python/doc/tutorial/doc/Jamfile.v2 -share/doc/boost/libs/python/doc/tutorial/doc/html/HTML.manifest share/doc/boost/libs/python/doc/tutorial/doc/html/boostbook.css share/doc/boost/libs/python/doc/tutorial/doc/html/images/alert.png share/doc/boost/libs/python/doc/tutorial/doc/html/images/home.png @@ -2168,7 +2698,6 @@ share/doc/boost/libs/python/doc/tutorial/doc/html/python/iterators.html share/doc/boost/libs/python/doc/tutorial/doc/html/python/object.html share/doc/boost/libs/python/doc/tutorial/doc/html/python/techniques.html share/doc/boost/libs/python/doc/tutorial/doc/tutorial.qbk -share/doc/boost/libs/python/doc/tutorial/doc/tutorial.xml share/doc/boost/libs/python/doc/tutorial/index.html share/doc/boost/libs/python/doc/v2/Apr2002.html share/doc/boost/libs/python/doc/v2/CallPolicies.html @@ -2182,7 +2711,6 @@ share/doc/boost/libs/python/doc/v2/ObjectWrapper.html share/doc/boost/libs/python/doc/v2/ResultConverter.html share/doc/boost/libs/python/doc/v2/acknowledgments.html share/doc/boost/libs/python/doc/v2/args.html -share/doc/boost/libs/python/doc/v2/bibliography.html share/doc/boost/libs/python/doc/v2/call.html share/doc/boost/libs/python/doc/v2/call_method.html share/doc/boost/libs/python/doc/v2/callbacks.html @@ -2203,10 +2731,8 @@ share/doc/boost/libs/python/doc/v2/exception_translator.html share/doc/boost/libs/python/doc/v2/extract.html share/doc/boost/libs/python/doc/v2/faq.html share/doc/boost/libs/python/doc/v2/feb2002.html -share/doc/boost/libs/python/doc/v2/from_python.html share/doc/boost/libs/python/doc/v2/handle.html share/doc/boost/libs/python/doc/v2/has_back_reference.html -share/doc/boost/libs/python/doc/v2/header.html share/doc/boost/libs/python/doc/v2/implicit.html share/doc/boost/libs/python/doc/v2/index.html share/doc/boost/libs/python/doc/v2/indexing.html @@ -2224,14 +2750,12 @@ share/doc/boost/libs/python/doc/v2/object.html share/doc/boost/libs/python/doc/v2/opaque_pointer_converter.html share/doc/boost/libs/python/doc/v2/operators.html share/doc/boost/libs/python/doc/v2/overloads.html -share/doc/boost/libs/python/doc/v2/overview.html share/doc/boost/libs/python/doc/v2/pickle.html share/doc/boost/libs/python/doc/v2/platforms.html share/doc/boost/libs/python/doc/v2/pointee.html share/doc/boost/libs/python/doc/v2/progress_reports.html share/doc/boost/libs/python/doc/v2/ptr.html share/doc/boost/libs/python/doc/v2/python.html -share/doc/boost/libs/python/doc/v2/rationale.html share/doc/boost/libs/python/doc/v2/raw_function.html share/doc/boost/libs/python/doc/v2/reference.html share/doc/boost/libs/python/doc/v2/reference_existing_object.html @@ -2259,14 +2783,18 @@ share/doc/boost/libs/python/example/boost-build.jam share/doc/boost/libs/python/example/getting_started1.cpp share/doc/boost/libs/python/example/getting_started2.cpp share/doc/boost/libs/python/example/project.zip +share/doc/boost/libs/python/example/std_pair.cpp share/doc/boost/libs/python/example/test_getting_started1.py share/doc/boost/libs/python/example/test_getting_started2.py +share/doc/boost/libs/python/example/test_std_pair.py share/doc/boost/libs/python/example/tutorial/Jamfile +share/doc/boost/libs/python/example/tutorial/Jamrules share/doc/boost/libs/python/example/tutorial/hello.cpp share/doc/boost/libs/python/index.html share/doc/boost/libs/python/pyste/NEWS share/doc/boost/libs/python/pyste/README share/doc/boost/libs/python/pyste/TODO +share/doc/boost/libs/python/pyste/dist/.cvsignore share/doc/boost/libs/python/pyste/dist/create_build.py share/doc/boost/libs/python/pyste/dist/setup.py share/doc/boost/libs/python/pyste/doc/adding_new_methods.html @@ -2299,6 +2827,7 @@ share/doc/boost/libs/python/pyste/doc/wrappers.html share/doc/boost/libs/python/pyste/index.html share/doc/boost/libs/python/pyste/install/pyste.py share/doc/boost/libs/python/pyste/install/setup.py +share/doc/boost/libs/python/pyste/src/Pyste/.cvsignore share/doc/boost/libs/python/pyste/src/Pyste/ClassExporter.py share/doc/boost/libs/python/pyste/src/Pyste/CodeExporter.py share/doc/boost/libs/python/pyste/src/Pyste/CppParser.py @@ -2320,6 +2849,7 @@ share/doc/boost/libs/python/pyste/src/Pyste/policies.py share/doc/boost/libs/python/pyste/src/Pyste/pyste.py share/doc/boost/libs/python/pyste/src/Pyste/settings.py share/doc/boost/libs/python/pyste/src/Pyste/utils.py +share/doc/boost/libs/python/pyste/tests/.cvsignore share/doc/boost/libs/python/pyste/tests/GCCXMLParserUT.py share/doc/boost/libs/python/pyste/tests/SmartFileUT.py share/doc/boost/libs/python/pyste/tests/abstract_test.h @@ -2455,14 +2985,22 @@ share/doc/boost/libs/rational/rational_test.cpp share/doc/boost/libs/regex/doc/bad_expression.html share/doc/boost/libs/regex/doc/basic_regex.html share/doc/boost/libs/regex/doc/captures.html +share/doc/boost/libs/regex/doc/character_class_names.html +share/doc/boost/libs/regex/doc/collating_names.html +share/doc/boost/libs/regex/doc/concepts.html share/doc/boost/libs/regex/doc/configuration.html share/doc/boost/libs/regex/doc/contacts.html +share/doc/boost/libs/regex/doc/error_type.html share/doc/boost/libs/regex/doc/examples.html share/doc/boost/libs/regex/doc/faq.html +share/doc/boost/libs/regex/doc/format_boost_syntax.html +share/doc/boost/libs/regex/doc/format_perl_syntax.html +share/doc/boost/libs/regex/doc/format_sed_syntax.html share/doc/boost/libs/regex/doc/format_syntax.html share/doc/boost/libs/regex/doc/gcc-performance.html share/doc/boost/libs/regex/doc/headers.html share/doc/boost/libs/regex/doc/history.html +share/doc/boost/libs/regex/doc/icu_strings.html share/doc/boost/libs/regex/doc/implementation.html share/doc/boost/libs/regex/doc/index.html share/doc/boost/libs/regex/doc/install.html @@ -2470,6 +3008,8 @@ share/doc/boost/libs/regex/doc/introduction.html share/doc/boost/libs/regex/doc/localisation.html share/doc/boost/libs/regex/doc/match_flag_type.html share/doc/boost/libs/regex/doc/match_results.html +share/doc/boost/libs/regex/doc/mfc_strings.html +share/doc/boost/libs/regex/doc/non_standard_strings.html share/doc/boost/libs/regex/doc/partial_matches.html share/doc/boost/libs/regex/doc/performance.html share/doc/boost/libs/regex/doc/posix_api.html @@ -2490,26 +3030,22 @@ share/doc/boost/libs/regex/doc/regex_traits.html share/doc/boost/libs/regex/doc/standards.html share/doc/boost/libs/regex/doc/sub_match.html share/doc/boost/libs/regex/doc/syntax.html +share/doc/boost/libs/regex/doc/syntax_basic.html +share/doc/boost/libs/regex/doc/syntax_extended.html +share/doc/boost/libs/regex/doc/syntax_leftmost_longest.html share/doc/boost/libs/regex/doc/syntax_option_type.html +share/doc/boost/libs/regex/doc/syntax_perl.html share/doc/boost/libs/regex/doc/thread_safety.html share/doc/boost/libs/regex/doc/uarrow.gif +share/doc/boost/libs/regex/doc/unicode.html share/doc/boost/libs/regex/doc/vc71-performance.html share/doc/boost/libs/regex/example/Jamfile share/doc/boost/libs/regex/example/Jamfile.v2 -share/doc/boost/libs/regex/example/iso8859_1_regex_traits/iso8859_1_regex_traits.cpp -share/doc/boost/libs/regex/example/iso8859_1_regex_traits/iso8859_1_regex_traits.hpp -share/doc/boost/libs/regex/example/iso8859_1_regex_traits/readme.txt -share/doc/boost/libs/regex/example/jgrep/bc55.mak -share/doc/boost/libs/regex/example/jgrep/bcb4.mak -share/doc/boost/libs/regex/example/jgrep/bcb5.mak -share/doc/boost/libs/regex/example/jgrep/gcc.mak -share/doc/boost/libs/regex/example/jgrep/jgrep.cpp -share/doc/boost/libs/regex/example/jgrep/jgrep.h -share/doc/boost/libs/regex/example/jgrep/main.cpp -share/doc/boost/libs/regex/example/jgrep/vc6-stlport.mak -share/doc/boost/libs/regex/example/jgrep/vc6.mak +share/doc/boost/libs/regex/example/grep/grep.cpp share/doc/boost/libs/regex/example/snippets/captures_example.cpp share/doc/boost/libs/regex/example/snippets/credit_card_example.cpp +share/doc/boost/libs/regex/example/snippets/icu_example.cpp +share/doc/boost/libs/regex/example/snippets/mfc_example.cpp share/doc/boost/libs/regex/example/snippets/partial_regex_grep.cpp share/doc/boost/libs/regex/example/snippets/partial_regex_match.cpp share/doc/boost/libs/regex/example/snippets/regex_grep_example_1.cpp @@ -2534,24 +3070,13 @@ share/doc/boost/libs/regex/example/timer/regex_timer.cpp share/doc/boost/libs/regex/example/timer/vc6-stlport.mak share/doc/boost/libs/regex/example/timer/vc6.mak share/doc/boost/libs/regex/index.html -share/doc/boost/libs/regex/old_include/cregex -share/doc/boost/libs/regex/old_include/cregex.h -share/doc/boost/libs/regex/old_include/fileiter.h -share/doc/boost/libs/regex/old_include/regex -share/doc/boost/libs/regex/old_include/regex.h -share/doc/boost/libs/regex/old_include/tests/snip1.cpp -share/doc/boost/libs/regex/old_include/tests/snip2.cpp -share/doc/boost/libs/regex/old_include/tests/snip3.cpp -share/doc/boost/libs/regex/old_include/tests/snip4.cpp -share/doc/boost/libs/regex/old_include/tests/snip5.cpp -share/doc/boost/libs/regex/old_include/tests/snip6.cpp -share/doc/boost/libs/regex/old_include/tests/snip7.cpp share/doc/boost/libs/regex/performance/Jamfile share/doc/boost/libs/regex/performance/command_line.cpp share/doc/boost/libs/regex/performance/input.html share/doc/boost/libs/regex/performance/main.cpp share/doc/boost/libs/regex/performance/regex_comparison.hpp share/doc/boost/libs/regex/performance/time_boost.cpp +share/doc/boost/libs/regex/performance/time_dynamic_xpressive.cpp share/doc/boost/libs/regex/performance/time_greta.cpp share/doc/boost/libs/regex/performance/time_localised_boost.cpp share/doc/boost/libs/regex/performance/time_pcre.cpp @@ -2559,19 +3084,24 @@ share/doc/boost/libs/regex/performance/time_posix.cpp share/doc/boost/libs/regex/performance/time_safe_greta.cpp share/doc/boost/libs/regex/readme.txt share/doc/boost/libs/regex/src/c_regex_traits.cpp -share/doc/boost/libs/regex/src/c_regex_traits_common.cpp share/doc/boost/libs/regex/src/cpp_regex_traits.cpp share/doc/boost/libs/regex/src/cregex.cpp share/doc/boost/libs/regex/src/fileiter.cpp +share/doc/boost/libs/regex/src/icu.cpp share/doc/boost/libs/regex/src/instances.cpp share/doc/boost/libs/regex/src/posix_api.cpp -share/doc/boost/libs/regex/src/primary_transform.hpp share/doc/boost/libs/regex/src/regex.cpp share/doc/boost/libs/regex/src/regex_debug.cpp -share/doc/boost/libs/regex/src/regex_synch.cpp +share/doc/boost/libs/regex/src/regex_raw_buffer.cpp +share/doc/boost/libs/regex/src/regex_traits_defaults.cpp +share/doc/boost/libs/regex/src/static_mutex.cpp +share/doc/boost/libs/regex/src/usinstances.cpp share/doc/boost/libs/regex/src/w32_regex_traits.cpp +share/doc/boost/libs/regex/src/wc_regex_traits.cpp share/doc/boost/libs/regex/src/wide_posix_api.cpp +share/doc/boost/libs/regex/src/wide_posix_api.cpp.orig share/doc/boost/libs/regex/src/winstances.cpp +share/doc/boost/libs/regex/tools/generate/tables.cpp share/doc/boost/libs/serialization/borland6ide/test_simple_class.bpf share/doc/boost/libs/serialization/borland6ide/test_simple_class.bpr share/doc/boost/libs/serialization/borland6ide/test_simple_class.res @@ -2589,6 +3119,7 @@ share/doc/boost/libs/serialization/doc/derivation.html share/doc/boost/libs/serialization/doc/dot.gif share/doc/boost/libs/serialization/doc/exception_safety.html share/doc/boost/libs/serialization/doc/exceptions.html +share/doc/boost/libs/serialization/doc/extended_type_info.html share/doc/boost/libs/serialization/doc/faq.html share/doc/boost/libs/serialization/doc/headers.html share/doc/boost/libs/serialization/doc/history.html @@ -2602,6 +3133,7 @@ share/doc/boost/libs/serialization/doc/rationale.html share/doc/boost/libs/serialization/doc/release.html share/doc/boost/libs/serialization/doc/serialization.html share/doc/boost/libs/serialization/doc/shared_ptr.html +share/doc/boost/libs/serialization/doc/shared_ptr2.html share/doc/boost/libs/serialization/doc/smart_cast.html share/doc/boost/libs/serialization/doc/special.html share/doc/boost/libs/serialization/doc/state_saver.html @@ -2610,6 +3142,7 @@ share/doc/boost/libs/serialization/doc/strong_typedef.html share/doc/boost/libs/serialization/doc/style.css share/doc/boost/libs/serialization/doc/traits.html share/doc/boost/libs/serialization/doc/tutorial.html +share/doc/boost/libs/serialization/doc/void_cast.html share/doc/boost/libs/serialization/doc/wrappers.html share/doc/boost/libs/serialization/example/Jamfile share/doc/boost/libs/serialization/example/demo.cpp @@ -2635,8 +3168,13 @@ share/doc/boost/libs/serialization/example/portable_binary_iarchive.hpp share/doc/boost/libs/serialization/example/portable_binary_oarchive.hpp share/doc/boost/libs/serialization/index.html share/doc/boost/libs/serialization/src/basic_archive.cpp +share/doc/boost/libs/serialization/src/basic_archive_impl.cpp share/doc/boost/libs/serialization/src/basic_iarchive.cpp +share/doc/boost/libs/serialization/src/basic_iserializer.cpp share/doc/boost/libs/serialization/src/basic_oarchive.cpp +share/doc/boost/libs/serialization/src/basic_oserializer.cpp +share/doc/boost/libs/serialization/src/basic_pointer_iserializer.cpp +share/doc/boost/libs/serialization/src/basic_pointer_oserializer.cpp share/doc/boost/libs/serialization/src/basic_serializer_map.cpp share/doc/boost/libs/serialization/src/basic_text_iprimitive.cpp share/doc/boost/libs/serialization/src/basic_text_oprimitive.cpp @@ -2654,6 +3192,7 @@ share/doc/boost/libs/serialization/src/extended_type_info_no_rtti.cpp share/doc/boost/libs/serialization/src/extended_type_info_typeid.cpp share/doc/boost/libs/serialization/src/polymorphic_iarchive.cpp share/doc/boost/libs/serialization/src/polymorphic_oarchive.cpp +share/doc/boost/libs/serialization/src/stl_port.cpp share/doc/boost/libs/serialization/src/text_iarchive.cpp share/doc/boost/libs/serialization/src/text_oarchive.cpp share/doc/boost/libs/serialization/src/text_wiarchive.cpp @@ -2752,9 +3291,12 @@ share/doc/boost/libs/serialization/vc7ide/demo_xml_save.vcproj share/doc/boost/libs/serialization/vc7ide/readme.txt share/doc/boost/libs/serialization/vc7ide/test_array.vcproj share/doc/boost/libs/serialization/vc7ide/test_binary.vcproj +share/doc/boost/libs/serialization/vc7ide/test_class_info_load.vcproj share/doc/boost/libs/serialization/vc7ide/test_class_info_save.vcproj share/doc/boost/libs/serialization/vc7ide/test_codecvt_null.vcproj share/doc/boost/libs/serialization/vc7ide/test_const.vcproj +share/doc/boost/libs/serialization/vc7ide/test_const_fail.vcproj +share/doc/boost/libs/serialization/vc7ide/test_const_pass.vcproj share/doc/boost/libs/serialization/vc7ide/test_contained_class.vcproj share/doc/boost/libs/serialization/vc7ide/test_cyclic_ptrs.vcproj share/doc/boost/libs/serialization/vc7ide/test_delete_pointer.vcproj @@ -2764,6 +3306,7 @@ share/doc/boost/libs/serialization/vc7ide/test_derived_class.vcproj share/doc/boost/libs/serialization/vc7ide/test_derived_class_ptr.vcproj share/doc/boost/libs/serialization/vc7ide/test_diamond.vcproj share/doc/boost/libs/serialization/vc7ide/test_exported.vcproj +share/doc/boost/libs/serialization/vc7ide/test_inclusion.vcproj share/doc/boost/libs/serialization/vc7ide/test_iterators.vcproj share/doc/boost/libs/serialization/vc7ide/test_iterators_base64.vcproj share/doc/boost/libs/serialization/vc7ide/test_list.vcproj @@ -2785,9 +3328,12 @@ share/doc/boost/libs/serialization/vc7ide/test_polymorphic.vcproj share/doc/boost/libs/serialization/vc7ide/test_primitive.vcproj share/doc/boost/libs/serialization/vc7ide/test_private_ctor.vcproj share/doc/boost/libs/serialization/vc7ide/test_recursion.vcproj +share/doc/boost/libs/serialization/vc7ide/test_recusion.vcproj share/doc/boost/libs/serialization/vc7ide/test_registered.vcproj +share/doc/boost/libs/serialization/vc7ide/test_reset_object_addr.vcproj share/doc/boost/libs/serialization/vc7ide/test_set.vcproj share/doc/boost/libs/serialization/vc7ide/test_shared_ptr.vcproj +share/doc/boost/libs/serialization/vc7ide/test_shared_ptr_132.vcproj share/doc/boost/libs/serialization/vc7ide/test_simple_class.vcproj share/doc/boost/libs/serialization/vc7ide/test_simple_class_ptr.vcproj share/doc/boost/libs/serialization/vc7ide/test_smart_cast.vcproj @@ -2798,6 +3344,7 @@ share/doc/boost/libs/serialization/vc7ide/test_traits_fail.vcproj share/doc/boost/libs/serialization/vc7ide/test_traits_pass.vcproj share/doc/boost/libs/serialization/vc7ide/test_unregistered.vcproj share/doc/boost/libs/serialization/vc7ide/test_utf8_codecvt.vcproj +share/doc/boost/libs/serialization/vc7ide/test_variant.vcproj share/doc/boost/libs/serialization/vc7ide/test_vector.vcproj share/doc/boost/libs/serialization/vc7ide/test_void_cast.vcproj share/doc/boost/libs/signals/doc/Jamfile.v2 @@ -2820,6 +3367,7 @@ share/doc/boost/libs/signals/example/Jamfile share/doc/boost/libs/signals/example/button_click.cpp share/doc/boost/libs/signals/example/difference_connection.cpp share/doc/boost/libs/signals/example/disconnect_all.cpp +share/doc/boost/libs/signals/example/doc_view.cpp share/doc/boost/libs/signals/example/first_positive.cpp share/doc/boost/libs/signals/example/maximum.cpp share/doc/boost/libs/signals/example/no_function.cpp @@ -2856,6 +3404,7 @@ share/doc/boost/libs/smart_ptr/sp_techniques.html share/doc/boost/libs/smart_ptr/src/sp_collector.cpp share/doc/boost/libs/smart_ptr/src/sp_debug_hooks.cpp share/doc/boost/libs/smart_ptr/weak_ptr.htm +share/doc/boost/libs/spirit/change_log.html share/doc/boost/libs/spirit/doc/acknowledgments.html share/doc/boost/libs/spirit/doc/basic_concepts.html share/doc/boost/libs/spirit/doc/character_sets.html @@ -2996,6 +3545,7 @@ share/doc/boost/libs/spirit/example/techniques/nabialek.cpp share/doc/boost/libs/spirit/example/techniques/no_rules/no_rule1.cpp share/doc/boost/libs/spirit/example/techniques/no_rules/no_rule2.cpp share/doc/boost/libs/spirit/example/techniques/no_rules/no_rule3.cpp +share/doc/boost/libs/spirit/example/techniques/right_recursion.cpp share/doc/boost/libs/spirit/example/techniques/typeof.cpp share/doc/boost/libs/spirit/fusion/readme.txt share/doc/boost/libs/spirit/index.html @@ -3018,7 +3568,6 @@ share/doc/boost/libs/spirit/phoenix/doc/lazy_functions.html share/doc/boost/libs/spirit/phoenix/doc/operators.html share/doc/boost/libs/spirit/phoenix/doc/operators_revisited.html share/doc/boost/libs/spirit/phoenix/doc/organization.html -share/doc/boost/libs/spirit/phoenix/doc/phoenix_users_manual.txt share/doc/boost/libs/spirit/phoenix/doc/place_holders.html share/doc/boost/libs/spirit/phoenix/doc/polymorphic_functions.html share/doc/boost/libs/spirit/phoenix/doc/preface.html @@ -3060,6 +3609,8 @@ share/doc/boost/libs/spirit/phoenix/example/fundamental/sample9.cpp share/doc/boost/libs/spirit/phoenix/index.html share/doc/boost/libs/static_assert/Jamfile share/doc/boost/libs/static_assert/Jamfile.v2 +share/doc/boost/libs/static_assert/doc/Jamfile.v2 +share/doc/boost/libs/static_assert/doc/static_assert.qbk share/doc/boost/libs/static_assert/index.html share/doc/boost/libs/static_assert/static_assert.htm share/doc/boost/libs/static_assert/static_assert_example_1.cpp @@ -3067,6 +3618,7 @@ share/doc/boost/libs/static_assert/static_assert_example_2.cpp share/doc/boost/libs/static_assert/static_assert_example_3.cpp share/doc/boost/libs/static_assert/static_assert_test.cpp share/doc/boost/libs/static_assert/static_assert_test_fail_1.cpp +share/doc/boost/libs/static_assert/static_assert_test_fail_10.cpp share/doc/boost/libs/static_assert/static_assert_test_fail_2.cpp share/doc/boost/libs/static_assert/static_assert_test_fail_3.cpp share/doc/boost/libs/static_assert/static_assert_test_fail_4.cpp @@ -3080,6 +3632,7 @@ share/doc/boost/libs/test/doc/acknowledgements.html share/doc/boost/libs/test/doc/btl1.gif share/doc/boost/libs/test/doc/compilation.html share/doc/boost/libs/test/doc/components/execution_monitor/compilation.html +share/doc/boost/libs/test/doc/components/execution_monitor/execution_aborted.html share/doc/boost/libs/test/doc/components/execution_monitor/execution_exception.html share/doc/boost/libs/test/doc/components/execution_monitor/execution_monitor.html share/doc/boost/libs/test/doc/components/execution_monitor/index.html @@ -3104,14 +3657,12 @@ share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_CHECK_EXCEPT share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_CHECK_MESSAGE.html share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_CHECK_NO_THROW.html share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_CHECK_PREDICATE.html +share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_CHECK_SMALL.html share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_CHECK_THROW.html share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_ERROR.html share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_FAIL.html share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_IS_DEFINED.html share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_MESSAGE.html -share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_REQUIRE.html -share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_REQUIRE_PREDICATE.html -share/doc/boost/libs/test/doc/components/test_tools/reference/BOOST_WARN.html share/doc/boost/libs/test/doc/components/test_tools/reference/blank.html share/doc/boost/libs/test/doc/components/test_tools/reference/browse.html share/doc/boost/libs/test/doc/components/test_tools/reference/copyright.html @@ -3140,13 +3691,16 @@ share/doc/boost/libs/test/doc/components/utf/getting_started/index.html share/doc/boost/libs/test/doc/components/utf/index.html share/doc/boost/libs/test/doc/components/utf/parameters/build_info.html share/doc/boost/libs/test/doc/components/utf/parameters/catch_system_errors.html +share/doc/boost/libs/test/doc/components/utf/parameters/detect_memory_leaks.html share/doc/boost/libs/test/doc/components/utf/parameters/index.html share/doc/boost/libs/test/doc/components/utf/parameters/log_format.html share/doc/boost/libs/test/doc/components/utf/parameters/log_level.html share/doc/boost/libs/test/doc/components/utf/parameters/no_result_code.html share/doc/boost/libs/test/doc/components/utf/parameters/output_format.html +share/doc/boost/libs/test/doc/components/utf/parameters/random.html share/doc/boost/libs/test/doc/components/utf/parameters/report_format.html share/doc/boost/libs/test/doc/components/utf/parameters/report_level.html +share/doc/boost/libs/test/doc/components/utf/parameters/show_progress.html share/doc/boost/libs/test/doc/examples/exec_mon_example.html share/doc/boost/libs/test/doc/examples/index.html share/doc/boost/libs/test/doc/examples/prog_exec_monitor_example.html @@ -3200,8 +3754,67 @@ share/doc/boost/libs/test/doc/usage/imgs/run_args.jpg share/doc/boost/libs/test/doc/usage/msvc65.html share/doc/boost/libs/test/doc/usage/msvc_net.html share/doc/boost/libs/test/doc/usage/recomendations.html +share/doc/boost/libs/test/example/.cvsignore share/doc/boost/libs/test/example/Jamfile +share/doc/boost/libs/test/example/auto_unit_test_example1.cpp +share/doc/boost/libs/test/example/auto_unit_test_example2.cpp +share/doc/boost/libs/test/example/auto_unit_test_example3.cpp +share/doc/boost/libs/test/example/auto_unit_test_example4.cpp +share/doc/boost/libs/test/example/auto_unit_test_example5.cpp +share/doc/boost/libs/test/example/auto_unit_test_example6.cpp +share/doc/boost/libs/test/example/cla/Jamfile +share/doc/boost/libs/test/example/cla/assign_to.cpp +share/doc/boost/libs/test/example/cla/basic_float.cpp +share/doc/boost/libs/test/example/cla/basic_int.cpp +share/doc/boost/libs/test/example/cla/basic_list.cpp +share/doc/boost/libs/test/example/cla/basic_string.cpp +share/doc/boost/libs/test/example/cla/basic_udt.cpp +share/doc/boost/libs/test/example/cla/char_parameter.cpp +share/doc/boost/libs/test/example/cla/custom_handler.cpp +share/doc/boost/libs/test/example/cla/custom_interpreter.cpp +share/doc/boost/libs/test/example/cla/custom_parameter.cpp +share/doc/boost/libs/test/example/cla/default_value.cpp +share/doc/boost/libs/test/example/cla/dual_name.cpp +share/doc/boost/libs/test/example/cla/global.cpp +share/doc/boost/libs/test/example/cla/guess_name.cpp +share/doc/boost/libs/test/example/cla/help.cpp +share/doc/boost/libs/test/example/cla/ignore_mismatch.cpp +share/doc/boost/libs/test/example/cla/input_separator.cpp +share/doc/boost/libs/test/example/cla/multiplicable.cpp +share/doc/boost/libs/test/example/cla/name.cpp +share/doc/boost/libs/test/example/cla/optional.cpp +share/doc/boost/libs/test/example/cla/optional_value.cpp +share/doc/boost/libs/test/example/cla/positional.cpp +share/doc/boost/libs/test/example/cla/prefix.cpp +share/doc/boost/libs/test/example/cla/reference.cpp +share/doc/boost/libs/test/example/cla/remainder.cpp +share/doc/boost/libs/test/example/cla/separator.cpp +share/doc/boost/libs/test/example/cla/usage.cpp +share/doc/boost/libs/test/example/cla/validation/Jamfile +share/doc/boost/libs/test/example/cla/validation/access_unknown.cpp +share/doc/boost/libs/test/example/cla/validation/ambiguous_access.cpp +share/doc/boost/libs/test/example/cla/validation/ambiguous_input.cpp +share/doc/boost/libs/test/example/cla/validation/definition_conflict.cpp +share/doc/boost/libs/test/example/cla/validation/invalid_short_name.cpp +share/doc/boost/libs/test/example/cla/validation/multiple_generators.cpp +share/doc/boost/libs/test/example/cla/validation/multiple_value_handlers.cpp +share/doc/boost/libs/test/example/cla/validation/opt_with_default_value.cpp +share/doc/boost/libs/test/example/cla/validation/optional_plus_multiplicable.cpp +share/doc/boost/libs/test/example/cla/validation/required_missing.cpp +share/doc/boost/libs/test/example/cla/validation/unexpected_input.cpp +share/doc/boost/libs/test/example/cla/validation/unexpected_repetition.cpp +share/doc/boost/libs/test/example/cla/wide_string.cpp +share/doc/boost/libs/test/example/env/Jamfile +share/doc/boost/libs/test/example/env/custom_interpreter_env.cpp +share/doc/boost/libs/test/example/env/env_var_default_value.cpp +share/doc/boost/libs/test/example/env/environment_ex.cpp +share/doc/boost/libs/test/example/env/global_id.cpp +share/doc/boost/libs/test/example/env/modifier_combination.cpp +share/doc/boost/libs/test/example/env/validation/Jamfile +share/doc/boost/libs/test/example/env/validation/need_typed_access.cpp +share/doc/boost/libs/test/example/env/variable_ex.cpp share/doc/boost/libs/test/example/exec_mon_example.cpp +share/doc/boost/libs/test/example/named_param_example.cpp share/doc/boost/libs/test/example/prg_exec_example.cpp share/doc/boost/libs/test/example/test_case_template_example.cpp share/doc/boost/libs/test/example/test_exec_example.cpp @@ -3212,17 +3825,23 @@ share/doc/boost/libs/test/example/unit_test_example4.cpp share/doc/boost/libs/test/example/unit_test_example5.cpp share/doc/boost/libs/test/example/unit_test_example5.input share/doc/boost/libs/test/index.html +share/doc/boost/libs/test/src/compiler_log_formatter.cpp share/doc/boost/libs/test/src/cpp_main.cpp share/doc/boost/libs/test/src/execution_monitor.cpp -share/doc/boost/libs/test/src/supplied_log_formatters.cpp +share/doc/boost/libs/test/src/framework.cpp +share/doc/boost/libs/test/src/plain_report_formatter.cpp +share/doc/boost/libs/test/src/progress_monitor.cpp +share/doc/boost/libs/test/src/results_collector.cpp +share/doc/boost/libs/test/src/results_reporter.cpp share/doc/boost/libs/test/src/test_main.cpp share/doc/boost/libs/test/src/test_tools.cpp share/doc/boost/libs/test/src/unit_test_log.cpp share/doc/boost/libs/test/src/unit_test_main.cpp share/doc/boost/libs/test/src/unit_test_monitor.cpp share/doc/boost/libs/test/src/unit_test_parameters.cpp -share/doc/boost/libs/test/src/unit_test_result.cpp share/doc/boost/libs/test/src/unit_test_suite.cpp +share/doc/boost/libs/test/src/xml_log_formatter.cpp +share/doc/boost/libs/test/src/xml_report_formatter.cpp share/doc/boost/libs/thread/doc/Jamfile.v2 share/doc/boost/libs/thread/doc/acknowledgements.xml share/doc/boost/libs/thread/doc/barrier-ref.xml @@ -3250,6 +3869,7 @@ share/doc/boost/libs/thread/doc/thread-ref.xml share/doc/boost/libs/thread/doc/thread.xml share/doc/boost/libs/thread/doc/tss-ref.xml share/doc/boost/libs/thread/doc/xtime-ref.xml +share/doc/boost/libs/thread/example/.cvsignore share/doc/boost/libs/thread/example/Jamfile share/doc/boost/libs/thread/example/Jamfile.v2 share/doc/boost/libs/thread/example/condition.cpp @@ -3350,6 +3970,8 @@ share/doc/boost/libs/tuple/doc/tuple_advanced_interface.html share/doc/boost/libs/tuple/doc/tuple_users_guide.html share/doc/boost/libs/tuple/index.html share/doc/boost/libs/type_traits/cxx_type_traits.htm +share/doc/boost/libs/type_traits/doc/Jamfile.v2 +share/doc/boost/libs/type_traits/doc/type_traits.qbk share/doc/boost/libs/type_traits/examples/copy_example.cpp share/doc/boost/libs/type_traits/examples/fill_example.cpp share/doc/boost/libs/type_traits/examples/iter_swap_example.cpp @@ -3421,21 +4043,117 @@ share/doc/boost/libs/variant/doc/tutorial/basic.xml share/doc/boost/libs/variant/doc/tutorial/tutorial.xml share/doc/boost/libs/variant/doc/variant.xml share/doc/boost/libs/variant/index.html +share/doc/boost/libs/wave/ChangeLog +share/doc/boost/libs/wave/doc/acknowledgements.html +share/doc/boost/libs/wave/doc/class_reference_context.html +share/doc/boost/libs/wave/doc/class_reference_ctxpolicy.html +share/doc/boost/libs/wave/doc/class_reference_filepos.html +share/doc/boost/libs/wave/doc/class_reference_inptpolcy.html +share/doc/boost/libs/wave/doc/class_reference_lexer.html +share/doc/boost/libs/wave/doc/class_reference_tokentype.html +share/doc/boost/libs/wave/doc/compiletime_config.html +share/doc/boost/libs/wave/doc/introduction.html +share/doc/boost/libs/wave/doc/macro_expansion_process.html +share/doc/boost/libs/wave/doc/predefined_macros.html +share/doc/boost/libs/wave/doc/preface.html +share/doc/boost/libs/wave/doc/quickstart.html +share/doc/boost/libs/wave/doc/references.html +share/doc/boost/libs/wave/doc/samples.html +share/doc/boost/libs/wave/doc/supported_pragmas.html +share/doc/boost/libs/wave/doc/theme/bkd.gif +share/doc/boost/libs/wave/doc/theme/bkd2.gif +share/doc/boost/libs/wave/doc/theme/bullet.gif +share/doc/boost/libs/wave/doc/theme/l_arr.gif +share/doc/boost/libs/wave/doc/theme/l_arr_disabled.gif +share/doc/boost/libs/wave/doc/theme/r_arr.gif +share/doc/boost/libs/wave/doc/theme/r_arr_disabled.gif +share/doc/boost/libs/wave/doc/theme/style.css +share/doc/boost/libs/wave/doc/theme/u_arr.gif +share/doc/boost/libs/wave/doc/theme/uc.gif +share/doc/boost/libs/wave/doc/theme/wave.gif +share/doc/boost/libs/wave/doc/token_ids.html +share/doc/boost/libs/wave/doc/tracing_facility.html +share/doc/boost/libs/wave/doc/wave_driver.html +share/doc/boost/libs/wave/index.html +share/doc/boost/libs/wave/samples/Jamfile.v2 +share/doc/boost/libs/wave/samples/cpp_tokens/cpp_tokens.cpp +share/doc/boost/libs/wave/samples/cpp_tokens/cpp_tokens.hpp +share/doc/boost/libs/wave/samples/cpp_tokens/cpp_tokens_config.hpp +share/doc/boost/libs/wave/samples/cpp_tokens/instantiate_cpp_exprgrammar.cpp +share/doc/boost/libs/wave/samples/cpp_tokens/instantiate_cpp_grammar.cpp +share/doc/boost/libs/wave/samples/cpp_tokens/instantiate_cpp_literalgrs.cpp +share/doc/boost/libs/wave/samples/cpp_tokens/instantiate_defined_grammar.cpp +share/doc/boost/libs/wave/samples/cpp_tokens/instantiate_slex_lexer.cpp +share/doc/boost/libs/wave/samples/cpp_tokens/slex/cpp_slex_lexer.hpp +share/doc/boost/libs/wave/samples/cpp_tokens/slex/lexer.hpp +share/doc/boost/libs/wave/samples/cpp_tokens/slex_interface.hpp +share/doc/boost/libs/wave/samples/cpp_tokens/slex_iterator.hpp +share/doc/boost/libs/wave/samples/cpp_tokens/slex_token.hpp +share/doc/boost/libs/wave/samples/lexed_tokens/lexed_tokens.cpp +share/doc/boost/libs/wave/samples/list_includes/list_includes.cpp +share/doc/boost/libs/wave/samples/list_includes/list_includes.hpp +share/doc/boost/libs/wave/samples/list_includes/list_includes_config.hpp +share/doc/boost/libs/wave/samples/list_includes/list_includes_version.hpp +share/doc/boost/libs/wave/samples/quick_start/quick_start.cpp +share/doc/boost/libs/wave/samples/waveidl/idl.cpp +share/doc/boost/libs/wave/samples/waveidl/idl.hpp +share/doc/boost/libs/wave/samples/waveidl/idl_config.hpp +share/doc/boost/libs/wave/samples/waveidl/idl_version.hpp +share/doc/boost/libs/wave/samples/waveidl/idllexer/idl.re +share/doc/boost/libs/wave/samples/waveidl/idllexer/idl_lex_interface.hpp +share/doc/boost/libs/wave/samples/waveidl/idllexer/idl_lex_iterator.hpp +share/doc/boost/libs/wave/samples/waveidl/idllexer/idl_re.cpp +share/doc/boost/libs/wave/samples/waveidl/idllexer/idl_re.hpp +share/doc/boost/libs/wave/samples/waveidl/idllexer/idl_re2c_lexer.hpp +share/doc/boost/libs/wave/samples/waveidl/instantiate_cpp_grammar.cpp +share/doc/boost/libs/wave/samples/waveidl/instantiate_defined_grammar.cpp +share/doc/boost/libs/wave/samples/waveidl/instantiate_predef_macros.cpp +share/doc/boost/libs/wave/samples/waveidl/instantiate_re2c_lexer.cpp +share/doc/boost/libs/wave/samples/waveidl/instantiate_re2c_lexer_str.cpp +share/doc/boost/libs/wave/src/cpplexer/re2clex/aq.cpp +share/doc/boost/libs/wave/src/cpplexer/re2clex/cpp.re +share/doc/boost/libs/wave/src/cpplexer/re2clex/cpp_re.cpp +share/doc/boost/libs/wave/src/instantiate_cpp_exprgrammar.cpp +share/doc/boost/libs/wave/src/instantiate_cpp_grammar.cpp +share/doc/boost/libs/wave/src/instantiate_cpp_literalgrs.cpp +share/doc/boost/libs/wave/src/instantiate_defined_grammar.cpp +share/doc/boost/libs/wave/src/instantiate_predef_macros.cpp +share/doc/boost/libs/wave/src/instantiate_re2c_lexer.cpp +share/doc/boost/libs/wave/src/instantiate_re2c_lexer_str.cpp +share/doc/boost/more/background.html share/doc/boost/more/bibliography.html share/doc/boost/more/blanket-permission.txt +share/doc/boost/more/boost-dark-trans.png +share/doc/boost/more/boost_1_33_0.jpg share/doc/boost/more/borland_cpp.html share/doc/boost/more/bugs.htm share/doc/boost/more/count_bdy.htm share/doc/boost/more/cpp_committee_meetings.html +share/doc/boost/more/css_0/boost_bullet.gif +share/doc/boost/more/css_0/common.css +share/doc/boost/more/css_0/csshover.htc +share/doc/boost/more/css_0/front.css +share/doc/boost/more/css_0/heading-background.jpg +share/doc/boost/more/css_0/inner.css +share/doc/boost/more/css_0/menu_link_indicator.png +share/doc/boost/more/css_0/search-button.png +share/doc/boost/more/css_0/section_head.png +share/doc/boost/more/css_0/shadow-dark-light.png +share/doc/boost/more/css_0/shadow-light-dark.png +share/doc/boost/more/css_0/sidebar-shadow-bottom-right.png +share/doc/boost/more/css_0/sidebar-shadow-bottom.png +share/doc/boost/more/css_0/sidebar-shadow-right.png share/doc/boost/more/discussion_policy.htm share/doc/boost/more/error_handling.html share/doc/boost/more/faq.htm +share/doc/boost/more/favicon.ico share/doc/boost/more/feature_model_diagrams.htm share/doc/boost/more/formal_review_process.htm share/doc/boost/more/formal_review_schedule.html share/doc/boost/more/generic_exception_safety.html share/doc/boost/more/generic_programming.html share/doc/boost/more/getting_started.html +share/doc/boost/more/google_logo_25wht.gif share/doc/boost/more/header.htm share/doc/boost/more/imp_vars.htm share/doc/boost/more/index.htm @@ -3453,8 +4171,15 @@ share/doc/boost/more/release_mgr_checklist.html share/doc/boost/more/release_procedures.htm share/doc/boost/more/requesting_new_features.htm share/doc/boost/more/separate_compilation.html +share/doc/boost/more/space.gif share/doc/boost/more/submission_process.htm share/doc/boost/more/test_policy.htm +share/doc/boost/more/updating_the_website.html +share/doc/boost/more/version_history.html +share/doc/boost/more/w3c_valid_css.png +share/doc/boost/more/w3c_valid_xhtml10.png +share/doc/boost/more/whos_using/Jamfile.v2 +share/doc/boost/more/whos_using/using.qbk share/doc/boost/more/writingdoc/design.html share/doc/boost/more/writingdoc/index.html share/doc/boost/more/writingdoc/introduction.html @@ -3471,7 +4196,23 @@ share/doc/boost/more/writingdoc/template/rationale.html share/doc/boost/rst.css @dirrm share/doc/boost/more/writingdoc/template @dirrm share/doc/boost/more/writingdoc +@dirrm share/doc/boost/more/whos_using +@dirrm share/doc/boost/more/css_0 @dirrm share/doc/boost/more +@dirrm share/doc/boost/libs/wave/src/cpplexer/re2clex +@dirrm share/doc/boost/libs/wave/src/cpplexer +@dirrm share/doc/boost/libs/wave/src +@dirrm share/doc/boost/libs/wave/samples/waveidl/idllexer +@dirrm share/doc/boost/libs/wave/samples/waveidl +@dirrm share/doc/boost/libs/wave/samples/quick_start +@dirrm share/doc/boost/libs/wave/samples/list_includes +@dirrm share/doc/boost/libs/wave/samples/lexed_tokens +@dirrm share/doc/boost/libs/wave/samples/cpp_tokens/slex +@dirrm share/doc/boost/libs/wave/samples/cpp_tokens +@dirrm share/doc/boost/libs/wave/samples +@dirrm share/doc/boost/libs/wave/doc/theme +@dirrm share/doc/boost/libs/wave/doc +@dirrm share/doc/boost/libs/wave @dirrm share/doc/boost/libs/variant/doc/tutorial @dirrm share/doc/boost/libs/variant/doc/reference @dirrm share/doc/boost/libs/variant/doc @@ -3481,6 +4222,7 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/utility @dirrm share/doc/boost/libs/type_traits/tools @dirrm share/doc/boost/libs/type_traits/examples +@dirrm share/doc/boost/libs/type_traits/doc @dirrm share/doc/boost/libs/type_traits @dirrm share/doc/boost/libs/tuple/doc @dirrm share/doc/boost/libs/tuple @@ -3494,6 +4236,10 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/thread/doc @dirrm share/doc/boost/libs/thread @dirrm share/doc/boost/libs/test/src +@dirrm share/doc/boost/libs/test/example/env/validation +@dirrm share/doc/boost/libs/test/example/env +@dirrm share/doc/boost/libs/test/example/cla/validation +@dirrm share/doc/boost/libs/test/example/cla @dirrm share/doc/boost/libs/test/example @dirrm share/doc/boost/libs/test/doc/usage/imgs @dirrm share/doc/boost/libs/test/doc/usage @@ -3517,6 +4263,7 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/test/doc/components @dirrm share/doc/boost/libs/test/doc @dirrm share/doc/boost/libs/test +@dirrm share/doc/boost/libs/static_assert/doc @dirrm share/doc/boost/libs/static_assert @dirrm share/doc/boost/libs/spirit/phoenix/example/fundamental @dirrm share/doc/boost/libs/spirit/phoenix/example @@ -3550,14 +4297,13 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/serialization/doc @dirrm share/doc/boost/libs/serialization/borland6ide @dirrm share/doc/boost/libs/serialization +@dirrm share/doc/boost/libs/regex/tools/generate +@dirrm share/doc/boost/libs/regex/tools @dirrm share/doc/boost/libs/regex/src @dirrm share/doc/boost/libs/regex/performance -@dirrm share/doc/boost/libs/regex/old_include/tests -@dirrm share/doc/boost/libs/regex/old_include @dirrm share/doc/boost/libs/regex/example/timer @dirrm share/doc/boost/libs/regex/example/snippets -@dirrm share/doc/boost/libs/regex/example/jgrep -@dirrm share/doc/boost/libs/regex/example/iso8859_1_regex_traits +@dirrm share/doc/boost/libs/regex/example/grep @dirrm share/doc/boost/libs/regex/example @dirrm share/doc/boost/libs/regex/doc @dirrm share/doc/boost/libs/regex @@ -3587,6 +4333,9 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/python/doc/PyConDC_2003 @dirrm share/doc/boost/libs/python/doc @dirrm share/doc/boost/libs/python +@dirrm share/doc/boost/libs/ptr_container/doc +@dirrm share/doc/boost/libs/ptr_container +@dirrm share/doc/boost/libs/property_map/doc @dirrm share/doc/boost/libs/property_map @dirrm share/doc/boost/libs/program_options/src @dirrm share/doc/boost/libs/program_options/example @@ -3620,15 +4369,11 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/pool/doc/implementation @dirrm share/doc/boost/libs/pool/doc @dirrm share/doc/boost/libs/pool +@dirrm share/doc/boost/libs/parameter/doc/html +@dirrm share/doc/boost/libs/parameter/doc +@dirrm share/doc/boost/libs/parameter @dirrm share/doc/boost/libs/optional/doc @dirrm share/doc/boost/libs/optional -@dirrm share/doc/boost/libs/numeric/ublas/test7 -@dirrm share/doc/boost/libs/numeric/ublas/test6 -@dirrm share/doc/boost/libs/numeric/ublas/test5 -@dirrm share/doc/boost/libs/numeric/ublas/test4 -@dirrm share/doc/boost/libs/numeric/ublas/test3 -@dirrm share/doc/boost/libs/numeric/ublas/test2 -@dirrm share/doc/boost/libs/numeric/ublas/test1 @dirrm share/doc/boost/libs/numeric/ublas/doc/samples @dirrm share/doc/boost/libs/numeric/ublas/doc @dirrm share/doc/boost/libs/numeric/ublas/bench4 @@ -3673,6 +4418,8 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/mpl/example/fsm @dirrm share/doc/boost/libs/mpl/example @dirrm share/doc/boost/libs/mpl/doc/tutorial +@dirrm share/doc/boost/libs/mpl/doc/src/refmanual +@dirrm share/doc/boost/libs/mpl/doc/src @dirrm share/doc/boost/libs/mpl/doc/refmanual @dirrm share/doc/boost/libs/mpl/doc/paper @dirrm share/doc/boost/libs/mpl/doc @@ -3696,16 +4443,34 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/iterator/example @dirrm share/doc/boost/libs/iterator/doc @dirrm share/doc/boost/libs/iterator +@dirrm share/doc/boost/libs/iostreams/src +@dirrm share/doc/boost/libs/iostreams/example +@dirrm share/doc/boost/libs/iostreams/doc/tutorial +@dirrm share/doc/boost/libs/iostreams/doc/tree +@dirrm share/doc/boost/libs/iostreams/doc/theme +@dirrm share/doc/boost/libs/iostreams/doc/macros +@dirrm share/doc/boost/libs/iostreams/doc/guide +@dirrm share/doc/boost/libs/iostreams/doc/graphics +@dirrm share/doc/boost/libs/iostreams/doc/functions +@dirrm share/doc/boost/libs/iostreams/doc/concepts +@dirrm share/doc/boost/libs/iostreams/doc/classes +@dirrm share/doc/boost/libs/iostreams/doc +@dirrm share/doc/boost/libs/iostreams @dirrm share/doc/boost/libs/io/doc @dirrm share/doc/boost/libs/io @dirrm share/doc/boost/libs/integer/doc @dirrm share/doc/boost/libs/integer +@dirrm share/doc/boost/libs/graph/src/python @dirrm share/doc/boost/libs/graph/src +@dirrm share/doc/boost/libs/graph/example/python @dirrm share/doc/boost/libs/graph/example/figs @dirrm share/doc/boost/libs/graph/example @dirrm share/doc/boost/libs/graph/doc/figs @dirrm share/doc/boost/libs/graph/doc @dirrm share/doc/boost/libs/graph +@dirrm share/doc/boost/libs/functional/hash/examples +@dirrm share/doc/boost/libs/functional/hash/doc +@dirrm share/doc/boost/libs/functional/hash @dirrm share/doc/boost/libs/functional @dirrm share/doc/boost/libs/function/example @dirrm share/doc/boost/libs/function/doc @@ -3721,11 +4486,14 @@ share/doc/boost/rst.css @dirrm share/doc/boost/libs/dynamic_bitset/example @dirrm share/doc/boost/libs/dynamic_bitset @dirrm share/doc/boost/libs/disjoint_sets +@dirrm share/doc/boost/libs/detail @dirrm share/doc/boost/libs/date_time/xmldoc @dirrm share/doc/boost/libs/date_time/src/posix_time @dirrm share/doc/boost/libs/date_time/src/gregorian @dirrm share/doc/boost/libs/date_time/src +@dirrm share/doc/boost/libs/date_time/example/tutorial @dirrm share/doc/boost/libs/date_time/example/posix_time +@dirrm share/doc/boost/libs/date_time/example/local_time @dirrm share/doc/boost/libs/date_time/example/gregorian @dirrm share/doc/boost/libs/date_time/example @dirrm share/doc/boost/libs/date_time/doc |