Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-19 | updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵ | bloodstalker | 1 | -1/+1 | |
scripts for bruiser. the set methods are now working properly. i just have to figure out how I want to handle the get methods. the dev will be mostly on the codegen scripts side like for the past months for briser. if the builds returns weird results for tests or just in general, run make clean, get rid of the .depend files and rebuild again. I had that problem with obfuscator. the old compilation database was somehow bad. | |||||
2018-09-29 | with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm ↵ | bloodstalker | 1 | -2/+14 | |
8.0(latest tested:trunk 340121). we are skipping llvm 7.0. Ill keep backwards compatibility with 5.0 or 6.0 for a good while. | |||||
2018-09-27 | did some code cleanup on m0 and bruiser, now you can specify report paths ↵ | bloodstalker | 1 | -0/+37 | |
for m0, wip of dedrecating mutator.sh and mutator.py | |||||
2018-08-19 | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to ↵ | bloodstalker | 1 | -6/+5 | |
its own folder. | |||||
2018-06-09 | the codegen is working now. the generated codes will not be part of the repo ↵ | bloodstalker | 1 | -80/+34 | |
for the time being. they will be generated during the build process. | |||||
2018-04-27 | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵ | bloodstalker | 1 | -1/+1 | |
ramdump. i just need to write a luawrapper. | |||||
2017-12-16 | obfuscator should handle macro expansions just fine now, also there was no ↵ | bloodstalker | 1 | -0/+6 | |
rewriter for macro expansion so added one and added a test folder for obfuscator, also added a new method for getting the spellingloc to aux methods | |||||
2017-04-13 | added a newerv method for checking Macro expansions | bloodstalker | 1 | -1/+13 | |
2017-03-16 | moved out the report classes into a new file-mutator_report | bloodstalker | 1 | -224/+1 | |
2017-02-01 | added GPL2 license notes on top, emacs c++ recognition | bloodstalker | 1 | -0/+17 | |
2017-01-31 | added the namespace attibute to the xml report | bloodstalker | 1 | -1/+4 | |
2017-01-28 | changed a character in the report node/element name | bloodstalker | 1 | -11/+10 | |
2017-01-06 | added some more overloads | bloodstalker | 1 | -0/+52 | |
2017-01-05 | added a new overload for each report class for 19.1 | bloodstalker | 1 | -0/+25 | |
2017-01-03 | deleted a comment | bloodstalker | 1 | -1/+0 | |
2017-01-03 | finally fixed the MainOnly option | bloodstalker | 1 | -3/+3 | |
2016-12-31 | added some helper functions to support the new mutator-lvl0 cl options | bloodstalker | 1 | -1/+90 | |
2016-12-29 | took out the asserts til i figure out who and where is returning an invalid ↵ | bloodstalker | 1 | -10/+7 | |
sourcelocation in the c standard libraries. | |||||
2016-12-26 | added the json report writer implementations | bloodstalker | 1 | -2/+86 | |
2016-12-26 | included json.hpp | bloodstalker | 1 | -0/+2 | |
2016-12-24 | the path of the report now works properly. | bloodstalker | 1 | -1/+1 | |
2016-12-17 | added asserts for sourcelocation | bloodstalker | 1 | -2/+9 | |
2016-12-02 | added another overload for member function XMLAdNode to support PPCallbacks. | bloodstalker | 1 | -5/+29 | |
2016-11-30 | fixed a comment | bloodstalker | 1 | -2/+2 | |
2016-11-30 | added an overloaded member function for XMLReport to add nodes to the xml doc | bloodstalker | 1 | -9/+15 | |
2016-11-30 | added xml output support for the misra report | bloodstalker | 1 | -0/+56 | |
2016-11-04 | minor fixes | bloodstalker | 1 | -0/+2 | |
2016-11-04 | the new file will hold the auxillary code. | bloodstalker | 1 | -0/+41 | |