tracy/client
ikrima 707117c04f Build sanitization & Static analysis warning fixes
- Wrapping FORCEINLINE & WIN32_LEAN_AND_MEAN definess with ifndef bc other libraries may define it and trigger redefinition warning
- Possibly contentious given tone in the manual (:P) but removing variable shadowing in TracySysTrace.cpp
  - Alternate Solution: Add #define TRACY_FORCE_SILENT_WARNINGS toggle-able flag. If flag is enabled, push/pop warning disables that have to be included in client code
2020-05-02 14:52:57 -07:00
..
tracy_concurrentqueue.h Greatly increase queue block size. 2020-03-01 01:15:13 +01:00
tracy_rpmalloc.cpp Build sanitization & Static analysis warning fixes 2020-05-02 14:52:57 -07:00
tracy_rpmalloc.hpp Update rpmalloc to 1.4.0. 2020-03-01 01:02:25 +01:00
TracyArmCpuTable.hpp Update fun list of iDevices. 2020-02-10 16:13:32 +01:00
TracyCallstack.cpp Don't declare unused variables on cygwin. 2020-04-07 21:41:12 +02:00
TracyCallstack.h Use libbacktrace on BSD. 2019-11-21 20:41:57 +01:00
TracyCallstack.hpp Add code address to function, line decoder. 2020-04-01 21:41:33 +02:00
TracyDxt1.cpp Compress full-quality DXT1 on AVX2 path. 2020-04-05 17:10:43 +02:00
TracyDxt1.hpp Experimental DXT1 compressor. 2019-06-27 19:14:51 +02:00
TracyFastVector.hpp Zero capacity is invalid. 2020-02-24 23:04:53 +01:00
TracyLock.hpp Fix typo. 2020-03-08 14:19:08 +01:00
TracyProfiler.cpp Fix typo. 2020-04-24 00:55:57 +02:00
TracyProfiler.hpp Optimize non-native-size memcpy. 2020-04-13 13:45:21 +02:00
TracyScoped.hpp Don't retrieve connection id, if zone is not active. 2020-01-25 17:21:30 +01:00
TracySysTime.cpp Implement reading sys time on BSD. 2019-11-21 20:41:57 +01:00
TracySysTime.hpp Implement reading sys time on BSD. 2019-11-21 20:41:57 +01:00
TracySysTrace.cpp Build sanitization & Static analysis warning fixes 2020-05-02 14:52:57 -07:00
TracySysTrace.hpp Store sampling period. 2020-02-25 23:08:52 +01:00
TracySysTracePayload.hpp Embed precompiled tracy_systrace for android. 2019-09-27 15:50:58 +02:00
TracyThread.hpp Use native windows threads on cygwin, mingw. 2019-11-06 01:42:14 +01:00