summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagnobody2001-11-30163-0/+16424
|\ | | | | | | | | | | 'Version_1_26_0'. [SVN r11842]
| * releaseBeman Dawes2001-11-301-152/+93
| | | | | | | | [SVN r11841]
| * releaseBeman Dawes2001-11-301-0/+0
| | | | | | | | [SVN r11840]
| * fix gcc looping (from Dave Abrahams)Beman Dawes2001-11-301-0/+0
| | | | | | | | [SVN r11839]
| * fix linksBeman Dawes2001-11-301-0/+0
| | | | | | | | [SVN r11838]
| * Make HTML heading more compact (for printing)Beman Dawes2001-11-301-4/+3
| | | | | | | | [SVN r11837]
| * Add Vesa bio linkBeman Dawes2001-11-301-0/+0
| | | | | | | | [SVN r11836]
| * Add VesaBeman Dawes2001-11-303-25/+121
| | | | | | | | [SVN r11835]
| * new filesJeremy Siek2001-11-301-0/+0
| | | | | | | | [SVN r11834]
| * Add GCD/LCM and Preprocessor librariesBeman Dawes2001-11-301-7/+14
| | | | | | | | [SVN r11833]
| * Add GCD/LCM and Preprocessor librariesBeman Dawes2001-11-301-2/+20
| | | | | | | | [SVN r11832]
| * fix linksBeman Dawes2001-11-301-0/+0
| | | | | | | | [SVN r11831]
| * Updated changes logJohn Maddock2001-11-301-0/+0
| | | | | | | | [SVN r11830]
| * * Changed BOOST_RE_THREADS to BOOST_HAS_THREADS,John Maddock2001-11-302-0/+0
| | | | | | | | | | | | | | * Updated allocator code to use SGI node based allocator when available. [SVN r11829]
| * Added optional code to time how long the test takes.John Maddock2001-11-301-0/+0
| | | | | | | | [SVN r11828]
| * changed BOOST_RE_THREADS to BOOST_HAS_THREADSJohn Maddock2001-11-301-0/+0
| | | | | | | | [SVN r11827]
| * uses proper template argument names : ElementIterator and IndexIteratorToon Knapen2001-11-301-0/+0
| | | | | | | | [SVN r11826]
| * added test for permutation_iteratorToon Knapen2001-11-301-0/+0
| | | | | | | | [SVN r11825]
| * added documentation for the permutation_iterator_adaptorToon Knapen2001-11-301-0/+0
| | | | | | | | | | | | | | and linked to it from the iterator_adaptors documentation. [SVN r11824]
| * permutation_iterator_adaptor and generatorToon Knapen2001-11-301-0/+0
| | | | | | | | [SVN r11823]
| * update just prior to 1.26 releaseToon Knapen2001-11-301-6/+31
| | | | | | | | [SVN r11822]
| * made some more progressJeremy Siek2001-11-301-0/+0
| | | | | | | | [SVN r11821]
| * Added update for intel-linux-tools.jamDave Abrahams2001-11-301-0/+0
| | | | | | | | [SVN r11820]
| * Initial checkinDave Abrahams2001-11-291-0/+0
| | | | | | | | [SVN r11819]
| * made some progressJeremy Siek2001-11-291-0/+0
| | | | | | | | [SVN r11818]
| * removed debug print stuffJeremy Siek2001-11-291-0/+0
| | | | | | | | [SVN r11817]
| * fixed another bugJeremy Siek2001-11-291-0/+0
| | | | | | | | [SVN r11816]
| * function_test now passes on IRIX CCJens Maurer2001-11-291-3/+3
| | | | | | | | [SVN r11815]
| * Daryle Walker's GCD library submissionDave Abrahams2001-11-291-0/+0
| | | | | | | | [SVN r11814]
| * committing Daryle and Helmut's changesDave Abrahams2001-11-291-0/+0
| | | | | | | | [SVN r11813]
| * isomorphism.cpp:Douglas Gregor2001-11-291-0/+0
| | | | | | | | | | | | | | - Output the failed graph when an error occurs. [SVN r11812]
| * Temporarily disabled void returns on MSVC 6 to address internal compiler errors.Peter Dimov2001-11-291-0/+0
| | | | | | | | [SVN r11810]
| * #ifdef-ed out a test case for MWCW <= 7.1Peter Dimov2001-11-291-0/+0
| | | | | | | | [SVN r11809]
| * new fileJeremy Siek2001-11-291-0/+0
| | | | | | | | [SVN r11808]
| * Minor fix to address SGI MIPSpro regression failure.Peter Dimov2001-11-291-0/+0
| | | | | | | | [SVN r11807]
| * isomorphism.cpp:Douglas Gregor2001-11-291-0/+0
| | | | | | | | | | | | | | | | - Made standard test less CPU intensive - Make graph types different [SVN r11806]
| * isomorphism.hpp:Douglas Gregor2001-11-291-0/+0
| | | | | | | | | | | | | | - Fixed small typo - used Graph1 instead of Graph2 to get VertexG2 [SVN r11805]
| * changed to use boost random number libraryJeremy Siek2001-11-291-0/+0
| | | | | | | | [SVN r11804]
| * fixed several bugsJeremy Siek2001-11-291-0/+0
| | | | | | | | [SVN r11803]
| * graph/isomorphism.hpp:Douglas Gregor2001-11-292-0/+0
| | | | | | | | | | | | | | | | | | | | - Added some missing "typename"s random/uniform_int.hpp: - Don't include <limits> directly [SVN r11802]
| * isomorphism.cpp:Douglas Gregor2001-11-291-0/+0
| | | | | | | | | | | | | | - Tests for isomorphism algorithm [SVN r11801]
| * Reorganize links to prebuilt executablesBeman Dawes2001-11-291-0/+0
| | | | | | | | [SVN r11800]
| * changed to use dijkstra_shortest_paths_no_initJeremy Siek2001-11-281-0/+0
| | | | | | | | [SVN r11799]
| * added dijkstra_shortest_paths_no_initJeremy Siek2001-11-281-0/+0
| | | | | | | | [SVN r11798]
| * fix overflow bug and ensuing endless loopJens Maurer2001-11-281-0/+0
| | | | | | | | [SVN r11797]
| * add test for situation in which an endless loop could occurJens Maurer2001-11-281-0/+0
| | | | | | | | [SVN r11796]
| * new fileJeremy Siek2001-11-281-0/+0
| | | | | | | | [SVN r11795]
| * depth_first_search.html:Douglas Gregor2001-11-281-0/+0
| | | | | | | | | | | | | | - Describe root_vertex parameter and form with starting vertex [SVN r11794]
| * depth_first_search.hpp:Douglas Gregor2001-11-281-0/+0
| | | | | | | | | | | | | | - Added ability to specify starting vertex for depth_first_search [SVN r11793]
| * Update Win32 CodeWarrior to version 7.0Beman Dawes2001-11-281-1/+1
| | | | | | | | [SVN r11792]