phoenix-firestorm/indra/llcommon
Oz Linden 5c9fc7d24f increment viewer version to 2.7.6 2011-06-27 09:04:20 -04:00
..
tests merge changes for STORM-1051 2011-04-05 07:23:43 -04:00
CMakeLists.txt SH-1252 and SH-1253 WIP. 2011-05-20 14:26:05 -04:00
bitpack.cpp
bitpack.h
ctype_workaround.h
doublelinkedlist.h
imageids.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
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
llaccountingquota.h merge 2011-06-07 13:59:40 -05:00
llagentconstants.h
llallocator.cpp
llallocator.h
llallocator_heap_profile.cpp
llallocator_heap_profile.h
llapp.cpp Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated a bunch of unnecesary header dependencies. 2011-05-05 17:13:52 -07:00
llapp.h
llapr.cpp SWAT-352: when loading lleventhost, call apr_dso_error() function. 2010-12-14 19:27:43 -05:00
llapr.h
llassettype.cpp
llassettype.h
llassoclist.h
llavatarconstants.h
llavatarname.cpp VWR-24917 Use mIsDisplayNameDefault to reduce name redundancy in nearby chat history 2011-02-17 20:59:33 -06:00
llavatarname.h
llbase32.cpp
llbase32.h
llbase64.cpp
llbase64.h
llboost.h
llchat.h ER-671 : Add LLRegionSayTo() LSL function. Added new chat type for direct messages to match server code, use light orange for text. Reviewed by Kelly. 2011-04-05 09:07:11 -07:00
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 STORM-419 FIXED <anonymous>' is used uninitialized in this function in lldarray.h 2010-10-20 20:26:47 +03:00
lldarrayptr.h
lldate.cpp
lldate.h
lldefs.h
lldeleteutils.h
lldependencies.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
lldependencies.h
lldepthstack.h correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
lldictionary.cpp
lldictionary.h
lldlinked.h
lldoubledispatch.h
lldqueueptr.h correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
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
llextendedstatus.h
llfasttimer.h merge 2011-04-22 11:50:19 -05:00
llfasttimer_class.cpp
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 correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
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 correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llliveappconfig.h
lllivefile.cpp
lllivefile.h
lllocalidhashmap.h
lllog.cpp
lllog.h
lllslconstants.h
llmap.h
llmd5.cpp
llmd5.h
llmemory.cpp
llmemory.h Fix up alignment problems for debug build. 2011-05-12 16:09:42 -07:00
llmemorystream.cpp
llmemorystream.h
llmemtype.cpp
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
llrand.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
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
llrun.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llrun.h
llsafehandle.h
llsd.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llsd.h
llsdserialize.cpp SH-1603 Replace every occurrence of "WTF" with something more appropriate. 2011-05-25 18:45:21 -05:00
llsdserialize.h
llsdserialize_xml.cpp
llsdserialize_xml.h
llsdutil.cpp
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 correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llstat.cpp SH-1603 Replace every occurrence of "WTF" with something more appropriate. 2011-05-25 18:45:21 -05:00
llstat.h
llstatenums.h
llstl.h
llstreamtools.cpp
llstreamtools.h
llstrider.h
llstring.cpp
llstring.h
llstringtable.cpp
llstringtable.h
llsys.cpp Correctly identify Server 2008, Server 2008 R2, Server 2012, and Windows 8 2011-05-16 23:58:28 -07:00
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 correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
lluri.h
lluuid.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
lluuid.h
lluuidhashmap.h
llversionserver.h
llversionviewer.h increment viewer version to 2.7.6 2011-06-27 09:04:20 -04:00
llworkerthread.cpp
llworkerthread.h
metaclass.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
metaclass.h
metaclasst.h
metaproperty.cpp
metaproperty.h
metapropertyt.h
reflective.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
reflective.h
reflectivet.h
roles_constants.h
stdenums.h
stdtypes.h
string_table.h
stringize.h
timer.h
timing.cpp
timing.h
u64.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
u64.h