index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
llcommon
/
llinstancetracker.h
Age
Commit message (
Expand
)
Author
2024-09-10
llinstancetracker.h was missing an #include from last merge.
Nat Goodspeed
2024-09-05
Merge branch 'release/luau-scripting' into lua-merge-dev
Nat Goodspeed
2024-09-05
Merge branch 'develop' into release/luau-scripting
Nat Goodspeed
2024-09-05
Merge branch 'release/luau-scripting' into lua-resultset
Nat Goodspeed
2024-08-30
Change LLInstanceTracker::destruct() to erase().
Nat Goodspeed
2024-08-28
Ditch trailing spaces.
Nat Goodspeed
2024-08-13
Introduce tracy instrumentation of mutex in LLSingleton, LLInstanceTracker an...
Rye Mutt
2024-05-22
WIP: Trying to diagnose and fix test program shutdown crash
Nat Goodspeed
2024-04-29
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...
Andrey Lihatskiy
2024-04-03
LLInstanceTracker::destruct() instead of destroy().
Nat Goodspeed
2024-04-03
Introduce LLInstanceTracker::destroy() methods; use in ~LuaState().
Nat Goodspeed
2023-05-17
Merge remote-tracking branch 'origin/main' into DRTVWR-559
Brad Linden
2022-12-09
DRTVWR-559: Introduce LLInstanceTrackerSubclass mediator class.
Nat Goodspeed
2022-11-03
DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes.
Nat Goodspeed
2021-10-07
SL-16024: Return shared_ptr from LLInstanceTracker::getInstance().
Nat Goodspeed
2020-03-25
DRTVWR-476: Adapt LLInstanceTracker::snapshot for VS limitations.
Nat Goodspeed
2020-03-25
DRTVWR-494: Move LL_ERRS out of llinstancetracker.h header file.
Nat Goodspeed
2020-03-25
DRTVWR-494: Extract LockStatic as a standalone template class.
Nat Goodspeed
2020-03-25
DRTVWR-494: Encapsulate redundant VS boilerplate around <mutex>.
Nat Goodspeed
2020-03-25
DRTVWR-494: Quiet VS warnings about its own <mutex> header.
Nat Goodspeed
2020-03-25
DRTVWR-494: Defend LLInstanceTracker against multi-thread usage.
Nat Goodspeed
2019-01-15
SL-10291 Replace apr_atomic with standard C++11 functionality
andreykproductengine
2017-05-08
DRTVWR-418: Work around VS2013's lack of __has_feature().
Nat Goodspeed
2017-05-08
DRTVWR-418: Fix -std=c++11 llinstancetracker_test crash.
Nat Goodspeed
2015-11-10
remove execute permission from many files that should not have it
Oz Linden
2013-11-20
SH-4626 FIX: [INTERESTING RC] Viewer randomly crashes when I click on links i...
Richard Linden
2013-11-19
SH-4634 FIX Interesting: Viewer crashes when receiving teleport offer
Richard Linden
2013-10-24
SH-4577 WIP Interesting: viewer crashed when clicking a offline Conversation ...
Richard Linden
2013-10-17
fix for assert at runtime (reading stats from recording while it was active)
Richard Linden
2013-10-17
moved root timer to global variable
Richard Linden
2013-10-08
merge from viewer-release
Richard Linden
2013-08-26
Tweak MAINT-3046 fix for faster remove_() performance
simon
2013-08-23
MAINT-3046 make LLNotifications clear out vecs of LLNotificationChannelPtr so...
Graham Madarasz (Graham Linden)
2013-07-30
Summer cleaning - removed a lot of llcommon dependencies to speed up build times
Richard Linden
2013-07-18
SH-4297 WIP interesting: viewer-interesting starts loading cached scene late
Richard Linden
2013-06-05
merge with viewer-release
Richard Linden
2013-05-09
Merge downstream code and viewer-beta
simon
2013-04-24
diff -r 59c7bed66dfd indra/llcommon/lleventapi.h
simon
2013-04-21
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
Richard Linden
2013-04-19
SH-4080 WIP interesting: random crash on Mac
Richard Linden
2013-04-17
Some minor cleanups while hunting crashes. Reviewed by Kelly
simon
2013-03-29
Update Mac and Windows breakpad builds to latest
Graham Madarasz
2013-03-19
Merge in viewer-beta to get CHUI code
Simon Linden
2013-03-01
Added missing enums for integ test usage
Graham Madarasz (Graham)
2013-02-28
Modify LLInstanceTracker to avoid using a map of strings to find a map of foo...
Graham Madarasz (Graham)
2012-12-23
SH-3468 WIP add memory tracking base class
Richard Linden
2012-11-01
SH-3405 FIX convert existing stats to lltrace system
Richard Linden
2012-07-27
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
Todd Stinson
2012-02-27
Make LLInstanceTracker<T, T*>::getInstance(T*) validate passed T*.
Nat Goodspeed
2012-03-29
CHUI-51 WIP notifications routig code cleanup
Richard Linden
[next]