phoenix-firestorm/indra/llcommon
Dave Parks a25f898703 merge 2011-05-02 14:52:12 -05:00
..
tests merge changes for STORM-1051 2011-04-05 07:23:43 -04:00
CMakeLists.txt merge changes for STORM-1051 2011-04-05 07:23:43 -04:00
bitpack.cpp
bitpack.h
ctype_workaround.h
doublelinkedlist.h
imageids.cpp
imageids.h
indra_constants.cpp
indra_constants.h Switched to using *_SQUARED constants instead of multiplied constants, and cleaned up a few other minor issues noted during review. 2011-03-12 23:39:10 -08:00
is_approx_equal_fraction.h
linden_common.h
linked_lists.h
ll_template_cast.h
llagentconstants.h
llallocator.cpp
llallocator.h
llallocator_heap_profile.cpp
llallocator_heap_profile.h
llapp.cpp
llapp.h
llapr.cpp SWAT-352: when loading lleventhost, call apr_dso_error() function. 2010-12-14 19:27:43 -05:00
llapr.h SWAT-352: when loading lleventhost, call apr_dso_error() function. 2010-12-14 19:27:43 -05:00
llassettype.cpp
llassettype.h
llassoclist.h
llavatarconstants.h STORM-955: VWR-24312: Massively duplicated objects 2010-12-30 14:53:30 +01:00
llavatarname.cpp VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat history 2011-02-17 20:59:33 -06:00
llavatarname.h renamed temp name flag member in name cache to avoid confusion with similar names in other classes 2011-01-15 09:09:41 -05:00
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 Untested support for passing array to map-registered function. 2011-02-06 21:32:25 -05:00
lleventdispatcher.h Replace boost::ptr_map<name, etc> with std::map<name, shared_ptr>. 2011-02-01 20:18:01 -05:00
lleventemitter.h
lleventfilter.cpp
lleventfilter.h
llevents.cpp Introduce and use new sendReply() function for LLEventAPI methods. 2011-02-18 10:56:26 -05:00
llevents.h Introduce and use new sendReply() function for LLEventAPI methods. 2011-02-18 10:56:26 -05:00
lleventtimer.cpp
lleventtimer.h SH-466 FIX fix of VWR-20670/SNOW-506 lost in merge 2010-11-22 16:49:14 -05:00
llextendedstatus.h
llfasttimer.h merge 2011-04-22 11:50:19 -05:00
llfasttimer_class.cpp merge 2011-01-05 14:10:18 -05:00
llfasttimer_class.h merge 2010-12-29 14:08:47 -05:00
llfile.cpp Merge from http://bitbucket.org/simon_linden/viewer-dev 2010-12-08 17:23:38 -08:00
llfile.h
llfindlocale.cpp
llfindlocale.h
llfixedbuffer.cpp
llfixedbuffer.h
llfoldertype.cpp
llfoldertype.h
llformat.cpp
llformat.h
llframetimer.cpp
llframetimer.h
llhash.h
llheartbeat.cpp
llheartbeat.h
llhttpstatuscodes.h
llindexedqueue.h
llinstancetracker.cpp Fix for "doubleton" error using LLInstanceTracker across shared library boundaries. 2011-03-09 17:01:08 -08:00
llinstancetracker.h Fix for "doubleton" error using LLInstanceTracker across shared library boundaries. 2011-03-09 17:01:08 -08:00
llkeythrottle.h
llkeyusetracker.h
lllazy.cpp
lllazy.h
lllinkedqueue.h
lllistenerwrapper.h
llliveappconfig.cpp
llliveappconfig.h
lllivefile.cpp
lllivefile.h
lllocalidhashmap.h
lllog.cpp
lllog.h
lllslconstants.h STORM-955: VWR-24312: Massively duplicated objects 2010-12-30 14:53:30 +01:00
llmap.h
llmd5.cpp expose << operator for LLMD5 objects in LL_COMMON_API 2011-01-07 15:20:48 -05:00
llmd5.h Automated merge from mesh-development 2011-01-10 11:20:28 -05:00
llmemory.cpp Automated merge up from viewer-development into mesh-development 2011-02-01 11:28:22 -05:00
llmemory.h Automated merge up from viewer-development into mesh-development 2011-02-01 11:28:22 -05:00
llmemorystream.cpp
llmemorystream.h
llmemtype.cpp for SH-846: design and implement the debug code to locate memory leaking 2011-01-26 11:13:04 -07:00
llmemtype.h
llmetricperformancetester.cpp STORM-987 : Took Vadim's comment into account: check arguments consistency, make sure remaining perf data are flushed on exit. 2011-03-10 22:02:49 -08:00
llmetricperformancetester.h STORM-987 : Took Vadim's comment into account: check arguments consistency, make sure remaining perf data are flushed on exit. 2011-03-10 22:02:49 -08:00
llmetrics.cpp
llmetrics.h
llmortician.cpp
llmortician.h
llnametable.h
lloptioninterface.cpp
lloptioninterface.h
llpointer.h
llpreprocessor.h
llpriqueuemap.h
llprocesslauncher.cpp Fix CHOP-544. Use cwd when creating a process on windows when the llprocesslauncher's working directory is not set. Currently "" will be passed for the working directory which breaks the launching of the updater script. 2011-03-17 12:16:41 -07:00
llprocesslauncher.h
llprocessor.cpp
llprocessor.h
llptrskiplist.h
llptrskipmap.h
llptrto.cpp
llptrto.h
llqueuedthread.cpp
llqueuedthread.h ESC-211 Metrics data sink - fix delivery by viewer 2010-12-02 18:42:47 -05:00
llrand.cpp
llrand.h
llrefcount.cpp a debug tool to detect LLPointer issues for SH-694: check if there are any other LLPointer issues in the mesh model uploading flow and fix them if exist. 2011-01-04 16:28:40 -07:00
llrefcount.h BUILDFIX: fixing linux build breakage 2011-01-06 13:07:18 -05:00
llrun.cpp
llrun.h
llsafehandle.h
llsd.cpp
llsd.h
llsdserialize.cpp SH-477 Better mesh streaming cost estimation. 2011-03-30 18:38:22 -05:00
llsdserialize.h
llsdserialize_xml.cpp
llsdserialize_xml.h
llsdutil.cpp Fix a couple gotchas in LLSDArray, LLSDParam, llsd_equals(). 2011-01-31 18:00:58 -05:00
llsdutil.h Introduce BOOST_FOREACH() helpers for LLSD in llsdutil.h. 2011-02-03 22:54:16 -05:00
llsecondlifeurls.cpp
llsecondlifeurls.h
llsimplehash.h
llsingleton.cpp
llsingleton.h
llskiplist.h
llskipmap.h
llsmoothstep.h
llstack.h
llstacktrace.cpp
llstacktrace.h
llstat.cpp
llstat.h
llstatenums.h
llstl.h
llstreamtools.cpp
llstreamtools.h
llstrider.h
llstring.cpp
llstring.h
llstringtable.cpp
llstringtable.h
llsys.cpp
llsys.h
llthread.cpp SH-920 Wait for threads to shut down before deleting them -- also, fix some assertions that were encouraging people to comment out the destruction of LLSignal. 2011-02-09 20:06:46 -06:00
llthread.h
llthreadsafequeue.cpp
llthreadsafequeue.h
lltimer.cpp
lltimer.h
lltreeiterators.h
lluri.cpp
lluri.h
lluuid.cpp
lluuid.h
lluuidhashmap.h
llversionserver.h
llversionviewer.h increment viewer version to 2.6.8 2011-05-02 10:05:00 -04:00
llworkerthread.cpp
llworkerthread.h
metaclass.cpp
metaclass.h
metaclasst.h
metaproperty.cpp
metaproperty.h
metapropertyt.h
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