790ae760e7Added fixes and tests for CSR in_edge_iterator; fixes#4310, #4311
Jeremiah Willcock
2010-06-08 19:07:52 +0000
214f0835e9corrected inspection report warnings
Christophe Henry
2010-06-08 17:22:26 +0000
1a1b1e0938corrected inspection report warnings
Christophe Henry
2010-06-08 17:16:47 +0000
fe84e94860corrected inspection report warnings
Christophe Henry
2010-06-08 17:06:36 +0000
75167523c2increased max template depth
Christophe Henry
2010-06-08 15:34:11 +0000
f4e3cfb406Add BOOST_MPL_HAS_XXX_TEMPLATE_DEF. Fixes#861
Steven Watanabe
2010-06-08 14:24:55 +0000
35854ec631added Jamfile for bench5
David Bellot
2010-06-08 14:23:51 +0000
e174d63a40added doc and test for assignment operator. Needs further testing
David Bellot
2010-06-08 14:21:15 +0000
7e9f85223badded new assignment operator. Needs further testing
David Bellot
2010-06-08 14:20:17 +0000
0f4ec2a36ecorrected warnings from the Inspection Report tool
Christophe Henry
2010-06-08 13:07:20 +0000
7e96944539Removed commented out code
Anthony Williams
2010-06-08 13:06:58 +0000
b67f51118cSome lookbehind assertions were accepted when they should not have been. Fixes#4309.
John Maddock
2010-06-08 12:41:41 +0000
84198e0bceUpdated tests for mutex members to handle range-based lock() and try_lock(), and fix issue #2704
Anthony Williams
2010-06-08 12:06:03 +0000
ed3512fb1bfixed compile error
Christophe Henry
2010-06-08 11:26:29 +0000
11dc092ee9Fix handling of empty buffer sequences.
Christopher Kohlhoff
2010-06-08 11:01:57 +0000
d827c1a19cEnsure unsigned char is used with isdigit. Refs #4201.
Christopher Kohlhoff
2010-06-08 09:01:39 +0000
dbf0a4d91aUpdated get_due_time to handle the case where a "tick" is less than 100ns, trac issue #2447
Anthony Williams
2010-06-08 08:40:46 +0000
6055a02ee6Check limits when attempting to lock shared_mutex --- trac issue #2293
Anthony Williams
2010-06-08 07:28:53 +0000
5d197a0809Fix for issue #868 --- provide element_type typedef
Anthony Williams
2010-06-08 07:11:28 +0000
d2f40bfbf7Fixing potential compilation errors with newer and more standard conformant compilers when using gil and STL. Basically gil's iterators and interator adaptors are now explicit what iterator category they are belonging to, e.g. random access iterator.
Christian Henning
2010-06-08 05:22:50 +0000
a25e63cdb2namespace reform, begin to make proto internals rely less on proto::expr
Eric Niebler
2010-06-08 05:07:00 +0000
83a3d31f13Fix typo in tutorial. Refs #4252.
Christopher Kohlhoff
2010-06-08 04:27:26 +0000
28af14b4f3Check for range errors in the input operator of linear_congruential. Fixes#2667
Steven Watanabe
2010-06-08 04:03:58 +0000
eb8da288aemark up xpressive failures
Eric Niebler
2010-06-08 03:28:56 +0000
35f787a53ffix#2 for version_type
Robert Ramey
2010-06-08 03:26:10 +0000
4fd152a560Make sure that all members are initialized. Fixes#4085
Steven Watanabe
2010-06-08 03:21:28 +0000
5fc3111b32bring reference docs into agreement with current code
Eric Niebler
2010-06-08 01:13:56 +0000
fbd3ecf7e7Use -mmacosx-version-min instead of -miphoneos-version-min. Fixes#4243
Steven Watanabe
2010-06-08 01:06:50 +0000
2a920d92ffAdd overloads of inverse trig functions that take heterogeneous units and return the angles in radians. Fixes#3865
Steven Watanabe
2010-06-08 01:00:27 +0000
3ccc9aef11Merge the units/autoprefix branch back to the trunk. Fixes#3660. Fixes#3707
Steven Watanabe
2010-06-07 23:49:52 +0000
21805fbeb0Some changes for Symbian support.
Christopher Kohlhoff
2010-06-07 23:29:05 +0000
dd4c2a3338Fixes for MSVC 7.1, Borland.
Christopher Kohlhoff
2010-06-07 23:24:28 +0000
cc8b8c799dApply the patch from #4119. Fixes#4119.
Alexander Nasonov
2010-06-07 22:58:42 +0000
3e9538930ccorrected inspection report warnings
Christophe Henry
2010-06-07 21:07:14 +0000
40a28c4f0bcorrected inspection report warnings
Christophe Henry
2010-06-07 20:51:03 +0000
a04e00261eadded msm
Christophe Henry
2010-06-07 20:40:40 +0000
633821c207added missing boot.test for linking
Christophe Henry
2010-06-07 20:39:18 +0000
b4a85ac58afixing broken unit test
Luke Simonson
2010-06-07 17:35:37 +0000
15ec7e22a2Add MPI support for AIX and Sun to mpi.jam.
K. Noel Belcourt
2010-06-07 17:18:29 +0000
a873c97f09Applied patch from issue #3377
Anthony Williams
2010-06-07 15:44:32 +0000
284a48c9e6typeindex is not yet supported.
John Maddock
2010-06-07 11:56:57 +0000
421ece4c0eSpirit: fixed ticket #4304
Hartmut Kaiser
2010-06-07 10:12:36 +0000
43ac3ad29cApplied patch from ticket 2918
Anthony Williams
2010-06-07 09:08:09 +0000
ac657eec68Added documentation for thread move assignment
Anthony Williams
2010-06-07 09:04:54 +0000
abbfa8a9cbAdded documentation of thread move constructor
Anthony Williams
2010-06-07 08:59:27 +0000
c6f0891fd5Fix for issue #4238: timed_lock_upgrade should not call timed_lock
Anthony Williams
2010-06-07 08:43:15 +0000
ac870dd9eaFix copy constructor and copy-assignment operator for condition_variable_any
Anthony Williams
2010-06-07 08:28:42 +0000
786817e903Consistently use count_type rather than unsigned for indexes into future waiters vector
Anthony Williams
2010-06-07 08:25:43 +0000
d1b95d6de3Reworked implementation MkII
Christopher Kohlhoff
2010-06-07 00:00:45 +0000
1c9350f508Fix handling of small but non-zero timeouts. Fixes#4205.
Christopher Kohlhoff
2010-06-06 23:28:58 +0000
807794e4f5Added get_c_array to Boost.Array
Marshall Clow
2010-06-06 16:05:13 +0000
b27a6f4bccmajor simplification of proto/operators.hpp
Eric Niebler
2010-06-06 13:40:44 +0000
67bb802759Fix bug in branch reset code.
John Maddock
2010-06-06 12:38:26 +0000
e7a9613d76Fix doxygen2boostbook when 2 files have the same name.
Daniel James
2010-06-06 09:38:51 +0000
d44356a986Remove a lot of deprecated filesystem functions.
Daniel James
2010-06-06 09:38:20 +0000
fd402bcfcaadded index.html in libs/msm
Christophe Henry
2010-06-06 09:16:04 +0000
3d7744a57fadded untested Jamfile
Christophe Henry
2010-06-06 09:04:08 +0000
b7546dc6f4added unit tests
Christophe Henry
2010-06-06 08:45:17 +0000
ca4991f05eUse cygwin 1.7 path API.
Daniel James
2010-06-06 07:24:10 +0000
c37b731790Support multiple categories. Refs #1200.
Daniel James
2010-06-06 07:23:44 +0000
31e0eb6fd1Deal with invalid docinfo details. Refs #1281.
Daniel James
2010-06-06 07:23:09 +0000
10b4fce4c2Valid lists. Refs #1281
Daniel James
2010-06-06 07:22:40 +0000
23137b475fAvoid extra space around footnotes.
Daniel James
2010-06-06 07:22:08 +0000
79db744fc3Avoid double <para> in <blockquote>. Refs #1281.
Daniel James
2010-06-06 07:21:38 +0000
02e269c397Don't wrap <co> in a <phrase>. Refs #1281.
Daniel James
2010-06-06 07:21:10 +0000
eff4b96b77Fix the DOCTYPE generated by quickbook. Refs #1281
Daniel James
2010-06-06 07:20:37 +0000
4699061dd1Test spaces around inline code. Fixes#1176
Daniel James
2010-06-06 07:19:46 +0000
ce5627d993Prep for 1.5.2
Daniel James
2010-06-06 07:19:21 +0000
f630b8c7c2Some of the tests from the spirit2 branch.
Daniel James
2010-06-06 07:18:56 +0000
c5ac9c72c7Typo.
Daniel James
2010-06-06 07:18:24 +0000
b06b2a8892Typo.
Daniel James
2010-06-06 07:17:41 +0000
ec06335153correct version type conversions
Robert Ramey
2010-06-05 17:12:25 +0000
7bfd5006a9Refs #3876. Made format flags %T and %R to be processed by the library in order to support them on more platforms. Also marked some flags that are known to have similar problems in the docs.
Andrey Semashev
2010-06-05 17:09:37 +0000
5de0e0eeacfpc related changes
Gennadiy Rozental
2010-06-05 06:17:15 +0000
31610e3c07correction of project settings
Robert Ramey
2010-06-04 20:20:13 +0000
29cb8e6deaCorrections in hash collections serialization improved detection of binary archives
Robert Ramey
2010-06-04 20:19:27 +0000
b70f5c8d60Allow polygon test to appear in the test matrix
Steven Watanabe
2010-06-04 17:02:48 +0000
4898fec222Clarify docs driven by comments from Daniel James.
Beman Dawes
2010-06-04 16:17:31 +0000
66fcf0940dAdd missing files from last commit.
John Maddock
2010-06-04 15:51:51 +0000
127053213cUpgrade Boost.Test to use the symbol visibility macros.
Jürgen Hunold
2010-06-04 14:31:54 +0000
2a54464f70Add new config macro for <typeindex>. Update config accordingly. Fixes#4274.
John Maddock
2010-06-04 12:37:44 +0000
d32a6218adSimply macro configuration for deprecated names, features. Make more deprecated features and names available.
Beman Dawes
2010-06-03 23:51:04 +0000
c3135fd082bug fix (wrong source/target using Internal<>)
Christophe Henry
2010-06-03 22:20:18 +0000
f45cce56a5Make sure that we test for cygwin vs. windows xsltproc even if there is no using xsltproc in user-config.jam
Steven Watanabe
2010-06-03 18:59:40 +0000