34 Commits (653696e2876967b068aec300947380561a7b81b1)

Author SHA1 Message Date
learn_more 3ff5dc5faf Also include the common headers. 10 years ago
learn_more b68d6a9b01 Split headers and source in CMake 10 years ago
learn_more 21a26950ac whitespace, as requested. 10 years ago
learn_more 147d95b6ce Change msvc ImportLib for static target to 'capstone_dll.lib' 10 years ago
reverser 160e198584 Add support to embed Capstone 3.x branch into OS X kernel extensions. 10 years ago
Nguyen Anh Quynh 70453c8b1e CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME 10 years ago
Nguyen Anh Quynh c0f69e1f5b CMake: bump version to 4.0 10 years ago
flyingsymbols d91f964d40 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that 10 years ago
Nguyen Anh Quynh a8fd71f406 CMake: fix option CAPSTONE_X86_ATT_DISABLE. bug reported by Yegor Derevenets 10 years ago
Nguyen Anh Quynh 0a2eca7c6c modify API cs_disasm_iter() and add new API cs_malloc(). also adds sample code test_iter.c 10 years ago
Yegor Derevenets ebc4ced3cf Fixed a typo in a CMake option name 10 years ago
Yegor Derevenets 17176cd838 platform.h must be also installed 10 years ago
Yegor Derevenets b4d78d916e Added CAPSTONE prefix to CMake options 10 years ago
Nguyen Anh Quynh d17e28c7de cmake: rename static library libcapstone.lib to capstone.lib 10 years ago
baguette 86e845056d renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt 10 years ago
Ali Rizvi-Santiago 10053ba626 Modified CMakeLists.txt to re-enable support for building both static and shared versions of the library. 11 years ago
Nguyen Anh Quynh 1969b83b9b windows: expose public APIs with dllimport for user apps 11 years ago
Nguyen Anh Quynh 07c3693cf2 cmake: properly export public APIs in capstone.DLL. thanks to Daniel Pistelli for helping to fix this issue 11 years ago
Nguyen Anh Quynh d765ab21cb cmake: define macro CAPSTONE_USE_SYS_DYN_MEM when USE_DEFAULT_ALLOC is defined 11 years ago
Nguyen Anh Quynh de8c689b42 cmake: bump version 11 years ago
Nguyen Anh Quynh 758fcbe69f cmake: fix CMakeLists.txt: rename library to 'capstone' & build static/shared libs in unified way. patch by Daniel Pistelli 11 years ago
Nguyen Anh Quynh ecc5ffb16c cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency 11 years ago
Nguyen Anh Quynh 7343848662 cmake: build shared library libcapstone & static library libcapstone_static 11 years ago
Nguyen Anh Quynh a71a27b87f cmake: only compile X86ATTInstPrinter.c in non-diet mode 11 years ago
Nguyen Anh Quynh 56e4efdc35 cmake: cleanup 11 years ago
Nguyen Anh Quynh 6a899ff8d4 cmake: add test_skipdata 11 years ago
Nguyen Anh Quynh cfc691e659 cmake: X86_REDUCE is OFF by default 11 years ago
Nguyen Anh Quynh 31ec542111 cmake: support X86_REDUCE mode 11 years ago
Nguyen Anh Quynh e7f251bfee cmake: Diet mode is OFF by default 11 years ago
Nguyen Anh Quynh d0023197eb cmake: support Sparc, SystemZ & XCore 11 years ago
Nguyen Anh Quynh 2f661e003f cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM 11 years ago
Nguyen Anh Quynh f6af50903b cmake: rename library from capstone to libcapstone 11 years ago
daniel 96ecc338ec created cmake makefile 11 years ago