Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
a22d300c571809ca5deceac7b8288095cd09b18e
/
config.mk
86e8450
renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt
by baguette
· 10 years ago
52a8d2a
enable disabled archs
by Nguyen Anh Quynh
· 10 years ago
c80d840
add XCore architecture
by Nguyen Anh Quynh
· 10 years ago
927fcbc
Makefile: make it possible to avoid building static/shared library
by Ole André Vadla Ravnås
· 11 years ago
e31327d
rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options
by Nguyen Anh Quynh
· 11 years ago
dc09a9a
allow user to customize USE_SYS_DYN_MEM, DIET & X86_REDUCE when compile with make.sh, so there is no need to edit config.mk
by Nguyen Anh Quynh
· 11 years ago
4f2049b
allow to set archs to be compiled in from environment variable CAPSTONE_ARCHS
by Nguyen Anh Quynh
· 11 years ago
6d3c711
correct config.mk since X86-reduce now supports VMX/SVM
by Nguyen Anh Quynh
· 11 years ago
477c568
config.mk: set X86_REDUCE back to 'no' as default value
by Nguyen Anh Quynh
· 11 years ago
59b5489
x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake
by Nguyen Anh Quynh
· 11 years ago
5fbcc9e
config.mk: add more instruction for X86 compact mode
by Nguyen Anh Quynh
· 11 years ago
01d8a49
config.mk: explain all the shortnames of X86 instruction sets to be removed for x86-compact
by Nguyen Anh Quynh
· 11 years ago
9518148
add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change
by Nguyen Anh Quynh
· 11 years ago
48a14ca
add SystemZ arch
by Nguyen Anh Quynh
· 11 years ago
05e2713
core: add Sparc arch
by Nguyen Anh Quynh
· 11 years ago
b6ece8d
fix typo for vsnprintf in config.mk
by Nguyen Anh Quynh
· 11 years ago
838b378
minor fixes for config.mk
by Nguyen Anh Quynh
· 11 years ago
d03edf4
add more instructions to config.mk
by Nguyen Anh Quynh
· 11 years ago
833823a
config.mk: add missing vnsprintf() to list of dyn memory management functions
by Nguyen Anh Quynh
· 11 years ago
951e8e5
minor fix on instructions for config.mk
by Nguyen Anh Quynh
· 11 years ago
3b53fc4
Add a comment for config.mk saying we build all archs by default
by Nguyen Anh Quynh
· 11 years ago
d5ca145
minor fix for config.mk
by Nguyen Anh Quynh
· 11 years ago
86ac7ea
fix for config.mk
by Nguyen Anh Quynh
· 11 years ago
7e5a6b5
config.mk: move more popular options to the top, less to the bottom
by Nguyen Anh Quynh
· 11 years ago
a1b740f
more comment updated in config.mk regarding the 'diet' mode
by Nguyen Anh Quynh
· 11 years ago
9ff0990
fix comments in config.mk regarding the 'diet' mode
by Nguyen Anh Quynh
· 11 years ago
fc83a43
add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40%
by Nguyen Anh Quynh
· 11 years ago
f6060b8
x86: compress Opcode tables to make data size 3 times smaller. this is without performance sacrifice by using some extra index tables
by Nguyen Anh Quynh
· 11 years ago
cf4df4b
some minor fixes for config.mk
by Nguyen Anh Quynh
· 11 years ago
59492c2
enable system's my_malloc/calloc/realloc/free via compile time option
by Nguyen Anh Quynh
· 11 years ago
0f9cb0f
fix English in config.mk
by Nguyen Anh Quynh
· 11 years ago
f954f87
initialize all_arch in constructors
by Nguyen Anh Quynh
· 11 years ago
0877747
cs_version() can accept NULL arguments. this is useful if you dont care about major/minor, but only want to get returned combined version
by Nguyen Anh Quynh
· 11 years ago
5219f64
make it less error-prone to handle config.mk
by Nguyen Anh Quynh
· 11 years ago
2c5ba2a
Revert to allow multiple arch compilations
by danghvu
· 11 years ago
00f01f1
add comments for config.mk
by Nguyen Anh Quynh
· 11 years ago
02db488
Either all arch or only one of them
by danghvu
· 11 years ago
6f52bf9
Move arch config into config.mk
by danghvu
· 11 years ago