phoenix-firestorm/indra/llcommon
Ansariel 7a460e1488 Explicate namespace because of silly GCC 2023-05-18 12:18:18 +02:00
..
nd
res
tests Merge branch 'DRTVWR-577-maint-S' of https://github.com/secondlife/viewer 2023-05-05 09:44:21 +02:00
CMakeLists.txt Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2023-03-30 12:20:59 +02:00
StackWalker.cpp
StackWalker.h
apply.h DRTVWR-558: Fix builds on macOS 12.5 Monterey. 2022-08-22 21:00:42 -04:00
blockingconcurrentqueue.h
chrono.h
classic_callback.cpp
classic_callback.h
concurrentqueue.h
ctype_workaround.h
fix_macros.h
hbxxh.cpp SL-19110 Fix coding policy 2023-01-31 19:35:10 +02:00
hbxxh.h SL-19110 Fix coding policy 2023-01-31 19:35:10 +02:00
indra_constants.cpp
indra_constants.h
is_approx_equal_fraction.h
lightweightsemaphore.h
linden_common.h memory trace fix 2022-06-05 16:47:33 +01:00
llalignedarray.h
llallocator.cpp
llallocator.h
llallocator_heap_profile.cpp Merge branch 'DRTVWR-577-maint-S' of https://github.com/secondlife/viewer 2023-01-25 14:40:06 +01:00
llallocator_heap_profile.h
llapp.cpp Merge branch 'main' into DRTVWR-577-maint-S 2023-03-30 00:25:16 +03:00
llapp.h
llapr.cpp Merge branch 'DRTVWR-565-maint-P' of https://bitbucket.org/lindenlab/viewer 2022-08-01 22:07:39 +02:00
llapr.h SL-17868 Fixed macos build issue 2022-08-01 18:27:13 +03:00
llassettype.cpp Eliminate needless copies 2023-01-09 19:19:12 -04:00
llassettype.h
llatomic.cpp
llatomic.h
llbase32.cpp
llbase32.h
llbase64.cpp DRTVWR-575: Address review comments on Xcode 14.1 type tweaks. 2022-11-12 18:59:21 -10:00
llbase64.h
llbitpack.cpp
llbitpack.h
llboost.h
llcallbacklist.cpp Eliminate needless copies 2023-01-09 19:19:12 -04:00
llcallbacklist.h
llcallstack.cpp Eliminate needless copies 2023-01-09 19:19:12 -04:00
llcallstack.h
llcleanup.cpp
llcleanup.h
llclickaction.h
llcommon.cpp
llcommon.h
llcommonutils.cpp
llcommonutils.h
llcond.h
llcoros.cpp Merge branch 'DRTVWR-570-maint-Q' of https://bitbucket.org/lindenlab/viewer 2022-10-15 17:33:22 +02:00
llcoros.h Revert "Restored SL-14961" 2022-10-13 01:14:29 +03:00
llcrc.cpp
llcrc.h
llcriticaldamp.cpp
llcriticaldamp.h
lldate.cpp
lldate.h
lldeadmantimer.cpp
lldeadmantimer.h
lldefs.h DRTVWR-575: Try to avoid comparison warnings in llclamp() 2022-12-06 17:16:56 -05:00
lldependencies.cpp DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
lldependencies.h SL-18893 OSX buildfix 2023-01-16 23:16:43 +02:00
lldepthstack.h
lldictionary.cpp
lldictionary.h
lldoubledispatch.h
llendianswizzle.h
llerror.cpp Merge branch 'main' into DRTVWR-577-maint-S 2023-02-09 22:33:52 +02:00
llerror.h Disable C6011 code analyses warning for now popping up everywhere because of the LL_ENDL / LLERROR_CRASH macro 2023-01-17 18:54:20 +01:00
llerrorcontrol.h
llerrorlegacy.h
llerrorthread.cpp
llerrorthread.h
llevent.cpp Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llevent.h
lleventapi.cpp
lleventapi.h
lleventcoro.cpp
lleventcoro.h
lleventdispatcher.cpp DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
lleventdispatcher.h
lleventemitter.h
lleventfilter.cpp
lleventfilter.h
llevents.cpp
llevents.h
lleventtimer.cpp
lleventtimer.h
llexception.cpp SL-17077 Ensure profiling is disabled if gpu_benchmark fails. Log the source of the real crash for when the viewer inevitably crashes later. 2022-03-25 13:05:50 -05:00
llexception.h
llfasttimer.cpp
llfasttimer.h
llfile.cpp
llfile.h
llfindlocale.cpp
llfindlocale.h
llfixedbuffer.cpp
llfixedbuffer.h
llformat.cpp
llformat.h
llframetimer.cpp
llframetimer.h
llhandle.h
llhash.h
llheartbeat.cpp
llheartbeat.h
llheteromap.cpp Eliminate needless copies 2023-01-09 19:19:12 -04:00
llheteromap.h
llindexedvector.h
llinitdestroyclass.cpp Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llinitdestroyclass.h
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 DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
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 DRTVWR-575: Introduce LLKeyBind::endNonEmpty() 2022-12-06 13:04:35 -05:00
llkeythrottle.h
llkeyusetracker.h
llleap.cpp DRTVWR-575: Address review comments on Xcode 14.1 type tweaks. 2022-11-12 18:59:21 -10:00
llleap.h
llleaplistener.cpp
llleaplistener.h
llliveappconfig.cpp
llliveappconfig.h
lllivefile.cpp
lllivefile.h
llmainthreadtask.cpp
llmainthreadtask.h
llmake.h
llmd5.cpp DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
llmd5.h DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
llmemory.cpp Merged in SL-15937 (pull request #991) 2022-05-27 20:29:56 +00:00
llmemory.h
llmemorystream.cpp
llmemorystream.h
llmetricperformancetester.cpp Eliminate needless copies 2023-01-09 19:19:12 -04:00
llmetricperformancetester.h DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
llmetrics.cpp
llmetrics.h
llmortician.cpp DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
llmortician.h DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
llmutex.cpp
llmutex.h
llnametable.h Eliminate needless copies 2023-01-09 19:19:12 -04:00
llpointer.h
llpounceable.h
llpredicate.cpp
llpredicate.h
llpreprocessor.h
llpriqueuemap.h Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llprocess.cpp SL-18801 Crash at LLPluginProcessParent::pollTick() 2022-12-07 19:33:47 +02:00
llprocess.h
llprocessor.cpp Merge branch 'master' into DRTVWR-544-maint 2022-05-31 01:58:09 +03:00
llprocessor.h Merge branch 'master' into DRTVWR-544-maint 2022-05-31 01:58:09 +03:00
llprocinfo.cpp
llprocinfo.h
llprofiler.cpp
llprofiler.h various tracing fixes 2022-06-05 16:47:33 +01:00
llprofilercategories.h Add a new Tracy category for input 2022-06-07 16:32:24 +01:00
llptrto.cpp
llptrto.h
llqueuedthread.cpp Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
llqueuedthread.h Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
llrand.cpp
llrand.h
llrefcount.cpp SL-18119 - UIUsage logs for some common operations 2022-09-16 17:09:55 +01:00
llrefcount.h
llregex.h
llregistry.h Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llrun.cpp DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
llrun.h DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
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 Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2023-03-30 12:20:59 +02:00
llsdjson.cpp
llsdjson.h jsoncpp includepath should not include json/. jsoncpp includes a header "features.h" 2022-04-18 02:50:43 +02:00
llsdparam.cpp Eliminate needless copies 2023-01-09 19:19:12 -04:00
llsdparam.h
llsdserialize.cpp Sync llserialize with upstream - tired of the 376486836th merge conflict about this 2023-04-21 17:06:56 +02:00
llsdserialize.h Sync llserialize with upstream - tired of the 376486836th merge conflict about this 2023-04-21 17:06:56 +02:00
llsdserialize_xml.cpp Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
llsdserialize_xml.h
llsdutil.cpp Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
llsdutil.h SL-19647: Eliminate LLSDArray entirely. 2023-05-03 17:38:30 -04:00
llsimplehash.h
llsingleton.cpp
llsingleton.h
llsmoothstep.h
llstacktrace.cpp
llstacktrace.h
llstatenums.h
llstaticstringtable.h
llstatsaccumulator.h
llstl.h Merge branch 'DRTVWR-568' of https://bitbucket.org/lindenlab/viewer 2022-09-17 14:37:33 +02:00
llstreamqueue.cpp
llstreamqueue.h
llstreamtools.cpp DRTVWR-575: Defend unescape_string() against empty line. 2022-12-06 15:46:05 -05:00
llstreamtools.h
llstrider.h
llstring.cpp Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
llstring.h Merge branch 'DRTVWR-577-maint-S' of https://github.com/secondlife/viewer 2023-01-25 14:40:06 +01: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 Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
llsys.h DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
llsys_objc.h DRTVWR-575: Explain that NSInteger is really int64_t. 2022-11-13 06:10:02 -10:00
llsys_objc.mm DRTVWR-575: Merge brad's xcode-14.1 fixes with nat's 2022-11-13 05:59:40 -10:00
lltempredirect.cpp
lltempredirect.h
llthread.cpp
llthread.h
llthreadlocalstorage.h SL-17868 Crash at ThreadRecorder::bringUpToDate 2022-07-30 02:57:30 +03:00
llthreadsafequeue.cpp
llthreadsafequeue.h Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
lltimer.cpp DRTVWR-575: Fix bug in macOS micro_sleep(). 2023-01-04 12:04:56 -05:00
lltimer.h
lltrace.cpp DRTVWR-565: Merge branch 'origin/contribute' into DRTVWR-565 2022-12-12 13:27:57 -05:00
lltrace.h Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
lltraceaccumulators.cpp DRTVWR-565: Merge branch 'origin/contribute' into DRTVWR-565 2022-12-12 13:27:57 -05:00
lltraceaccumulators.h
lltracerecording.cpp Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
lltracerecording.h DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
lltracethreadrecorder.cpp Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
lltracethreadrecorder.h DRTVWR-565: Merge branch 'origin/contribute' into DRTVWR-565 2022-12-12 13:27:57 -05:00
lltreeiterators.h
llunits.h
llunittype.h DRTVWR-575: Address review comments on Xcode 14.1 type tweaks. 2022-11-12 18:59:21 -10:00
lluri.cpp Merge branch 'contribute' of https://github.com/secondlife/viewer 2023-01-13 15:19:29 +01:00
lluri.h
lluriparser.cpp
lluriparser.h
lluuid.cpp Merge branch 'DRTVWR-577-maint-S' of https://github.com/secondlife/viewer 2023-03-07 14:21:43 +01:00
lluuid.h Merge branch 'DRTVWR-570-maint-Q' of https://bitbucket.org/lindenlab/viewer 2022-11-01 17:17:56 +01:00
llwin32headers.h
llwin32headerslean.h
llworkerthread.cpp Cleanup for loops in llcommon to use C++11 range based for loops 2023-01-07 00:38:12 -04:00
llworkerthread.h DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes. 2022-11-03 14:58:32 -04:00
lockstatic.h
mutex.h
stdtypes.h Explicate namespace because of silly GCC 2023-05-18 12:18:18 +02:00
string_table.h
stringize.h Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into DRTVWR-543-maint_cmake 2022-06-05 14:27:28 +02:00
tea.cpp
tea.h
threadpool.cpp SL-17483: Make ThreadPool inherit LLInstanceTracker 2022-06-14 11:31:52 -07:00
threadpool.h [FIRE-32453][BUG-232971] Improve shutdown behaviour. (Ty Rick Daylight) 2022-12-21 02:07:58 +00:00
threadsafeschedule.h Merge branch 'main' into DRTVWR-577-maint-S 2023-02-09 22:33:52 +02:00
timer.h
tuple.h
u64.cpp
u64.h
workqueue.cpp
workqueue.h SL-16182: Offload audio decoding from the main thread to the general work queue. 2022-06-14 11:31:52 -07:00