- Jun 21, 2010
-
-
Nat Goodspeed authored
Recent checkins introduced two different CMake macros SET_TEST_LIST (which returned a CMake list of PATH directory strings) and SET_TEST_PATH (which returned a single platform-appropriate PATH string). On Windows, whose path-separator character is ';', SET_TEST_PATH interacted badly with CMake: in CMake, a single string containing ';' characters is indistinguishable from a list of strings. Eliminate the return-single-string form, redirecting the name SET_TEST_PATH to the macro that returns a CMake list. Make LL_TEST_COMMAND expect a list value, prepending each directory string with run_build_test.py's -l switch.
-
- Jun 18, 2010
-
-
Nat Goodspeed authored
DarwinManifest.package_finish() creates and mounts a .sparseimage file, populating it with the desired package contents before creating a .dmg from it. However, errors while it's mounted would formerly bypass the 'hdiutil detach' command that unmounts it, leaving the host in a confused state that seemed to prevent subsequent retry attempts from succeeding. Also add code to try to diagnose/bypass mysterious SetFile -a V filename errors, so far without much luck.
-
Nat Goodspeed authored
This lets us capture the command's stderr as well as stdout. I've been perplexed recently by errors from Mac SetFile commands that didn't report stderr.
-
Nat Goodspeed authored
Add ${SHARED_LIB_STAGING_DIR_RELEASE} to LD_LIBRARY_PATH for executing tests: otherwise Debug-build tests can't find (e.g.) the aprutil DLL, for which we don't build/package a debug variant. Leverage discovery that a CMake macro can accept a target variable name argument for LL_TEST_COMMAND macro.
-
- Jun 17, 2010
-
-
David Parks authored
-
Andrew A. de Laix authored
Block installation of exception handler when app is being debugged (Darwin only). Fixes issues with debugging Darwin SL.
-
Richard Linden authored
-
Richard Linden authored
-
Leyla Farazha authored
-
Leyla Farazha authored
reviewed by richard, cc Review #217
-
Leyla Farazha authored
reviewed by richard cc#216
-
Monroe Linden authored
Reviewed by Leyla.
-
Monroe Linden authored
New Mac build of llqtwebkit to fix EXT-7326 (Viewer web browsers (MOAP & Media Browser) not using Viewer locale for Accept-Language header) Built from revision b9227bb7dbaf of llqtwebkit and revision aacdf69cbf5aa12d77c179296e31ef643ed1ef4a of lindenqt.
-
callum authored
-
callum authored
EXT-7326 FIXED (Viewer web browsers (MOAP & Media Browser) not using Viewer locale for Accept-Language header) This fix is achieved by deploying and referring to a new version of the LLQtWebKit WebKit library
-
Richard Linden authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
Dessie Linden authored
-
http://secondlife.com/appLynx Linden authored
The SLE code makes any http://<host>/app, http://<host>/region, or http://<host>/secondlife URL be treated as a SLurl rather than a normal http URL. This seems to be overly general, and has bitten us because http://secondlife.com/app is used as a redirect URL for server release notes. In the short-term, I've made an exception for hostnames that match "secondlife.com", so that the server release notes work again. In the long-term, we should assess whether treating any URL that starts with a path of "app", "region", or "secondlife" should be treated as a SLurl. What happens when google adds "http://www.google.com/app"?
-
Lynx Linden authored
We now point directly to the wiki for Viewer release notes and we include three digits in the version number. E.g., http://wiki.secondlife.com/wiki/Release_Notes/Second Life Beta Viewer/2.1.0
-
Tofu Linden authored
-
Tofu Linden authored
-
Yuri Chebotarev authored
reviewed by Mike Antipov, Loren Shih at https://codereview.productengine.com/secondlife/r/599/ --HG-- branch : product-engine
-
- Jun 16, 2010
-
-
Richard Nelson authored
reviewed by Leyla
-
Richard Nelson authored
-
Richard Nelson authored
-
Xiaohong Bao authored
-
Xiaohong Bao authored
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
EXT-6571 FIX - avoid removing links to missing wearables, which fixes a problem with ordering in multi-wearables
-
Loren Shih authored
-
Loren Shih authored
Fixed highlight and open item code to work for both categories and items (was previously only working for items).
-
Richard Nelson authored
-