aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/compile_commands.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker2019-03-191-1/+6
| | | | 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.
* 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵bloodstalker2018-02-111-1/+1
| | | | here and there
* added obfuscator, some minor changes made to load.py so it would be easier ↵bloodstalker2017-11-111-0/+7
to call python scripts from lua, general changes for a new project