Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | MAINT-1481: minor bug fix plus incomplete UI tweaks. | Nat Goodspeed | |
Test for existence of target name using -e rather than -f. (-d would work too, but in this case we must respond to any name collision, whether file or directory.) Instead of terminating on failure, make sudo_mv return rc of the [sudo] mv command to its caller. If the attempt to move new install to actual viewer directory fails, restore previous viewer before failing. When redirecting the script's stderr to updater.log, first save existing stderr to another file descriptor, and restore it when we launch viewer. Otherwise updater.log ends up collecting the viewer's duplicate stderr log output! The construct 'exec ... | program' doesn't work. In fact it causes any other redirections on that command to fail too. Remove it -- real fix pending. | |||
2013-01-10 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-10 | removed compiler flag not understood by OS X version of gcc | Andrew Meadows | |
2013-01-10 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | fix for invalid use of posix_memalign | Andrew Meadows | |
2013-01-10 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | SH-3468 WIP add memory tracking base class | Richard Linden | |
actually use return value of posix_memalign! | |||
2013-01-09 | Automated merge with file:///d:%5Ccode%5Cviewer-interesting-metrics | Richard Linden | |
2013-01-10 | typo fix | Andrew Meadows | |
2013-01-09 | added newline to fix gcc builds | Richard Linden | |
2013-01-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-09 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
made LLTrace::MemTrackable support custom alignment LLDrawable now uses MemTrackable new and delete operators | |||
2013-01-09 | fix a type casting error. | Xiaohong Bao | |
2013-01-09 | Automated merge with https://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-01-09 | fix the merge errors from the changeset 3eadda9666cf | Xiaohong Bao | |
2013-01-10 | yet more gcc fixes | Andrew Meadows | |
2013-01-10 | gcc fixes | Andrew Meadows | |
2013-01-09 | MAINT-1481: remove linux-updater; move logic to Linux update_install | Nat Goodspeed | |
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work. | |||
2013-01-10 | gcc fixes | Andrew Meadows | |
2013-01-09 | viewer-development merge | Baker Linden | |
2013-01-09 | [MAINT-2185] Unable to upload terrain .raw files | Baker Linden | |
- Fixed an issue where a slash was prepended to the beginning of the filename (which happened to be the full path) | |||
2013-01-09 | merge changes for DRTVWR-276 | Oz Linden | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for linux build issues | |||
2013-01-09 | More merge cleanup. | Dave Parks | |
2013-01-09 | More merge cleanup. | Dave Parks | |
2013-01-09 | Merge cleanup. | Dave Parks | |
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
cleaned up hacks used to get unit tests working LLTrace::init now supports recursive initialization/cleanup put NOMINMAX back in win32 header wrappers | |||
2013-01-08 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed Windows build problem (NOMINMAX redefinition) | |||
2013-01-08 | Merge | Xiaohong Bao | |
2013-01-08 | merge changes for DRTVWR-277 | Oz Linden | |
2013-01-08 | Automated merge with https://bitbucket.org/lindenlab/viewer-tiger | Dave Parks | |
2013-01-08 | remove duplicated return (merge artifact) | Oz Linden | |
2013-01-08 | merge changes for DRTVWR-250 | Oz Linden | |
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
more fixes for unit test crashes added llcommon initialization/teardown for unit tests that indirectly trigger lltrace changed access of atomic refcount to use preincrement/decrement operators to reflect desired semantics always call apr_initialize in LLCommon::initClass, even if already initialized...apr does internal reference counting to keep things straight | |||
2013-01-07 | FIX INTL-110 remove utf8 BOM | eli | |
2013-01-07 | FIX INTL-110 fix corrupted chinese character in translation | eli | |
2013-01-07 | merge with head | callum_linden | |
2013-01-06 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools) | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
attempted fix for gcc compile errors can't use typeid() on a class that doesn't have a method defined in a translation unit fix is to force classes deriving from LLMemTrackable to use their own static member named sMemStat | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for compile error on windows ignore stdint.h even though VS2010 provides it | |||
2013-01-04 | merge back DRTVWR-275 from 3.4.4 beta | Oz Linden | |
2013-01-04 | More fixes for linux build of lltrace changes | Andrew Meadows | |
2013-01-03 | fixing linux compile errors for llcommon after LLTrace work | Andrew Meadows | |
2013-01-03 | MAINT-2184 [crashhunters] new crash in LLUUID::toString | Kelly Washington | |
Fix dangling references. |