phoenix-firestorm/indra/llcommon
Andrey Lihatskiy 6d077c90a0 Merge branch 'main' into DRTVWR-588-maint-W 2024-03-01 17:30:06 +02:00
..
tests Merge branch 'main' into DRTVWR-588-maint-W 2024-03-01 17:30:06 +02:00
CMakeLists.txt Merge branch 'main' into DRTVWR-489 2023-12-15 07:06:15 +02:00
StackWalker.cpp DRTVWR-476: Fix Windows line endings 2020-03-25 18:47:13 -04:00
StackWalker.h DRTVWR-476: Eliminate unnecessary typedefs from struct, enum decls. 2020-03-25 16:12:46 -04:00
always_return.h DRTVWR-558: Extend LLEventDispatcher::add() overloads. 2023-07-13 12:49:09 -04:00
apply.cpp DRTVWR-558: LLEventDispatcher uses LL::apply(), not boost::fusion. 2023-07-13 12:47:45 -04:00
apply.h DRTVWR-558: Constrain LL::apply()'s use of std::apply(). 2023-07-13 16:01:56 -04:00
chrono.h
classic_callback.cpp
classic_callback.h SL-20546: Even with C++17 CTAD, makeClassicCallback() still useful. 2023-11-15 11:10:42 -05:00
commoncontrol.cpp SL-17483: Add integration test for CommonControl 2022-06-09 17:04:26 -04:00
commoncontrol.h
ctype_workaround.h
fix_macros.h
function_types.h DRTVWR-558: Extend LLEventDispatcher::add() overloads. 2023-07-13 12:49:09 -04:00
hbxxh.cpp SL-19110 Fix xxhash build link and properly register contribution 2023-01-31 22:05:42 +02:00
hbxxh.h
indra_constants.cpp Merge 6.3.1 viewer-release 2019-08-26 12:35:18 -07:00
indra_constants.h SL-19728 Objects that cannot be clicked or cammed unless in edit mode 2023-07-11 23:55:46 +02:00
is_approx_equal_fraction.h
lazyeventapi.cpp DRTVWR-564: Allow LLLeapListener to report LazyEventAPIs too. 2022-06-22 10:51:11 -04:00
lazyeventapi.h DRTVWR-587: Try harder to work around clang bug. 2023-07-27 11:11:53 -04:00
linden_common.h
llalignedarray.h
llallocator.cpp Automated merge with tip of viewer-release to pick up 4.0.5 2016-05-19 11:00:03 -07:00
llallocator.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llallocator_heap_profile.cpp MacOS Build fix 2023-01-16 20:43:12 +02:00
llallocator_heap_profile.h
llapp.cpp SL-19744 Small cleanup 2023-08-12 00:42:49 +03:00
llapp.h SL-19744 Small cleanup 2023-08-12 00:42:49 +03:00
llapr.cpp Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-merge 2023-11-30 12:28:26 +02:00
llapr.h
llassettype.cpp
llassettype.h
llatomic.cpp
llatomic.h
llbase32.cpp
llbase32.h
llbase64.cpp Build fix for Visual Studio patch 2024-02-08 23:44:34 +03:00
llbase64.h
llbitpack.cpp
llbitpack.h
llboost.h
llcallbacklist.cpp
llcallbacklist.h
llcallstack.cpp
llcallstack.h DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS(). 2023-05-03 09:55:31 -04:00
llcleanup.cpp
llcleanup.h
llclickaction.h
llcommon.cpp
llcommon.h
llcommonutils.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcommonutils.h
llcond.h
llcoros.cpp Merge branch 'DRTVWR-587-maint-V' into DRTVWR-588-maint-W 2023-12-14 02:47:44 +02:00
llcoros.h
llcrc.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcrc.h
llcriticaldamp.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llcriticaldamp.h
lldate.cpp
lldate.h
lldeadmantimer.cpp
lldeadmantimer.h
lldefs.h
lldependencies.cpp
lldependencies.h
lldepthstack.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldictionary.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
lldictionary.h MacOS build fix 2023-09-01 00:53:06 +03:00
lldoubledispatch.h
llendianswizzle.h
llerror.cpp Merge remote-tracking branch 'origin/main' into DRTVWR-559 2023-10-25 16:12:13 -07:00
llerror.h Merge remote-tracking branch 'origin/main' into DRTVWR-559 2023-10-25 16:12:13 -07:00
llerrorcontrol.h
llerrorlegacy.h
llevent.cpp
llevent.h
lleventapi.cpp
lleventapi.h
lleventcoro.cpp
lleventcoro.h
lleventdispatcher.cpp DRTVWR-587: Use [[noreturn]] attribute on callFail() methods 2023-07-28 11:05:46 +03:00
lleventdispatcher.h DRTVWR-587: Use [[noreturn]] attribute on callFail() methods 2023-07-28 11:05:46 +03:00
lleventemitter.h
lleventfilter.cpp
lleventfilter.h DRTVWR-558: Support LLStoreListener<LLSD>, add LLCaptureListener. 2023-07-13 12:47:58 -04:00
llevents.cpp
llevents.h
lleventtimer.cpp DRTVWR-494: Streamline LLEventTimer::updateClass(). 2020-03-25 15:28:17 -04:00
lleventtimer.h
llexception.cpp
llexception.h
llfasttimer.cpp SL-16606: Add profiler category STATS 2022-01-14 11:50:21 -08:00
llfasttimer.h SL-15709: Cleanup 2021-09-03 17:53:44 -07:00
llfile.cpp SL-10153: Review and rationalize fetching paths from environment. 2018-12-14 15:38:13 -05:00
llfile.h
llfindlocale.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llfindlocale.h
llfixedbuffer.cpp SL-10291 Replace apr_mutex with standard C++11 functionality 2019-01-14 22:04:44 +02:00
llfixedbuffer.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llformat.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llformat.h
llframetimer.cpp
llframetimer.h
llhandle.h
llhash.h
llheartbeat.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llheartbeat.h
llheteromap.cpp Eliminate needless copies 2023-01-09 19:19:12 -04:00
llheteromap.h
llindexedvector.h
llinitdestroyclass.cpp
llinitdestroyclass.h MAINT-5232: Normalize LLSingleton subclasses. 2016-09-15 20:18:12 -04:00
llinitparam.cpp SL-18893 OSX buildfix 2023-01-16 23:16:43 +02:00
llinitparam.h Eliminate needless copies 2023-01-09 19:19:12 -04:00
llinstancetracker.cpp
llinstancetracker.h
llinstancetrackersubclass.h
llkeybind.cpp Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llkeybind.h
llkeythrottle.h
llkeyusetracker.h
llleap.cpp Merge branch 'main' into DRTVWR-587-maint-V 2023-10-25 21:28:26 +03:00
llleap.h
llleaplistener.cpp
llleaplistener.h
llliveappconfig.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llliveappconfig.h
lllivefile.cpp Mods to make merge with viewer-release have less whitespace-only change and fix diffs between EEP and VR. 2019-03-13 13:21:48 -07:00
lllivefile.h
llmainthreadtask.cpp
llmainthreadtask.h
llmake.h
llmd5.cpp SL-18330: Use C++ standard types for llmd5, not local typedefs. 2023-03-01 14:11:27 -05:00
llmd5.h
llmemory.cpp Merge branch 'master' (DRTVWR-548) into DRTVWR-559 2022-10-21 18:19:27 +03:00
llmemory.h
llmemorystream.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llmemorystream.h
llmetricperformancetester.cpp
llmetricperformancetester.h
llmetrics.cpp
llmetrics.h
llmortician.cpp
llmortician.h
llmutex.cpp
llmutex.h
llnametable.h
llpointer.h Merge branch 'DRTVWR-588-maint-W' into marchcat/588-w-pbr-merge 2023-11-30 12:28:26 +02:00
llpounceable.h
llpredicate.cpp
llpredicate.h
llpreprocessor.h
llpriqueuemap.h
llprocess.cpp SL-17135 Apr process creation crash 2023-10-03 21:14:34 +03:00
llprocess.h SL-17135 Apr process creation crash 2023-10-03 21:14:34 +03:00
llprocessor.cpp SL-18837: Merge branch 'actions' into actions-build-sh 2023-07-17 15:41:26 -04:00
llprocessor.h Merge branch 'master' into DRTVWR-544-maint 2022-05-31 01:58:09 +03:00
llprocinfo.cpp SH-4153 Port user and system cpu accounting from example program. 2013-05-01 23:19:34 +00:00
llprocinfo.h
llprofiler.h Fix build error from overly fancy tracy macro usage that nobody else is using for DRTVWR-559 2023-11-03 09:50:03 -07:00
llprofilercategories.h
llptrto.cpp
llptrto.h DRTVWR-558: LLEventDispatcher uses LL::apply(), not boost::fusion. 2023-07-13 12:47:45 -04:00
llqueuedthread.cpp Merge remote-tracking branch 'origin/main' into DRTVWR-559 2023-05-17 11:17:48 -07:00
llqueuedthread.h
llrand.cpp Build fix for Visual Studio patch 2024-02-08 23:44:34 +03:00
llrand.h
llrefcount.cpp SL-19299 Code formatting in modified files 2023-08-23 20:43:49 +02:00
llrefcount.h SL-19299 Code formatting in modified files 2023-08-23 20:43:49 +02:00
llregex.h
llregistry.h
llrun.cpp
llrun.h
llsafehandle.h
llsd.cpp DRTVWR-575: Fix possible bad indexing in LLSD::operator[](size_t). 2023-01-04 17:18:31 -05:00
llsd.h Build fix for Visual Studio patch 2024-02-08 23:44:34 +03:00
llsdjson.cpp MAINT-5575: Finished converting experience cache to singleton 2015-09-10 16:48:01 -07:00
llsdjson.h
llsdparam.cpp
llsdparam.h
llsdserialize.cpp Build fix for Visual Studio patch 2024-02-08 23:44:34 +03:00
llsdserialize.h
llsdserialize_xml.cpp Viewer#863 Crash reading xml 2024-02-22 01:36:10 +02:00
llsdserialize_xml.h
llsdutil.cpp DRTVWR-558: LLEventDispatcher uses LL::apply(), not boost::fusion. 2023-07-13 12:47:45 -04:00
llsdutil.h DRTVWR-587: Fix LL::apply(function, LLSD array). 2023-10-29 11:56:17 -04:00
llsimplehash.h
llsingleton.cpp
llsingleton.h
llsmoothstep.h
llstacktrace.cpp DRTVWR-476: Fix Windows line endings 2020-03-25 18:47:13 -04:00
llstacktrace.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstatenums.h
llstaticstringtable.h Fix missing eol at eof in llstaticstringtable.h breaking linux build 2013-03-11 10:12:10 -07:00
llstatsaccumulator.h
llstl.h
llstreamqueue.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstreamqueue.h remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
llstreamtools.cpp SL-18330: Fix per PR review comments. 2023-02-15 17:29:48 -05:00
llstreamtools.h
llstrider.h
llstring.cpp Merge branch 'main' into DRTVWR-588-maint-W 2024-03-01 17:30:06 +02:00
llstring.h SL-20363 Option 'Debug Unicode' - show unicode values 2024-02-09 09:16:17 +03:00
llstringtable.cpp Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llstringtable.h Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llsys.cpp Build fix for Visual Studio patch 2024-02-08 23:44:34 +03:00
llsys.h
llsys_objc.h
llsys_objc.mm
lltempredirect.cpp DRTVWR-476: Always clear both fields even if mOrigTarget invalid. 2020-03-25 19:06:13 -04:00
lltempredirect.h
llthread.cpp SL-20546: Merge branch 'DRTVWR-588-maint-W' into sl-20546. 2024-01-18 13:15:32 -05:00
llthread.h SL-20546: Defend llrand's random generator against concurrent access 2023-11-17 14:31:21 -05:00
llthreadlocalstorage.h
llthreadsafequeue.cpp SL-10291 Replace apr thread with standard C++11 functionality 2019-01-15 22:27:28 +02:00
llthreadsafequeue.h
lltimer.cpp
lltimer.h DRTVWR-510 remove all LL_SOLARIS conditionals 2020-10-08 17:16:22 -06:00
lltrace.cpp Build fix for Visual Studio patch 2024-02-08 23:44:34 +03:00
lltrace.h SL-18620 Statistics->Advanced->Memory Usage no longer updating 2023-08-24 20:47:26 +02:00
lltraceaccumulators.cpp Build fix for Visual Studio patch 2024-02-08 23:44:34 +03:00
lltraceaccumulators.h SL-18620 Statistics->Advanced->Memory Usage no longer updating 2023-08-24 20:47:26 +02:00
lltracerecording.cpp SL-18620 Statistics->Advanced->Memory Usage no longer updating 2023-08-24 20:47:26 +02:00
lltracerecording.h SL-18620 Statistics->Advanced->Memory Usage no longer updating 2023-08-24 20:47:26 +02:00
lltracethreadrecorder.cpp SL-18620 Statistics->Advanced->Memory Usage no longer updating 2023-08-24 20:47:26 +02:00
lltracethreadrecorder.h
lltreeiterators.h
llunits.h
llunittype.h
lluri.cpp
lluri.h
lluriparser.cpp viewer#875 Crash at uri normalization 2024-02-23 19:18:23 +02:00
lluriparser.h
lluuid.cpp Merge remote-tracking branch 'origin/main' into DRTVWR-559 2023-08-23 12:26:14 -07:00
lluuid.h
llwin32headers.h
llwin32headerslean.h
llworkerthread.cpp
llworkerthread.h Merge remote-tracking branch 'origin/main' into DRTVWR-559 2023-05-17 11:17:48 -07:00
lockstatic.h
mutex.h
stdtypes.h SL-20546: Rely on CTAD for 'narrow' class. 2023-11-15 10:11:30 -05:00
string_table.h revived some deleted files to get mac build working 2014-04-08 18:00:54 -07:00
stringize.h Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-543-maint_cmake 2022-06-05 14:27:28 +02:00
threadpool.cpp SL-18721 Shutdown fixes #5 2024-02-27 23:14:44 +02:00
threadpool.h SL-18721 Shutdown fixes #4 2024-02-08 01:34:39 +02:00
threadpool_fwd.h
threadsafeschedule.h
timer.h
tuple.h
u64.cpp remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
u64.h
workqueue.cpp
workqueue.h SL-19690: Properly qualify exception type. 2023-05-08 12:31:57 -04:00