diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2009-06-03 21:38:21 +0000 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2009-06-03 21:38:21 +0000 |
| commit | 285613b892f41d0c72c03b8551dd003f61a5f2be (patch) | |
| tree | 648299cef5fac0a373e5e3ba1e244d21ba34b42a /install.xml | |
| parent | 7fe359b293db531e7ff82ef606cfa4c5c826b656 (diff) | |
DEV-32777: Introduce LLCoros, an LLSingleton registry of named coroutine
instances. LLCoros::launch() intends to address three issues:
- ownership of coroutine instance
- cleanup of coroutine instance when it terminates
- central place to twiddle MSVC optimizations to bypass DEV-32777 crash.
Initially coded on Mac; will address the third bullet on Windows.
Adapt listenerNameForCoro() to consult LLCoros::getName() if applicable.
Change LLLogin::Impl::connect() to use LLCoros::launch().
LLCoros::getName() relies on patch to boost::coroutines::coroutine::self to
introduce get_id().
Diffstat (limited to 'install.xml')
| -rw-r--r-- | install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.xml b/install.xml index 0183193734..cb1ed9aae7 100644 --- a/install.xml +++ b/install.xml @@ -207,9 +207,9 @@ <key>darwin</key> <map> <key>md5sum</key> - <string>95dda5da1fb66b690a03944fca1b2c53</string> + <string>10579844b84c3038ceb3706abc60c3b0</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.34.1-darwin-20090427.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.34.1-darwin-20090603.tar.bz2</uri> </map> <key>linux</key> <map> |
