Commit Graph

823 Commits

Author SHA1 Message Date
pancake 066791e28e Use relative path in versioned symlink lib 2014-03-25 06:48:33 +08:00
Nguyen Anh Quynh 477e6bffb5 Makefile: do not need to calculate UNAME_S two times 2014-03-24 10:25:22 +08:00
Oliver Pinter 3bb71e735a build: added DragonFly BSD
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-24 10:20:21 +08:00
Oliver Pinter dc5a2b1cc4 build: simplify
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-24 10:20:04 +08:00
Oliver Pinter f784b26714 port FreeBSD commit over 2014-03-24 10:19:51 +08:00
Oliver Pinter f01fb5be6a build: improve build
* on FreeBSD systems lib and libdata directory differs
* rename INSTALL_LIBRARY to INSTALL_LIB, see details in
  http://www.freebsd.org/doc/en/books/porters-handbook/install.html

Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-24 10:11:30 +08:00
Nguyen Anh Quynh 003c2608fc arm64, mips, x86: print -9, not -0x9 2014-03-20 15:39:41 +08:00
Nguyen Anh Quynh 822df9aece arm64: print label & offset in hex format for negative numbers 2014-03-20 15:30:21 +08:00
Nguyen Anh Quynh e189152342 x86: flag short instruction with missing SIB byte as broken one. ported from upstream. bug reported by @longledinh 2014-03-20 14:15:33 +08:00
Nguyen Anh Quynh 9ef5f395ae Makefile: remove old libs before installing 2014-03-18 09:29:50 +08:00
Nguyen Anh Quynh 38c097bb2f Merge branch 'master' of https://github.com/aquynh/capstone 2014-03-18 09:28:58 +08:00
Nguyen Anh Quynh 9361e91f0c link version lib to .so file for Linux 2014-03-17 17:31:33 +08:00
Nguyen Anh Quynh 21402b1fd4 Merge branch 'master' of https://github.com/aquynh/capstone 2014-03-17 11:34:36 +08:00
Nguyen Anh Quynh 017f184038 fix soname for Linux - get it right now 2014-03-17 11:30:10 +08:00
Nguyen Anh Quynh 5e747ead5c Merge pull request #81 from opntr/package-2.1.1
FreeBSD Package 2.1.1
2014-03-16 22:55:10 +08:00
Oliver Pinter 0a533c2f18 capstone: updated tests/Makefile for FreeBSD package
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-14 17:56:35 +01:00
Oliver Pinter 9c17124ec1 capstone: updated Makefile for FreeBSD packages
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-14 17:42:35 +01:00
Oliver Pinter 77638708fc capstone: updated package for FreeBSD
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-14 17:20:12 +01:00
Nguyen Anh Quynh 6427712d91 Merge branch 'master' of https://github.com/aquynh/capstone 2014-03-13 21:53:41 +08:00
Nguyen Anh Quynh 69841d20c9 package: update Brew formula 2014-03-11 17:29:11 +08:00
Nguyen Anh Quynh fcfca88418 package: update Macports for 2.1.1 2014-03-10 23:42:56 -07:00
Nguyen Anh Quynh 1ed8bb6cad typo 2014-03-10 23:14:30 -07:00
Nguyen Anh Quynh e068b6c1af package: update Macports to upstream package 2014-03-10 22:47:25 -07:00
Nguyen Anh Quynh e59be46714 delete some orphan files 2014-03-11 12:37:03 +08:00
Nguyen Anh Quynh 22b867e754 package: upgrade Brew package to 2.1.1 2014-03-11 12:36:31 +08:00
Nguyen Anh Quynh 2813a18615 package: update Brew formula to upstream version 2014-03-11 12:35:38 +08:00
Nguyen Anh Quynh f4f7253cdb make dist should also generate ZIP file 2014-03-11 12:29:16 +08:00
Nguyen Anh Quynh a96d25ed45 update ChangeLog & RELEASE_NOTES for 2.1.1 2014-03-11 11:41:09 +08:00
Nguyen Anh Quynh a5f42cf59e fix soname to use CS_API_MAJOR for library versioning (linux) 2014-03-11 11:34:28 +08:00
Nguyen Anh Quynh 56db6390ec update for 2.1.1 stable release 2014-03-11 11:24:46 +08:00
Nguyen Anh Quynh abd77900b9 fix soname 2014-03-11 10:33:55 +08:00
Nguyen Anh Quynh c79ad392fb set proper SONAME to libray versioning 2014-03-11 10:20:23 +08:00
Nguyen Anh Quynh 25dc23d085 indentation for ppc.h 2014-03-10 11:59:56 +08:00
Nguyen Anh Quynh de319f8f95 cleanup x86.h & mips.h (C-IMM) 2014-03-10 11:59:46 +08:00
Nguyen Anh Quynh 448648f821 ppc: correct a comment on IMM operand in ppc.h 2014-03-10 11:59:32 +08:00
Nguyen Anh Quynh c77cf3a18f only turn off some string check functions with _FORTIFY_SOURCE=0 for OSX when USE_SYS_DYN_MEM=yes 2014-03-07 22:06:51 +08:00
Nguyen Anh Quynh b6ece8d861 fix typo for vsnprintf in config.mk 2014-03-07 21:46:45 +08:00
Nguyen Anh Quynh d9669cb51a Merge branch 'master' into next 2014-03-07 17:16:15 +08:00
Nguyen Anh Quynh 3ff259c0ec support -extra level version for pkgconfig. this is useful when we release bugfix version 2014-03-07 17:11:18 +08:00
Nguyen Anh Quynh 714aa91ebb core: fix warning bugs on unused vars introduced by the last commit 2014-03-07 13:50:55 +08:00
Nguyen Anh Quynh 942362e36e core: fix warning bugs on unused vars introduced by the last commit 2014-03-07 13:50:33 +08:00
Nguyen Anh Quynh 0adacf18b1 Merge pull request #80 from radare/c99
Avoid c99 features
2014-03-07 12:01:42 +08:00
pancake 8ef059f370 Avoid c99 features 2014-03-07 03:47:58 +01:00
Nguyen Anh Quynh 5ee2b45518 core: reduce insn_cache's size when USE_SYS_DYN_MEM, not on CAPSTONE_DIET 2014-03-07 08:40:35 +08:00
Nguyen Anh Quynh c76d8d03ba remove string check & stack protector when compiling diet engine 2014-03-06 23:19:26 +08:00
Nguyen Anh Quynh 2340eb5182 Merge branch 'next' of https://github.com/aquynh/capstone into next 2014-03-06 22:40:44 +08:00
Nguyen Anh Quynh 034a7487c0 core: C99 fix for cs_disasm_ex() 2014-03-06 22:40:08 +08:00
Nguyen Anh Quynh cbaf913d68 arm: fix a bug in getting data from input buffer of Thumb: bail out if not enough data 2014-03-06 21:50:45 +08:00
Nguyen Anh Quynh 1514d5ca0c ppc: cleaning up 2014-03-06 14:04:45 +08:00
Nguyen Anh Quynh 1c68ab9293 cleaning up unused code 2014-03-06 12:41:28 +08:00