Daniel James
|
bea9f94de4
Fix link in crc.
|
16 лет назад |
Daniel James
|
7f19aec79b
Update some links in uuid.
|
16 лет назад |
Daniel James
|
dcf5d220bd
Rebuild the integer documentation.
|
16 лет назад |
Daniel James
|
ff465161cc
Fix some inspect errors.
|
16 лет назад |
Eric Niebler
|
d0ba78b160
acknowledge Dave A. for responding to my call for help with msvc-7.1
|
16 лет назад |
Eric Niebler
|
e9ffe573f7
try to get proto working on msvc-7.1 again, misc clean-up
|
16 лет назад |
Vladimir Prus
|
39438be5c5
Disambiguiate targets and directories passed to 'build-project'.
|
16 лет назад |
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 лет назад |
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 лет назад |
Neil Groves
|
c22e2381e8
Fix duplication of algorithms by delegating to the specific Boost.Range algorithm header files.
|
16 лет назад |
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 лет назад |
Andreas Huber
|
183736c42e
Fixes #3329. Thanks for the report!
|
16 лет назад |
Neil Groves
|
89f3342326
Boost.Range added unit tests for extended algorithms.
|
16 лет назад |
Andreas Huber
|
c27cc99469
Added documentation for triggering_event.
|
16 лет назад |
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 лет назад |
Andreas Huber
|
bb0701bac7
Updated the reference to reflect the recent change to the simple_state<>::outer_context() functions.
|
16 лет назад |
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 лет назад |
Robert Ramey
|
ba188250e6
Final changes for 1.43
|
16 лет назад |
Robert Ramey
|
ee12390504
Final changes for 1.43
|
16 лет назад |
Robert Ramey
|
224016a260
Final changes for 1.43
|
16 лет назад |
Neil Groves
|
aaa835bd96
Boost.Range Fix for trac issue #3110 - Multi_array and iterator_range interaction.
|
16 лет назад |
Neil Groves
|
7999f043f8
Boost.Range fixes for compilers that were having problems picking between const and mutable range overloads of range algorithms.
|
16 лет назад |
Neil Groves
|
018b651cdf
Boost.Range improvements for compiler compatibility, especially C++0x compilers.
|
16 лет назад |
Neil Groves
|
da993c5445
Boost.Range fixed C++0x problem due to accidental argument dependent lookup in the const_ranges unit test.
|
16 лет назад |
Neil Groves
|
928d43899b
Boost.Range correct the adjacent_filtered adaptor to be resilient accident argument dependent lookup of boost::next
|
16 лет назад |
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 лет назад |
Christopher Schmidt
|
649e9b1c98
added intrusive struct generating macros
|
16 лет назад |
Joel de Guzman
|
8302096017
complete scheme operators
|
16 лет назад |
Joel de Guzman
|
fb91e6aad0
complete scheme operators
|
16 лет назад |
Neil Groves
|
97da6b8064
Boost.Range minor documentation corrections and code comment fixes.
|
16 лет назад |