summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2020-03-25DRTVWR-476: Eliminate unnecessary typedefs from struct, enum decls.Nat Goodspeed
2020-03-25DRTVWR-476: Remove throw(T) from operator new(), operator delete().Nat Goodspeed
2020-03-25DRTVWR-476: Use OpenSSL API suitable for 64-bit pointers.Nat Goodspeed
2020-03-25DRTVWR-476: Eliminate snprintf_hack::snprintf(). Use MS snprintf().Nat Goodspeed
2020-03-25DRTVWR-476: Update Copy3rdPartyLibs.cmake for VS 2017 version.Nat Goodspeed
2020-03-25SL-11215: Add release notes URLs to update-related notifications.Nat Goodspeed
2020-03-25SL-11216: Try to pacify VS 2013.Nat Goodspeed
2020-03-25SL-11216: To display release notes, listen on "relnotes" LLEventPump.Nat Goodspeed
2020-03-25SL-11216: getViewerInfo() calls LLVersionInfo::getReleaseNotes().Nat Goodspeed
2020-03-25SL-11216: Add a "getStateTable" op to "LLStartUp" listener.Nat Goodspeed
2020-03-25SL-11216: Allow llsd::drill() to accept LLSD() as (empty) path.Nat Goodspeed
2020-03-25SL-11216: Introduce LLVersionInfo::getReleaseNotes() method.Nat Goodspeed
2020-03-25SL-11216: Introduce generic LLStoreListener<T> to capture event data.Nat Goodspeed
2020-03-25SL-11216: Add llsd::drill() function to drill into an LLSD blob.Nat Goodspeed
2020-03-25SL-11216: Convert LLVersionInfo to an LLSingleton.Nat Goodspeed
2020-03-25SL-11216: Remove LLSingletonBase::cleanupAll().Nat Goodspeed
2020-03-25DRTVWR-494: Avoid keeping iterator to destroyed temporary container.Nat Goodspeed
2020-03-25DRTVWR-494: Get initialized LLMutexes for very early log calls.Nat Goodspeed
2020-03-25DRTVWR-494: Move most LLSingleton cleanup back to destructorNat Goodspeed
2020-03-25DRTVWR-494: Fix Windows macro collisions in windows_volume_catcherNat Goodspeed
2020-03-25DRTVWR-494: LLParamSingleton::initParamSingleton() returns reference.Nat Goodspeed
2020-03-25DRTVWR-494: LLParamSingleton::initParamSingleton() on main thread.Nat Goodspeed
2020-03-25DRTVWR-494: LLParamSingleton<T>::initParamSingleton() now returns T*.Nat Goodspeed
2020-03-25DRTVWR-494: Dispatch all LLSingleton construction to the main thread.Nat Goodspeed
2020-03-25DRTVWR-494: Fix VS LLError::Log::demangle() vulnerability.Nat Goodspeed
2020-03-25DRTVWR-494: Remove LLMainThreadTask::dispatch(LockStatic&, ...)Nat Goodspeed
2020-03-25DRTVWR-494: Document LLMainThreadTask class.Nat Goodspeed
2020-03-25DRTVWR-494: Add LLMainThreadTask to perform work on the main thread.Nat Goodspeed
2020-03-25DRTVWR-494: VS 2013 can't yet handle variadic llmake().Nat Goodspeed
2020-03-25DRTVWR-494: Use std::thread::id for LLThread::currentID().Nat Goodspeed
2020-03-25DRTVWR-494: Put streaming operator<<() for kdu_dims in kdu_core.Nat Goodspeed
2020-03-25DRTVWR-494: Move LL_ERRS out of llinstancetracker.h header file.Nat Goodspeed
2020-03-25DRTVWR-494: Move explanatory comments from LLSingleton to LockStatic.Nat Goodspeed
2020-03-25DRTVWR-494: Add llmake_heap(); update to variadic llmake().Nat Goodspeed
2020-03-25DRTVWR-494: Extract LockStatic as a standalone template class.Nat Goodspeed
2020-03-25DRTVWR-494: Streamline LLSingleton state machine.Nat Goodspeed
2020-03-25DRTVWR-494: Encapsulate redundant VS boilerplate around <mutex>.Nat Goodspeed
2020-03-25DRTVWR-494: Streamline LLEventTimer::updateClass().Nat Goodspeed
2020-03-25DRTVWR-494: Add on_main_thread(), sibling to assert_main_thread().Nat Goodspeed
2020-03-25DRTVWR-494: Improve thread safety of LLSingleton machinery.Nat Goodspeed
2020-03-25DRTVWR-494: Quiet VS warnings about its own <mutex> header.Nat Goodspeed
2020-03-25DRTVWR-494: Defend LLInstanceTracker against multi-thread usage.Nat Goodspeed
2020-03-25DRTVWR-494: Show copy-paste-friendly env vars and test command.Nat Goodspeed
2020-03-18Increment viewer version to 6.3.9Nat Goodspeed
2020-03-10SL-12817 New text for snapshot uploadAndrey Kleshchev
2020-02-25SL-12757 - typo in menu_viewer.xmlBrad Payne (Vir Linden)
2020-02-21SL-10498 - made benefits debug output a bit less verboseBrad Payne (Vir Linden)
2020-02-21mergeBrad Payne (Vir Linden)
2020-02-20Increment viewer version to 6.3.8Nat Goodspeed
2020-02-05Revert SL-4354Andrey Kleshchev