Commit Graph

43 Commits

Author SHA1 Message Date
Nguyen Anh Quynh
6f8bd55830 binding: add Ocaml & Java const files for TMS320C64x 2017-04-17 21:24:06 +08:00
mrexodia
9d5b81da52
ignore build directories 2016-12-16 18:43:32 +01:00
Nguyen Anh Quynh
14978f878f update .gitignore 2016-10-11 00:05:33 +08:00
Satoshi Tanda
777f0d30a6 ignore MSVC project upgrade files
Signed-off-by: Satoshi Tanda <tanda.sat@gmail.com>
2016-09-28 07:33:27 -07:00
Nguyen Anh Quynh
dabc9f2990 x86: properly handle SSE/AVX instructions 2016-07-15 20:37:19 +08:00
tandasat
45e5eab646 port Windows driver support 2016-05-11 21:48:32 -07:00
Nguyen Anh Quynh
841325f7df update .gitignore 2015-10-03 11:33:26 +08:00
Nguyen Anh Quynh
caf8ddaae8 fix conflicts 2015-09-30 11:07:22 +08:00
Alex Chernetz
e7c653fc23 [Python binding] Add capstone.egg-info to .gitignore
This directory gets created if you install using pip in editable mode.
2015-06-19 23:20:27 -07:00
Nguyen Anh Quynh
7bb3508ccb suite: move fuzz_hardness.c to suite/fuzz/ 2015-06-16 17:37:48 +08:00
Nguyen Anh Quynh
3bdc7f8488 update .gitignore for tests/test_basic 2015-06-07 15:56:34 +08:00
Nguyen Anh Quynh
0b96545f66 new option CS_OPT_MNEMONIC to customize instruction mnemonic 2015-04-26 22:54:41 +08:00
Félix Cloutier
e5e874356b Renaming inttypes.h -> myinttypes.h 2015-04-08 09:31:27 +08:00
Félix Cloutier
c488de3926 Merge branch 'next' of github.com:zneak/capstone into next
Conflicts were resolved by accepting every change from aquynh's repository.

Conflicts:
	bindings/java/capstone/Arm64_const.java
	bindings/java/capstone/Arm_const.java
	bindings/java/capstone/Mips_const.java
	bindings/java/capstone/Ppc_const.java
	bindings/java/capstone/Sparc_const.java
	bindings/java/capstone/Sysz_const.java
	bindings/java/capstone/X86_const.java
	bindings/java/capstone/Xcore_const.java
	bindings/ocaml/arm64_const.ml
	bindings/ocaml/arm_const.ml
	bindings/ocaml/mips_const.ml
	bindings/ocaml/ppc_const.ml
	bindings/ocaml/sparc_const.ml
	bindings/ocaml/sysz_const.ml
	bindings/ocaml/x86_const.ml
	bindings/ocaml/xcore_const.ml
	bindings/python/capstone/arm64_const.py
	bindings/python/capstone/arm_const.py
	bindings/python/capstone/mips_const.py
	bindings/python/capstone/ppc_const.py
	bindings/python/capstone/sparc_const.py
	bindings/python/capstone/sysz_const.py
	bindings/python/capstone/x86_const.py
	bindings/python/capstone/xcore_const.py
	include/capstone/arm.h
	include/capstone/arm64.h
	include/capstone/mips.h
	include/capstone/ppc.h
	include/capstone/sparc.h
	include/capstone/systemz.h
	include/capstone/x86.h
	include/capstone/xcore.h
	xcode/Capstone.xcodeproj/project.pbxproj
2015-03-03 23:07:46 -05:00
Nguyen Anh Quynh
d319c114db x86: more encodings for FXCH & FCOMP. also print LJUMP without * as prefix for Intel syntax. handle BOUND & FARCALL better 2014-12-26 16:49:10 +08:00
Félix Cloutier
114d0e40d8 Merge branch 'next' of git://github.com/aquynh/capstone into next 2014-10-15 02:56:28 -04:00
Nguyen Anh Quynh
d463bde653 Merge branch 'next' of https://github.com/aquynh/capstone into next 2014-10-13 07:34:34 +08:00
Nguyen Anh Quynh
a91c1994ea docs: add a link to online doc of cs_disasm_iter() 2014-10-13 07:27:16 +08:00
Jay Oster
b1119a39e5 Add tests/test_iter to .gitignore 2014-10-12 15:47:16 -07:00
Félix Cloutier
3a19a5407d Ignoring workspace files in Xcode projects. 2014-10-06 23:10:39 -04:00
Félix Cloutier
89005e0fca Changed .gitignore file to ignore xcuserdata dirs 2014-10-02 16:28:09 -04:00
Mr. eXoDia
66ca55f3c4 updated gitignore to ignore the ipch/ directory (MSVC specific) 2014-08-26 23:51:33 +08:00
Nguyen Anh Quynh
0efef5dd48 solve some conflicts when merging -next into -v3 2014-08-25 17:01:45 +08:00
Nguyen Anh Quynh
f178d69b3f update .gitignore for ocaml binaries 2014-08-19 23:11:04 +08:00
Nguyen Anh Quynh
26dfbc6677 fix indentation introduced by the latest merge. also move test_arm_regression.c into suite/arm/ and add Makefile for it 2014-07-31 18:24:51 +08:00
Nguyen Anh Quynh
a3676e31b5 update .gitignore for Ocaml binding 2014-06-26 22:10:41 +08:00
Nguyen Anh Quynh
553bb488d7 python: support XCore 2014-05-26 23:47:45 +08:00
Nguyen Anh Quynh
015849db81 update .gitignore for VS2010 2014-05-16 15:47:52 +08:00
Nguyen Anh Quynh
16d9c6cee7 update .gitignore 2014-05-14 21:54:09 +08:00
Giovanni Condello
314893c19d Ignore .d files and tests/test_skipdata 2014-05-10 16:05:49 +02:00
Ole André Vadla Ravnås
e3ef6659ed Makefile: add support for building python binding out-of-tree 2014-05-01 00:53:01 +02:00
Nguyen Anh Quynh
4011d7374d revert pkgconfig.mk 2014-03-31 20:47:35 +08:00
Oliver Pinter
0d90b2ac04 packages: remove generated distinfo file, and added to .gitignore
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-31 02:21:34 +02:00
Nguyen Anh Quynh
a3cfe4a87b .gitignore: add test_systemz 2014-03-26 14:59:53 +08:00
Nguyen Anh Quynh
d067ebc697 java: support Sparc 2014-03-10 15:03:16 +08:00
Nguyen Anh Quynh
2fcfeac258 update .gitignore for new *.pyx files generated by cython 2014-01-13 20:43:44 +08:00
Nguyen Anh Quynh
d0f201c1ff python: update .gitignore to ignore *.c generated by Cython 2014-01-10 10:43:47 +08:00
Nguyen Anh Quynh
e94bf7272e gitignore: add tests/*.static 2014-01-09 14:28:05 +08:00
Nguyen Anh Quynh
f1d489b949 ppc: support details information 2014-01-05 00:00:05 +08:00
Nguyen Anh Quynh
29d138fa2b python: rename some public python classes to follow python naming convention 2013-12-16 10:31:41 +08:00
Nguyen Anh Quynh
7999c1fe1f add capsone.pc to .gitignore 2013-12-03 13:40:11 +08:00
Nguyen Anh Quynh
5aeeb2c569 update .gitignore to ignore bunch of files 2013-11-28 15:45:57 +08:00
Nguyen Anh Quynh
0c91f8f0e7 Initial commit 2013-11-26 18:32:11 -08:00