├── CMakeLists.txt ├── LICENSE ├── README.md ├── crashlogs.cpp ├── crashlogs.h └── tests └── TestTool.cpp /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerGlaiel/Crashlogs/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerGlaiel/Crashlogs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerGlaiel/Crashlogs/HEAD/README.md -------------------------------------------------------------------------------- /crashlogs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerGlaiel/Crashlogs/HEAD/crashlogs.cpp -------------------------------------------------------------------------------- /crashlogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerGlaiel/Crashlogs/HEAD/crashlogs.h -------------------------------------------------------------------------------- /tests/TestTool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerGlaiel/Crashlogs/HEAD/tests/TestTool.cpp --------------------------------------------------------------------------------