Commit Graph

4777 Commits

Author SHA1 Message Date
Douglas Gregor
33dd778159 Merged from Version_1_33_1
[SVN r31949]
2005-12-08 03:23:02 +00:00
Joel de Guzman
8c4ac9b4da fixed scanner for handling non-PODs
[SVN r31872]
2005-12-02 02:13:18 +00:00
Dan Marsden
89e8c8b512 fixed typo in sequence_less.hpp
[SVN r31826]
2005-11-29 19:09:39 +00:00
Dan Marsden
e39425675a tighter tuple comparison tests after defect slipped through
[SVN r31825]
2005-11-29 19:07:15 +00:00
Dan Marsden
b04cf48d4b fixing fusion tie test assignment issue
[SVN r31814]
2005-11-29 08:15:25 +00:00
Dan Marsden
19b810f9a1 sequence comparison operators implemented in terms of < and == only
[SVN r31813]
2005-11-28 23:10:18 +00:00
Dan Marsden
425fd2728a added new tests for the tuple_xxx and get pair support
[SVN r31812]
2005-11-28 23:09:23 +00:00
Hartmut Kaiser
cc550dc360 Fixed the switch_p problem on gcc 4.0.2.
[SVN r31811]
2005-11-28 22:21:43 +00:00
Dan Marsden
92e97d4d1d tuple_xxx functions supporting pairs
[SVN r31810]
2005-11-28 21:20:49 +00:00
Dan Marsden
87e7cf740e fixes to insert/replace by avoiding temp refs in joint_view
[SVN r31796]
2005-11-28 08:19:25 +00:00
Hartmut Kaiser
ba8515ec37 Fixed forward declaration problem.
[SVN r31781]
2005-11-25 23:25:57 +00:00
João Abecasis
6d806ae888 add missing include
[SVN r31690]
2005-11-18 17:12:54 +00:00
Joel de Guzman
346a2ce3af tabs to spaces
[SVN r31585]
2005-11-07 04:21:50 +00:00
Joel de Guzman
40c937d44e simple xml example
[SVN r31584]
2005-11-07 04:14:48 +00:00
Joel de Guzman
61931b743d fixed push_front
[SVN r31381]
2005-10-18 23:25:14 +00:00
Joel de Guzman
a02f4fabec fixed push_front
[SVN r31379]
2005-10-18 22:58:49 +00:00
Joel de Guzman
7f54983202 No Post skips!!!
[SVN r31370]
2005-10-18 10:07:21 +00:00
Joel de Guzman
f49febe9db No Post skips!!!
[SVN r31369]
2005-10-18 10:00:15 +00:00
Joel de Guzman
3283842317 No Postskips
[SVN r31368]
2005-10-18 09:59:49 +00:00
Joel de Guzman
4a15ac4b9a correct postskip handling in phrase parse
[SVN r31367]
2005-10-18 09:17:55 +00:00
Hartmut Kaiser
395b4a294c Fixed swprintf issue on Mingw.
[SVN r31318]
2005-10-14 14:46:38 +00:00
Eric Niebler
56d9cbe28c small tweaks to cons list iteration to silence some VC++ warnings
[SVN r31272]
2005-10-10 23:41:07 +00:00
John Maddock
0499e1c553 Make requirements a requirement, not a BUILD preference.
[SVN r31263]
2005-10-10 16:30:11 +00:00
Eric Niebler
a5274dbff5 make cons list a valid MPL sequence
[SVN r31207]
2005-10-06 02:18:56 +00:00
Joel de Guzman
fcd33f8224 fixed relative file include
[SVN r31176]
2005-10-03 00:02:25 +00:00
Hartmut Kaiser
77dea5dcd4 Added a missing inline keyword.
[SVN r31150]
2005-09-30 01:33:08 +00:00
Hartmut Kaiser
637f2ff9e5 Updated Spirit changelog.
[SVN r31096]
2005-09-23 16:24:50 +00:00
Hartmut Kaiser
aec08f6efc Fixed a regex issue.
[SVN r31094]
2005-09-23 14:37:07 +00:00
Hartmut Kaiser
67d315d204 Removed duplicate includes.
[SVN r31083]
2005-09-22 23:52:31 +00:00
Stefan Slapeta
a214b88d37 Turn off debug info for traverse_tests on intel
[SVN r30746]
2005-08-31 08:24:22 +00:00
John Maddock
f0a320bcf0 Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
Joel de Guzman
fbb0b2db0a Fixed no_actions bug where no_action is applied recursively.
[SVN r30582]
2005-08-14 22:59:44 +00:00
Douglas Gregor
97d295d2d4 Merged from 1.33.0 release
[SVN r30540]
2005-08-12 13:02:37 +00:00
Joel de Guzman
c25a38a54c Fixed no_actions bug where no_action is applied recursively.
[SVN r30525]
2005-08-11 17:31:33 +00:00
Hartmut Kaiser
c73a4b1004 Fixed broken links.
[SVN r30445]
2005-08-04 01:47:16 +00:00
Martin Wille
f9d396031e -- fixes for two thread-safe initialization issues.
[SVN r30216]
2005-07-22 15:51:36 +00:00
Joel de Guzman
1cf91fcd35 Linked index to change-log
[SVN r30000]
2005-07-12 08:03:15 +00:00
Joel de Guzman
7fc93aaef9 workaround for CW 9.5
[SVN r29909]
2005-07-06 17:25:03 +00:00
Martin Wille
463fb38aaa -- made string_length return an unsigned int instead of int in order to
avoid warnings about comparing singed with unsigned values


[SVN r29880]
2005-07-03 16:44:05 +00:00
Martin Wille
3204c8fc5b -- implemented a workaround for an ICE in gcc 3.2.3
[SVN r29879]
2005-07-03 15:39:31 +00:00
Markus Schöpflin
93c55fa0dc Fix for compilers not implementing the resolution to DR45.
[SVN r29702]
2005-06-20 10:39:18 +00:00
Joel de Guzman
ce34901afc Reverting to previous.
[SVN r29628]
2005-06-16 18:17:39 +00:00
Joel de Guzman
7457e6c6b0 Config correction for Sun C++ by Steve Clamage
[SVN r29591]
2005-06-15 15:32:15 +00:00
Joel de Guzman
fa2aaf7d13 Doc update (sample for right recursion)
[SVN r29511]
2005-06-10 07:12:54 +00:00
Joel de Guzman
30bb4812a5 version bump
[SVN r29510]
2005-06-10 06:29:19 +00:00
Joel de Guzman
cca4905c69 Version tweaks
[SVN r29509]
2005-06-10 06:24:53 +00:00
Rene Rivera
595169d8b5 Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5.
[SVN r29487]
2005-06-09 00:52:17 +00:00
Hartmut Kaiser
9398676484 Fixed a couple of warnings.
[SVN r29321]
2005-05-31 13:35:14 +00:00
Joel de Guzman
87fbdccea7 conforming to min/max guidelines
[SVN r29060]
2005-05-19 13:11:23 +00:00
Hartmut Kaiser
35e8862148 Fixed flaws reported by the inspection report.
[SVN r29029]
2005-05-18 06:41:02 +00:00