Historial de Commits

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

粤ICP备19079148号