summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Expand)Author
2024-11-06#2884 use ANONYMOUS instead of the listener nameMnikolenko Productengine
2024-11-05#2884 fix for stalls caused by coro suspendMnikolenko Productengine
2024-10-24Add LL::ResultSet subclass VectorResultSet for the simple case.Nat Goodspeed
2024-10-22Merge branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-10-22Remove moveNat Goodspeed
2024-10-22Eliminate meaningless blank lineNat Goodspeed
2024-10-22Make llcoro::scheduler log coros that run too long between yields.Nat Goodspeed
2024-10-22Eliminate double names for coros + "empty name is main" convention.Nat Goodspeed
2024-10-14Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ...Rider Linden
2024-10-08Merge branch 'develop' into marchcat/xcode-16Andrey Lihatskiy
2024-10-04Merge remote branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-10-03fix GameControl save settings, fix linux buildAndrew Meadows
2024-10-03remove crashy LLSD ctor used by GameControlleviathan
2024-10-03Add GameControl UI for per device settingsAlexander Gavriliuk
2024-10-03avatar_motion-->GameControl translation and flycamLeviathan Linden
2024-10-03add GameControl feature and SDL2 dependencyLeviathan Linden
2024-10-02Add a lot of more constexpr; use constants for accessing vector indices in ve...Ansariel Hiller
2024-09-30Fix or workaround test build failures on linuxRye Cogtail
2024-09-30Fix -Wpessimizing-move warning in makeClassicCallbackRye Cogtail
2024-09-30Fix GCC warning about unused _out parameter in LL_DEBUGSRye Cogtail
2024-09-29Zap trailing spaces.Nat Goodspeed
2024-09-29Try to eliminate the runtime cost of `ll_convert_to<T>(const T&)`.Nat Goodspeed
2024-09-27Slightly streamline owning_ptr class definition.Nat Goodspeed
2024-09-27Introduce owning_ptr<T>; use it for JPEG2KEncode and JPEG2KDecode.Nat Goodspeed
2024-09-27Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.Nat Goodspeed
2024-09-26Ditch last instances of LL_LIBRARY_INCLUDE.Nat Goodspeed
2024-09-26get rid of extra LL in help textMnikolenko Productengine
2024-09-26Fix GCC ambiguous-reversed-operator errors for `LLKeyData` compares.Nat Goodspeed
2024-09-26Fix a few more fsyspath conversions, removing explicit u8string().Nat Goodspeed
2024-09-25Adapt `fsyspath` for C++20 conventions.Nat Goodspeed
2024-09-25Merge branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-09-25Explain why apparently redundant LLPointer methods are necessary.Nat Goodspeed
2024-09-25Use copy-and-swap idiom for LLPointer's assignment operators.Nat Goodspeed
2024-09-24LLConstPointer<T> is the same as LLPointer<const T>.Nat Goodspeed
2024-09-24Make `LLPointer` equality comparisons accept not-identical types.Nat Goodspeed
2024-09-24Merge pull request #2534 from secondlife/release/luau-scriptingnat-goodspeed
2024-09-24Reduce memory allocations pinging the mainloop timeoutAnsariel
2024-09-23Merge remote 'release/luau-scripting' into release/luau-scriptingNat Goodspeed
2024-09-23include <utility> for Linux: std::forward is not predefinedNat Goodspeed
2024-09-23Merge remote branch 'develop' into release/luau-scripting for Maint BNat Goodspeed
2024-09-23Merge branch 'develop' into marchcat/b-developAndrey Lihatskiy
2024-09-23Merge remote branch 'develop'into release/luau-scriptingNat Goodspeed
2024-09-20Update test for changed message in error case.Nat Goodspeed
2024-09-20Merge branch 'release/luau-scripting' into lua-script-argsNat Goodspeed
2024-09-20Add ability to pass command-line arguments to a Lua script.Nat Goodspeed
2024-09-19Merge pull request #2610 from secondlife/frame-profile-jsonnat-goodspeed
2024-09-19viewer#2608 Crash at LLSnapshotLivePreview::getFormattedImageAndrey Kleshchev
2024-09-19trailing spaces from other branchesNat Goodspeed
2024-09-19Merge branch 'develop' into frame-profile-jsonNat Goodspeed
2024-09-18Turn off sLogInSignal to avoid crashing. (#2607)Brad Linden