Commit Graph

53 Commits

Author SHA1 Message Date
Daniel Godas-Lopez
cf05e118d5 added cygwin targets to the script and made cross-win* targets explicit 2013-11-29 10:09:50 +08:00
Daniel Godas-Lopez
0f7c4325dd unified the targets for *nix and windows 2013-11-29 10:09:37 +08:00
danghvu
7545b9b2b6 Correct main Makefile back 2013-11-28 10:18:02 -06:00
danghvu
4891dba953 Merge remote-tracking branch 'upstream/master' 2013-11-28 10:17:22 -06:00
danghvu
686fdf6d54 Fix a bug on machine without jna cannot make clean 2013-11-28 10:08:15 -06:00
Nguyen Anh Quynh
d7dbccd05e Removed a couple of inoffensive compiler warnings. By Daniel Godas-Lopez 2013-11-28 23:15:34 +08:00
Nguyen Anh Quynh
fe6ced47c4 quick hack to disable clean method of java binding. this enables 'make clean' work again on non-java machine 2013-11-28 18:16:12 +08:00
Hoang-Vu Dang
a08d2cef6f Merge pull request #9 from danghvu/master
Shorten tests/Makefile
2013-11-28 01:08:45 -08:00
danghvu
2e19d93db8 More generic name for *nix target 2013-11-28 03:06:31 -06:00
danghvu
a0f93bd4ca Shorten tests/Makefile 2013-11-28 02:46:15 -06:00
Nguyen Anh Quynh
741a9de722 arm: print immediate as 32bit rather than 64bit number. fix the bug reported by LongLD 2013-11-28 16:02:35 +08:00
Nguyen Anh Quynh
5aeeb2c569 update .gitignore to ignore bunch of files 2013-11-28 15:45:57 +08:00
Hoang-Vu Dang
7143f8ab8f Merge pull request #6 from danghvu/master
Consistency of test output for binding and core
2013-11-27 23:05:10 -08:00
Nguyen Anh Quynh
f10be9bb9d x86: fix an overflow bug reported by Pancake 2013-11-28 15:04:43 +08:00
danghvu
c4325f8593 Add remaining untested functions 2013-11-28 01:02:17 -06:00
danghvu
71e1c4f9fa More verbose Java binding Makefile 2013-11-28 00:36:19 -06:00
pancake
7fff908f94 Do not let the archive grow 2013-11-28 14:27:44 +08:00
pancake
ad3cbaf5d4 Use proper Makefile targets in tests 2013-11-28 14:15:55 +08:00
danghvu
bad54f32c0 Fix java binding for 32-bit 2013-11-28 06:56:03 +01:00
danghvu
1a7c449a72 Fix python test output, same as core test 2013-11-27 22:51:11 -06:00
danghvu
f3ef69673a Fix java binding test, output the same as core test 2013-11-27 21:41:17 -06:00
Nguyen Anh Quynh
cbaa37ec6f Merge branch 'radare'
Build static lib & fixes for Makefile. By pancake.
2013-11-28 10:17:26 +08:00
Nguyen Anh Quynh
236f226d33 Merge branch 'master' of https://github.com/radare/capstone into radare 2013-11-28 10:12:25 +08:00
Nguyen Anh Quynh
46e8ca808a correct typos in COMPILE 2013-11-28 10:10:50 +08:00
Nguyen Anh Quynh
7d1a50b594 Merge pull request #4 from argp/argp-dev
Small documentation fix for installation paths
2013-11-27 17:25:16 -08:00
danghvu
f86a7d5696 Packaging java binding 2013-11-27 15:09:07 -06:00
danghvu
b598c7d6ca Improve Java speed 2013-11-27 14:38:53 -06:00
danghvu
7b08804440 Fix partially inconsistent output from java binding 2013-11-27 10:58:31 -06:00
danghvu
72a196e565 Add a Makefile for testing binding 2013-11-27 10:00:13 -06:00
Nguyen Anh Quynh
001850cd98 python: delete orphan files 2013-11-27 23:01:56 +08:00
pancake
02cad6ec9f Use standard DESTDIR/PREFIX and some Makefile cleanup 2013-11-27 15:38:44 +01:00
pancake
f1cbce26de Add 'archive' target to build static library 2013-11-27 15:31:26 +01:00
Hoang-Vu Dang
29b59f2e12 Merge pull request #2 from danghvu/master
Refactor java binding, remove offset dependency
2013-11-27 06:30:55 -08:00
Nguyen Anh Quynh
b782cdc80d update CREDITS 2013-11-27 22:29:29 +08:00
Nguyen Anh Quynh
4992959c35 update CREDITS 2013-11-27 22:19:58 +08:00
Nguyen Anh Quynh
18ebd80d65 add more details into HACK file 2013-11-27 21:29:12 +08:00
Nguyen Anh Quynh
3e83cd330c update CREDITS 2013-11-27 21:24:39 +08:00
Patroklos Argyroudis
a6503fec8d Small documentation fix for installation paths 2013-11-27 14:25:34 +02:00
Nguyen Anh Quynh
84243cd1fe update CREDITS 2013-11-27 18:03:59 +08:00
Nguyen Anh Quynh
4ecb3ff84a double credits for our hero The Grugq :-) 2013-11-27 17:00:32 +08:00
Nguyen Anh Quynh
bdbde1f768 using spaces for indentation for HACK 2013-11-27 17:00:06 +08:00
Nguyen Anh Quynh
6c85e5a962 update CREDITS.TXT to credit beta-testers 2013-11-27 16:15:38 +08:00
danghvu
5f495529b0 Refactor java binding, remove offset dependency 2013-11-27 02:13:32 -06:00
Nguyen Anh Quynh
d02474c66b Makefile: another fix for cross-compiling for Windows with Mingw 2013-11-27 15:37:10 +08:00
Nguyen Anh Quynh
3eb9ac9bb9 mingw doesnt accept .errno of cs_struct. this fixes make it happy, and enable Windows cross-compile again 2013-11-27 15:24:47 +08:00
Nguyen Anh Quynh
ec74555220 Merge branch 'master' of https://github.com/aquynh/capstone 2013-11-27 14:33:45 +08:00
Nguyen Anh Quynh
1ae38dbc62 add HACK file 2013-11-27 14:33:13 +08:00
danghvu
35855b5b93 Fix indentation consistency 2013-11-26 22:42:30 -06:00
danghvu
6a6947f729 initial commit for java binding 2013-11-26 22:28:41 -06:00
Nguyen Anh Quynh
26ee41aa67 initial import 2013-11-27 12:11:31 +08:00