Commit Graph

2305 Commits

Author SHA1 Message Date
Nguyen Anh Quynh ddcf1d2c80 del bindings/java/jna.jar 2016-05-12 21:42:50 +08:00
Eric Hoang 03642222de + Add new options to Makefile as build_maven and test_maven
+ Modify clean option on Makefile
+ Comment the old test on Makefile
2016-05-11 02:17:31 +08:00
Eric Hoang aec74c86fc + Solve problem maven with libcapstone 2016-05-11 02:14:33 +08:00
Eric Hoang a39d76f9b3 + add Test.java, this file lost after transfer to Maven. 2016-05-10 23:28:18 +08:00
Eric Hoang e6f8514635 + change makefile for Maven construct package 2016-05-09 18:57:20 +08:00
Nguyen Anh Quynh d9d9d16789 fix conflict in CREDITS.TXT 2016-04-11 10:15:49 +08:00
Nguyen Anh Quynh 7ed19889d8 Merge pull request #626 from tandasat/master
replace stdint.h in API headers
2016-04-10 23:05:16 +07:00
tandasat 4a0f327b0f replace stdint.h in API headers 2016-04-10 08:49:41 -07:00
Nguyen Anh Quynh 0d3ec9d820 Merge pull request #624 from tandasat/master
ignore VS2015 cache files and Debug|Release_WDK folders
2016-04-10 20:31:36 +07:00
tandasat 9dbeaa767e ignore VS2015 cache files 2016-04-09 22:35:52 -07:00
Nguyen Anh Quynh e21222fd6f update CREDITS.TXT 2016-04-10 10:46:13 +08:00
Nguyen Anh Quynh 1873e1705d Merge branch 'master' of https://github.com/tandasat/capstone into tandasat-master 2016-04-10 10:37:59 +08:00
tandasat 59814a32fe Add space after CAPSTONE_API 2016-04-09 11:00:00 -07:00
PAX523 7105c36a03 Use original linux x64 binary from downloads section and provide linux x32 binary 2016-04-09 14:32:02 +02:00
tandasat ccd9066461 Replace CAPSTONE_API to mycallback and cs_skipdata_cb_t 2016-04-08 08:14:04 -07:00
tandasat 375d7432c8 Rename CS_OPT_NONE to CS_OPT_INVALID 2016-04-08 08:05:06 -07:00
Andreas Lück a8fddde98f Restricted minimum required Java release version 2016-04-05 12:03:11 +02:00
Andreas Lück 6357dbe3f8 Provide native library in tests for Linux 64 bit 2016-04-05 11:41:47 +02:00
PAX523 3c160b6f01 Explicitly set versions for required maven plugins in order to avoid warning 2016-04-04 19:55:27 +02:00
Nguyen Anh Quynh 203212b105 add Haskell binding 2016-04-04 09:37:09 +08:00
tandasat 6dad56669b Use CAPSTONE_API for cs_skipdata_cb_t 2016-04-03 18:05:58 -07:00
tandasat b4bde0cda1 Removed CAPSTONE_CDECL 2016-04-03 11:13:30 -07:00
PAX523 6d54bf0b73 Provide scripts for running of tests and building of JAR 2016-04-03 13:12:47 +02:00
PAX523 8269945471 Ignore some Eclipse/Maven specific project files for Git repository 2016-04-02 14:40:38 +02:00
Andreas Lück 548a33a6c4 Add my contributor information 2016-04-01 15:47:00 +02:00
Andreas Lück 74231a3402 Use latest assertj-core version: 3.4.0 2016-04-01 15:41:25 +02:00
Andreas Lück b1f1780c4a Use latest JUnit version: 4.12 2016-04-01 15:40:06 +02:00
Andreas Lück 9d04960010 Print disassembly information in each test and the name of the test to
STDOUT
2016-04-01 15:35:22 +02:00
Andreas Lück 88beb16808 Tests for XCore CPU 2016-04-01 14:43:16 +02:00
Andreas Lück d00b139136 Tests for SystemZ CPU 2016-04-01 14:33:34 +02:00
Andreas Lück 6e33c497ea Tests for Sparc CPU 2016-04-01 14:25:55 +02:00
Andreas Lück 23e22fb589 Tests for PPC CPU 2016-04-01 14:14:58 +02:00
Andreas Lück 70136eedff Tests for MIPS CPU 2016-04-01 13:30:38 +02:00
Andreas Lück 49b63c8af2 Tests for ARM64 CPU 2016-04-01 13:21:48 +02:00
Andreas Lück f600472e8c Tests for ARM CPU 2016-04-01 11:25:49 +02:00
Andreas Lück bfc05a7898 Attach comments in test methods that indicate what is tested 2016-04-01 11:16:03 +02:00
Andreas Lück ef290e388f Prepare resources files for ARM tests 2016-04-01 11:13:01 +02:00
Andreas Lück bc18446cc5 Add missing native libraries 2016-04-01 10:47:25 +02:00
tandasat 760940fdce Addressed compile/link errors when built on VS for drivers 2016-03-31 18:14:43 -07:00
tandasat 6bf747e5a5 Addressed compile errors occur when built as C++11 2016-03-31 18:12:34 -07:00
tandasat aba6117c6c Replaced snprintf with cs_snprintf 2016-03-31 18:07:53 -07:00
tandasat 8ae679e0de Added compile configurations for WDK 2016-03-31 18:05:13 -07:00
tandasat f04254a87c Swiched from stdint.h to myinttypes.h 2016-03-31 18:03:33 -07:00
tandasat 52959a1bb8 Supported a WDK project 2016-03-31 18:02:16 -07:00
tandasat 743bf536e0 Supported a WDK project 2016-03-31 18:00:59 -07:00
PAX523 b3a64f4b44 Tests for first CPU type 2016-03-31 20:02:58 +02:00
PAX523 db9fb0127f Remove duplicate plugin information 2016-03-26 12:06:00 +01:00
PAX523 90093ddc50 Make Maven project ready for sonatype 2016-03-26 11:28:51 +01:00
PAX523 d324abb476 Maven Central has several requirements: Include Maven's release plugin,
source attachment plugin, JavaDoc attachment plugin, gpg signing plugin
2016-03-26 11:14:08 +01:00
PAX523 5e9f5a7492 Apply code formatting for XML 2016-03-26 10:12:40 +01:00