Commit Graph

305 Commits

Author SHA1 Message Date
Misha Bergal
6e093cc0ff As I found out the previous content of index.htm was _not_ in CVS. Merged what I found in my browser cache
[SVN r27627]
2005-03-13 02:30:04 +00:00
Misha Bergal
bcf52b7652 Changed link to regression reports for 1.32.0; saved the page with 1.33.0 info as index_1_33_0.htm
[SVN r27626]
2005-03-13 01:42:53 +00:00
Douglas Gregor
b6b4c13ad5 DFS-based biconnected components, from Janusz Piwowarski
[SVN r27442]
2005-02-20 01:08:11 +00:00
Douglas Gregor
2fbbeaf71e Slot blocking/unblocking, from Frantz Maerten
[SVN r27439]
2005-02-19 23:44:26 +00:00
Jonathan Turkanis
c308dbd59f added iostreams
[SVN r27281]
2005-02-09 18:38:24 +00:00
Douglas Gregor
790a203a5d write_graphviz supports dynamic_properties now
[SVN r27275]
2005-02-09 15:24:49 +00:00
Douglas Gregor
915dfccea9 Add Ron Garcia's new GraphViz parser.
[SVN r27250]
2005-02-08 18:58:24 +00:00
Douglas Gregor
1fa5536e52 Added dynamic_properties
[SVN r27244]
2005-02-08 16:43:58 +00:00
Douglas Gregor
ad0f16dd48 boost/pending/relaxed_heap.hpp:
- Relaxed heap data structure implementation

boost/graph/dijkstra_shortest_paths.hpp:
  - Use relaxed heap, with a debugging option allowing one to use the binary
    heap instead

libs/graph/test/relaxed_heap_test.cpp:
  - Comprehensive test of the relaxed heap

libs/graph/test/dijkstra_heap_performance.cpp:
  - Test the performance of the relaxed heap against the binary heap via
    Erdos-Renyi graphs.

libs/graph/test/Jamfile:
  - Introduce tests of relaxed heap

libs/graph/doc/dijkstra_shortest_paths.html:
  - Updated complexity to O(V log V), finally!
  - Cite relaxed heaps paper

libs/graph/doc/bibliography.html:
  - Added relaxed heap reference

index.htm, libs/graph/doc/history.html:
  - Announce introduction of relaxed heap


[SVN r26623]
2005-01-04 14:34:45 +00:00
Douglas Gregor
8ba606ab7b Mention Gursoy-Atun layout
[SVN r26568]
2004-12-21 20:08:28 +00:00
John Maddock
f096f12c14 Added link to Boost Interest
[SVN r26548]
2004-12-19 10:50:09 +00:00
Douglas Gregor
401dd9f559 Fixed, documented, and tested sequential_vertex_coloring
[SVN r26533]
2004-12-16 15:50:31 +00:00
Aleksey Gurtovoy
d666c4278d fix tags/case
[SVN r26336]
2004-11-28 07:10:20 +00:00
Aleksey Gurtovoy
8983271c4e merge RC_1_32_0 fixes
[SVN r26335]
2004-11-28 06:50:55 +00:00
Douglas Gregor
5935a1533c Mention change to undirected_dfs
[SVN r26285]
2004-11-24 17:23:47 +00:00
Dave Abrahams
ea64b8329a updated Boost.Python news
[SVN r26257]
2004-11-19 14:21:13 +00:00
Dave Abrahams
05d54c44a9 Acknowledge Aleksey
[SVN r26230]
2004-11-17 23:23:19 +00:00
Douglas Gregor
6eaab4173c Announce change to Bellman-Ford algorithm. This might be trite
[SVN r26190]
2004-11-11 19:39:08 +00:00
Douglas Gregor
e9e1cbe1c1 index.htm, libs/graph/doc/table_of_contents.html:
- Document the existence of the biconnected components algorithm

