phoenix-firestorm/indra/llcommon
Nicky a8481122d5 Minimize calls to LLInstanceTrackerBase::getStatic. It is not as innocent as it looks when called very often. 2013-01-02 19:33:06 +01:00
..
res
tests
CMakeLists.txt Add excepion header/cpp file to build. 2013-01-02 18:47:49 +01:00
bitpack.cpp
bitpack.h
ctype_workaround.h
doublelinkedlist.h
imageids.cpp
imageids.h
indra_constants.cpp
indra_constants.h Partial Merge of LL 3.4.2 Release 2012-12-10 15:56:46 -08:00
is_approx_equal_fraction.h
linden_common.h
linked_lists.h
ll_template_cast.h
llaccountingcost.h
llagentconstants.h
llallocator.cpp
llallocator.h
llallocator_heap_profile.cpp
llallocator_heap_profile.h
llapp.cpp Merge LL 3.4.1 beta 10 2012-10-26 09:59:19 -07:00
llapp.h FIRE-8173: glibc 1.26 now fully declares siginfo_t. 2012-11-23 23:42:02 -05:00
llapr.cpp Backout 30712/30705/30684 and bring back the volatileaprpool to test if that helps with memory. 2012-11-03 22:35:33 +01:00
llapr.h Backout 30712/30705/30684 and bring back the volatileaprpool to test if that helps with memory. 2012-11-03 22:35:33 +01:00
llassettype.cpp
llassettype.h
llassoclist.h
llavatarconstants.h
llavatarname.cpp
llavatarname.h
llbase32.cpp
llbase32.h
llbase64.cpp
llbase64.h
llboost.h
llchat.h
llclickaction.h
llcommon.cpp
llcommon.h
llcommonutils.cpp
llcommonutils.h
llcoros.cpp
llcoros.h
llcrc.cpp
llcrc.h
llcriticaldamp.cpp
llcriticaldamp.h
llcursortypes.cpp
llcursortypes.h
lldarray.h
lldarrayptr.h
lldate.cpp
lldate.h
lldefs.h
lldeleteutils.h
lldependencies.cpp
lldependencies.h
lldepthstack.h
lldictionary.cpp
lldictionary.h
lldlinked.h
lldoubledispatch.h
lldqueueptr.h
llendianswizzle.h
llenum.h
llerror.cpp
llerror.h
llerrorcontrol.h
llerrorlegacy.h
llerrorthread.cpp
llerrorthread.h
llevent.cpp
llevent.h
lleventapi.cpp
lleventapi.h
lleventcoro.cpp
lleventcoro.h
lleventdispatcher.cpp
lleventdispatcher.h
lleventemitter.h
lleventfilter.cpp
lleventfilter.h
llevents.cpp
llevents.h
lleventtimer.cpp
lleventtimer.h
llextendedstatus.h
llfasttimer.h
llfasttimer_class.cpp Minimize calls to LLInstanceTrackerBase::getStatic. It is not as innocent as it looks when called very often. 2013-01-02 19:33:06 +01:00
llfasttimer_class.h
llfile.cpp
llfile.h
llfindlocale.cpp
llfindlocale.h
llfixedbuffer.cpp
llfixedbuffer.h
llfoldertype.cpp
llfoldertype.h
llformat.cpp
llformat.h
llframetimer.cpp
llframetimer.h
llhandle.h
llhash.h
llheartbeat.cpp
llheartbeat.h
llhttpstatuscodes.h
llindexedqueue.h
llinitparam.cpp
llinitparam.h
llinstancetracker.cpp
llinstancetracker.h Minimize calls to LLInstanceTrackerBase::getStatic. It is not as innocent as it looks when called very often. 2013-01-02 19:33:06 +01:00
llkeythrottle.h
llkeyusetracker.h
lllazy.cpp
lllazy.h
llleap.cpp
llleap.h
llleaplistener.cpp
llleaplistener.h
lllinkedqueue.h
lllistenerwrapper.h
llliveappconfig.cpp
llliveappconfig.h
lllivefile.cpp
lllivefile.h
lllocalidhashmap.h
lllog.cpp
lllog.h
lllslconstants.h
llmap.h
llmd5.cpp
llmd5.h
llmemory.cpp Change old style comments <ND> to <FS:ND> to avoid any future confusion/ 2012-12-16 05:19:32 +01:00
llmemory.h Add tcmalloc replacement bits into LL code. 2013-01-02 18:11:03 +01:00
llmemorystream.cpp
llmemorystream.h
llmemtype.cpp
llmemtype.h
llmetricperformancetester.cpp
llmetricperformancetester.h
llmetrics.cpp
llmetrics.h
llmortician.cpp
llmortician.h
llnametable.h
lloptioninterface.cpp
lloptioninterface.h
llpointer.h
llpreprocessor.h
llpriqueuemap.h
llprocess.cpp
llprocess.h
llprocessor.cpp
llprocessor.h
llptrskiplist.h
llptrskipmap.h
llptrto.cpp
llptrto.h
llqueuedthread.cpp FIRE-4972 - Hackish fix for FS eating a second CPU core from LLQueuedThread sometimes having one item stuck in the que 2012-11-24 11:37:15 -08:00
llqueuedthread.h
llrand.cpp
llrand.h
llrefcount.cpp
llrefcount.h Thread-safe refcounting for LLRefCount 2012-10-15 21:45:26 +02:00
llregistry.h
llrun.cpp
llrun.h
llsafehandle.h
llsd.cpp
llsd.h
llsdparam.cpp
llsdparam.h
llsdserialize.cpp
llsdserialize.h
llsdserialize_xml.cpp Change old style comments <ND> to <FS:ND> to avoid any future confusion/ 2012-12-16 05:19:32 +01:00
llsdserialize_xml.h
llsdutil.cpp
llsdutil.h
llsecondlifeurls.cpp
llsecondlifeurls.h
llsimplehash.h
llsingleton.cpp
llsingleton.h
llskiplist.h
llskipmap.h
llsmoothstep.h
llsortedvector.h
llstack.h
llstacktrace.cpp
llstacktrace.h
llstat.cpp
llstat.h
llstatenums.h
llstl.h
llstreamqueue.cpp
llstreamqueue.h
llstreamtools.cpp
llstreamtools.h
llstrider.h
llstring.cpp
llstring.h
llstringtable.cpp
llstringtable.h
llsys.cpp Add tcmalloc replacement bits into LL code. 2013-01-02 18:11:03 +01:00
llsys.h
llthread.cpp Merge LL 3.4.1 to FS LGPL, 2012-11-09 17:55:32 -08:00
llthread.h Merge LL 3.4.1 to FS LGPL, 2012-11-09 17:55:32 -08:00
llthreadsafequeue.cpp Backout 30712/30705/30684 and bring back the volatileaprpool to test if that helps with memory. 2012-11-03 22:35:33 +01:00
llthreadsafequeue.h
lltimer.cpp
lltimer.h
lltreeiterators.h
lltypeinfolookup.h
lluri.cpp
lluri.h
lluuid.cpp
lluuid.h
lluuidhashmap.h
llversionserver.h.in
llversionviewer.h.in Merge LL 3.4.2 release, 2012-12-14 07:59:55 -08:00
llworkerthread.cpp Backout 30712/30705/30684 and bring back the volatileaprpool to test if that helps with memory. 2012-11-03 22:35:33 +01:00
llworkerthread.h
metaclass.cpp
metaclass.h
metaclasst.h
metaproperty.cpp
metaproperty.h
metapropertyt.h
ndallocators.cpp (Re-)Add files to compile without tcmalloc. 2012-12-16 03:42:37 +01:00
ndallocators.h (Re-)Add files to compile without tcmalloc. 2012-12-16 03:42:37 +01:00
ndexceptions.cpp New exception class. Will be used to properly handle out of bounds errors in datapacker. 2013-01-02 18:47:16 +01:00
ndexceptions.h New exception class. Will be used to properly handle out of bounds errors in datapacker. 2013-01-02 18:47:16 +01:00
ndintrin.cpp Update to correct corporate name. 2012-12-04 14:19:55 -06:00
ndintrin.h include stdtypes.h for proper definition of U32. 2012-12-22 18:48:57 +01:00
ndlocks.h (Re-)Add files to compile without tcmalloc. 2012-12-16 03:42:37 +01:00
ndmemory.h (Re-)Add files to compile without tcmalloc. 2012-12-16 03:42:37 +01:00
ndmemorypool.cpp Fix typo for code that uses direct os allocations. 2013-01-02 19:14:21 +01:00
ndmemorypool.h Change ndMemStats to ndMallocStats and add the namespace + functions to the header. 2012-12-16 06:29:00 +01:00
ndpooldefines.h include stdtypes.h for proper definition of U32. 2012-12-22 18:48:57 +01:00
osslconstants.h Add OSSL/AA syntax highlighting to OpenSim builds 2012-12-13 23:30:24 -07:00
reflective.cpp
reflective.h
reflectivet.h
roles_constants.h
stdenums.h
stdtypes.h
string_table.h
stringize.h
timer.h
timing.cpp
timing.h
u64.cpp
u64.h