Go to file
Nat Goodspeed 54e2d2b000 MAINT-2389: Change viewer to Boost package without ucontext.h.
In autobuild.xml, specify today's build of the Boost package that includes the
Boost.Context library, and whose boost::dcoroutines library uses Boost.Context
exclusively instead of its previous context-switching underpinnings (source of
the ucontext.h dependency).
Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it
with the viewer and with the lllogin.cpp test executable.
Track new Boost package convention that our (early, unofficial) Boost.Coroutine
library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc.
Remove #include <boost/coroutine/coroutine.hpp> from
llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine
header must be #included before anything else that might use ucontext.h is
gone now that we no longer depend on ucontext.h. In fact remove
-D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to
work around a known problem with the ucontext.h facilities.
2013-02-21 01:13:24 -05:00
doc STORM-1930 Quality & Speed slider has Ultra label where High should be. 2013-02-01 08:10:16 +00:00
etc merge up to latest viewer-development 2012-07-31 14:55:15 -04:00
indra MAINT-2389: Change viewer to Boost package without ucontext.h. 2013-02-21 01:13:24 -05:00
scripts fix typo in flag for -u option 2011-10-06 16:30:32 -04:00
.hgignore PATH-852: BUGFIX Adding the custom pathfinding cursors to the mac and linux builds as apparently they never worked there. 2012-08-13 18:28:34 -07:00
.hgtags Added tag 3.4.5-release for changeset a49c715243a3 2013-02-12 07:06:24 -05:00
BuildParams Merge in backed out changes. 2012-12-07 17:50:37 -05:00
autobuild.xml MAINT-2389: Change viewer to Boost package without ucontext.h. 2013-02-21 01:13:24 -05:00
build.sh Removing build.sh darwin symbols hack. Adding '-g' to both CFLAGS and CXXFLAG to have cmake generation debug symbols in xcode. 2012-10-20 19:47:36 +00:00