Commit graph

34945 commits

Author SHA1 Message Date
Daniel James
0c2f6ae65d Fix range pdf build.
[SVN r61530]
2010-04-24 13:00:10 +00:00
Daniel James
ae6f7bdc23 The clang workaround broke some compilers, so only use it for clang.
[SVN r61529]
2010-04-24 12:59:35 +00:00
Hartmut Kaiser
a9ef0ef7de Spirit: prefixed all Qi parser component names with 'qi:'
[SVN r61525]
2010-04-24 01:53:27 +00:00
Hartmut Kaiser
ea4c6fa83e Spirit: updated Qi parser and generator
[SVN r61524]
2010-04-24 01:28:13 +00:00
Hartmut Kaiser
69270f7e59 Spirit: fixed a stupid problem
[SVN r61523]
2010-04-24 01:23:05 +00:00
Joel de Guzman
27cde37362 Added string_range_type (shallow strings).
[SVN r61521]
2010-04-24 00:40:39 +00:00
Joel de Guzman
381ca7d602 Fixed typo
[SVN r61520]
2010-04-24 00:16:08 +00:00
Lubomir Bourdev
a4dd0853da GIL: fixed mutable reference
[SVN r61518]
2010-04-23 23:05:35 +00:00
Niels Dekker
7369052507 Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to IBM XL C++ <= V10.1.0 (trunk), see #4080.
[SVN r61516]
2010-04-23 22:01:56 +00:00
Hartmut Kaiser
2126f7127c Spirit: fixing strict mode for sequences
[SVN r61515]
2010-04-23 21:19:16 +00:00
Hartmut Kaiser
18c18bd720 Spirit: fixed problem with qi and karma debug_handler
[SVN r61514]
2010-04-23 21:17:25 +00:00
Steven Watanabe
8c7a5e35e7 Fix random_device on mingw
[SVN r61510]
2010-04-23 17:22:39 +00:00
Hartmut Kaiser
b7f994954e Spirit: tweaking attribute handling for Karma sequences
[SVN r61506]
2010-04-23 14:59:35 +00:00
Daniel James
c65fe17f60 Fix clang warnings in unordered tests.
[SVN r61505]
2010-04-23 07:26:43 +00:00
Daniel James
2be6cc6f6f Work around friend bug in clang.
[SVN r61504]
2010-04-23 07:25:53 +00:00
Joel de Guzman
2c64e306eb block scopes working well.
[SVN r61503]
2010-04-23 05:26:14 +00:00
Joel de Guzman
02eb7959bd examples cleanup
[SVN r61502]
2010-04-23 04:03:13 +00:00
Joel de Guzman
f55d680187 cleanup
[SVN r61501]
2010-04-23 03:58:09 +00:00
Joel de Guzman
5a30aa6b40 major features working
[SVN r61500]
2010-04-23 03:12:26 +00:00
Hartmut Kaiser
fde6e22fbc Spirit: fixing gcc errors
[SVN r61499]
2010-04-23 01:13:08 +00:00
Daniel James
7016056a47 Only support the templated constructor for types with an
'external_string_type' member. Refs #4135.

Using SFINAE, I might add a workaround for compilers that don't support
it, although I'm not sure if there are any that Iostreams supports.

