tracy/common
2020-08-11 22:37:46 +02:00
..
src-from-vcxproj.mk Factor out Unix build logic into shared files. 2020-07-31 11:08:36 -07:00
tracy_lz4.cpp Replace bsf with tzcnt. 2020-05-17 01:09:57 +02:00
tracy_lz4.hpp
tracy_lz4hc.cpp
tracy_lz4hc.hpp Update LZ4 to 1.9.1. 2019-05-01 16:53:48 +02:00
TracyAlign.hpp
TracyAlloc.hpp
TracyApi.h Add empty TRACY_API instead of using dllexport for static builds on windows. Using dllexport is not correct, because it marks APIs in static lib for export and these APIs would get exported from a DLL that links to tracy. 2020-05-05 13:23:46 +03:00
TracyColor.hpp
TracyForceInline.hpp
TracyMutex.hpp Remove benaphore, use std::mutex on cygwin. 2020-03-19 02:06:54 +01:00
TracyProtocol.hpp Reduce frame images frame index to 32 bit. 2020-07-26 13:46:05 +02:00
TracyQueue.hpp No need for lean alloc srcloc zone begin messages. 2020-07-26 14:35:04 +02:00
TracySocket.cpp Handle broken inet_ntop on old Windows SDKs. 2020-08-11 22:37:46 +02:00
TracySocket.hpp Use non-blocking connect() call. 2020-05-14 02:27:04 +02:00
TracySystem.cpp add set thread to c api 2020-08-04 11:51:48 +02:00
TracySystem.hpp Move GetThreadHandleImpl() from header to source file. 2020-02-11 14:40:49 +01:00
unix.mk Factor out Unix build logic into shared files. 2020-07-31 11:08:36 -07:00