Hartmut Kaiser
78d5be11a2
Spirit: added rule constructors allowing to directly initialize rules: rule<> r = ... (yay!), added proper initialization of attributes in looping parsers, fixed attribute passing for qi::rule's
...
[SVN r55235]
2009-07-28 17:34:13 +00:00
François Barel
940dc22966
Spirit: fix actions test failure on gcc-4.0.1
...
[SVN r55234]
2009-07-28 17:07:49 +00:00
François Barel
614f79fe9c
Spirit: avoid gcc warning
...
[SVN r55233]
2009-07-28 17:02:57 +00:00
Hartmut Kaiser
15e4287300
Spirit: restored rule copy constructor
...
[SVN r55228]
2009-07-28 12:23:19 +00:00
Daniel James
9af0c7f773
Add a note about the pre-requisites for setup_boostbook.sh
. Refs #3292
...
[SVN r55224]
2009-07-28 07:25:41 +00:00
Vladimir Prus
8c3b1bd4da
Improve reporting of failed test due to unexpected changes.
...
[SVN r55220]
2009-07-28 07:11:09 +00:00
Hartmut Kaiser
bdfb346990
Spirit: fixing compilation issues
...
[SVN r55218]
2009-07-28 00:38:07 +00:00
Hartmut Kaiser
f2d15138ea
Spirit: unified #pragma once directive in all header files
...
[SVN r55217]
2009-07-27 23:45:39 +00:00
Hartmut Kaiser
eb070dea14
Spirit: fixing compilation errors, changed metafunctions to use metafunction forwarding where possible
...
[SVN r55208]
2009-07-27 18:51:30 +00:00
Hartmut Kaiser
12c853317d
Spirit: doc updates
...
[SVN r55207]
2009-07-27 18:42:13 +00:00
Jan Gaspar
26a5265672
circular_buffer: #3285
...
[SVN r55203]
2009-07-27 11:50:24 +00:00
Vladimir Prus
19b5abaf15
Add Python bootstrap code
...
[SVN r55202]
2009-07-27 09:22:07 +00:00
Vladimir Prus
062c9dd8cf
Add experimental Python port
...
[SVN r55201]
2009-07-27 08:52:41 +00:00
Vladimir Prus
aef68b2865
Prevent doxygen's html (not docbook) generation from using './html'.
...
Now, 'html' directory is created in the build dir of the Jamfile
where 'doxygen' target appears.
[SVN r55200]
2009-07-27 07:24:41 +00:00
Vladimir Prus
7056283e0e
Attempt at fixing generators_test on windows
...
[SVN r55198]
2009-07-27 07:20:34 +00:00
François Barel
53c2624481
Spirit: add missing include
...
[SVN r55191]
2009-07-26 21:24:16 +00:00
Hartmut Kaiser
157849888c
Spirit: more doc updates
...
[SVN r55186]
2009-07-26 19:15:59 +00:00
Daniel James
4ed7ccfeba
Update the reference documentation to mention that emplace is now emulated.
...
[SVN r55185]
2009-07-26 19:00:40 +00:00
Daniel James
e90716cae0
Some extra changelog notes.
...
[SVN r55184]
2009-07-26 18:59:33 +00:00
Hartmut Kaiser
fdc70c9638
Spirit: doc updates
...
[SVN r55178]
2009-07-26 16:55:35 +00:00
Beman Dawes
d12e84aabf
Fix typo from 55154
...
[SVN r55173]
2009-07-26 13:15:23 +00:00
Beman Dawes
b81131dd47
Save Linux user-config.jam to ease new setups
...
[SVN r55172]
2009-07-26 11:31:16 +00:00
Hartmut Kaiser
8b18af1b92
Spirit: documentation update
...
[SVN r55171]
2009-07-26 03:34:48 +00:00
Hartmut Kaiser
b8a707bc2c
Spirit: fixed regression on Darwin/PPC
...
[SVN r55169]
2009-07-26 01:19:49 +00:00
Hartmut Kaiser
625a5b4bd0
Spirit: Added qi::distinct parser tests and examples
...
[SVN r55168]
2009-07-26 01:19:22 +00:00
Hartmut Kaiser
cbadf08762
Spirit: doc update
...
[SVN r55167]
2009-07-26 01:18:07 +00:00
Hartmut Kaiser
830e39fdde
Spirit: fixing karma::confix directive
...
[SVN r55166]
2009-07-26 01:11:24 +00:00
Hartmut Kaiser
6c86aedcb1
Spirit: added qi::distinct to repository
...
[SVN r55165]
2009-07-26 01:10:49 +00:00
Hartmut Kaiser
c84840d2f9
Spirit: factored out unused_skipper
...
[SVN r55164]
2009-07-26 01:09:56 +00:00
Hartmut Kaiser
b4b09573a5
Spirit: fixing alignment directives
...
[SVN r55163]
2009-07-26 01:08:44 +00:00
Hartmut Kaiser
9fc408575a
Spirit: fixing comments
...
[SVN r55162]
2009-07-26 01:07:47 +00:00
Hartmut Kaiser
de0dee6aa9
Spirit: fixed problem in copy constructor of rules
...
[SVN r55161]
2009-07-26 01:07:01 +00:00
Troy D. Straszheim
99bbf3d613
CMake wants every target to have a globally unique name: uncollide
...
num_list1 to karma_num_list1 and qi_num_list1
[SVN r55160]
2009-07-26 01:00:58 +00:00
Troy D. Straszheim
7b032c940f
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
Douglas Gregor
9282abfe39
Test commit, reflecting the reality of the Graph library's maintainership
...
[SVN r55158]
2009-07-26 00:16:51 +00:00
Jeremiah Willcock
1071a5a9d3
Changed to use Boost.Iterator, and fixed precision and overflow issues in the sorted generator
...
[SVN r55156]
2009-07-25 19:41:01 +00:00
Vladimir Prus
d275a16304
Use suitable names for PDB files for static libs.
...
Patch from Michael Weber.
[SVN r55155]
2009-07-25 09:23:24 +00:00
Vladimir Prus
b5e6b870bf
Initial PDB support and manifest file fixes.
...
Patch from Alexey Pakhunov.
The changes are:
- Make msvc link generators create targets that correspond to PDB
files, so that they can be installed.
- Force creation of manifest file if separate manifest is requested
- Fix the name of manifest file that boost.build expects to make
those produced by the compiler.
[SVN r55154]
2009-07-25 09:01:23 +00:00
Vladimir Prus
bed3f3447c
Properly report failures to add/remove/modify file.
...
[SVN r55152]
2009-07-25 06:47:43 +00:00
Steven Watanabe
51c673ffa9
Fix bug in handling of chained conversions involving a non-base homogeneous unit.
...
[SVN r55151]
2009-07-25 05:30:08 +00:00
Eric Niebler
e8fe2a76a3
fix bug with signed char
...
[SVN r55146]
2009-07-24 17:22:50 +00:00
Beman Dawes
f783156eae
gcc 4.4.1 fixed scoped enum bug so don't define BOOST_NO_SCOPED_ENUMS (François Barel)
...
[SVN r55145]
2009-07-24 15:46:01 +00:00
Hartmut Kaiser
28f6fb80a7
Spirit: minor doc fixes
...
[SVN r55144]
2009-07-24 14:49:37 +00:00
Frank Mori Hess
235b490657
Optimized cleanup of slot list when a signal is invoked with a large number
...
of disconnected slots still in the slot list.
[SVN r55143]
2009-07-24 14:48:37 +00:00
Joel de Guzman
50079c205a
double number parse benchmarks
...
[SVN r55142]
2009-07-24 04:10:16 +00:00
Hartmut Kaiser
34d5987065
Spirit: doc update
...
[SVN r55141]
2009-07-24 02:51:33 +00:00
Steven Watanabe
e68b50c2eb
Fix msvc-7.1 regression
...
[SVN r55140]
2009-07-24 02:48:02 +00:00
Matthias Troyer
cfed0aec4e
Made Boost.MPI work with the new pointer serialization
...
[SVN r55139]
2009-07-23 23:19:16 +00:00
Daniel James
7ae1e9801f
Try to work around an odd Visual C++ 8 bug.
...
[SVN r55138]
2009-07-23 22:17:20 +00:00
Hartmut Kaiser
aa1d4f01a1
Spirit: attr is not a primitive_parser, but only a parser
...
[SVN r55137]
2009-07-23 20:04:29 +00:00