Age | Commit message (Expand) | Author |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ... | Andrey Lihatskiy |
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 |
2011-10-17 | fixed one crash on exit | Richard Nelson |
2011-09-07 | STORM-1541: Change llassert() to llassert_always(): unit tests expect. | Nat Goodspeed |
2011-09-06 | STORM-1541: Hoist LLInstanceTracker::getMap_() to base getStatic(). | Nat Goodspeed |
2011-08-24 | Re-add 3 llinstancetracker tests disabled by changeset 1ead63777bf6. | Nat Goodspeed |
2011-07-27 | Swap typename and const. | Aaron Stone |
2011-07-27 | another potential gcc fix | Richard Nelson |
2011-07-27 | broken operator= semantics for instance tracker iterators | Richard Nelson |
2011-07-27 | another fix for build | Richard Nelson |
2011-07-26 | fixed build | Richard Nelson |
2011-07-26 | removed last vestiges of llinstancetracerscopedguard | Richard Nelson |