Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-10 | MAINT-7081: Hack to allow overriding asset capability URL. | Nat Goodspeed | |
2017-10-02 | MAINT-7081: Update to curl build 509254 | Nat Goodspeed | |
2017-10-02 | MAINT-7081: Update to nghttp2 build 509246 | Nat Goodspeed | |
2017-09-30 | MAINT-7081: Eliminate unused variable errors after new refactoring. | Nat Goodspeed | |
The new helper functions check_curl_easy_setopt() and check_curl_multi_setopt() encapsulate the pervasive idiom: code = curl_{easy,multi}_setopt(handle, option, arg); check_curl_{easy,multi}_code(code, option); But since each of these helper functions contains its own local CURL{,M}code variable 'code', having a caller-scope variable reused for every such call is no longer necessary -- in fact is no longer used at all. That produces a fatal warning with MSVC. Get rid of those now-unused variables. | |||
2017-09-29 | MAINT-7081: Try requesting HTTP/2 when a request wants pipelining. | Nat Goodspeed | |
2017-09-29 | MAINT-7081: Mention nghttp2.dll where it must be mentioned. | Nat Goodspeed | |
2017-09-29 | MAINT-2081: Remove ancient snapshot of CMake GetPrerequisites. | Nat Goodspeed | |
Mani captured that snapshot back when CMake version 2.8 was newer than what was running on our build systems. Now we have to assume that the bundled GetPrerequisites.cmake is better than our old snapshot. Use the bunded one. | |||
2017-09-28 | MAINT-7081: Package all libnghttp2.*.dylibs. | Nat Goodspeed | |
To support that, enhance path_optional() to accept wildcards and return the expanded filenames. | |||
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |
2017-09-27 | MAINT-7081: Update nghttp2 to build 508969. | Nat Goodspeed | |
2017-09-27 | MAINT-7081: Make packages-formatter.py handle multi-line copyrights. | Nat Goodspeed | |
The nghttp2 autobuild package has copyright information that embeds a newline. autobuild install --copyrights correctly produces that information onto two lines. But that means packages-formatter.py must process any lines that do not match its expected 'packagename: copyright' pattern as the continuation of the preceding package's copyright information. Since the processing for autobuild install --versions is so very similar, fold both into the same outer loop. Also report all duplicates for any package, instead of stopping at the first. | |||
2017-09-26 | MAINT-7081: Update to curl build 508978 | Nat Goodspeed | |
2017-09-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-09-23 | update VMP to 1.0.508931 | Oz Linden | |
2017-09-22 | MAINT-7827: suppress doubled notices on various login problems | Oz Linden | |
2017-09-22 | re-add support for a voice connection failure message used by damballah | Oz Linden | |
2017-09-22 | integrate VMP fixes | Oz Linden | |
2017-09-21 | remove redundant exception constructor code, and | Oz Linden | |
generalize exception catching for platform specific code | |||
2017-09-21 | Clean up running commands under viewer_manifest (at least a little) | Oz Linden | |
* do not redirect stderr to stdout * catch errors generated in platform specific code and display them more nicely * run_command no longer captures output (only used in one place; replaced that with direct use of subprocess) | |||
2017-09-21 | Automated merge with head of viewer64 | callum_linden | |
2017-09-21 | Fix for MAINT-7787: [Alex Ivy] RC Viewers in 5.1.0 range show black ↵ | callum_linden | |
background for CONTENT_TYPE_HTML. (The color we pass to CEF has 4 compontents red, blue, green and alpha. We were only passing 3 and setting the color and not the alpha. At somepoint in CEF's history the default value must have changed. Passing 0xFF for alpha too - i.e. fully opaque - fixes this) | |||
2017-09-20 | DRTVWR-418: Disable more needlessly fragile memory consumption tests. | Nat Goodspeed | |
2017-09-20 | DRTVWR-418: Fix C++ errors detected by Xcode 9. | Nat Goodspeed | |
You can't legitimately perform an ordered comparison between a pointer and an int, even 0. Fix a number of 'if (ptr > 0)' to plain 'if (ptr)'. Fix LLEditWearableDictionary::WearableEntry constructor to avoid varargs mechanism. It used to accept three different counts, followed by three different lists of enums, fetched in each case as 'int' -- dubious in itself. The constructor body performed three different loops to populate those enums into three different member vectors. Instead, make the constructor accept three vectors and initialize the member vectors from the passed vectors. Now that C++ has inline vector initialization, change existing constructor calls to pass temporary vectors initialized with what used to be the varargs enum values. | |||
2017-09-19 | DRTVWR-418: Another attempt to generate Mac debug symbols. | Nat Goodspeed | |
The viewer's 00-COMPILE-LINK-RUN.txt recommends passing -gdwarf-2 to the Mac compiler, and so we've been doing ever since before the viewer-build-variables repo was engaged. Now we discover that when CMake sees -gdwarf-2, it removes the -g switch entirely. It also removes it when you pass plain -g. Only when you pass -gdwarf-with-dsym or just -gdwarf does CMake pass plain -g to the compiler. Change -gdwarf-2, if specified, to -gdwarf so we at least get -g. | |||
2017-09-18 | MAINT-7813 - 3D rendering broken on Windows in build 508618. 3D rendering ↵ | ruslantproductengine | |
starts before 2D login screen is cleared. FIXED | |||
2017-09-18 | MAINT-7081 | Nat Goodspeed | |
Update openssl to codeticket version 508328. Update curl to codeticket version 508652. | |||
2017-09-18 | MAINT-7081: Add nghttp2 build 508613 to viewer build. | Nat Goodspeed | |
2017-09-16 | update to viewer-manager 1.0.508640 for MAINT-77814 fix | Oz Linden | |
2017-09-15 | merge CEF fixes from callum | Oz Linden | |
2017-09-15 | integrate viewer-manager 1.0.508600 | Oz Linden | |
2017-09-15 | additional logging to help with MAINT 7807 | Oz Linden | |
2017-09-15 | add address size to build_data.json so that SL_Launcher can log it | Oz Linden | |
2017-09-14 | replace a 'continue' with an 'else' | Oz Linden | |
2017-09-14 | merge changes for MAINT-7129 | Oz Linden | |
2017-09-14 | MAINT-7129 - [Project Alex Ivy][MAC] Materials and ALM shaders broken in Mac ↵ | ruslantproductengine | |
viewer FIXED | |||
2017-09-08 | integrate viewer-manager fixes for MAINT-7772 | Oz Linden | |
2017-09-08 | mark some settings no longer used by update as obsolete | Oz Linden | |
2017-09-08 | MAINT-7772: make update mode three choices: automatic, ask, and mandatory only | Oz Linden | |
2017-09-01 | Hopeful fix for MAINT-7654 Ivy] Japanese can't input in CEF | callum_linden | |
2017-08-31 | MAINT-7742: Update viewer-manager to codeticket version 508202. | Nat Goodspeed | |
2017-08-31 | Fix for MAINT-7531 Second comment with text 'Write a comment...' appears, ↵ | callum_linden | |
when user post comment to Profile Feed and MAINT-7651 Cannot post new message in feed because the 'Share something...' Share button never becomes active. The fix was in Dullahan Mac keyboard code - used to send a keyb event and then char code after for down and not for up. Now sends it for up and not down and works as expected for these 2 test cases as well as some JavaScript keyboard test pages | |||
2017-08-24 | merge up latest integration repo | Oz Linden | |
2017-08-24 | DRTVWR-418: Trivial change to bump the TeamCity build. | Nat Goodspeed | |
2017-08-23 | merge changes for MAINT-7594 | Oz Linden | |
2017-08-22 | MAINT-7661: Update to viewer-manager build 507954 | Nat Goodspeed | |
2017-08-22 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-08-22 | Automated merge with head of ll/viewer64 after DRTVWR-439 merge | callum_linden | |
2017-08-22 | merge changes for 5.0.7-release | Oz Linden | |
2017-08-22 | increment viewer version to 5.0.8 | Oz Linden | |
2017-08-22 | Added tag 5.0.7-release for changeset abcab37e1b29 | Oz Linden | |