- Separated Platform and Compiler Dependent Behaviour into CMake scripts
- Implemented Basic Platform Interfaces
- Implemented partial Linux platform and Wayland Display.
- Implemented Dependencies for the above
- map
- set
- optional
- pair
TODO: threading
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// =====================================================================================================================
|
||||
|
||||
#include <stdio.h>
|
||||
//#include <cpptrace/cpptrace.hpp>
|
||||
#include <cpptrace/cpptrace.hpp>
|
||||
|
||||
void __assert_callback(const char* expression, const char* file, int line, const char* function, const char* description)
|
||||
{
|
||||
@@ -28,5 +28,5 @@ void __assert_callback(const char* expression, const char* file, int line, const
|
||||
"At %s:%d in %s \n"
|
||||
"Description: %s \n",
|
||||
expression, file, line, function, description);
|
||||
// cpptrace::generate_trace(2).print();
|
||||
cpptrace::generate_trace(2).print();
|
||||
}
|
||||
Reference in New Issue
Block a user