..
tests
Skip logging test that fails on Linux, no idea why
2009-12-03 09:14:17 -08:00
CMakeLists.txt
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-12-03 10:38:26 -05:00
bitpack.cpp
DEV-41367 resurrect dead bitpack test, convert it to a llcommon integration test.
2009-10-15 18:51:23 +00:00
bitpack.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
ctype_workaround.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
doublelinkedlist.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
imageids.cpp
Move hard-coded image IDs to .cpp file to speed link time.
2009-11-28 16:39:50 -08:00
imageids.h
Fix build, missed a file and items need LL_COMMON_API
2009-11-28 23:10:38 -08:00
indra_constants.cpp
Migrated LLUUIDs and some float constants out of headers into .cpp files
2009-11-28 20:08:09 -08:00
indra_constants.h
Fix build, missed a file and items need LL_COMMON_API
2009-11-28 23:10:38 -08:00
is_approx_equal_fraction.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
linden_common.h
Migrated LLUUIDs and some float constants out of headers into .cpp files
2009-11-28 20:08:09 -08:00
linked_lists.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
ll_template_cast.h
DEV-43463: Keep LLEventPump's LLStandardSignal alive during post()
2009-11-30 12:57:45 -05:00
llagentconstants.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llallocator.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llallocator.h
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llallocator_heap_profile.cpp
Disable MSVC "fatal warning" 4702 for boost::lexical_cast in Release build
2009-09-24 13:46:02 -04:00
llallocator_heap_profile.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llapp.cpp
Result of svn merge -r119432:120464 svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462
2009-05-18 23:38:35 +00:00
llapp.h
Fix for mac build post-merge.
2009-12-14 16:05:13 -05:00
llapr.cpp
merge QAR-1829: texture pipeline branch in viewer-2.0.0.3
2009-11-06 06:52:24 +00:00
llapr.h
Refactoring of llviewerprecompiledheaders.h to hopefully increase stability
2009-11-13 20:33:59 -05:00
llassettype.cpp
Redo Bao's broken merge
2009-11-04 14:59:23 -08:00
llassettype.h
EXT-2482 : Newly created folders have wrong default type
2009-11-13 16:18:53 -05:00
llassoclist.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llavatarconstants.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llbase32.cpp
QAR-1177 maint-viewer-12 + uploadfees-viewer combo mergeme
2009-02-03 17:56:26 +00:00
llbase32.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llbase64.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llbase64.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llboost.h
trivial comment fixes for typos that were bugging me...
2009-06-22 12:03:54 +00:00
llchat.h
Fixed major bug EXT-2532-IM timestamp is when message is viewed, not when it was sent and received. Time str from the arriving message used now instead of constructing it dynamicly.
2009-11-18 17:57:47 +02:00
llclickaction.h
EXT-2094 Add click-to-zoom as a one-click settable option for objects
2009-11-19 15:02:05 +08:00
llcommon.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llcommon.h
Refactoring of llviewerprecompiledheaders.h to hopefully increase stability
2009-11-13 20:33:59 -05:00
llcoros.cpp
DEV-32777, QAR-1619: Disable MSVC Release-build optimization for LLCoros::launchImpl().
2009-09-25 10:55:25 -04:00
llcoros.h
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llcrc.cpp
Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 (maint-render-9) and QAR-1236 (dll-msvcrt-2)
2009-02-18 21:10:16 +00:00
llcrc.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llcriticaldamp.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llcriticaldamp.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llcursortypes.cpp
EXT-1141 Remove one-click cursor icons from art directories. Cursor is now a hand for all one-click actions, at Erica's request. Deleted art files for Win/Mac/Linux, including repackaging the SDL binary download package. Reviewed with Kelly.
2009-10-07 00:15:11 +00:00
llcursortypes.h
Merged latest viewer/login-api with latest viewer/viewer-20
2009-10-07 17:51:28 -07:00
lldarray.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lldarrayptr.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lldate.cpp
merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1830 https://svn.aws.productengine.com/secondlife/pe/stable-2@1839 -> viewer-2.0.0-3
2009-09-29 19:37:05 +00:00
lldate.h
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-10-20 11:34:46 -04:00
lldefs.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lldeleteutils.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
lldependencies.cpp
Merge of QAR-1383 event-system-7 into trunk.
2009-06-04 16:24:21 +00:00
lldependencies.h
Merged in viewer-2.0.0-3 changes up through r129050. Boost got clobbered so I'll need to rebuild that, plus a couple other minor clenaups.
2009-07-30 19:39:08 -07:00
lldepthstack.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lldictionary.cpp
Migrated LLUUIDs and some float constants out of headers into .cpp files
2009-11-28 20:08:09 -08:00
lldictionary.h
Missed another LL_COMMON_API tag
2009-11-29 12:53:09 -08:00
lldlinked.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lldoubledispatch.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
lldqueueptr.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llendianswizzle.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llenum.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llerror.cpp
Refactoring of llviewerprecompiledheaders.h to hopefully increase stability
2009-11-13 20:33:59 -05:00
llerror.h
merge from latest svn/viewer-2-0 to hg/viewer-2-0
2009-10-16 16:42:45 -07:00
llerrorcontrol.h
Fix signature of LLError::setTagLevel()
2009-10-13 20:12:52 -07:00
llerrorlegacy.h
svn merge -r117314:117337
2009-04-16 23:45:35 +00:00
llerrorthread.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llerrorthread.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llevent.cpp
Merge of QAR-1383 event-system-7 into trunk.
2009-06-04 16:24:21 +00:00
llevent.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
lleventapi.cpp
Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API
2009-11-11 07:41:50 -05:00
lleventapi.h
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-11-13 12:22:40 -05:00
lleventcoro.cpp
DEV-32777: Introduce LLCoros, an LLSingleton registry of named coroutine
2009-06-03 21:38:21 +00:00
lleventcoro.h
EXT-3158 - Removing logging of users password hash from new login code.
2009-12-08 16:57:45 -08:00
lleventdispatcher.cpp
Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs
2009-11-12 20:11:53 -05:00
lleventdispatcher.h
Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairs
2009-11-12 20:11:53 -05:00
lleventemitter.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lleventfilter.cpp
svn merge -r113003:119136 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-2 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-3
2009-05-11 20:05:46 +00:00
lleventfilter.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llevents.cpp
DEV-43463: Keep LLEventPump's LLStandardSignal alive during post()
2009-11-30 12:57:45 -05:00
llevents.h
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-12-03 11:51:50 -08:00
llextendedstatus.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llfasttimer.h
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llfile.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llfile.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llfindlocale.cpp
QAR-1177 maint-viewer-12 + uploadfees-viewer combo mergeme
2009-02-03 17:56:26 +00:00
llfindlocale.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llfixedbuffer.cpp
Partial merge of: viewer-2.0.0-3@131138 texture-pipeline-3@131862 -> viewer-2.0.0-3
2009-08-29 06:23:41 +00:00
llfixedbuffer.h
Merged login-api with viewer-2.0.0-3 up through r132290.
2009-09-01 12:21:51 -04:00
llfoldertype.cpp
EXT-2482 : Newly created folders have wrong default type
2009-11-13 16:18:53 -05:00
llfoldertype.h
EXT-2482 : Newly created folders have wrong default type
2009-11-13 16:18:53 -05:00
llformat.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llformat.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llframetimer.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llframetimer.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llhash.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llheartbeat.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llheartbeat.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llhttpstatuscodes.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llindexedqueue.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llinstancetracker.h
Rename private methods to avoid ambiguity with subclasses
2009-11-11 07:32:59 -05:00
llkeythrottle.h
svn merge -r125825:125901 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1654
2009-07-01 00:22:05 +00:00
llkeyusetracker.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lllazy.cpp
Merge of QAR-1383 event-system-7 into trunk.
2009-06-04 16:24:21 +00:00
lllazy.h
Merge of QAR-1383 event-system-7 into trunk.
2009-06-04 16:24:21 +00:00
lllinkedqueue.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lllistenerwrapper.h
Fix to windows build breakages.
2009-12-03 13:11:35 -08:00
llliveappconfig.cpp
Result of svn merge -r119432:120464 svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462
2009-05-18 23:38:35 +00:00
llliveappconfig.h
DEV-35399 - Making the server build llcommon.dll compatible.
2009-07-28 13:20:23 -07:00
lllivefile.cpp
Result of svn merge -r119432:120464 svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462
2009-05-18 23:38:35 +00:00
lllivefile.h
Merge with viewer-2.0.0-3 branch
2009-06-22 15:02:19 -07:00
lllocalidhashmap.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lllog.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lllog.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
lllslconstants.h
svn merge -r 134922:134973 svn+ssh://svn.lindenlab.com/svn/linden/branches/media-on-a-prim/moap-7
2009-10-01 02:35:53 +00:00
llmap.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llmd5.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llmd5.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llmemory.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llmemory.h
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llmemorystream.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llmemorystream.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llmemtype.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llmemtype.h
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llmetrics.cpp
merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3
2009-08-24 20:04:52 +00:00
llmetrics.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
llmortician.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llmortician.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llnametable.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
lloptioninterface.cpp
Partial merge of: viewer-2.0.0-3@131138 texture-pipeline-3@131862 -> viewer-2.0.0-3
2009-08-29 06:23:41 +00:00
lloptioninterface.h
Partial merge of: viewer-2.0.0-3@131138 texture-pipeline-3@131862 -> viewer-2.0.0-3
2009-08-29 06:23:41 +00:00
llpointer.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llpreprocessor.h
Linker optimization - use "extern template" for commonly regenerated templates
2009-11-30 14:41:52 -08:00
llpriqueuemap.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llprocesslauncher.cpp
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910
2009-08-27 19:00:18 +00:00
llprocesslauncher.h
Added PluginAttachDebuggerToPlugins debug setting.
2009-11-10 15:57:26 -08:00
llprocessor.cpp
QAR-1177 maint-viewer-12 + uploadfees-viewer combo mergeme
2009-02-03 17:56:26 +00:00
llprocessor.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llptrskiplist.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llptrskipmap.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llptrto.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llptrto.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llqueuedthread.cpp
HTTP Texture changes:
2009-12-17 16:19:00 -08:00
llqueuedthread.h
merge from texture-pipeline
2009-11-06 12:15:41 -08:00
llrand.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llrand.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llrefcount.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llrefcount.h
Merged latest login-api with latest viewer-2.0.0-3 up through plugin-api-05 merge (r131929).
2009-08-27 16:25:02 -04:00
llrun.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llrun.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
llsafehandle.h
Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming.
2009-10-03 23:40:28 +00:00
llsd.cpp
DEV-43622 : API change (no functionality change) to fix a design error in LLSD
2009-12-01 20:59:08 -05:00
llsd.h
DEV-43622 : API change (no functionality change) to fix a design error in LLSD
2009-12-01 20:59:08 -05:00
llsdserialize.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llsdserialize.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llsdserialize_xml.cpp
svn merge -r132747:132887 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.30
2009-09-09 17:36:28 +00:00
llsdserialize_xml.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llsdutil.cpp
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llsdutil.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
llsecondlifeurls.cpp
Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming.
2009-10-03 23:40:28 +00:00
llsecondlifeurls.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
llsimplehash.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llsingleton.cpp
Add on-demand allocation of LLSingletonRegistry::sSingletonMap so we don't rely on static initialization order.
2009-08-06 15:53:09 -07:00
llsingleton.h
Linker optimization - use "extern template" for commonly regenerated templates
2009-11-30 14:41:52 -08:00
llskiplist.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llskipmap.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llsmoothstep.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llstack.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llstacktrace.cpp
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llstacktrace.h
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llstat.cpp
Merge with trunk
2009-08-31 13:47:47 -07:00
llstat.h
Merged latest viewer/viewer-20 into login-api.
2009-09-18 15:22:25 -04:00
llstatenums.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llstl.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llstreamtools.cpp
svn merge -r117314:117337
2009-04-16 23:45:35 +00:00
llstreamtools.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llstrider.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llstring.cpp
fixed normal bug EXT-2738 ([BSI] 12-hour clock format should not have a leading zero)
2009-12-02 12:05:01 +02:00
llstring.h
Switch some files to Unix line endings
2009-11-18 17:52:03 -08:00
llstringtable.cpp
Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming.
2009-10-03 23:40:28 +00:00
llstringtable.h
Merged latest viewer/login-api with latest viewer/viewer-20
2009-10-07 17:51:28 -07:00
llsys.cpp
line ending fixes
2009-12-01 12:06:31 -05:00
llsys.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
llthread.cpp
Added some threading debugging code. Should catch any recursive mutex locks in non Release builds.
2009-11-23 17:00:53 -08:00
llthread.h
Added some threading debugging code. Should catch any recursive mutex locks in non Release builds.
2009-11-23 17:00:53 -08:00
lltimer.cpp
Enhance LLInstanceTracker variants to be more uniform.
2009-11-10 13:30:29 -05:00
lltimer.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
lltreeiterators.h
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
2009-06-21 08:04:56 +00:00
lluri.cpp
Result of svn merge -r119432:120464 svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462
2009-05-18 23:38:35 +00:00
lluri.h
Fix for link errors referencing operator!=(LLURI const &, LLURI const &) from integration tests.
2009-09-04 14:37:55 -04:00
lluuid.cpp
svn merge -r108142:108148 svn+ssh://svn.lindenlab.com/svn/linden/qa/maint-server/maint-server-5-r108113
2009-01-17 01:29:45 +00:00
lluuid.h
Fix minor Mac build breakage (missing #include)
2009-05-27 21:16:21 +00:00
lluuidhashmap.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
llversionserver.h
Adding new option definition - forgot.
2009-11-06 15:54:11 -08:00
llversionviewer.h
Adding new option definition - forgot.
2009-11-06 15:54:11 -08:00
llworkerthread.cpp
merge QAR-1829: texture pipeline branch in viewer-2.0.0.3
2009-11-06 06:52:24 +00:00
llworkerthread.h
merge from texture-pipeline
2009-11-06 12:15:41 -08:00
metaclass.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
metaclass.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
metaclasst.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
metaproperty.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
metaproperty.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
metapropertyt.h
Merge of Parcel API V1 to trunk for 1.30 release. Hallelujah!
2009-07-22 17:30:16 +00:00
reflective.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
reflective.h
Fixes to build on linux for DEV-35401.
2009-07-30 18:52:34 -07:00
reflectivet.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
roles_constants.h
svn merge -r117314:117337
2009-04-16 23:45:35 +00:00
stdenums.h
For QAR-1710 : Server merge for QAR-1594 QAR-1643 QAR-1644 - "AVP Changes [SIM]"
2009-07-24 00:46:26 +00:00
stdtypes.h
Fix another build bogon
2009-02-24 23:46:41 +00:00
string_table.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
stringize.h
Added LLAPRSockStream class and associated LLAPRSockStreambuf class for
2009-06-10 00:00:03 +00:00
timer.h
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
timing.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
timing.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00
u64.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
u64.h
DEV-27646 dll linkage for login module.
2009-05-22 23:27:16 +00:00