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