Commit Graph

2160 Commits

Author SHA1 Message Date
Nguyen Anh Quynh
1dca561d96 package: update Macports 2015-02-04 10:35:28 +08:00
Nguyen Anh Quynh
d7c0f5dcae python: indentation for README.TXT 2015-02-04 10:35:17 +08:00
Nguyen Anh Quynh
f5cc2cea10 python: add instructions for PyPi packages 2015-02-04 10:35:04 +08:00
Nguyen Anh Quynh
9cb73a01fb python: typo in setup.py 2015-02-04 10:34:50 +08:00
Nguyen Anh Quynh
a87c0b01ad python: rename Windows package from capstone-win to capstone-windows 2015-02-04 10:34:38 +08:00
Nguyen Anh Quynh
42e8388b61 python: do not include msvcr120.dll because we can static compile it 2015-02-04 10:34:28 +08:00
Nguyen Anh Quynh
70453c8b1e CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME 2015-02-04 10:34:18 +08:00
Nguyen Anh Quynh
df5f908a4a python: setup.py builds Windows core with cmake in release mode 2015-02-04 10:34:06 +08:00
Nguyen Anh Quynh
59bc84de1d python: distribute msvcr120.dll for Windows installer 2015-02-04 10:33:55 +08:00
Nguyen Anh Quynh
58a8369067 python: clean prebuilt core in install targets of Makefile 2015-02-04 10:33:43 +08:00
Nguyen Anh Quynh
35ceed7b8f python: fix installer 2015-02-04 10:33:29 +08:00
Nguyen Anh Quynh
0498085a1c python: add README.pypi* 2015-02-04 10:31:54 +08:00
Nguyen Anh Quynh
00eb3dea4f python: setup.py only copies source if prebuilt libs are not existent 2015-02-04 10:31:28 +08:00
Nguyen Anh Quynh
e00bb43e25 python: add dummy prebuilt/ dir to keep Windows binaries 2015-02-04 10:31:18 +08:00
Nguyen Anh Quynh
1585d88406 python: make setup.py support pre-built Windows core 2015-02-04 10:31:02 +08:00
Nguyen Anh Quynh
e62c6ce467 python: rename README to README.TXT 2015-02-04 10:30:51 +08:00
Nguyen Tan Cong
f392901fa5 add prebuilt setup for Windows system 2015-02-04 10:30:36 +08:00
Nguyen Tan Cong
907d9e9b8a copy msvc/headers/ in both linux and win32 system 2015-02-04 10:29:30 +08:00
Nguyen Tan Cong
be67c26973 copy msvc/headers/ to src/ to build win32 core library 2015-02-04 10:29:20 +08:00
Nguyen Tan Cong
d954dae090 fixbug: can't install on centos & python 2.6 2015-02-04 10:29:07 +08:00
Axel 0vercl0k Souchet
2ae97eef06 /MT(d) -> /MD(d) 2015-02-01 00:36:28 +08:00
Nguyen Anh Quynh
78746a4235 python: add LICENSE & PKG-INFO for Python module 2015-01-30 14:45:33 +08:00
Nguyen Anh Quynh
bf54d4b1a8 python: add targets 'sdist' & 'sdist3' to Makefile 2015-01-30 14:20:09 +08:00
Nguyen Anh Quynh
8113cda2f9 python: delete src/ in Makefile 2015-01-30 13:27:25 +08:00
Nguyen Anh Quynh
1685df6f88 python: tolerance of the build process in setup.py 2015-01-30 13:25:16 +08:00
Nguyen Anh Quynh
3b6b480fe5 Merge branch 'next' of https://github.com/aquynh/capstone into next 2015-01-30 11:59:41 +08:00
Nguyen Anh Quynh
5115d6eebe python: installer now can compile Window core from source with CMake+MSVC 2015-01-30 11:55:16 +08:00
Nguyen Anh Quynh
36e8312646 python: rename variable 'result' to 'src' 2015-01-30 11:28:51 +08:00
Nguyen Anh Quynh
c0f69e1f5b CMake: bump version to 4.0 2015-01-30 11:26:26 +08:00
Nguyen Anh Quynh
36c3528e5a update CREDITS.TXT 2015-01-30 10:54:52 +08:00
Nguyen Anh Quynh
6b9b032081 python: fix setup.py, so we only copy the core with sdist, thus normal build/compile process does not build the core 2015-01-30 10:21:09 +08:00
Nguyen Anh Quynh
794a706b3e Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency 2015-01-30 09:07:51 +08:00
Nguyen Anh Quynh
639a3f04ef python: fix README (libcapstone.dll -> capstone.dll) 2015-01-30 08:58:07 +08:00
Nguyen Tan Cong
dfe827e86a reverse -b option in Makefile; parse parameters with parse_known_args to ignore error when passing extra options; fixbug python3: use print statement 2015-01-30 00:25:08 +07:00
Nguyen Tan Cong
7c03cd88ed Edit Makefile to appropriate with new setup.py 2015-01-29 23:21:35 +07:00
Nguyen Tan Cong
17dfd3a1b6 add --do-not-build-core to setup.py to prevent it install core library 2015-01-29 17:06:14 +07:00
Nguyen Tan Cong
1947adb15c edit script to create Pypi package 2015-01-28 17:03:41 +07:00
Nguyen Anh Quynh
fdffe2b048 python: setup.py should use make.sh for non-Windows systems, so all the *nix systems are supported 2015-01-28 13:48:51 +08:00
Nguyen Anh Quynh
decc0d3d02 python: make setup.py support other *nix systems (i.e non-Windows) 2015-01-28 13:46:49 +08:00
Nguyen Anh Quynh
7b5a250113 Merge branch 'pypi' of https://github.com/tacoxnguyen/capstone into pypi 2015-01-28 13:42:00 +08:00
Nguyen Anh Quynh
2b26719665 Revert "python: build the core with make.sh for all non-Windows system"
This reverts commit 3b964d2c0a.
2015-01-28 13:41:40 +08:00
Nguyen Anh Quynh
3b964d2c0a python: build the core with make.sh for all non-Windows system 2015-01-28 13:39:31 +08:00
Nguyen Tan Cong
36d293a19b prevent Windows system copying *nix core library to Python library directory 2015-01-28 12:33:06 +07:00
Nguyen Tan Cong
d4b00ae3cd config distutils setup to automate copying shared library to Python library directiory; fixbug: prevent make.sh running on windows system 2015-01-28 11:54:02 +07:00
Nguyen Anh Quynh
8aa6fce278 Revert "Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes"
This reverts commit 35d4e449e1.
2015-01-28 05:21:18 +08:00
Nguyen Anh Quynh
1de34c1aef python: setup.py should not install the core, and no need to put BUILD_CORE_ONLY into config.mk 2015-01-28 05:05:12 +08:00
Nguyen Anh Quynh
35d4e449e1 Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes 2015-01-28 04:54:31 +08:00
Nguyen Anh Quynh
c00bc358b1 fix BUILD_CORE_ONLY option of Makefile, so we can do 'BUILD_CORE_ONLY=yes make.sh' 2015-01-28 04:42:34 +08:00
Nguyen Tan Cong
39fd154139 Edit setup.py to build python binding with make.sh 2015-01-28 00:35:44 +07:00
Nguyen Tan Cong
ead10b7a60 fixbug: wrong library extension on Mac OS X 2015-01-27 11:25:33 +07:00