phoenix-firestorm/indra/llcommon
Ansariel c53bc7e74f Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer
# Conflicts:
#	indra/newview/llviewercontrol.cpp
#	indra/newview/skins/default/xui/en/notifications.xml
2024-12-15 21:44:14 +01:00
..
nd
res
tests Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer 2024-11-28 00:19:30 +01:00
CMakeLists.txt Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-19 23:04:19 +02:00
StackWalker.cpp
StackWalker.h
always_return.h
apply.cpp
apply.h
blockingconcurrentqueue.h
chrono.h
classic_callback.cpp
classic_callback.h
commoncontrol.cpp
commoncontrol.h
concurrentqueue.h
ctype_workaround.h
fix_macros.h
fsyspath.h trailing spaces from other branches 2024-09-19 12:40:56 -04:00
function_types.h
hbxxh.cpp
hbxxh.h
hexdump.h trailing spaces from other branches 2024-09-19 12:40:56 -04:00
indra_constants.cpp
indra_constants.h
is_approx_equal_fraction.h
lazyeventapi.cpp
lazyeventapi.h
lightweightsemaphore.h
linden_common.h
llalignedarray.h
llapp.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-19 23:04:19 +02:00
llapp.h Turn off sLogInSignal to avoid crashing. (#2607) 2024-09-18 18:16:24 -07:00
llapr.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-07-18 20:04:45 +02:00
llapr.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
llassettype.cpp
llassettype.h
llatomic.cpp
llatomic.h
llbase32.cpp
llbase32.h
llbase64.cpp
llbase64.h
llbitpack.cpp
llbitpack.h
llboost.h
llcallbacklist.cpp
llcallbacklist.h
llcleanup.cpp
llcleanup.h
llclickaction.h
llcommon.cpp Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer 2024-12-15 21:44:14 +01:00
llcommon.h
llcommonutils.cpp
llcommonutils.h
llcond.h
llcoros.cpp Merge branch 'master' of https://bitbucket.org/Ansariel/phoenix-firestorm-600 2024-06-13 01:54:18 +02:00
llcoros.h Introduce LLCoros::RMutex, use for SettingsConfig::mRecorderMutex (#1980) 2024-07-10 10:15:51 -05:00
llcrc.cpp
llcrc.h
llcriticaldamp.cpp
llcriticaldamp.h
lldate.cpp Make LLDate a trivial copyable/movable type 2024-07-05 02:56:25 -04:00
lldate.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-07-06 12:42:19 +02:00
lldeadmantimer.cpp
lldeadmantimer.h
lldefs.h
lldependencies.cpp
lldependencies.h
lldepthstack.h
lldictionary.cpp
lldictionary.h
lldoubledispatch.h Clean up boost includes and remove compiler warning pragma for unreachable code in PCH (#2361) 2024-08-20 18:41:48 +03:00
llendianswizzle.h
llerror.cpp Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2024-10-18 10:17:29 +02:00
llerror.h Attempt to get better file/line info for LL_ERRS crashes in bugsplat. (#2447) 2024-10-17 01:35:23 +01:00
llerrorcontrol.h Clean up boost includes and remove compiler warning pragma for unreachable code in PCH (#2361) 2024-08-20 18:41:48 +03:00
llerrorlegacy.h
llevent.cpp
llevent.h
lleventapi.cpp
lleventapi.h
lleventcoro.cpp
lleventcoro.h
lleventdispatcher.cpp
lleventdispatcher.h
lleventemitter.h
lleventfilter.cpp
lleventfilter.h Update tracy profiler to 0.10 (#1946) 2024-07-09 16:53:43 -05:00
llevents.cpp Fix whitespace pre-commit hook failures 2024-06-12 13:51:21 -07:00
llevents.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-08-15 00:12:13 +02:00
lleventtimer.cpp
lleventtimer.h
llexception.cpp
llexception.h
llfasttimer.cpp
llfasttimer.h
llfile.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
llfile.h Refactor LLFileSystem for and fix an old issue in LLFile (#2332) 2024-08-19 09:39:35 +03:00
llfindlocale.cpp Enable /permissive- on MSVC for better standards conformance (#2251) 2024-08-14 08:01:02 -07:00
llfindlocale.h
llfixedbuffer.cpp
llfixedbuffer.h
llformat.cpp
llformat.h
llframetimer.cpp
llframetimer.h
llhandle.h
llhash.h
llheartbeat.cpp
llheartbeat.h
llheteromap.cpp
llheteromap.h
llindexedvector.h
llinitdestroyclass.cpp
llinitdestroyclass.h
llinitparam.cpp
llinitparam.h Clean up boost includes and remove compiler warning pragma for unreachable code in PCH (#2361) 2024-08-20 18:41:48 +03:00
llinstancetracker.cpp
llinstancetracker.h Introduce tracy instrumentation of mutex in LLSingleton, LLInstanceTracker and logging 2024-08-13 17:28:19 -04:00
llinstancetrackersubclass.h
llkeybind.cpp
llkeybind.h
llkeythrottle.h
llkeyusetracker.h
llleap.cpp
llleap.h
llleaplistener.cpp
llleaplistener.h
llliveappconfig.cpp
llliveappconfig.h
lllivefile.cpp
lllivefile.h
llmainthreadtask.cpp
llmainthreadtask.h Changes towards C++20 compatibility (#2520) 2024-09-09 13:02:34 +03:00
llmake.h
llmd5.cpp Fixed md5 buffer not being correctly zero-initialized and refactored code. (#2507) 2024-09-05 16:55:02 +03:00
llmd5.h Fixed md5 buffer not being correctly zero-initialized and refactored code. (#2507) 2024-09-05 16:55:02 +03:00
llmemory.cpp Improve safety of macOS available RAM calcuations at suggestion of Ansariel and Beq (#2423) 2024-08-26 17:24:07 -07:00
llmemory.h Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer 2024-12-15 21:44:14 +01:00
llmemorystream.cpp
llmemorystream.h
llmetricperformancetester.cpp
llmetricperformancetester.h
llmetrics.cpp
llmetrics.h
llmortician.cpp
llmortician.h
llmutex.cpp Update tracy profiler to 0.10 (#1946) 2024-07-09 16:53:43 -05:00
llmutex.h viewer#2608 Crash at LLSnapshotLivePreview::getFormattedImage 2024-09-19 20:56:10 +03:00
llnametable.h
llpointer.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-09 19:48:04 +02:00
llpounceable.h
llpredicate.cpp
llpredicate.h Changes towards C++20 compatibility (#2520) 2024-09-09 13:02:34 +03:00
llpreprocessor.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
llpriqueuemap.h
llprocess.cpp
llprocess.h Clean up Windows build (#2562) 2024-09-13 17:28:48 +03:00
llprocessor.cpp Merge branch 'release/2024.09-ExtraFPS' of https://github.com/secondlife/viewer 2024-11-13 11:31:28 +01:00
llprocessor.h
llprocinfo.cpp
llprocinfo.h
llprofiler.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-08-15 00:12:13 +02:00
llprofiler.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-08-15 00:12:13 +02:00
llprofilercategories.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-06-21 22:45:12 +02:00
llptrto.cpp
llptrto.h
llqueuedthread.cpp Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2024-07-10 10:31:35 +02:00
llqueuedthread.h Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2024-06-21 19:58:00 +02:00
llrand.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
llrand.h
llrefcount.cpp
llrefcount.h
llregex.h
llregistry.h
llrun.cpp
llrun.h Clean up boost includes and remove compiler warning pragma for unreachable code in PCH (#2361) 2024-08-20 18:41:48 +03:00
llsafehandle.h
llsd.cpp Fix for crash in XMLRPC reply decoding on login with large inventories 2024-07-08 23:18:02 +02:00
llsd.h Fix for crash in XMLRPC reply decoding on login with large inventories 2024-07-08 23:18:02 +02:00
llsdjson.cpp viewer#3010 Fix malfunctioning json array to llsd parsing 2024-11-06 00:51:20 +02:00
llsdjson.h
llsdparam.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
llsdparam.h
llsdserialize.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-07-22 20:58:53 +02:00
llsdserialize.h
llsdserialize_xml.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-07-10 12:36:15 +02:00
llsdserialize_xml.h
llsdutil.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
llsdutil.h
llsimplehash.h
llsingleton.cpp Introduce tracy instrumentation of mutex in LLSingleton, LLInstanceTracker and logging 2024-08-13 17:28:19 -04:00
llsingleton.h Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2024-09-04 23:20:53 +02:00
llsmoothstep.h
llstacktrace.cpp Clean up Windows build (#2562) 2024-09-13 17:28:48 +03:00
llstacktrace.h
llstatenums.h
llstaticstringtable.h
llstatsaccumulator.h
llstl.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-07-03 01:11:47 +02:00
llstreamqueue.cpp
llstreamqueue.h
llstreamtools.cpp
llstreamtools.h
llstrider.h Profile guided optimizations 2024-09-10 18:27:45 -05:00
llstring.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
llstring.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-08-15 00:12:13 +02:00
llstringtable.cpp
llstringtable.h
llsys.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
llsys.h #1943 make sys free in texture console llmemorysavailphysicalmeminkb tell the truth (#1966) 2024-07-09 15:54:18 -05:00
llsys_objc.h
llsys_objc.mm
lltempredirect.cpp
lltempredirect.h
llthread.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-08-02 13:01:06 +02:00
llthread.h
llthreadlocalstorage.h
llthreadsafequeue.cpp
llthreadsafequeue.h
lltimer.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
lltimer.h
lltrace.cpp
lltrace.h
lltraceaccumulators.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
lltraceaccumulators.h Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
lltracerecording.cpp Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
lltracerecording.h Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now 2024-07-08 20:27:14 +02:00
lltracethreadrecorder.cpp BugSplat Crash #1504587: std::vector::empty() 2024-08-15 19:40:23 +02:00
lltracethreadrecorder.h
lltreeiterators.h
llunits.h
llunittype.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-07-09 02:25:42 +02:00
lluri.cpp
lluri.h
lluriparser.cpp Replace liburiparser with boost::url 2024-07-29 13:33:12 +03:00
lluriparser.h Merge branch 'develop' of https://github.com/secondlife/viewer 2024-07-30 12:32:41 +02:00
lluuid.cpp Merge branch 'develop' of https://github.com/secondlife/viewer 2024-09-13 18:54:12 +02:00
lluuid.h Merge branch 'master' of https://bitbucket.org/Ansariel/phoenix-firestorm-600 2024-06-13 01:54:18 +02:00
llwin32headers.h Clean up Windows build (#2562) 2024-09-13 17:28:48 +03:00
llworkerthread.cpp
llworkerthread.h
lockstatic.h
mutex.h
stdtypes.h Updated stdtypes.h, removed BOOL typedef 2024-08-06 11:00:03 +01:00
string_table.h
stringize.h
tea.cpp
tea.h
threadpool.cpp
threadpool.h
threadpool_fwd.h
threadsafeschedule.h
timer.h
tuple.h
u64.cpp
u64.h
workqueue.cpp
workqueue.h