Nguyen Anh Quynh
ae02bf1c5d
cstool: compile with CMake using CMakeLists.txt in root dir
8 years ago
Nguyen Anh Quynh
f7ff8f6b6e
cstool: support CMake
8 years ago
Nguyen Anh Quynh
b158b93a7d
remove myinttypes.h
9 years ago
Nguyen Anh Quynh
33bf2d11b9
bump version to 3.0.4
10 years ago
Nguyen Anh Quynh
1bfa480f74
bump version to 3.0.3
10 years ago
learn_more
caf47a5678
Include common headers in cmake projects.
10 years ago
learn_more
6e76037638
small mixup
10 years ago
learn_more
0749930bea
missed option
10 years ago
learn_more
317682bbc4
Include the headers per arch
...
add missing x86 c file.
rename SOURCES_CORE to SOURCES_ENGINE (to avoid confusion with XCore)
Group files in visual studio solution.
10 years ago
learn_more
9592a4cea6
missing c file.
10 years ago
learn_more
43f8ac1bce
split cmake sources out in groups.
...
fix indenting to be consistent.
10 years ago
learn_more
455fa062b0
whitespace, as requested.
10 years ago
learn_more
c85e3c364e
Change msvc ImportLib for static target to 'capstone_dll.lib'
...
This is the same as e268f46
changed in the vcxproj file.
10 years ago
reverser
bcf09f440d
Add support to embed Capstone into OS X kernel extensions.
10 years ago
Nguyen Anh Quynh
cd3d186944
bump version to 3.0.2 for next stable release
10 years ago
Nguyen Anh Quynh
4822f99190
CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME
10 years ago
Nguyen Anh Quynh
e4c0f6c1f6
CMake: bump version to 3.0.1
10 years ago
flyingsymbols
d91f964d40
* Fixed bug in Thumb2 pop caused by me incorrectly assuming that
...
ARM_SP == 13, ARM_LR == 14, and ARM_PC == 15, which is not the case
* updated CMakeLists to include building arm regression test
* added explicit casts for 64 bit visual studio 2012 build to get around
truncation warnings from size_t conversion
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.
...
Removed definition of CAPSTONE_STATIC from capstone.h due to dllimport only really being a performance optimization while CAPSTONE_SHARED is only needed when building the shared version 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