libs/graph/example/biconnected_components.cpp:
  - Clean up the GraphViz output a bit

libs/graph/doc/figs/biconnected.dot, libs/graph/doc/figs/biconnected.png,
libs/graph/doc/biconnected_components.html:
  - Documentation for biconnected components and articulation points

boost/graph/biconnected_components.hpp:
  - Minor type tweaks


[SVN r26105]
2004-11-03 15:40:09 +00:00
Gennadiy Rozental
625d5e8a24 Boost.Test release notes
[SVN r25907]
2004-10-28 06:50:16 +00:00
Douglas Gregor
52f97df597 Announce additions to BGL
[SVN r25896]
2004-10-27 16:31:09 +00:00
Joaquín M. López Muñoz
16208f6129 reordered entry
[SVN r25790]
2004-10-20 06:29:21 +00:00
Joaquín M. López Muñoz
b6dda76b14 reformated 1.32 section, added some missing entries for new libraries
[SVN r25789]
2004-10-20 06:25:03 +00:00
Aleksey Gurtovoy
2258745a1b c++boost.gif -> boost.png replacement
[SVN r25572]
2004-10-05 15:23:19 +00:00
Douglas Gregor
68f76a8b1e Make the Graph library pass inspection
[SVN r25045]
2004-09-13 15:36:39 +00:00
Fredrik Blomqvist
c0ab561ef5 fixed a typo
[SVN r24846]
2004-09-01 12:37:52 +00:00
Thorsten Jørgen Ottosen
d6b636b1a4 *** empty log message ***
[SVN r24570]
2004-08-18 21:53:26 +00:00
Douglas Gregor
0dc783ead2 Merged the well-tested algorithms on the graph_devel branch to trunk
[SVN r24414]
2004-08-11 15:30:20 +00:00
Douglas Gregor
1dff8e8fe1 Note the LEDA 4.5 update
[SVN r24303]
2004-08-05 13:52:22 +00:00
Douglas Gregor
d7c5f7ee2b Note tribool library addition
[SVN r24047]
2004-07-25 19:08:16 +00:00
Robert Ramey
ee71cc2986 added serialization to list of added items
[SVN r23941]
2004-07-22 06:48:41 +00:00
Dave Abrahams
597a4ddeb4 Update links (thanks Ross Boylan <ross-at-biostat.ucsf.edu>)
[SVN r23655]
2004-07-17 00:13:35 +00:00
Pavol Droba
af20b58483 Link to string_algo library added
[SVN r23568]
2004-07-14 23:54:25 +00:00
Joaquín M. López Muñoz
90d99b9e09 removed whitespace
[SVN r23258]
2004-06-29 11:04:24 +00:00
Joaquín M. López Muñoz
6d1fc09145 added multi_index
[SVN r23256]
2004-06-29 10:34:58 +00:00
Douglas Gregor
70309c4488 Overall: Second, more complete and better tested version of bundled properties.
The ->* syntax has been removed. Instead, one may use the member pointer as
the key for the standard get/put functions of property maps. This makes
graph adaptors work with bundled properties (automagically). Also added
support for bundled properties in adjacency_matrix.

index.htm: Announce the addition of bundled properties.

boost/graph/adjacency_list.hpp: Updated to support get/put for bundled
properties.

boost/graph/adjacency_matrix.hpp: Added support for bundled properties.
Suppressed some warnings and fixed a minor bug in add_edge(u, v, ep, g).

boost/graph/properties.hpp: Added property_map specialization for bundled
properties.

