Joel de Guzman
2dab6cf766
--countoff
...
[SVN r37438]
2007-04-14 22:26:46 +00:00
Ion Gaztañaga
c0d7c2c23f
Fixed race condition if a shared memory segment is being created/initialized for the first time. Thanks to Paul Poulin.
...
[SVN r37437]
2007-04-14 10:34:33 +00:00
Joel de Guzman
69fb00751e
more flat includes
...
[SVN r37436]
2007-04-14 08:27:24 +00:00
Peter Dimov
db38002194
Move support
...
[SVN r37434]
2007-04-13 22:04:22 +00:00
Joel de Guzman
53eca65638
--countoff
...
[SVN r37433]
2007-04-13 22:04:18 +00:00
Jeremy Siek
e5e47f74a3
added preprocessor guards
...
[SVN r37432]
2007-04-13 16:05:53 +00:00
Joel de Guzman
2bcdf32c61
--countoff
...
[SVN r37431]
2007-04-13 11:59:15 +00:00
Eric Niebler
86b7d96a1e
new rules for matching terminals, less fuzzy, avoid is_convertible, add convertible_to<> helper
...
[SVN r37429]
2007-04-12 23:44:41 +00:00
Daniel James
d7db13b58b
Merge in the intel gcc workaround from RC_1_34_0.
...
[SVN r37428]
2007-04-12 20:37:27 +00:00
Daniel James
c7103262bb
Remove an unrequired semi-colon.
...
[SVN r37427]
2007-04-12 20:34:59 +00:00
Daniel James
bd99374ab1
Try turning off a borland workaround in the new version of borland, as it
...
seems to be causing problems in the tests.
[SVN r37426]
2007-04-12 20:33:48 +00:00
Ion Gaztañaga
d43505690d
PPC fixes
...
[SVN r37424]
2007-04-12 17:01:54 +00:00
Dave Abrahams
212efe7464
Some progress on Python build guide. Minor fixes to getting started guide.
...
[SVN r37418]
2007-04-11 23:35:08 +00:00
Joel de Guzman
efec869ab1
--countoff
...
[SVN r37417]
2007-04-11 22:18:21 +00:00
Eric Niebler
460750bfcd
transforms for ~_ln and ~_b, clean-up
...
[SVN r37415]
2007-04-11 16:24:32 +00:00
Douglas Gregor
f0aea9d02c
Add include of <climits>
...
[SVN r37414]
2007-04-10 23:05:46 +00:00
Joel de Guzman
8dcde7ddb5
typo fix
...
[SVN r37413]
2007-04-10 22:27:41 +00:00
Eric Niebler
20f4db84c3
our lives are frittered away by detail. simplify, simplify
...
[SVN r37412]
2007-04-10 18:16:34 +00:00
Douglas Gregor
281472f589
MPI library now requires in libs/mpi
...
[SVN r37411]
2007-04-10 17:54:24 +00:00
Martin Wille
cebfb1ab53
-- make_shared has been removed from weak_ptr.hpp. Adjusted code to
...
use weak_ptr.lock() and weak_ptr.expired() instead.
[SVN r37410]
2007-04-10 16:03:45 +00:00
Vladimir Prus
9bddee8b8b
Do not use peek at source files, link to the library.
...
[SVN r37409]
2007-04-10 06:02:10 +00:00
Joel de Guzman
d889a161e0
--countoff
...
[SVN r37408]
2007-04-09 23:01:33 +00:00
Peter Dimov
d2b6316bbf
Fix CW regression re strcmp, strcpy
...
[SVN r37407]
2007-04-09 22:24:37 +00:00
Peter Dimov
edd033df32
intrusive_ptr::reset added
...
[SVN r37406]
2007-04-09 21:35:07 +00:00
Peter Dimov
978034f909
Aliasing support
...
[SVN r37405]
2007-04-09 18:48:47 +00:00
Peter Dimov
3ed237c8f7
make_shared removed
...
[SVN r37404]
2007-04-09 18:42:49 +00:00
Peter Dimov
f97a4fbafb
_MANAGED fix for sp_enable_shared_from_this
...
[SVN r37403]
2007-04-09 16:37:30 +00:00
Peter Dimov
60c3469337
Aliasing constructor added
...
[SVN r37402]
2007-04-09 16:32:45 +00:00
Andreas Huber
44eb674787
*** empty log message ***
...
[SVN r37400]
2007-04-09 13:43:54 +00:00
Andreas Huber
92be3754a6
Updated bio.
...
[SVN r37399]
2007-04-09 13:29:04 +00:00
Andreas Huber
f7dbff9323
Moved the erroneously under 1.34.0 listed changes under a new "Unreleased changes" heading.
...
[SVN r37398]
2007-04-09 13:12:58 +00:00
Andreas Huber
c7b1b3a606
Minor formatting corrections.
...
[SVN r37397]
2007-04-09 12:55:41 +00:00
Vladimir Prus
34fad3d6f2
Add file_descriptor.cpp and mapped_file.cpp to the list of compiled
...
files.
Patch from Takeshi Mouri.
[SVN r37396]
2007-04-09 07:02:40 +00:00
Joel de Guzman
5b1e33c4fe
--countoff
...
[SVN r37395]
2007-04-08 22:31:40 +00:00
Joel de Guzman
be6d0b8b57
--countoff
...
[SVN r37394]
2007-04-07 23:17:49 +00:00
Gunter Winkler
62d2ca1b67
- changes static initialization of zero_(0) to zero_ = T()
...
This should be replaces by value_traits<T>::zero and the
definition of one_ = 1 should be replaced by value_traits<T>::one
[SVN r37393]
2007-04-07 21:12:26 +00:00
Gunter Winkler
6f37271874
- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS
...
It has an equivalent effect as defining NDEBUG in all uBLAS headers.
[SVN r37392]
2007-04-07 20:51:38 +00:00
Christopher Kohlhoff
67351ccd60
Try to fix AIX compile error in tests.
...
[SVN r37391]
2007-04-07 09:01:23 +00:00
Christopher Kohlhoff
2d0660036a
Fix usage message.
...
[SVN r37390]
2007-04-07 08:57:15 +00:00
Christopher Kohlhoff
cd833bac33
Fix comments.
...
[SVN r37389]
2007-04-07 08:54:58 +00:00
Christopher Kohlhoff
ce33ecef79
Fix problem where the safe_cancellation_thread_id_ was not being calculated
...
correctly.
[SVN r37388]
2007-04-07 08:50:42 +00:00
Christopher Kohlhoff
ab564cf63b
Fix libstdc++ debug error.
...
[SVN r37387]
2007-04-07 08:48:12 +00:00
Eric Niebler
cd37436f87
simplify/generalize conditional transform
...
[SVN r37386]
2007-04-07 05:57:10 +00:00
Eric Niebler
8135c9f2d0
xpressive transforms use new proto::switch_ for better compile times
...
[SVN r37385]
2007-04-06 23:59:11 +00:00
Joel de Guzman
46702b58aa
--countoff
...
[SVN r37384]
2007-04-06 22:17:44 +00:00
Eric Niebler
a3e30e5e3b
add proto::not_ and proto::switch_, clean up xpressive's use_simple_repeat
...
[SVN r37383]
2007-04-06 21:03:09 +00:00
Christopher Kohlhoff
e349ea8aed
Make init_decoders[] a function-local static, rather than global, to avoid
...
problems with order of initialisation of globals across translation units.
Thanks to Oleg Kosenkov for reporting this issue and suggesting a fix.
[SVN r37380]
2007-04-06 09:12:28 +00:00
Christopher Kohlhoff
eb25720c58
Fix typo.
...
[SVN r37379]
2007-04-06 08:17:07 +00:00
Eric Niebler
5587de4f10
add as_action transform
...
[SVN r37378]
2007-04-06 05:31:43 +00:00
Eric Niebler
88682160b9
fix handling of optional sub-expressions wrt captures
...
[SVN r37377]
2007-04-06 02:54:23 +00:00