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 |
Nguyen Anh Quynh
|
910a4df9a3
|
tests: compile without -O3 flag. this is to make it easier to maintain FreeBSD package
|
10 years ago |
Ole André Vadla Ravnås
|
ffc8aaa38a
|
Fix minor style inconsistency
|
11 years ago |
Ole André Vadla Ravnås
|
b202b914f9
|
Simplify universal builds by relying on the linker to do the right thing
|
11 years ago |
Ole André Vadla Ravnås
|
6583f069a7
|
Fix universal build support for Mac and iOS
|
11 years ago |
Nguyen Anh Quynh
|
8c0ab867a1
|
rename CCLD to LINK
|
11 years ago |
Nguyen Anh Quynh
|
0936b56c54
|
rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib for Windows platform
|
11 years ago |
Nguyen Anh Quynh
|
c80d840ffc
|
add XCore architecture
|
11 years ago |
Nguyen Anh Quynh
|
76087d2c33
|
rename static library extension to .lib for cross-windows building
|
11 years ago |
Nguyen Anh Quynh
|
595386c668
|
do not overwrite LDFLAGS in tests/Makefile
|
11 years ago |
danghvu
|
80c8c1f05c
|
Remove unneeded -fPIC in tests
|
11 years ago |
danghvu
|
6150a72596
|
Initialize CFLAGS and LDFLAGS properly for test
|
11 years ago |
Nguyen Anh Quynh
|
58a0047d43
|
Makefile: put common functions into functions.mk
|
11 years ago |
Ole André Vadla Ravnås
|
927fcbcf88
|
Makefile: make it possible to avoid building static/shared library
|
11 years ago |
Ole André Vadla Ravnås
|
f536d4014b
|
Makefile: implement a "silent rules" approach
The old behavior is still available through `make V=1`. This is similar
to the Linux kernel and newer versions of automake.
|
11 years ago |
Ole André Vadla Ravnås
|
7a7343945d
|
Makefile: allow `BUILDDIR` to be a relative path
|
11 years ago |
Ole André Vadla Ravnås
|
544ba8bf0b
|
Makefile: fix implicit rule pre-requisite
|
11 years ago |
Ole André Vadla Ravnås
|
c920daff13
|
Makefile: fix out-of-tree build regression
Because `BUILDDIR` may be an absolute path.
|
11 years ago |
Nguyen Anh Quynh
|
5519a68812
|
Makefile: fix clean targets and put all test binaries under BUILDIR/tests/
|
11 years ago |
Ole André Vadla Ravnås
|
35f937d2db
|
Adapt core build system to allow building out-of-tree
Simply define `BUILDDIR` to where you would like build output to go.
|
11 years ago |
Nguyen Anh Quynh
|
c82581992a
|
tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore
|
11 years ago |
Nguyen Anh Quynh
|
8abb345ea9
|
tests: only compile tests for selected archs. bug reported by @osxreverser
|
11 years ago |
Nguyen Anh Quynh
|
48a14ca4ce
|
add SystemZ arch
|
11 years ago |
Nguyen Anh Quynh
|
05e27138ae
|
core: add Sparc arch
|
11 years ago |
Nguyen Anh Quynh
|
d80cede9a3
|
last change to support BSD broke cross-comple. fix Makefile so cross-compile work again
|
11 years ago |
opn
|
73b6068ba0
|
build: switch from hardcoded gcc to default c compiler
modified: tests/Makefile
Signed-off-by: Oliver Pinter <op@crysys.hu>
|
11 years ago |
Nguyen Anh Quynh
|
bdd1e340dd
|
remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option
|
11 years ago |
Nguyen Anh Quynh
|
d159a03f23
|
tests: proper extensions for newly added static executables
|
11 years ago |
danghvu
|
78647863a5
|
Add test binary for static link
|
11 years ago |
Nguyen Anh Quynh
|
f1d489b949
|
ppc: support details information
|
11 years ago |
Nguyen Anh Quynh
|
e29eaf9cbb
|
tests: use LDFLAGS to link test files - this is to make Gentoo happy
|
11 years ago |
Nguyen Anh Quynh
|
7adb0bb969
|
tests: use LDFLAGS to link test files - this is to make Gentoo happy
|
11 years ago |
Nguyen Anh Quynh
|
91679cdb60
|
tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov
|
11 years ago |
Nguyen Anh Quynh
|
0d001bb1ef
|
tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov
|
11 years ago |
Nguyen Anh Quynh
|
b2adb18802
|
tests: dummy setup LDFLAGS for Gentoo
|
11 years ago |
Nguyen Anh Quynh
|
34ce2a5325
|
tests: dummy setup LDFLAGS for Gentoo
|
11 years ago |
Nguyen Anh Quynh
|
4ca85111f6
|
tests: do not use -L option for clang
|
11 years ago |
Daniel Godas-Lopez
|
9286504347
|
now the clean target deletes all binaries from all targets
|
11 years ago |
Daniel Godas-Lopez
|
0f7c4325dd
|
unified the targets for *nix and windows
|
11 years ago |
danghvu
|
2e19d93db8
|
More generic name for *nix target
|
11 years ago |
danghvu
|
a0f93bd4ca
|
Shorten tests/Makefile
|
11 years ago |
pancake
|
ad3cbaf5d4
|
Use proper Makefile targets in tests
|
11 years ago |
Nguyen Anh Quynh
|
26ee41aa67
|
initial import
|
11 years ago |