Commit graph

24684 commits

Author SHA1 Message Date
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
Eric Niebler
6456d78d80 handle some complemented terminals, misc bug fixes
[SVN r37376]
2007-04-06 02:07:11 +00:00
Eric Niebler
7e30d3dc2f support for icase and other modifiers
[SVN r37375]
2007-04-06 00:34:31 +00:00
Peter Dimov
76e3ea36f6 Fix C++0x ambiguity between boost::shared_ptr and std::shared_ptr
[SVN r37374]
2007-04-06 00:23:17 +00:00
Peter Dimov
0a0dca17eb Fix compare_fail failure
[SVN r37373]
2007-04-06 00:21:41 +00:00
Eric Niebler
98893bf20e add transforms for look-ahead, look-behind, and keeper
[SVN r37372]
2007-04-05 23:56:25 +00:00
Eric Niebler
3a18741a76 as_set and as_list_set transforms, and set complement
[SVN r37371]
2007-04-05 20:49:12 +00:00
Dave Abrahams
700503ae2c Checkpoint before reorg
[SVN r37370]
2007-04-05 20:13:13 +00:00
Rene Rivera
6706914782 Restore most recent recoverable state of the home page. Plus make the BoostCon announcement changes. NOTE: the 1.34.0 notes are on the RC_1_34_0 branch only!
[SVN r37369]
2007-04-05 20:09:51 +00:00
Dave Abrahams
29794b7bf0 kill off BBv1 project archive
[SVN r37367]
2007-04-05 17:19:20 +00:00
Joel de Guzman
56ee73faad BoostCon countdown
[SVN r37366]
2007-04-05 15:00:48 +00:00
Douglas Gregor
a7f7e36e36 Add include of climits
[SVN r37365]
2007-04-05 14:46:47 +00:00
Hartmut Kaiser
3dc89b928b Wave: Added more missing #includes.
[SVN r37364]
2007-04-05 13:06:20 +00:00
Eric Niebler
1e680457e0 work around intel-win bug wrt arrays used as output iterator to std algorithms
[SVN r37363]
2007-04-05 07:10:10 +00:00
Eric Niebler
339cc61558 more work on as_quant transforms
[SVN r37362]
2007-04-05 06:41:13 +00:00
Eric Niebler
76e0aba76e improve doxygen output by giving unspecialized templates an empty body instead of leaving them undefined.
[SVN r37361]
2007-04-05 01:25:40 +00:00
Eric Niebler
9f3cc6668f add typeof registration for std::string
[SVN r37360]
2007-04-05 00:07:26 +00:00
Eric Niebler
c8a3f29ff8 keep doxygen happy by escaping angle brackets in doxygen comments
[SVN r37359]
2007-04-04 23:13:56 +00:00
Eric Niebler
65aeb8db68 apply various patches from Julio M. Merino Vidal
[SVN r37358]
2007-04-04 22:52:17 +00:00
Peter Dimov
4e87b13795 Fixed to compile
[SVN r37357]
2007-04-04 21:30:32 +00:00
John Maddock
ad7ddbff18 Fix as per issue 1693857.
[SVN r37356]
2007-04-04 10:19:14 +00:00
John Maddock
65d7077840 Fixes to bug report 1693867.
[SVN r37355]
2007-04-04 10:12:34 +00:00