| Commit message (Expand) | Author | Age | Files | Lines |
* | merged [49289] and [52371] from trunk | Joaquín M López Muñoz | 2009-05-12 | 1 | -0/+0 |
* | Merge from trunk | Beman Dawes | 2009-05-12 | 1 | -0/+0 |
* | Merge quickbook and hash changelogs. Tweak gcc detection in container_fwd.hpp | Daniel James | 2009-04-11 | 1 | -0/+0 |
* | Merge [51976] to release. | Peter Dimov | 2009-03-27 | 1 | -0/+0 |
* | Merge [51509], [51519] to release. Closes #2239. | Peter Dimov | 2009-03-02 | 1 | -0/+0 |
* | merge of cmake build files from trunk per beman | Troy D. Straszheim | 2009-01-24 | 1 | -0/+0 |
* | Merge from trunk | Beman Dawes | 2009-01-19 | 1 | -0/+0 |
* | Merged revisions 49661-49662,49666,49669,49735,49756,49770,49811 via svnmerge... | Daniel James | 2008-11-20 | 1 | -0/+0 |
* | Merged revisions 43283,43992,44388 via svnmerge from | Marshall Clow | 2008-10-09 | 1 | -0/+0 |
* | boost/pending/: ported revision 48251 ("integer_log2.hpp and lowest_bit.hpp, ... | Gennaro Prota | 2008-08-24 | 1 | -0/+0 |
* | Merged 44595, 44638, 44707, 44711, 44728 from trunk to release | Peter Dimov | 2008-07-12 | 1 | -0/+0 |
* | Merged 43316, 43317, 43318, 43733, 43782, 43873, 43888, 43916, 43950, 44055, ... | Peter Dimov | 2008-07-12 | 1 | -0/+0 |
* | merged up to rev. 47041 from trunk | Joaquín M López Muñoz | 2008-07-03 | 1 | -0/+0 |
* | Full merge from trunk at revision 41356 of entire boost-root tree. | Beman Dawes | 2007-11-25 | 1 | -0/+0 |
* | Full merge from trunk at revision 41356 of entire boost-root tree. | Beman Dawes | 2007-11-25 | 1 | -0/+0 |
* | config, detail, filesystem, system, tools, at 41278. | Beman Dawes | 2007-11-23 | 1 | -0/+0 |
* | Starting point for releases | Beman Dawes | 2007-10-05 | 1 | -0/+0 |
* | This commit was manufactured by cvs2svn to create tag | nobody | 2007-07-24 | 1 | -0/+0 |
* | Corrected wrong order in copyright notices. | Andreas Huber | 2006-12-02 | 1 | -0/+0 |
* | Merged a copyright addition from trunk to branch. | Andreas Huber | 2006-12-01 | 1 | -0/+0 |
* | Merged L & C issue fixes from trunk to branch. | Andreas Huber | 2006-12-01 | 1 | -0/+0 |
* | Updated patch from Boris Gubenko. | John Maddock | 2006-10-20 | 1 | -0/+0 |
* | Fix for HP-UX on Itanium. | John Maddock | 2006-10-13 | 1 | -0/+0 |
* | Added 64-bit Intel processor support. | John Maddock | 2006-10-13 | 1 | -0/+0 |
* | Kill off stray 'y' character. | Dave Abrahams | 2006-10-09 | 1 | -0/+0 |
* | Fix typos. | Dave Abrahams | 2006-10-06 | 1 | -0/+0 |
* | Make is_reference_to_pointer work properly with an abstract class | Dave Abrahams | 2006-10-05 | 1 | -0/+0 |
* | Windows CE patch by Michael Fink | Peter Dimov | 2006-05-17 | 1 | -0/+0 |
* | merged from trunk | Dave Abrahams | 2006-04-30 | 1 | -0/+0 |
* | This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. | nobody | 2006-03-21 | 1 | -0/+0 |
* | Win32 implementation of boost::timed_mutex | Anthony Williams | 2006-03-08 | 1 | -0/+0 |
* | Patch for Borland 2006 compiler, using Dinkumware libraries | Alisdair Meredith | 2006-02-23 | 1 | -0/+0 |
* | trivial adjustments to enable warning-free compilation with gcc -Wall -W -Werror | Ralf W. Grosse-Kunstleve | 2006-01-20 | 1 | -0/+0 |
* | Fixed a couple of syntax errors (reported by Juergen Hunold) | Peter Dimov | 2005-12-07 | 1 | -0/+0 |
* | Fixed bug #1370716, static shared_ptr instances not working w/ quick_allocator | Peter Dimov | 2005-12-06 | 1 | -0/+0 |
* | Added more relational operators, see Bug #1191356. | Eric Friedman | 2005-11-26 | 1 | -0/+0 |
* | GCC 4.0.2 workarounds | Dave Abrahams | 2005-10-11 | 1 | -0/+0 |
* | Martin Wille pointed out some missing header dependencies; fixed. | Dave Abrahams | 2005-10-11 | 1 | -0/+0 |
* | reverted recent changes | Jonathan Turkanis | 2005-10-10 | 1 | -0/+0 |
* | first try at fixing is_incrementable for gcc 4.0.2 | Jonathan Turkanis | 2005-10-08 | 1 | -0/+0 |
* | Moved BOOST_INTERLOCKED_READ stuff into its own header | Anthony Williams | 2005-09-23 | 1 | -0/+0 |
* | Removed :: qualification on _Interlocked functions | Anthony Williams | 2005-09-23 | 1 | -0/+0 |
* | Added BOOST_INTERLOCKED_EXCHANGE_POINTER in all branches of the #if | Anthony Williams | 2005-09-16 | 1 | -0/+0 |
* | Added InterlockedExchangePointer | Anthony Williams | 2005-09-16 | 1 | -0/+0 |
* | InterlockedCompareExchangePointer is only intrinsic on 64 bit platforms, othe... | Anthony Williams | 2005-09-13 | 1 | -0/+0 |
* | Added interlocked compare/exchange for pointers, and interlocked_read for val... | Anthony Williams | 2005-09-13 | 1 | -0/+0 |
* | New version of call_once for win32 | Anthony Williams | 2005-09-07 | 1 | -0/+0 |
* | Add detection for macros used by VC: | Rene Rivera | 2005-07-19 | 1 | -0/+0 |
* | Fix max | Douglas Gregor | 2005-07-13 | 1 | -0/+0 |
* | Make some of these things into true metafunctions. | Dave Abrahams | 2005-06-24 | 1 | -0/+0 |