phoenix-firestorm/indra/llcommon
Nicky ab5b6f3ab0 New flag to control if operator new/delete should be globally changed or not. 2013-01-28 00:31:48 +01:00
..
nd New flag to control if operator new/delete should be globally changed or not. 2013-01-28 00:31:48 +01:00
res
tests Automated merge with http://hg.secondlife.com/viewer-development 2012-11-13 19:04:25 -05:00
CMakeLists.txt Refactor code. All nd*.cpp/h files are now in their own subdirectory. 2013-01-27 18:53:56 +01:00
bitpack.cpp
bitpack.h
ctype_workaround.h
doublelinkedlist.h
fix_macros.h Some Mac header #defines macros like check and equivalent -- gack!! 2012-11-16 18:08:40 -05:00
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 Boost 1.52 no longer supports Boost.Filesystem v2 -- don't request. 2012-11-16 17:56:30 -05:00
linked_lists.h
ll_template_cast.h
llaccountingcost.h
llagentconstants.h
llallocator.cpp initial attempt to restore changes that make removing tcmalloc possible; not tested 2012-09-12 14:36:37 -04:00
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 Add ndfile.h into llapr.h so it is visible where needed. Add typedef apr_file_t tFiletype to LLAPRFile and then use this in all classes instead of apr_file_t, this way we can swap between LLAPRFile and ndFile with use a typedef 2013-01-23 02:25:14 +01:00
llapr.h Refactor code. All nd*.cpp/h files are now in their own subdirectory. 2013-01-27 18:53:56 +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 Merge LL pathfinding 2012-08-06 18:14:39 -07:00
llcursortypes.h Merge LL pathfinding 2012-08-06 18:14:39 -07:00
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 Merge LL pathfinding 2012-08-06 18:14:39 -07:00
llerror.h Add logging during tests (debug level, to test-specific files) 2012-06-24 07:27:34 -04:00
llerrorcontrol.h merge up to 3.3.3-release + pathfinding 2012-06-25 17:16:29 -04:00
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 Add implementation comments to LLHandle. 2012-08-08 14:57:49 -04:00
llhash.h
llheartbeat.cpp
llheartbeat.h
llhttpstatuscodes.h
llindexedqueue.h
llinitparam.cpp
llinitparam.h MAINT-1175: Ditch LLTypeInfoLookup, make map<const type_info*> work. 2012-07-18 20:33:54 -04:00
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 Refactor code. All nd*.cpp/h files are now in their own subdirectory. 2013-01-27 18:53:56 +01:00
llmemory.h Refactor code. All nd*.cpp/h files are now in their own subdirectory. 2013-01-27 18:53:56 +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 Refactor code. All nd*.cpp/h files are now in their own subdirectory. 2013-01-27 18:53:56 +01:00
llregistry.h MAINT-1175: Ditch LLTypeInfoLookup, make map<const type_info*> work. 2012-07-18 20:33:54 -04:00
llrun.cpp
llrun.h
llsafehandle.h
llsd.cpp
llsd.h
llsdparam.cpp
llsdparam.h
llsdserialize.cpp Merge of viewer-development (3.4.1). 2012-08-03 11:57:51 -04:00
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 Updated Firestorm change log URL in llsecondlifeurls.cpp to new URL format 2012-06-22 21:32:17 +02:00
llsecondlifeurls.h
llsimplehash.h
llsingleton.cpp
llsingleton.h
llskiplist.h
llskipmap.h
llsmoothstep.h
llsortedvector.h Fix typo. 2012-06-25 20:03:50 +02:00
llstack.h
llstacktrace.cpp
llstacktrace.h
llstat.cpp MAINT-515 FIX, CHOP-100 FIX - technically we are avoiding these issues rather than fixing them; changing llcommon to be statically linked avoids the symbol issues with llcommon.dll 2012-08-02 11:45:38 -04:00
llstat.h MAINT-515 FIX, CHOP-100 FIX - technically we are avoiding these issues rather than fixing them; changing llcommon to be statically linked avoids the symbol issues with llcommon.dll 2012-08-02 11:45:38 -04:00
llstatenums.h
llstl.h MAINT-1175: Use workaround for comparing std::type_info* on gcc < 4.4. 2012-07-19 08:35:11 -04:00
llstreamqueue.cpp
llstreamqueue.h
llstreamtools.cpp
llstreamtools.h
llstrider.h
llstring.cpp Crashfix: in ll_safe_string not only guard against 0 pointer, but against illegal length of buffer too. 2012-07-12 18:04:53 +02:00
llstring.h removed spellcheck, to be replaced by LL's version 2012-07-10 23:57:05 -07:00
llstringtable.cpp
llstringtable.h
llsys.cpp Refactor code. All nd*.cpp/h files are now in their own subdirectory. 2013-01-27 18:53:56 +01:00
llsys.h
llthread.cpp Merge LL 3.4.3, 2012-12-18 00:36:35 -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 MAINT-1175: Pass boost::unordered_map hash/equals functors for char*. 2012-07-16 21:05:23 -04:00
lluri.cpp Merge LL 3.4.3, 2012-12-18 00:36:35 -08:00
lluri.h
lluuid.cpp
lluuid.h
lluuidhashmap.h
llversionserver.h.in
llversionviewer.h.in Merge LL 3.4.4 beta 1, but left tcmalloc enabled. 2012-12-21 01:14:38 -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
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