From a9579788f206d29a750209796a72c30f2acc57a8 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 22 Jun 2017 21:26:00 +0430 Subject: added a part where i list the libraries used by mutator --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 166981b..a40b53a 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,16 @@ Misra 2012 support will be added in the future.
Also a note regarding building the LLVM libraries. It is safer to build the libraries with clang++ if youre going to later use those libraries with clang++(you can get the distro version of clang from your distro's repo). The same applies to g++.
The master branch is the dev version. Release versions will be forked.
Doxygen comments will be added later on.
-The XML reports use [TinyXML-2](https://github.com/leethomason/tinyxml2). It is lighweight and fast and the license suits the mutator project.
-The JSON reports use [JSON](https://github.com/nlohmann/json) by [nlohmann](https://github.com/nlohmann).
+ +### Acknowledgements +Project mutator uses the following cool libraries: +* [SaferCPP](https://github.com/duneroadrunner/SaferCPlusPlus) +* [TinyXML2](https://github.com/leethomason/tinyxml2) +* [JSON](https://github.com/nlohmann/json) +* [LLVM/Clang](http://llvm.org) +* [Linenoise](https://github.com/antirez/linenoise) +* [Lua](https://github.com/lua/lua) +* [LuaJIT](https://github.com/LuaJIT/LuaJIT) ### Feedback If you run into an issue please raise one here or just contact me with proper information(including source code that causes the issue if there is any).
-- cgit v1.2.3