Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-03 | Changes from code review with Nat | Rider Linden | |
2015-09-01 | In Linux build skip url entry test | Rider Linden | |
2015-09-01 | One of the tests defined a namespace in order to fake out the libraries. ↵ | Rider Linden | |
Removed it. | |||
2015-09-01 | MAINT-5575: Convert the Experience cache into a coro based singleton. | Rider Linden | |
--HG-- branch : MAINT-5575 | |||
2015-08-25 | Merge | Rider Linden | |
2015-08-24 | MAINT-4952: Removed a bit of debug code that got included accidentally and ↵ | Rider Linden | |
change host == LLHost() to host.isInvalid() | |||
2015-08-19 | Be sure the correct include is included. | Rider Linden | |
2015-08-19 | Keep hunting these down. | Rider Linden | |
2015-08-18 | Merge | Rider Linden | |
2015-08-18 | Move the CoreHTTP libraries down | Rider Linden | |
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-08-17 | Adding llcorehttp to links | Rider Linden | |
2015-08-04 | Merge viewer-release and become version 3.8.3 | AndreyL ProductEngine | |
2015-07-28 | MAINT-5432 MAINT-5440 FIXED Crash | AndreyL ProductEngine | |
in LLUUID::operator==(LLUUID const &) and LLFolderView::removeSelectedItems() | |||
2015-07-14 | merge 3.8.0-release and correct xml errors caused by reformatting | Oz Linden | |
2015-06-11 | DD-410 : Do not extend inventory selections to items that are not visible | Merov Linden | |
2015-06-08 | merge changes for 3.7.29-release | Oz Linden | |
2015-07-02 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-05-29 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-06-08 | Merge viewer-release and become version 3.7.30 | simon | |
2015-04-28 | increment viewer version to 3.7.29 | Mnikolenko ProductEngine | |
2015-04-24 | merge | Brad Payne (Vir Linden) | |
2015-04-15 | Merge viewer-release | simon | |
2015-04-14 | Pull merge from lindenlab/viewer-tools-update (includes viewer-release) | Merov Linden | |
2015-04-14 | Merge viewer-release, become version 3.7.28 | simon | |
2015-04-14 | merge changes for STORM-2113 | Oz Linden | |
2015-04-14 | minimal changes to compile on Xcode 6.2 | Oz Linden | |
2015-04-13 | merge | Brad Payne (Vir Linden) | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-11 | STORM-2113 - uri parsing cleanup and fixes | Cinder | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-09 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-03-24 | Merge with viewer-release and become 3.7.27 | andreykproductengine | |
2015-03-24 | merge changes for 3.7.26-release | Oz Linden | |
2015-03-23 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-03-16 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-03-13 | MAINT-4980 WIP - moved canAddWearables() to LLAppearanceMgr | Brad Payne (Vir Linden) | |
2015-03-13 | MAINT-4980 WIP - add context menu filtering based on the selection group | Brad Payne (Vir Linden) | |
2015-03-13 | MAINT-4973 FIXED Clicking on the green part of links (as opposed to the ↵ | Mnikolenko ProductEngine | |
grey) opens the wrong link in all places apart from in a conversation window or chat toast. | |||
2015-03-06 | SL-103 WIP - comment | Brad Payne (Vir Linden) | |
2015-03-06 | SL-103 WIP - comment re: possible future work | Brad Payne (Vir Linden) | |
2015-02-27 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-03-23 | merge changes for 3.7.26-release | Oz Linden | |
2015-02-27 | MAINT-2781 FIXED Reset pressed state on focus lost. | Mnikolenko ProductEngine | |
2015-02-25 | merge | Brad Payne (Vir Linden) | |
2015-02-24 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-24 | merge changes for MAINT-4790 | Oz Linden | |