Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
c642f2d371 Bug fix, thanks to Pearu Pearson for pointing it out!
[SVN r14055]
2002-05-28 23:47:38 +00:00
Dave Abrahams
1e88ae892a doc updates
[SVN r14054]
2002-05-28 20:42:12 +00:00
Dave Abrahams
e6a186e656 Merged Matt Armstrong's patches
[SVN r14053]
2002-05-28 20:35:13 +00:00
Dave Abrahams
14c180ffe4 Removed -lutil dependency for GCC compilers
[SVN r14052]
2002-05-28 20:32:52 +00:00
Dave Abrahams
68318cb668 Added missing quotes
[SVN r14051]
2002-05-28 20:31:35 +00:00
Dave Abrahams
c304ef8704 TOOLSET_LIB_PATH -> gTOOLSET_LIB_PATH
[SVN r14050]
2002-05-28 20:29:47 +00:00
Dave Abrahams
c8a2d1d0b7 Speedups for MkDir (kill recursion)
Automatically set HCACHEFILE


[SVN r14049]
2002-05-28 20:28:15 +00:00
Dave Abrahams
ab4dad640b Kill superfluous forward declaration
[SVN r14048]
2002-05-28 20:26:41 +00:00
Dave Abrahams
8b85c2a16b Workaround BOOST_MSVC_STD_ITERATOR misconfiguration; add MSVC6 specificity
[SVN r14047]
2002-05-28 20:25:51 +00:00
Vladimir Prus
6cdac037f4 Fixes.
[SVN r14045]
2002-05-27 09:26:52 +00:00
John Maddock
a93d7f10ed Patches for C++ Builder 6.
[SVN r14044]
2002-05-25 11:13:32 +00:00
Jaakko Järvi
c7d776e7f0 bugfix in make_void
[SVN r14042]
2002-05-24 19:33:24 +00:00
Beman Dawes
2d06f6949e more minor "initiating" improvements
[SVN r14041]
2002-05-24 15:19:29 +00:00
Beman Dawes
8d13f93e4f minor "initiating" improvements
[SVN r14040]
2002-05-24 15:01:24 +00:00
Beman Dawes
a3da4c1b86 Reorg sidebar, add Chinese mirror link
[SVN r14039]
2002-05-24 14:02:07 +00:00
Douglas Gregor
a827e3cdd9 Use std::rand() not random()
Seed random with the current time


[SVN r14036]
2002-05-24 12:07:39 +00:00
Dave Abrahams
5ed728272e bugfix
[SVN r14035]
2002-05-24 11:16:22 +00:00
John Maddock
54d77a0b33 Updated docs on BOOST_MSVC_ITERATOR
[SVN r14034]
2002-05-24 11:08:36 +00:00
John Maddock
634df2d06e Removed msvc-iterator flag
[SVN r14033]
2002-05-24 11:07:09 +00:00
Dave Abrahams
eb20b12411 Merged aix_so branch
[SVN r14032]
2002-05-23 22:42:40 +00:00
Dave Abrahams
3b201a4162 result() fixes
[SVN r14031]
2002-05-23 22:42:09 +00:00
Dave Abrahams
e0a2d3c9d9 lvalue_from_pytype + documentation
[SVN r14030]
2002-05-23 16:38:44 +00:00
Dave Abrahams
4fff09e759 initial commit
[SVN r14027]
2002-05-23 16:28:37 +00:00
Jeremy Siek
8772781e45 changed Edge and Vertex to const& in topo_sort_visitor
[SVN r14026]
2002-05-23 16:28:02 +00:00
Dave Abrahams
4e222fc367 Added result() test
[SVN r14025]
2002-05-23 16:25:45 +00:00
Dave Abrahams
5467b3d2bc Respect <sysinclude>
[SVN r14024]
2002-05-23 16:20:22 +00:00
Dave Abrahams
9cff76e811 Better matching for gcc toolsets (hack)
[SVN r14023]
2002-05-23 16:20:03 +00:00
Dave Abrahams
18cf47b6b9 bugfix
[SVN r14022]
2002-05-23 16:17:53 +00:00
Ronald Garcia
75f9e13dd4 Added numeric header for std::accumulate. Thanks to Dave Abrahams.
Looks like Metrowerks may be better at catching this than other compilers?


[SVN r14021]
2002-05-23 16:12:35 +00:00
John Maddock
9907555406 Hopefully fixed some minor bugs:
added missing typesnames.
	Changed iterator to Iterator to hopefully keep aCC happy.


[SVN r14020]
2002-05-23 11:43:27 +00:00
John Maddock
88e1323220 Fixed buggy variable usage.
[SVN r14019]
2002-05-23 11:41:44 +00:00
John Maddock
96bbc3ef0c Hopefully fixed Intel C++ on linux by adding BOOST_NO_STDC_NAMESPACE
(the C++ headers for this compiler seem to do an incomplete job of
importing C functions into std:: as per usual).


[SVN r14018]
2002-05-23 11:41:10 +00:00
Samuel Krempp
bbf4bdcf23 removed reference to timer-library.
updated list of headers.


[SVN r14017]
2002-05-23 10:54:21 +00:00
Beman Dawes
bee9787d22 add Format lib
[SVN r14016]
2002-05-23 01:28:10 +00:00
Jaakko Järvi
d690816012 added tests for empty case statements
[SVN r14015]
2002-05-22 19:48:02 +00:00
Jaakko Järvi
7870f4a3ce added tests for emtpy catch blocks
[SVN r14014]
2002-05-22 19:47:35 +00:00
Jaakko Järvi
b89d6d85aa indentation changes
[SVN r14013]
2002-05-22 19:46:57 +00:00
Jaakko Järvi
a97ca6bc55 bugfix in empty case_statements
[SVN r14012]
2002-05-22 19:44:07 +00:00
Jaakko Järvi
d7736d45c5 bugfix on do_nothing_action case
[SVN r14011]
2002-05-22 19:42:33 +00:00
Jaakko Järvi
5bc236a469 bugfix in empty catch blocks
[SVN r14010]
2002-05-22 19:41:46 +00:00
Jeremy Siek
81ef07a9dc added copyright notice
[SVN r14009]
2002-05-22 18:28:38 +00:00
Jeremy Siek
01a8139935 added std:: prefix to invalid_argument
[SVN r14008]
2002-05-22 18:27:10 +00:00
Jeremy Siek
d316120266 added std:: prefix to string
[SVN r14007]
2002-05-22 16:18:23 +00:00
Dave Abrahams
377b93b568 Make ios_state_test work with Metrowerks
[SVN r14006]
2002-05-22 13:21:45 +00:00
Dave Abrahams
49b56667c8 restored bogus -s flag, with -Xlinker
[SVN r14005]
2002-05-22 12:40:22 +00:00
Dave Abrahams
4f3ea2a219 Kill bogus -s LINKFLAG
[SVN r14004]
2002-05-22 12:27:26 +00:00
Dave Abrahams
672b3db91c Back out of introduced bug
[SVN r14003]
2002-05-22 11:57:28 +00:00
Samuel Krempp
032624aa76 initial commit
[SVN r14002]
2002-05-22 11:56:47 +00:00
Dave Abrahams
f1a1463b49 Applied dependency-resolving patch thanks to Thomas Witt
[SVN r14001]
2002-05-22 11:44:29 +00:00
Dave Abrahams
73b486a63e Added detail/result.hpp and tests
[SVN r14000]
2002-05-21 23:18:58 +00:00