[SVN r61497]
2010-04-22 22:51:24 +00:00
Hailin Jin
c83d7d18b8 GIL: added some explicit static_cast to avoid warnings
[SVN r61496]
2010-04-22 22:49:14 +00:00
Neil Groves
487d54af0c Boost.Range brought back some of the const overloads that were over-zealously removed.
[SVN r61495]
2010-04-22 22:43:57 +00:00
Steven Watanabe
3a400cf9cf Add tests for random_device
[SVN r61492]
2010-04-22 21:30:04 +00:00
Hartmut Kaiser
59826297eb Spirit: added strict mode to Karma, new directives strict[] and relaxed[]. No docs yet
[SVN r61491]
2010-04-22 20:25:10 +00:00
Jeremiah Willcock
6a8650c331 Fixed tab issue
[SVN r61489]
2010-04-22 15:37:50 +00:00
Joel de Guzman
eb05386aa4 fix #1614
[SVN r61488]
2010-04-22 13:15:01 +00:00
Joel de Guzman
3f98859465 blocks and scopes
[SVN r61483]
2010-04-22 12:14:46 +00:00
Joaquín M López Muñoz
1435e72ccb fixed #4130
[SVN r61482]
2010-04-22 11:36:27 +00:00
Joel de Guzman
2b1e9c8ff6 blocks (begin ...)
[SVN r61481]
2010-04-22 09:05:42 +00:00
Joel de Guzman
f795dce360 variable args support
[SVN r61480]
2010-04-22 08:50:25 +00:00
Joel de Guzman
a2772c5dd0 added utree shallow ranges
[SVN r61479]
2010-04-22 02:39:03 +00:00
Hartmut Kaiser
9e7f266992 Spirit: enabling Qi debug test
[SVN r61478]
2010-04-22 01:01:07 +00:00
Hartmut Kaiser
52946929a2 Spirit: refactored debug code
[SVN r61477]
2010-04-22 00:40:52 +00:00
Hartmut Kaiser
126d70a71c Spirit: fixing more gcc errors
[SVN r61476]
2010-04-22 00:09:49 +00:00
Hartmut Kaiser
8a5ee0210f Spirit: fixed gcc compilation problems, added karma debug support, fixed Qi debug indentation
[SVN r61475]
2010-04-21 23:35:50 +00:00
Jan Gaspar
5879cdcbf1 circular_buffer: applied patch to remove workaround for DEC C++ compiler - now all compilers will use this->invalidate_iterators_except
[SVN r61473]
2010-04-21 21:33:52 +00:00
Daniel James
15fc594867 Remove fetching README.txt from the release script.
[SVN r61472]
2010-04-21 21:33:30 +00:00
Hartmut Kaiser
14e25517ef Spirit: fixing compilation problem
[SVN r61471]
2010-04-21 18:53:10 +00:00
Jeremiah Willcock
9d5193ee5b Fixed tab issue
[SVN r61469]
2010-04-21 17:34:54 +00:00
Hartmut Kaiser
110156346f Spirit: fixing problem with using a karma::repeat[] in a sequence.
[SVN r61468]
2010-04-21 17:22:37 +00:00
Hartmut Kaiser
3505073af7 MPL: fixed #4061: gcc-4.5 compilation problems related to arity_helper, applied attached patch to the main aux_/template_arity.hpp and regenerated the corresponding file preprocessed/gcc/template_arity.hpp. No other preprocessed files are affected.
This patch seemed to be fine as all it does is to qualify an internal name in order to avoid it being looked up through ADL. This appears to be reasonably safe as this name is internal and not supposed to be found using ADL in the first place.


[SVN r61467]
2010-04-21 17:19:06 +00:00
Vladimir Prus
85c98f122e Remove CMakeLists.txt, as cmake was last updated for 1.41
[SVN r61466]
2010-04-21 16:57:17 +00:00
Joel de Guzman
a4640ed413 more implementation details
[SVN r61465]
2010-04-21 16:19:54 +00:00
Joel de Guzman
8217e7990e More error handling tweaks
[SVN r61462]
2010-04-21 14:21:08 +00:00
Joel de Guzman
e99b87688a working lambda function application
[SVN r61460]
2010-04-21 14:02:07 +00:00
John Maddock
3669c77e66 Fix inspection report issues.
[SVN r61456]
2010-04-21 10:59:43 +00:00
Niels Dekker
61d3271f68 Fixed GCC warning in value_initializer(): "m_3d_char_array will be initialized after m_unsigned_char".
[SVN r61455]
2010-04-21 10:24:54 +00:00
John Maddock
77c282cc47 Fix inspection script issue: change check to do_check.
[SVN r61454]
2010-04-21 09:04:00 +00:00
John Maddock
4a05818a33 Update some of the C++0x tests so they don't catch "fake" implementations.
Update config for VC10 accordingly.
Normalise use of BOOST_HAS_RVALUE_REFS - fixes #4112.

[SVN r61453]
2010-04-21 08:49:21 +00:00