tracy/client
Rokas Kupstys a931b9eaf1 HOST_NAME_MAX and LOGIN_NAME_MAX availability is not consistent across linux/android/macos platforms. However all of them do have versions of these macros with _POSIX_ prefix.
In addition to that hostname and user variables may be uninitialized in some configurations, however they are always used. Initializing these arrays fixes conditional depending on uninitialized memory warning uncovered by valgrind.
2018-12-18 17:19:03 +02:00
..
concurrentqueue.h Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
tracy_rpmalloc.cpp Minor change: adapted the spaces to tabs at the just inserted line as in tracy_rpmalloc.cpp tabs are used as indentation. 2018-08-02 11:53:04 +02:00
tracy_rpmalloc.hpp Update rpmalloc to 1.3.0. 2018-03-04 15:51:10 +01:00
TracyCallstack.cpp Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
TracyCallstack.hpp Detect glibc explicitly 2018-07-14 13:23:00 +02:00
TracyFastVector.hpp Don't mark FastVector element as used until it's ready. 2018-08-20 22:35:50 +02:00
TracyLock.hpp Add lock termination event. 2018-12-16 20:46:33 +01:00
TracyProfiler.cpp HOST_NAME_MAX and LOGIN_NAME_MAX availability is not consistent across linux/android/macos platforms. However all of them do have versions of these macros with _POSIX_ prefix. 2018-12-18 17:19:03 +02:00
TracyProfiler.hpp Don't mark FastVector element as used until it's ready. 2018-08-20 22:35:50 +02:00
TracyScoped.hpp Add possibility to explicitly avoid logging 2018-08-13 14:47:52 +02:00
TracyThread.hpp Enforce proper calling convention on x86. 2017-10-30 21:46:50 +01:00