diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-24 00:37:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-24 00:49:21 +0300 |
commit | c87a4da5e7a273a38a04b1eab8be9f69cc5bc492 (patch) | |
tree | 553d7987441fae6cd93ff296bbec5a13e07c746e | |
parent | 6709af855481c45a83155adafb6c3a888b4a1a6f (diff) | |
download | plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.gz plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.bz2 plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.tar.xz plus-c87a4da5e7a273a38a04b1eab8be9f69cc5bc492.zip |
Add debug libs into readmes.
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README.txt | 2 |
3 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,8 @@ THE MANA PLUS CLIENT Embedded libs: - catch and doctest for unit testing. + - nvwa for debug memory leaks. + - SaferCPlusPlus for debug issues in std::vector usage. Additiona run time deps: - xsel (for clipboard access, used only in SDL 1.2) @@ -36,6 +36,8 @@ Doxygen: [![doxygen](https://img.shields.io/badge/Docs-Doxygen/manaplus-blue.svg #### Embedded libs: - [catch](https://github.com/philsquared/Catch) and [doctest](https://github.com/onqtam/doctest) for unit testing. + - [nvwa](https://github.com/adah1972/nvwa) for debug memory leaks. + - [SaferCPlusPlus](https://github.com/duneroadrunner/SaferCPlusPlus) for debug issues in std::vector usage. ### Additional run time deps: - xsel (for clipboard access, used only in SDL 1.2) diff --git a/README.txt b/README.txt index a770bd9a9..e79628672 100644 --- a/README.txt +++ b/README.txt @@ -29,6 +29,8 @@ THE MANA PLUS CLIENT Embedded libs:
- catch and doctest for unit testing.
+ - nvwa for debug memory leaks.
+ - SaferCPlusPlus for debug issues in std::vector usage.
Additiona run time deps:
- xsel (for clipboard access, used only in SDL 1.2)
|