summaryrefslogtreecommitdiff
path: root/api.pro
AgeCommit message (Expand)Author
2015-08-16Move qmake project files so that compilers will give the full path to files w...Rusty Wagner
2015-08-14Recognize PLT entries on x86 LinuxRusty Wagner
2015-07-28Initial implementation of type infoRusty Wagner
2015-07-10Initial implementation of low level ILRusty Wagner
2015-04-26Add serialization API for undo actions to prepare for storing in databaseRusty Wagner
2015-03-21Add assemble dialog and use nasm for x86/x86_64Rusty Wagner
2015-03-03Add a logging systemRusty Wagner
2015-02-20Initial code for generating function graphsRusty Wagner
2015-02-19Add APIs for accessing function informationRusty Wagner
2015-02-17Use c++11 config option, work on 10.7 againRusty Wagner
2015-02-17Fix Mac build, minimum is now 10.9 to allow C++11 to buildRusty Wagner
2015-02-16Add architecture plugin type, x86 plugin, and get ready for threadsRusty Wagner
2015-02-12Place API code with the associated classRusty Wagner
2015-02-05Fix Mac build and toolbar size on MacRusty Wagner
2015-02-03Refactor to allow for plugins and language bindingsRusty Wagner