phoenix-firestorm/indra/llxml
Nat Goodspeed 2cb09dd4a8 SL-16024: Return shared_ptr from LLInstanceTracker::getInstance().
It feels wrong to return a dumb LLInstanceTracker subclass* from getInstance()
when we use std::shared_ptr and std::weak_ptr internally. But tweak consumers
to use 'auto' or LLInstanceTracker::ptr_t in case we later revisit this
decision.

We did add a couple get() calls where it's important to obtain a dumb pointer.
2021-10-07 11:53:45 -04:00
..
tests SL-10153: Review and rationalize fetching paths from environment. 2018-12-14 15:38:13 -05:00
CMakeLists.txt Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-519" 2021-03-08 13:56:16 +00:00
llcontrol.cpp SL-13834 - omit string-type controls from preference logs 2020-08-31 20:51:40 +01:00
llcontrol.h SL-16024: Return shared_ptr from LLInstanceTracker::getInstance(). 2021-10-07 11:53:45 -04:00
llxmlnode.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llxmlnode.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llxmlparser.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llxmlparser.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llxmltree.cpp SL-10566 Use vector for some high-traffic, low-item count containers instead of list. 2019-08-05 12:04:29 -07:00
llxmltree.h SL-10566 Use vector for some high-traffic, low-item count containers instead of list. 2019-08-05 12:04:29 -07:00