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
Hartmut Kaiser
46403d752a
Spirit: added attr docs
...
[SVN r55136]
2009-07-23 19:59:51 +00:00
Daniel James
dd384379a3
Remove the emulation of single argument C++0x std::pair constructor.
...
[SVN r55132]
2009-07-23 17:53:59 +00:00
Hartmut Kaiser
3d4ddca398
Spirit: Added a couple of missing #include's
...
[SVN r55131]
2009-07-23 16:02:52 +00:00
Hartmut Kaiser
b6bf149c4f
Spirit: improved test case
...
[SVN r55130]
2009-07-23 16:00:30 +00:00
Hartmut Kaiser
99ff516bc6
Spirit: added attr() pseudo parser test cases and quickdoc
...
[SVN r55128]
2009-07-23 15:57:37 +00:00
Hartmut Kaiser
f1500f0501
Spirit: added attr() pseudo parser
...
[SVN r55127]
2009-07-23 15:54:19 +00:00
Hartmut Kaiser
a6470f6541
Spirit: removed obsolete file
...
[SVN r55124]
2009-07-23 15:15:20 +00:00
John Maddock
de250a13f3
Fix broken link and regenerated docs.
...
[SVN r55122]
2009-07-23 12:24:35 +00:00
John Maddock
c8c06f534f
Fix line endings.
...
[SVN r55119]
2009-07-23 11:56:59 +00:00
John Maddock
9e971ad373
Try and fix inspect report failure.
...
[SVN r55117]
2009-07-23 11:52:48 +00:00