Commit Graph

263 Commits

Author SHA1 Message Date
Rene Rivera
7de7330fdc Move pool tests into canonical test subdir structure.
[SVN r44380]
2008-04-13 22:37:56 +00:00
Daniel James
54343933d3 Merged revisions 43206,43208-43213 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix some broken links.
........
  r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Link to people pages on the website, as they've been removed from the download.
........
  r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Point links to the pages that used to be in 'more' to the site.
........
  r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix links on the home page as well.
........
  r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Generated documentation which is no longer generated.
........


[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
ea8f298427 Point links to the pages that used to be in 'more' to the site.
[SVN r43210]
2008-02-10 15:02:17 +00:00
Beman Dawes
58b1519651 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
Marshall Clow
9e856dc35a Bug fixes #284, #836, #991
[SVN r41286]
2007-11-21 19:20:15 +00:00
Hartmut Kaiser
1735c5f258 Pool: Added detection of availability of pthreads using the BOOST_HAS_PTHREADS constant.
[SVN r39716]
2007-10-05 18:48:56 +00:00
Beman Dawes
db37ad756d Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
nobody
a835fcd68b This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
Andreas Huber
e85801b701 Removed the now obsolete proprietary copyright notice.
[SVN r36277]
2006-12-05 12:54:35 +00:00
Andreas Huber
166ab9ed9e Removed the now obsolete proprietary copyright notice.
[SVN r36277]
2006-12-05 12:54:35 +00:00
Andreas Huber
0f647e802e Merged L & C issue fixes & HTML conversions from trunk to branch.
[SVN r36276]
2006-12-05 12:49:43 +00:00
Andreas Huber
cc95ed77e5 Added missing encoding info.
[SVN r36275]
2006-12-05 12:30:59 +00:00
Andreas Huber
3893e9eae8 Fixed license & copyright issues and converted to HTML 4.01
[SVN r36274]
2006-12-05 12:01:31 +00:00
Joaquín M. López Muñoz
c8c2b3538f removed another VC7.1 warning 4800
[SVN r36264]
2006-12-04 15:06:29 +00:00
Joaquín M. López Muñoz
8f25aa08bf removed another VC7.1 warning 4800
[SVN r36264]
2006-12-04 15:06:29 +00:00
Beman Dawes
c8e22b30ae Merged copyright and license addition
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
5db8fa93fe Add copyright, license
[SVN r35905]
2006-11-07 19:11:57 +00:00
Nicola Musatti
89987a934f Updated Borland workaround
[SVN r33903]
2006-05-02 07:17:36 +00:00
Nicola Musatti
dcd1c69a00 Updated Borland workaround
[SVN r33903]
2006-05-02 07:17:36 +00:00
Hartmut Kaiser
354fca65aa Removed VC7.1 warning 4800.
[SVN r33847]
2006-04-27 23:46:24 +00:00
Hartmut Kaiser
4c6b66fc71 Removed VC7.1 warning 4800.
[SVN r33847]
2006-04-27 23:46:24 +00:00
nobody
376753be55 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Douglas Gregor
dc59ce3abb Try to work around Borland 5.6.4 bug
[SVN r29061]
2005-05-19 13:45:53 +00:00
Markus Schöpflin
096bb44dce Honor the setting of BOOST_HAS_THREADS and don't include any system header files
when no threading support is needed. As a side effect, this fixes compilation on Tru64.


[SVN r28525]
2005-04-29 07:21:20 +00:00
Hartmut Kaiser
a8e7a2f04c Applied the patch for pool.hpp posted on the list.
[SVN r26737]
2005-01-19 07:57:15 +00:00
Aleksey Gurtovoy
a31a01f0af c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
John Maddock
b49f5e350f Changed files to BSL based on permissions in blanket-permission.txt
[SVN r25451]
2004-09-28 12:55:45 +00:00
Thomas Witt
187051f4a7 Fixed windows platform detection.
[SVN r24390]
2004-08-10 17:09:21 +00:00
Eric Niebler
bc2218310e move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
[SVN r23313]
2004-07-02 01:21:32 +00:00
Eric Niebler
c6efcd2b90 remove std_min and std_max, update minmax coding guidelines
[SVN r23162]
2004-06-23 04:49:48 +00:00
Eric Niebler
4751c81a59 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
[SVN r22394]
2004-02-26 18:27:02 +00:00
Stephen Cleary
b7bc5bec08 Munged e-mail addresses
[SVN r20045]
2003-09-14 01:00:35 +00:00
Stephen Cleary
b2a49ef410 Removed e-mail address
[SVN r20044]
2003-09-14 00:50:31 +00:00
Björn Karlsson
f6370525da Untabified
[SVN r17329]
2003-02-12 11:47:00 +00:00
Stephen Cleary
e749d9d1ee Fixed typo bug in singleton pool
[SVN r16127]
2002-11-06 01:12:33 +00:00
Björn Karlsson
d42621b56b Merged from branch to trunk
[SVN r15603]
2002-10-01 11:45:23 +00:00
Beman Dawes
da601c7ee7 init commit
[SVN r14977]
2002-08-19 23:29:18 +00:00
Beman Dawes
8d3f239303 Use test tools so test crashes don't require manual intervention
[SVN r14769]
2002-08-10 21:12:52 +00:00
John Maddock
495b540e05 Borland C++ Builder 6 fixes
[SVN r13659]
2002-05-04 10:55:15 +00:00
Stephen Cleary
643d030284 Fixed conformance issue reported by Phil Lucido; also got rid of some compiler warnings
[SVN r11547]
2001-11-03 06:18:35 +00:00
Stephen Cleary
742f803f8d Reduced warnings for BCB
[SVN r11546]
2001-11-03 06:16:50 +00:00
Stephen Cleary
39415b23a0 Added simpler 'construct' support for some compilers
[SVN r10982]
2001-08-31 20:45:26 +00:00
Stephen Cleary
7522d1ea2f Changed (optimistic) BOOST_POOL_ALLOC_ALLOW_NULL_DEALLOCATE to (pessimistic) BOOST_NO_PROPER_STL_DEALLOCATE -- this will eventually move to Boost.Config
[SVN r10981]
2001-08-31 20:41:28 +00:00
Stephen Cleary
aee5545380 Added include file <algorithm> for std::max
[SVN r10980]
2001-08-31 20:40:30 +00:00
Stephen Cleary
770defca89 Removed unnecessary precondition and extra function declaration
[SVN r10979]
2001-08-31 20:39:38 +00:00
Stephen Cleary
a2af9674c2 Changed for loop variables to be compatible with compilers that use old for-scoping rules.
Changed tester copy constructor to avoid unused variable warning.


[SVN r10978]
2001-08-31 20:37:36 +00:00
Stephen Cleary
a8de7e88df Removed deprecated forward header files: use poolfwd.hpp instead
[SVN r10936]
2001-08-25 13:39:45 +00:00
Stephen Cleary
5572b73c5b Added workaround for compilers without template partial specialization -- Thanks to Peter Dimov!
[SVN r10741]
2001-08-04 14:31:37 +00:00
Stephen Cleary
9e08236657 Added forward include file -- Thanks, Jens :)
[SVN r10487]
2001-06-29 22:18:33 +00:00
Stephen Cleary
d13b2b7513 Not sure what this file was doing here in the first place...
[SVN r10454]
2001-06-27 22:14:13 +00:00