Fix for ticket #6924: Now using insert with hint.
........
Fixed ticket #6924 (reporter: John Reid). Improvements of icl/functors.hpp.
........
Documentation tweaks. Ticket #6967, fixed broken links.
........
Added doxygen generated html to complete broken links.
........
[SVN r79222]
Fix for ticket #6924: Now using insert with hint.
........
Fixed ticket #6924 (reporter: John Reid). Improvements of icl/functors.hpp.
........
Documentation tweaks. Ticket #6967, fixed broken links.
........
Added doxygen generated html to complete broken links.
........
[SVN r79220]
Covers the following trunk revisions:
--- [78934] ---
Minor stylistic changes made to the boostcpp.jam Boost library build module - wrapped comments and some code lines to 80 characters, removed duplicate imports, ordered imports alphabetically, corrected comment & end-user message typos, removed redundant quoting & trimmed trailing spaces.
--- [78935] ---
Made Boost library build script's '--with-...' & '--without-...' parameter checking more strict so e.g. '--run--with--system' is not interpreted as one of those options.
--- [78936] ---
Minor stylistic changes.
--- [78937] ---
Boost library build system code cleanup - removed a non-existing 'explicit' target being declared as explicit.
--- [78938] ---
Corrected a syntax error in Boost library's build system that was preventing unversioned library targets from being staged or installed on Windows & Unix when versioned layout is used. Closes ticket #6027 (https://svn.boost.org/trac/boost/ticket/6027).
--- [78939] ---
Boost library build system code cleanup - refactored the make-unversioned-links() rule.
[SVN r78941]
* Add support for g++ 4.7 when compiling in C++11 mode. Update revision
history. Fixes#6620.
* Use the thread's private_op_queue for handlers returned by the reactor task.
This fixes a problem where signal_set handlers are not being called when the
io_service's concurrency hint is set to 1. Fixes#6657.
[SVN r78740]
* Use correct basic_io_object member functions so that basic_object_handle works with c++11 compilers.
* Respect the OPENSSL_NO_ENGINE feature test #define.
* Last version's race-condition-related revert in the epoll_reactor was
incomplete and broke out-of-band handling. Fixed epoll_reactor::start_op so
that it is now exactly the same as the older, working version.
* Remove trailing whitespace.
* Eliminate a lock/unlock pair when rescheduling a strand.
* Added lazy registration for EPOLLOUT.
* Revision history.
[SVN r78708]