| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Cache repeated singleton/accessor calls in LLPanel::initPanelXML
|
|
|
|
Release/2026.03
|
|
|
|
|
|
|
|
|
|
for compiling using GCC 16 on Fedora 44.
|
|
|
|
|
|
|
|
|
|
by caching string width
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# indra/newview/skins/default/xui/en/panel_preferences_general.xml
|
|
|
|
* #5396 Add an option to hide Recent, Worn and Favorites tabs
* #5396 skip tabs initialization if hidden
|
|
* UI controls adjustments and selection color update
* Use constexpr instead of magic numbers
|
|
|
|
|
|
|
|
|
|
Introduce operator<< for std::type_index for logging output
Utilize std::unordered_map inside llheteromap, llinitparam, llregistry
Remove unused Comparator template parameter from LLRegistry
|
|
std::unordered_map
Introduce ll::string_hash heterogeneous string hasher
|
|
|
|
|
|
|
|
|
|
|
|
Don't rely on folder surviving, pass a safer pointer.
|
|
|
|
|
|
|
|
Users please
|
|
|
|
This allows removing #include "llerror.h" from llpointer.h.
Also remove #include "llmutex.h" as a heavy way to get
<boost/functional/hash.hpp>.
That requires adding #include "llmutex.h" to llimage.h, llnotifications.h,
llwatchdog.cpp and llvolumemgr.cpp, which were inheriting it from llpointer.h.
|
|
|
|
|
|
|