dc723ad8bcAdded CI framework - travis with valgrind, cppcheck, ubsan, codecov, covscan (future) - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64 - README, LICENSE, etc.
James E. King III
2018-05-12 22:29:11 +0000
677d2fb2a2Merge branch 'master' into develop
Peter Dimov
2017-11-28 21:10:35 +0200
8fc98132aaMerge branch 'merge-base'
Daniel James
2014-04-06 14:20:51 +0100
ae2a55c3bdCreate merge base for git.
Daniel James
2014-04-06 14:20:26 +0100
e4852e2294Add dependency on boost_system
BenPope
2014-04-02 00:25:14 +0800
e7a8855968End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion.
Beman
2013-12-01 17:22:18 -0500
bb57f84e86End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion.
Beman
2013-12-01 08:49:17 -0500
5c15843ca9Name the valgrind test so it doesn't overflow the output field width.
Steven Watanabe
2013-04-06 22:27:57 +0000
a1cb7f70b3Merge pool image fixes for case sensitive filesystems.
Daniel James
2013-03-26 10:33:14 +0000
df6ede237aMerge changes from trunk:
John Maddock
2012-07-14 16:05:50 +0000
9b2884ee23Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line. So "bjam pdfinstall" will now build and install the PDF to the current directory. This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).
John Maddock
2012-07-14 11:21:03 +0000
d0d5677a40Change to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:56:57 +0000
75fec9e974Change to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:56:26 +0000
66d3787e2bChange to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:55:12 +0000
1ccd391609Change to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:54:39 +0000
146bd70fdcChange to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:54:00 +0000
aad205f253Change to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:53:29 +0000
e4a106ea1eChange to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:52:38 +0000
544fcf37c1Change to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:52:03 +0000
4696641e3aChange to all lower case so works on *nix and windows
Paul A. Bristow
2012-06-11 16:51:26 +0000
87ae52573cMerge link fixes for pool and timer.
Daniel James
2012-01-15 20:55:26 +0000
f32ff7e26eDoc regeneration.
John Maddock
2011-12-15 11:31:09 +0000
6aed744a7btemporary removal of pool docs.
John Maddock
2011-12-15 11:26:09 +0000
1516d435d5Fix link problems in timer and pool.
Daniel James
2011-11-18 09:03:53 +0000
892481b63dTurn on threading support for threaded test! Disable warning-as-errors for Intel compiler (it's too strict for Intel-10). Make test allocators std-conforming.
John Maddock
2011-07-22 17:38:38 +0000
9038969ce2Correct test case to take account of sizeof(void*).
John Maddock
2011-07-21 10:02:15 +0000
f08364c169Fix C++0x failure. Try and suppress pathscale failure.
John Maddock
2011-07-19 11:52:11 +0000
5adeed0d8bMake test code independent of sizeof(void*). Make test stricter in it's checking (how much memory the allocator will allocate).
John Maddock
2011-07-19 10:39:32 +0000
9ec4a0b5e1Merge updated Boost.Pool from sandbox.
John Maddock
2011-07-18 10:23:42 +0000
5fb6d0f72fTidy up dead files.
John Maddock
2011-07-18 09:55:55 +0000
de02dd1144Add newline to end of file.
John Maddock
2011-07-17 18:05:51 +0000
6ac72d21deFix some more compiler warnings. Add threading stress test.
John Maddock
2011-07-17 17:56:58 +0000
f10cef6548Add bug's fixed to docs.
John Maddock
2011-07-16 15:05:33 +0000
1cb917c9a7Update docs to latest AutoIndex version. Fix -Wshadow warnings and update Jamfile to make them errors. Fix singleton_pool to correctly propagate the MaxSize parameter. Refs #5700. Refs #5568.
John Maddock
2011-07-16 14:50:06 +0000