User Activity

  • Imported Code on erhe
  • Posted a comment on discussion Development on cppcheck

    Here is my code: #if _MSC_VER #define FATAL(format, ...) do { fmt::print("{}:{} " format, __FILE__, __LINE__, ##__VA_ARGS__); DebugBreak(); abort(); } while (1) #define VERIFY(expression) do { if (!(expression)) { FATAL("assert {} failed in {}", #expression, __func__); } } while (0) #else #define FATAL(format, ...) do { fmt::print("{}:{} " format, __FILE__, __LINE__, ##__VA_ARGS__); __builtin_trap(); __builtin_unreachable(); } while (1) #define VERIFY(expression) do { if (!(expression)) { FATAL("assert...

View All

Personal Data

Username:
tksuoran
Joined:
2000-08-24 11:24:04
Location:
Helsinki / Finland / EEST
Gender:
Male

Projects

This is a list of open source software projects that Timo K Suoranta is associated with:

  • RenderStack   Last Updated:
  • Teddy   Last Updated:
  • erhe C++ library for modern OpenGL experiments Last Updated:
  • glElite   Last Updated:

Personal Tools