Ralf W. Grosse-Kunstleve
|
eb2eb6355c
libs/python/test/Jamfile.v2: compile calling_conventions tests only under Windows, following Valdimir Prus' instructions (boost mailing list)
|
16 rokov pred |
Neil Groves
|
95ad637887
Boost.Range explicitly expects MSVC7.1 to fail the adl_conformance test. This test is designed to fail for various compilers by design to give users the ability to decide how they will extend the library.
|
16 rokov pred |
Neil Groves
|
c22e2381e8
Fix duplication of algorithms by delegating to the specific Boost.Range algorithm header files.
|
16 rokov pred |
Andreas Huber
|
bf4b1e4cdc
Fixes #3963. post_event() is now protected and forwards to post_event_impl(), which unfortunately must remain public. So, client code can still abuse the class by calling post_event_impl(), but the abuse should now be more obvious. I considered adding an assert to post_event_impl(), so that unauthorized calls from the outside could at least be detected at runtime, but it turned out that an assert requires more additional machinery than expected, which is why it was not implemented.
|
16 rokov pred |
Andreas Huber
|
183736c42e
Fixes #3329. Thanks for the report!
|
16 rokov pred |
Neil Groves
|
89f3342326
Boost.Range added unit tests for extended algorithms.
|
16 rokov pred |
Andreas Huber
|
c27cc99469
Added documentation for triggering_event.
|
16 rokov pred |
Neil Groves
|
c59841b89e
Boost.Range a recent fix to a trac ticket causes a compilation error on Sun compilers. This commit causes the old code to be used for the operator[] of iterator_range on Sun compilers.
|
16 rokov pred |
Andreas Huber
|
bb0701bac7
Updated the reference to reflect the recent change to the simple_state<>::outer_context() functions.
|
16 rokov pred |
Neil Groves
|
cfa13a3004
Boost.Range is modified to conditionally compile concept assertions. This has been configured to disable concept assertions in Boost.Range for known broken compilers.
|
16 rokov pred |
Robert Ramey
|
ba188250e6
Final changes for 1.43
|
16 rokov pred |
Robert Ramey
|
ee12390504
Final changes for 1.43
|
16 rokov pred |
Robert Ramey
|
224016a260
Final changes for 1.43
|
16 rokov pred |
Neil Groves
|
aaa835bd96
Boost.Range Fix for trac issue #3110 - Multi_array and iterator_range interaction.
|
16 rokov pred |
Neil Groves
|
7999f043f8
Boost.Range fixes for compilers that were having problems picking between const and mutable range overloads of range algorithms.
|
16 rokov pred |
Neil Groves
|
018b651cdf
Boost.Range improvements for compiler compatibility, especially C++0x compilers.
|
16 rokov pred |
Neil Groves
|
da993c5445
Boost.Range fixed C++0x problem due to accidental argument dependent lookup in the const_ranges unit test.
|
16 rokov pred |
Neil Groves
|
928d43899b
Boost.Range correct the adjacent_filtered adaptor to be resilient accident argument dependent lookup of boost::next
|
16 rokov pred |
Neil Groves
|
e872779a37
Boost.Range algorithms are now in the boost::range namespace and brought into boost by the appropriate using statement. This allows better interoperation with Boost.Algorithm since errors only occur when the use calls similarly named ambiguous functions. In this event the user can disambiguate by using algorithm::xxx() or range::xxx(). This iteration also updates the concept assert code in the range algorithms.
|
16 rokov pred |
Christopher Schmidt
|
649e9b1c98
added intrusive struct generating macros
|
16 rokov pred |
Joel de Guzman
|
8302096017
complete scheme operators
|
16 rokov pred |
Joel de Guzman
|
fb91e6aad0
complete scheme operators
|
16 rokov pred |
Neil Groves
|
97da6b8064
Boost.Range minor documentation corrections and code comment fixes.
|
16 rokov pred |
Joel de Guzman
|
1bc940701b
scheme operators
|
16 rokov pred |
Joel de Guzman
|
86ee158022
scheme operators
|
16 rokov pred |
Christopher Kohlhoff
|
5eaad16c36
Try to fix compile errors on various platforms in fenced_block.
|
16 rokov pred |
Christopher Kohlhoff
|
05719ef7d1
Add ifdef to allow asio's threading support to be independently disabled.
|
16 rokov pred |
David Dean
|
608aac034a
revert accidental commit
|
16 rokov pred |
David Dean
|
20e2138d25
make abi/borland_prefix and borland.jam defaults match
|
16 rokov pred |
Joel de Guzman
|
f7245b0ae1
- better attribute handling
|
16 rokov pred |