phoenix-firestorm/indra/llcommon
Ansariel 1fc3aaff9b Merge branch 'DRTVWR-568_cmake' of https://bitbucket.org/lindenlab/viewer
# Conflicts:
#	.gitignore
#	autobuild.xml
#	indra/CMakeLists.txt
#	indra/cmake/00-Common.cmake
#	indra/cmake/Boost.cmake
#	indra/cmake/BuildVersion.cmake
#	indra/cmake/CEFPlugin.cmake
#	indra/cmake/CMakeLists.txt
#	indra/cmake/CURL.cmake
#	indra/cmake/Copy3rdPartyLibs.cmake
#	indra/cmake/DBusGlib.cmake
#	indra/cmake/DragDrop.cmake
#	indra/cmake/FMODSTUDIO.cmake
#	indra/cmake/FindHUNSPELL.cmake
#	indra/cmake/FindJsonCpp.cmake
#	indra/cmake/FindOpenJPEG.cmake
#	indra/cmake/FindURIPARSER.cmake
#	indra/cmake/FreeType.cmake
#	indra/cmake/GLH.cmake
#	indra/cmake/Hunspell.cmake
#	indra/cmake/JsonCpp.cmake
#	indra/cmake/LLKDU.cmake
#	indra/cmake/LLPhysicsExtensions.cmake
#	indra/cmake/LLPlugin.cmake
#	indra/cmake/LLWindow.cmake
#	indra/cmake/Linking.cmake
#	indra/cmake/MESHOPTIMIZER.cmake
#	indra/cmake/MediaPluginBase.cmake
#	indra/cmake/NGHTTP2.cmake
#	indra/cmake/OPENAL.cmake
#	indra/cmake/OpenGL.cmake
#	indra/cmake/OpenJPEG.cmake
#	indra/cmake/OpenSSL.cmake
#	indra/cmake/PNG.cmake
#	indra/cmake/Tracy.cmake
#	indra/cmake/UI.cmake
#	indra/cmake/Variables.cmake
#	indra/cmake/ViewerMiscLibs.cmake
#	indra/cmake/ZLIBNG.cmake
#	indra/cmake/bugsplat.cmake
#	indra/integration_tests/llui_libtest/CMakeLists.txt
#	indra/linux_crash_logger/CMakeLists.txt
#	indra/llaudio/CMakeLists.txt
#	indra/llcommon/CMakeLists.txt
#	indra/llcommon/llapp.cpp
#	indra/llcorehttp/CMakeLists.txt
#	indra/llimagej2coj/CMakeLists.txt
#	indra/llinventory/CMakeLists.txt
#	indra/llmath/CMakeLists.txt
#	indra/llmath/llcalcparser.h
#	indra/llmessage/CMakeLists.txt
#	indra/llprimitive/CMakeLists.txt
#	indra/llrender/CMakeLists.txt
#	indra/llrender/llglslshader.cpp
#	indra/llwindow/CMakeLists.txt
#	indra/media_plugins/CMakeLists.txt
#	indra/media_plugins/base/CMakeLists.txt
#	indra/newview/CMakeLists.txt
#	indra/newview/llappviewerwin32.cpp
#	indra/newview/llxmlrpclistener.cpp
#	indra/newview/llxmlrpctransaction.cpp
#	indra/newview/viewer_manifest.py
#	indra/test/CMakeLists.txt
2022-09-17 23:12:34 +02:00
..
nd Remove ndboolswitch, ndintrin, ndlocks, ndojectpool and ndstlallocator that aren't used anymore 2018-05-08 01:06:54 +02:00
res
tests Merge branch 'DRTVWR-568' of https://bitbucket.org/lindenlab/viewer 2022-09-17 14:37:33 +02:00
CMakeLists.txt Merge branch 'DRTVWR-568_cmake' of https://bitbucket.org/lindenlab/viewer 2022-09-17 23:12:34 +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
apply.h DRTVWR-558: Fix builds on macOS 12.5 Monterey. 2022-08-22 21:00:42 -04:00
blockingconcurrentqueue.h Major refactor and extension of perfdata 2021-10-21 13:18:45 +01:00
chrono.h SL-16024: Add ThreadSafeSchedule, a timestamped LLThreadSafeQueue. 2021-10-05 17:31:53 -04:00
classic_callback.cpp DRTVWR-543: Add ClassicCallback utility class with tests 2021-09-23 16:25:12 -04:00
classic_callback.h DRTVWR-543: Consistently use ClassicCallback<USERDATA> throughout. 2021-09-23 17:09:16 -04:00
concurrentqueue.h Major refactor and extension of perfdata 2021-10-21 13:18:45 +01:00
ctype_workaround.h
fix_macros.h
indra_constants.cpp Merge Firestorm LGPL 2019-08-27 19:04:14 +02:00
indra_constants.h Merge branch 'DRTVWR-501-maint' of https://bitbucket.org/lindenlab/viewer 2020-06-24 12:06:00 +02:00
is_approx_equal_fraction.h
lightweightsemaphore.h Major refactor and extension of perfdata 2021-10-21 13:18:45 +01:00
linden_common.h memory trace fix 2022-06-05 16:47:33 +01:00
llalignedarray.h SL-16799 Clean up use of hardcoded folder names 2022-02-05 02:59:10 +02:00
llallocator.cpp
llallocator.h
llallocator_heap_profile.cpp
llallocator_heap_profile.h
llapp.cpp Remove some remnants of breakpad. 2022-04-18 03:44:09 +02:00
llapp.h Restored SL-14961 2022-02-14 22:59:26 +02:00
llapr.cpp Merge branch 'DRTVWR-507-maint' of https://bitbucket.org/lindenlab/viewer 2020-09-25 16:13:23 +02:00
llapr.h Merge branch 'DRTVWR-525' of https://bitbucket.org/lindenlab/viewer 2021-01-08 23:06:41 +01:00
llassettype.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
llassettype.h Merge Firestorm LGPL 2018-09-27 22:35:07 +02:00
llatomic.cpp Merge viewer-neko 2019-01-18 23:41:21 +01:00
llatomic.h SL-10291 Replace apr_atomic with standard C++11 functionality 2019-01-15 18:31:17 +02:00
llbase32.cpp
llbase32.h
llbase64.cpp
llbase64.h
llbitpack.cpp Fix LNK4221 linker warning once again 2020-07-24 22:42:42 +02:00
llbitpack.h
llboost.h
llcallbacklist.cpp
llcallbacklist.h
llcallstack.cpp
llcallstack.h Compile fix for Linux. gcc gets pedantic too. 2019-06-16 09:35:54 -05:00
llcleanup.cpp SL-13034 Last string in logs should say 'Goodbye' 2020-09-25 17:02:22 +03:00
llcleanup.h SL-13034 Last string in logs should say 'Goodbye' 2020-09-25 17:02:22 +03:00
llclickaction.h
llcommon.cpp Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2022-01-15 02:39:07 +01:00
llcommon.h
llcommonutils.cpp
llcommonutils.h
llcond.h SL-16094: Fix WorkQueue test for correct behavior of runFor(). 2021-11-24 12:56:48 -05:00
llcoros.cpp Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-04-19 14:24:09 +02:00
llcoros.h Restored SL-14961 2022-02-14 22:59:26 +02:00
llcrc.cpp
llcrc.h
llcriticaldamp.cpp
llcriticaldamp.h
lldate.cpp SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton 2021-10-28 18:06:21 +00:00
lldate.h Merge remote-tracking branch 'll/d476' into fs-eep-vs2017-d476 2020-05-21 06:54:02 +02:00
lldeadmantimer.cpp
lldeadmantimer.h
lldefs.h
lldependencies.cpp
lldependencies.h
lldepthstack.h
lldictionary.cpp
lldictionary.h
lldoubledispatch.h
llendianswizzle.h
llerror.cpp Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-03-02 10:12:19 +01:00
llerror.h Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-02-16 09:49:24 +01:00
llerrorcontrol.h SL-16093 Don't force the console window to be open on developer builds because it causes frame stalls while logging. 2021-09-27 23:56:06 +00:00
llerrorlegacy.h
llerrorthread.cpp Avoid startup deadlocks by removing logging from error thread. 2020-02-20 18:54:48 +01:00
llerrorthread.h
llevent.cpp
llevent.h
lleventapi.cpp
lleventapi.h
lleventcoro.cpp SL-15393: Use non-overloaded name for function returning LLSD&. 2021-06-24 02:07:40 +03:00
lleventcoro.h SL-793: Use Boost.Fiber instead of the "dcoroutine" library. 2020-03-25 17:32:45 -04:00
lleventdispatcher.cpp
lleventdispatcher.h
lleventemitter.h
lleventfilter.cpp SL-16028: Add Tracy markup to lleventfilter llqueuethread 2021-10-04 17:57:25 -07:00
lleventfilter.h SL-16014: Add Tracy markup for LLEventFilter 2021-09-22 14:38:44 -07:00
llevents.cpp SL-15093 Crash nanov2_free_to_block 2021-05-28 19:54:16 +03:00
llevents.h Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2021-11-16 21:01:05 +01:00
lleventtimer.cpp DRTVWR-494: Streamline LLEventTimer::updateClass(). 2020-03-25 15:28:17 -04:00
lleventtimer.h DRTVWR-476: Add LLEventTimer::run_every(), run_at(), run_after(). 2020-03-25 18:59:10 -04:00
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 SL-14347 Crash at ChoosePixelFormat SEH 2020-12-01 18:22:24 +02:00
llfasttimer.cpp Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2022-01-15 02:39:07 +01:00
llfasttimer.h Initial merge of DRTVWR-541 into FS 2021-10-09 20:18:14 +01:00
llfile.cpp Merge viewer-bugsplat 2018-12-16 13:04:08 +01:00
llfile.h DRTVWR-476: Add LLUniqueFile, adding RAII semantics to LLFILE*. 2020-03-25 19:05:17 -04:00
llfindlocale.cpp
llfindlocale.h
llfixedbuffer.cpp SL-10291 Replace apr_mutex with standard C++11 functionality 2019-01-14 22:04:44 +02:00
llfixedbuffer.h
llformat.cpp
llformat.h
llframetimer.cpp SL-15709: Windows: Include Tracy source directly; don't use a library 2021-09-15 13:52:59 -06:00
llframetimer.h
llhandle.h
llhash.h
llheartbeat.cpp
llheartbeat.h
llheteromap.cpp
llheteromap.h
llindexedvector.h
llinitdestroyclass.cpp
llinitdestroyclass.h
llinitparam.cpp
llinitparam.h DRTVWR-474: Do NOT autokill updater process on viewer termination. 2018-10-03 14:00:05 -04:00
llinstancetracker.cpp DRTVWR-494: Move LL_ERRS out of llinstancetracker.h header file. 2020-03-25 15:28:17 -04:00
llinstancetracker.h SL-16024: Return shared_ptr from LLInstanceTracker::getInstance(). 2021-10-07 11:53:45 -04:00
llkeybind.cpp SL-6109 Fixed issue with llcontrols ignoring left mouse button with masks 2020-06-24 15:28:01 +03:00
llkeybind.h Reverted SL-6109 keybinding changes 2020-06-23 16:55:06 +03:00
llkeythrottle.h
llkeyusetracker.h
llleap.cpp SL-15742: Convert build scripts to Python 3 2021-12-10 14:42:49 -08:00
llleap.h DRTVWR-474: Do NOT autokill updater process on viewer termination. 2018-10-03 14:00:05 -04:00
llleaplistener.cpp SL-16024: Return shared_ptr from LLInstanceTracker::getInstance(). 2021-10-07 11:53:45 -04:00
llleaplistener.h DRTVWR-476: Eliminate static LLEventPump factory maps. 2020-03-25 18:58:16 -04:00
llliveappconfig.cpp
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 DRTVWR-494: Add LLMainThreadTask to perform work on the main thread. 2020-03-25 15:28:17 -04:00
llmainthreadtask.h DRTVWR-494: Remove LLMainThreadTask::dispatch(LockStatic&, ...) 2020-03-25 15:28:17 -04:00
llmake.h Merge remote-tracking branch 'll/d476' into fs-eep-vs2017-d476 2020-05-21 06:54:02 +02:00
llmd5.cpp
llmd5.h
llmemory.cpp SL-16093 Don't force the console window to be open on developer builds because it causes frame stalls while logging. 2021-09-27 23:56:06 +00:00
llmemory.h Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2022-01-15 02:39:07 +01:00
llmemorystream.cpp
llmemorystream.h
llmetricperformancetester.cpp SL-15177 Added LLTextureFetchTester to log texture fetching state timers 2021-04-29 17:37:26 +03:00
llmetricperformancetester.h
llmetrics.cpp
llmetrics.h
llmortician.cpp SL-10908 Output class names we are clearing on startup 2019-05-27 17:32:53 +03:00
llmortician.h SL-10908 Output class names we are clearing on startup 2019-05-27 17:32:53 +03:00
llmutex.cpp SL-16606: Add profiler category THREAD 2022-01-14 11:50:21 -08:00
llmutex.h DRTVWR-494: Use std:🧵:id for LLThread::currentID(). 2020-03-25 15:28:17 -04:00
llnametable.h
llpointer.h
llpounceable.h
llpredicate.cpp
llpredicate.h
llpreprocessor.h Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2021-11-29 19:40:28 +01:00
llpriqueuemap.h
llprocess.cpp DRTVWR-476: Fix confusing comment in LLProcess::handle_status(). 2020-03-25 18:44:04 -04:00
llprocess.h viewer side tweaks to allow using latest CEF/dullahan. 2020-05-21 23:41:06 +02:00
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 Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2021-11-12 11:02:00 +01:00
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 Initial merge of DRTVWR-541 into FS 2021-10-09 20:18:14 +01:00
llqueuedthread.h Image decode thread pool ported from CoolVL. 2021-05-12 20:42:09 +02:00
llrand.cpp
llrand.h
llrefcount.cpp SL-16815 and SL-16906 Avoid redundant bumpmap generation, add some assertions around ref counting and (hack) fix crash on shutdown from dangling texture reference (reduced to 1 dangling texture from several hundred, can't find the remaining reference). 2022-02-23 16:51:33 -06:00
llrefcount.h SL-16815 and SL-16906 Avoid redundant bumpmap generation, add some assertions around ref counting and (hack) fix crash on shutdown from dangling texture reference (reduced to 1 dangling texture from several hundred, can't find the remaining reference). 2022-02-23 16:51:33 -06:00
llregex.h SL-2202 Add exception handling around boost::regex_match() calls in the viewer 2021-01-11 17:07:03 +02:00
llregistry.h
llrun.cpp
llrun.h
llsafehandle.h
llsd.cpp SL-16606: Add profiler category LLSD 2022-01-14 11:50:19 -08:00
llsd.h DRTVWR-568: More cleanup of deleted obsolete std library features. 2022-08-26 22:49:16 -04: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 SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton 2021-10-28 18:06:21 +00:00
llsdparam.h SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton 2021-10-28 18:06:21 +00:00
llsdserialize.cpp Merge branch 'DRTVWR-543-maint' of https://bitbucket.org/lindenlab/viewer 2022-01-14 13:46:29 +01:00
llsdserialize.h non-allocating unzip_llsd - from Rye 2021-06-10 21:41:55 +01:00
llsdserialize_xml.cpp Merge remote-tracking branch 'll/d476' into fs-eep-vs2017-d476 2020-05-21 06:54:02 +02:00
llsdserialize_xml.h
llsdutil.cpp Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2022-04-19 15:42:14 +02:00
llsdutil.h SL-15393: Use non-overloaded name for function returning LLSD&. 2021-06-24 02:07:40 +03:00
llsimplehash.h
llsingleton.cpp SL-10297: Simplify implementation of LLSingletonBase::logwarns() etc. 2021-05-12 09:46:49 -04:00
llsingleton.h Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2022-01-15 02:39:07 +01:00
llsmoothstep.h
llstacktrace.cpp DRTVWR-476: Fix Windows line endings 2020-03-25 18:47:13 -04:00
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
llstreamtools.h
llstrider.h
llstring.cpp Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2022-01-15 02:39:07 +01:00
llstring.h Small optimization for minimap - and use a big hammer on the contact sets to chuck c++17 code in while at it 2022-08-13 01:13:02 +02:00
llstringtable.cpp
llstringtable.h
llsys.cpp Merge branch 'master' of https://vcs.firestormviewer.org/viewer-merges/phoenix-firestorm-ll-master 2022-06-29 20:28:29 +02:00
llsys.h Merge branch 'master' of https://vcs.firestormviewer.org/viewer-merges/phoenix-firestorm-ll-master 2022-06-29 20:28:29 +02:00
lltempredirect.cpp DRTVWR-476: Always clear both fields even if mOrigTarget invalid. 2020-03-25 19:06:13 -04:00
lltempredirect.h DRTVWR-476: Encapsulate dup()/dup2() fd saving as LLTempRedirect. 2020-03-25 19:06:12 -04:00
llthread.cpp Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2022-01-15 02:39:07 +01:00
llthread.h Merge branch 'DRTVWR-519' of https://bitbucket.org/lindenlab/viewer 2021-06-05 14:03:30 +02:00
llthreadlocalstorage.cpp DRTVWR-494: Defend LLInstanceTracker against multi-thread usage. 2020-03-25 15:28:17 -04:00
llthreadlocalstorage.h
llthreadsafequeue.cpp Fix LNK4221 linker warning once again 2020-07-24 22:42:42 +02:00
llthreadsafequeue.h Prevent RVO elision 2022-08-01 14:21:17 +02:00
lltimer.cpp DRTVWR-510 remove all LL_SOLARIS conditionals 2020-10-08 17:16:22 -06:00
lltimer.h DRTVWR-510 remove all LL_SOLARIS conditionals 2020-10-08 17:16:22 -06:00
lltrace.cpp SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton 2021-10-28 18:06:21 +00:00
lltrace.h Merge branch 'DRTVWR-546' of https://bitbucket.org/lindenlab/viewer 2022-01-15 02:39:07 +01:00
lltraceaccumulators.cpp SL-16606: Add profiler category STATS 2022-01-14 11:50:21 -08:00
lltraceaccumulators.h SL-16606: Add profiler category STATS 2022-01-14 11:50:21 -08:00
lltracerecording.cpp SL-16606: Add profiler category STATS 2022-01-14 11:50:21 -08:00
lltracerecording.h SL-16606: Add profiler category STATS 2022-01-14 11:50:21 -08:00
lltracethreadrecorder.cpp SL-16606: Add profiler category STATS 2022-01-14 11:50:22 -08:00
lltracethreadrecorder.h
lltreeiterators.h
llunits.h
llunittype.h Merge viewer-eep 2018-09-22 00:42:04 +02:00
lluri.cpp Merge branch 'master' of https://bitbucket.org/Ansariel/phoenix-firestorm 2021-05-25 09:11:03 +02:00
lluri.h Merge viewer-neko 2019-04-15 12:40:44 +02:00
lluriparser.cpp SL-14597 Fixed deprecated function and added signal handling 2021-01-21 11:59:27 +00:00
lluriparser.h Merge branch 'DRTVWR-515-maint' of https://bitbucket.org/lindenlab/viewer 2021-02-02 00:16:25 +01:00
lluuid.cpp Merge branch 'master' of https://vcs.firestormviewer.org/phoenix-firestorm 2021-12-16 09:49:35 +01:00
lluuid.h clean up excessive and pointless tracy annotation 2022-06-05 16:47:33 +01:00
llwin32headers.h
llwin32headerslean.h
llworkerthread.cpp SL-10291 Replace apr_mutex with standard C++11 functionality 2019-01-14 22:04:44 +02:00
llworkerthread.h DRTVWR-494: Use std:🧵:id for LLThread::currentID(). 2020-03-25 15:28:17 -04:00
lockstatic.h DRTVWR-494: Move explanatory comments from LLSingleton to LockStatic. 2020-03-25 15:28:17 -04:00
mutex.h DRTVWR-494: Encapsulate redundant VS boilerplate around <mutex>. 2020-03-25 15:28:17 -04:00
stdtypes.h SL-16207: Update llstring.h handling of different string types. 2021-10-27 13:01:37 -04: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-16400: Add ThreadPool::start() method, and call it. 2021-11-23 20:39:32 -05:00
threadpool.h SL-16400: Add ThreadPool::start() method, and call it. 2021-11-23 20:39:32 -05:00
threadsafeschedule.h Prevent RVO elision 2022-08-01 14:21:17 +02:00
timer.h
tuple.h SL-16024: Introduce tuple.h with tuple_cons(), tuple_cdr(). 2021-10-04 11:48:58 -04:00
u64.cpp
u64.h
workqueue.cpp SL-16606: Add profiler category THREAD 2022-01-14 11:50:21 -08:00
workqueue.h DRTVWR-546, SL-16220, SL-16094: Undo previous glthread branch revert. 2021-11-24 10:47:54 -05:00