libs/graph/doc/*.html: Document uses of bundled properties and direct anyone
not using a broken compiler to bundled properties instead of property lists.

libs/graph/test/bundled_properties.cpp: Test both adjacency_list and
adjacency_matrix, along with filtered_graph. Makes sure all of the bundled
properties operations work.


[SVN r23125]
2004-06-20 03:37:09 +00:00
Vladimir Prus
58dce03454 Mention program_options addition.
[SVN r22948]
2004-05-27 07:03:45 +00:00
Douglas Gregor
944845732f Overall: introduce bundled properties
index.htm:
  - Announce bundled properties

libs/graph/doc/bundles.html:
  - Document bundled properties

libs/graph/doc/adjacency_list.html:
  - Refer to bundled properties

boost/graph/properties.hpp:
  - Added vertex_bundle and edge_bundle properties for bundling
  - Added bundle_property_map for directly handling bundles

boost/pending/property.hpp:
  - Added retag_property_list metafunction that allows us to add a tag
    to the non-property<> element at the end of a property<> list.

boost/graph/adjacency_list.hpp:
  - Implement bundled properties

libs/graph/test/Jamfile, libs/graph/test/bundled_properties.cpp:
  - Test bundled properties


[SVN r22819]
2004-05-14 05:53:33 +00:00
Douglas Gregor
2d8b03b8cb Overall:
- Implemented Edward Diener's slot ordering proposal:
      http://article.gmane.org/gmane.comp.lib.boost.devel/25152/
  - Update most copyrights to include 2004

boost/signals/detail/named_slot_map.hpp, libs/signals/src/named_slot_map.cpp:
  - Implements the underlying data structure of slots, using a map of lists.

libs/signals/test/ordering_test.cpp:
  - Also test at_front/at_back ordering

libs/signals/test/random_signal_system.cpp:
  - Deal with changes in random library

libs/signals/doc/tutorial.xml:
  - Take away all that nondeterministic ordering mumbo-jumbo
  - Briefly mention at_front/at_back

libs/signals/doc/reference/signal_header.xml:
  - Add "at" parameter to connect routines


[SVN r22737]
2004-05-04 18:17:23 +00:00
Douglas Gregor
1ab2eb02de boost/utility/result_of.hpp, boost/utility/detail/result_of_iterate.hpp:
- result_of implementation

libs/utility/test/result_of_test.cpp:
  - result_of tests

libs/utility/test/Jamfile, libs/utility/test/Jamfile.v2:
  - run result_of tests

libs/utility/utility.htm:
  - document result_of

libs/libraries.htm:
  - list result_of

index.htm:
  - announce result_of


[SVN r22720]
2004-05-02 19:55:02 +00:00
Dave Abrahams
774df2bad7 Cleaned up documentation references
[SVN r22588]
2004-04-03 21:34:44 +00:00
Douglas Gregor
da65f15851 boost/signals/signal_template.hpp, boost/signals/detail/signal_base.hpp,
libs/signals/src/signal_base.cpp:
  - Moved combiner into "impl" so that its state remains safe even when
the signal is deleted.

boost/signals/signal_template.hpp:
  - Provide access to combiner via combiner() method

libs/signals/doc/reference/signal_header.xml:
  - Document combiner() methods

index.htm:
  - Announce this change for the next version


[SVN r22468]
2004-03-10 04:37:14 +00:00
Beman Dawes
870e02628c Add Download, fix misspelling
[SVN r22171]
2004-02-05 13:30:41 +00:00
Gennadiy Rozental
020d4131b6 Boost Test release notes again
[SVN r22057]
2004-01-29 16:45:43 +00:00
Dave Abrahams
5ef39dbe1e Some html corrections
[SVN r22040]
2004-01-29 03:43:14 +00:00
Dave Abrahams
d0e9d5a416 Improved and alphabetized news format, added Python news, updated
iterator news.

Corrections in the Python documentation


[SVN r22039]
2004-01-29 03:34:23 +00:00
Gennadiy Rozental
36b2559c21 Boost Test release notes
[SVN r21959]
2004-01-26 11:31:04 +00:00
Douglas Gregor
237e266cfa Removed deprecated Compose library
[SVN r21843]
2004-01-20 16:28:00 +00:00
Eric Friedman
3dac35b8ea Fixed 1.31 release date typo.
[SVN r21713]
2004-01-14 00:43:24 +00:00
Beman Dawes
360aa7711f Release runup including intro wording changes, news updates
[SVN r21679]
2004-01-13 14:35:02 +00:00
John Maddock
18f85cff0c Added regex changes to list.
[SVN r21369]
2003-12-22 12:25:19 +00:00
Beman Dawes
ac39dc02a9 fix links broken by index.htm to index.html renaming
[SVN r21233]
2003-12-12 00:00:13 +00:00
Douglas Gregor
257ce645f1 "Current version" -> "Current release" on Beman's suggestion
[SVN r21181]
2003-12-08 13:52:37 +00:00
Rene Rivera
9328470856 Fix more broken links.
[SVN r21145]
2003-12-05 04:09:18 +00:00
Beman Dawes
bad5a66c92 add enable_if
[SVN r21123]
2003-12-03 14:37:04 +00:00
Ronald Garcia
3702e65e35 Added update notice for MultiArray.
[SVN r21091]
2003-12-02 21:58:03 +00:00
Rene Rivera
ba5324c07b Fix broken link.
[SVN r21089]
2003-12-02 17:50:08 +00:00
Douglas Gregor
49b09482b1 index.htm:
- Indicate the deprecation of the Compose library
  - Split the "Documentation" link into "Current release" and "Nightly
CVS" documentation links


[SVN r21069]
2003-12-02 06:48:17 +00:00
Rene Rivera
2389b2fc37 Remove items for Download, Build, and Install; and replace with the single "Getting Staerted" item.
[SVN r21064]
2003-12-02 05:08:36 +00:00
Beman Dawes
72a50f8d52 fix broken links
[SVN r20963]
2003-11-26 17:59:08 +00:00
Beman Dawes
d0aa1ec457 fix broken Devin Smith link
[SVN r20623]
2003-11-04 01:44:30 +00:00
Jeff Garland
1b558d818e added blurb about date-time changes for 1.31 release
[SVN r20610]
2003-11-03 03:57:04 +00:00
Beman Dawes
a8aa4e7e5a Update copyright and license info
[SVN r20243]
2003-10-02 15:17:36 +00:00
Beman Dawes
e544b10a88 Add license and filesystem blurbs
[SVN r20056]
2003-09-14 20:52:44 +00:00
Beman Dawes
bd4f7adedf fix spurious spaces causing browser problems
[SVN r20050]
2003-09-14 14:52:03 +00:00
Daryle Walker
293983c517 Added 1.30.x updates to Recent Items
[SVN r19853]
2003-08-29 08:14:32 +00:00
Beman Dawes
0d38697ccf Add license links, copyright messages
[SVN r19680]
2003-08-18 16:38:09 +00:00
Dave Abrahams
1249ad2e23 Added "Project-Specific" link to the main page.
[SVN r19678]
2003-08-18 11:45:16 +00:00
Beman Dawes
7400a4e7ce Update library TR text
[SVN r19308]
2003-07-25 19:39:49 +00:00
Jens Maurer
d3dff9c6fe note random number interface change
[SVN r19225]
2003-07-19 21:42:50 +00:00
Daryle Walker
123b03cf54 Added some unmentioned Internet resources
[SVN r19203]
2003-07-19 05:52:51 +00:00
Eric Friedman
a26a303092 Variant blurb update.
[SVN r19141]
2003-07-16 09:16:56 +00:00
Beman Dawes
658c636622 Add Variant library
[SVN r18594]
2003-05-29 00:33:49 +00:00
Beman Dawes
fc56601c01 Get ready for next release
[SVN r18039]
2003-03-20 22:34:01 +00:00
Beman Dawes
83e005636a finalize release 1.30.0 date
[SVN r18006]
2003-03-19 13:09:37 +00:00
Beman Dawes
03b721b590 release run-up
[SVN r17590]
2003-02-22 16:12:23 +00:00
Gennadiy Rozental
afbb3abb7c Boost.Test release notes introduced
[SVN r17500]
2003-02-18 00:38:27 +00:00
Douglas Gregor
63430a26f2 Fix link to Function library
[SVN r17498]
2003-02-17 18:41:23 +00:00
Douglas Gregor
da1a67f294 Added description of Function library changes
[SVN r17471]
2003-02-17 04:52:38 +00:00
Jeff Garland
2faab672fb modify comment on date-time updates
[SVN r17390]
2003-02-14 03:56:52 +00:00
Jeff Garland
5bdeba201e modify comment on date-time updates
[SVN r17389]
2003-02-14 03:55:39 +00:00
Jeff Garland
b841035d61 added link to date-time change summary
[SVN r17388]
2003-02-14 03:52:10 +00:00
Peter Dimov
78a18ad177 Added paragraph describing some smart pointer changes.
[SVN r17306]
2003-02-10 14:46:52 +00:00
Beman Dawes
cea090da13 Add Spirit links
[SVN r17201]
2003-02-04 14:46:18 +00:00
Beman Dawes
d8fb3aaa0e Add Optional
[SVN r17017]
2003-01-23 21:22:12 +00:00
Beman Dawes
f4502b6908 Add Interval Library
[SVN r16983]
2003-01-21 20:31:19 +00:00
Beman Dawes
6ecf37429a Add CVS regr link
[SVN r16963]
2003-01-20 18:09:36 +00:00
Beman Dawes
b237e7a1a9 chg link to local google logo to save net access
[SVN r16962]
2003-01-20 17:41:36 +00:00
Beman Dawes
b1d72f8daf fix broken links (reprise)
[SVN r16817]
2003-01-09 12:23:05 +00:00
Beman Dawes
bf11975dd9 fix broken links
[SVN r16812]
2003-01-09 00:13:33 +00:00
Beman Dawes
4caf5f5d02 Add tools link
[SVN r16782]
2003-01-07 16:54:41 +00:00
Beman Dawes
6778579eb6 MPL added
[SVN r16779]
2003-01-07 12:44:36 +00:00
Beman Dawes
be646b8f89 1.30.0 Initial prep
[SVN r16691]
2002-12-23 15:13:43 +00:00
Beman Dawes
504f6f50de 1.29.0 merged
[SVN r16690]
2002-12-23 14:58:26 +00:00
Dave Abrahams
97a1c106f2 Added Boost.Python news
[SVN r15830]
2002-10-09 17:16:58 +00:00
Beman Dawes
6ac5a99d24 uBLAS added
[SVN r15383]
2002-09-16 16:59:10 +00:00
Beman Dawes
627f6fa6e2 1.29.0 runup
[SVN r15256]
2002-09-10 19:01:56 +00:00
Beman Dawes
a27d4d44ac 1.29.0 runup
[SVN r15143]
2002-09-03 15:27:38 +00:00
Jeff Garland
92f4e0f6f9 add date_time library link to news
[SVN r14935]
2002-08-16 17:53:45 +00:00
Beman Dawes
478b282c47 Boost.Test V2 blurb
[SVN r14791]
2002-08-12 15:51:22 +00:00
Beman Dawes
a4f3e9eb89 Add Sandbox CVS info
[SVN r14725]
2002-08-07 01:32:47 +00:00
Jeremy Siek
bd0e29512a added announcement for Dynamic Bitset
[SVN r14566]
2002-07-22 21:01:18 +00:00
Douglas Gregor
effb3c035d Mention Boost.Function changes
[SVN r14543]
2002-07-19 21:25:58 +00:00
Dave Abrahams
cacae5525e Updated search tool
[SVN r14113]
2002-06-08 16:08:30 +00:00
Beman Dawes
a3da4c1b86 Reorg sidebar, add Chinese mirror link
[SVN r14039]
2002-05-24 14:02:07 +00:00
Beman Dawes
bee9787d22 add Format lib
[SVN r14016]
2002-05-23 01:28:10 +00:00
Douglas Gregor
e0d4f7283f Boost.Signals has been added
[SVN r13967]
2002-05-17 15:50:07 +00:00
Beman Dawes
99c3ee6888 fix ActiveState link
[SVN r13963]
2002-05-17 14:19:37 +00:00
Beman Dawes
21edd38ddb Chg CVS link to download page
[SVN r13958]
2002-05-16 23:55:34 +00:00
Beman Dawes
47d3a16af1 Add multi_array
[SVN r13954]
2002-05-16 18:05:54 +00:00
Beman Dawes
4d24acba41 Add I/O state saver library
[SVN r13772]
2002-05-09 13:06:54 +00:00
Beman Dawes
d79f25204a release run up
[SVN r13752]
2002-05-08 16:08:06 +00:00
Beman Dawes
dc9d272f13 Add newsgroup info
[SVN r13492]
2002-04-15 14:51:09 +00:00
Douglas Gregor
9062a4ffa7 index.htm:
- Added comment about addressof()
  - Added comment about Boost.Function working with function objects that
    have & overloaded


[SVN r13415]
2002-04-10 03:34:40 +00:00
Jens Maurer
71ed0eaa84 BOOST_NO_LIMITS should not be used by user code; use <boost/limits.hpp> instead
BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when
BOOST_NO_LIMITS is defined


[SVN r13340]
2002-04-01 18:57:43 +00:00
Dave Abrahams
e307bec22b image fix
[SVN r13286]
2002-03-26 21:13:22 +00:00
Dave Abrahams
641b45b007 Added google search
[SVN r13285]
2002-03-26 21:07:29 +00:00
Jens Maurer
d74b2ac0da Boost.Random compiler warnings avoided
[SVN r13044]
2002-03-03 10:17:49 +00:00
Darin Adler
1e5fc20bf6 New casts for smart pointers.
[SVN r12743]
2002-02-06 19:42:04 +00:00
Beman Dawes
33f0420bfb 1.27.0 Runup
[SVN r12731]
2002-02-05 16:22:32 +00:00
Vesa Karvonen
b4853200de Added preprocessor library news
[SVN r12727]
2002-02-05 13:04:44 +00:00
Darin Adler
01b68fdb04 Mention thread safety feature.
[SVN r12676]
2002-02-03 17:50:11 +00:00
Darin Adler
75cd2a17ca Documentation updates.
[SVN r12675]
2002-02-03 17:46:08 +00:00
Darin Adler
3f5410a19f Fix link.
[SVN r12674]
2002-02-03 17:36:06 +00:00
Darin Adler
4f518e4caa Add an entry for the smart pointers library.
[SVN r12673]
2002-02-03 17:34:53 +00:00
Darin Adler
cdc78c97d0 Fix bullets again. Not sure how to do this with legal HTML.
[SVN r12672]
2002-02-03 17:32:43 +00:00
Darin Adler
277bbbfcd7 New smart pointer documentation. Related clean-up of the smart pointer
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.


[SVN r12647]
2002-02-02 18:36:12 +00:00
Douglas Gregor
e8b959dd28 Added comments about updates to quaternion and octonion libraries for GCC
2.95.x.


[SVN r12641]
2002-02-02 15:49:38 +00:00
Douglas Gregor
f511a4c3ee index.htm:
- Document Boost.Function's "stateless" optimization


[SVN r12566]
2002-01-30 03:53:02 +00:00
Beman Dawes
254beec5f2 Add links to new Bugs and Feature Request pages
[SVN r12348]
2002-01-18 16:44:08 +00:00
Dave Abrahams
a6032ad449 noted inplace operator support for Boost.Python
[SVN r12073]
2001-12-16 18:00:59 +00:00
Douglas Gregor
2de1736c98 index.htm:
- Added entry for Boost.Function


[SVN r11947]
2001-12-05 23:19:47 +00:00
Jens Maurer
222d881c05 make random number changes extra clear
[SVN r11916]
2001-12-04 21:21:12 +00:00
Jens Maurer
0bfd6d5d7e add change note for uniform_int<> from random number library
[SVN r11914]
2001-12-04 21:08:13 +00:00
Dave Abrahams
85f1c08ad1 Added future announcement of dlw_int
[SVN r11871]
2001-12-03 13:56:18 +00:00
Beman Dawes
c3f0e1a479 Add GCD/LCM and Preprocessor libraries
[SVN r11833]
2001-11-30 13:27:52 +00:00
Jens Maurer
fab18ef43c announce generator_iterator in iterator adaptors library
[SVN r11739]
2001-11-19 22:16:51 +00:00
Jens Maurer
a186c23f39 Boost.Random: removed iterator interface
[SVN r11698]
2001-11-14 21:58:30 +00:00
Dave Abrahams
7561c2e5c5 Modified Files:
index.htm - fixed reference to CVS repository
	libs/python/build/Jamfile - first stab at metrowerks Pro7 support
	status/Jamfile - added RUN_ALL_TESTS variables to force tests to run
	tools/build/boost-build.jam - fix BOOST_BUILD_INSTALLATION setting
	tools/build/metrowerks-tools.jam - command file support
	tools/build/msvc-tools.jam - permanent command file support
	tools/build/intel-win32-tools.jam - made it an extension of msvc-tools.jam
	tools/build/gcc-tools.jam  - made FINDLIBS change submitted by Toon Knapen
	tools/build/jam_src/variable.c - changed command-line/env. variable
					interpretation so that
					surrounding them with quotes causes
					no breaking at spaces.

These files were converted from tabs to spaces:

	boost/python/conversions.hpp
	boost/python/reference.hpp boost/python/detail/base_object.hpp
	boost/python/detail/functions.hpp
	boost/python/detail/wrap_python.hpp libs/python/test/comprehensive.cpp
	tools/build/boost-base.jam
	tools/build/como-tools.jam


[SVN r11652]
2001-11-10 22:16:01 +00:00
Beman Dawes
ed10c3681e 1.25.1 runup
[SVN r11619]
2001-11-07 00:39:09 +00:00
Darin Adler
c8e3f9d76b Kill a couple of stray extra spaces.
[SVN r11568]
2001-11-04 21:51:41 +00:00
Beman Dawes
4cdc095518 New home page design with help from several Boosters; special thanks to Ed Brey and Doug Gregor
[SVN r11567]
2001-11-04 20:13:07 +00:00
Douglas Gregor
e5a859765a Added news item for Boost Wiki
[SVN r11522]
2001-11-02 00:21:26 +00:00
Darin Adler
b0a0226848 Add more names of list moderators. Remove unnecessary &npsb; use.
[SVN r11498]
2001-11-01 00:52:13 +00:00
Douglas Gregor
2f20236b59 Added "Latest News" entry for Function library
Added "Latest News" entry for Boost-Users mailing list


[SVN r11483]
2001-10-31 00:03:53 +00:00
Beman Dawes
f8b9237c6d Initial entries for 1.25.1
[SVN r11471]
2001-10-30 19:32:45 +00:00
Beman Dawes
d455c7d519 1.25.0 Final runup
[SVN r11315]
2001-10-01 15:54:23 +00:00
Jens Maurer
fc0ec345cb special functions, octonion, quaternions lib updated by Hubert Holin et al.
[SVN r11285]
2001-09-26 21:33:22 +00:00
Beman Dawes
37cf9397ea 1.25.0 runup; add whats new items
[SVN r11276]
2001-09-26 13:26:12 +00:00
Beman Dawes
57695effae Fix broken links and other HTML changes related to new config system
[SVN r11142]
2001-09-18 21:24:51 +00:00