1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00
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
..
2020-03-01 01:02:25 +01:00
2019-11-21 20:41:57 +01:00
2019-06-27 19:14:51 +02:00
2020-02-24 23:04:53 +01:00
2020-03-08 14:19:08 +01:00
2020-04-24 00:55:57 +02:00
2020-02-25 23:08:52 +01:00