tracy/server
Bartosz Taudul c2926f2a0d Store custom strings as const char*, not std::string.
It would seem that std::string is not moved, but copied, thus
invalidating the pointer.
2017-09-27 02:36:14 +02:00
..
TracyCharUtil.hpp Add character utilities. 2017-09-27 02:35:59 +02:00
TracyEvent.hpp Zone text (custom string) transfer. 2017-09-27 02:18:17 +02:00
TracyImGui.hpp Add ImVec2 operator-. 2017-09-18 02:16:35 +02:00
TracyMemory.cpp Be conformant with standard. 2017-09-22 22:16:18 +02:00
TracyMemory.hpp Track server memory usage. 2017-09-17 01:22:46 +02:00
TracySlab.hpp Proper initialization order. 2017-09-22 22:25:18 +02:00
TracyVector.hpp Implement tracy::Vector::erase(). 2017-09-25 23:11:56 +02:00
TracyView.cpp Store custom strings as const char*, not std::string. 2017-09-27 02:36:14 +02:00
TracyView.hpp Store custom strings as const char*, not std::string. 2017-09-27 02:36:14 +02:00