Nguyen Anh Quynh
|
d7c0f5dcae
|
python: indentation for README.TXT
|
10 years ago |
Nguyen Anh Quynh
|
f5cc2cea10
|
python: add instructions for PyPi packages
|
10 years ago |
Nguyen Anh Quynh
|
9cb73a01fb
|
python: typo in setup.py
|
10 years ago |
Nguyen Anh Quynh
|
a87c0b01ad
|
python: rename Windows package from capstone-win to capstone-windows
|
10 years ago |
Nguyen Anh Quynh
|
42e8388b61
|
python: do not include msvcr120.dll because we can static compile it
|
10 years ago |
Nguyen Anh Quynh
|
df5f908a4a
|
python: setup.py builds Windows core with cmake in release mode
|
10 years ago |
Nguyen Anh Quynh
|
59bc84de1d
|
python: distribute msvcr120.dll for Windows installer
|
10 years ago |
Nguyen Anh Quynh
|
58a8369067
|
python: clean prebuilt core in install targets of Makefile
|
10 years ago |
Nguyen Anh Quynh
|
35ceed7b8f
|
python: fix installer
|
10 years ago |
Nguyen Anh Quynh
|
0498085a1c
|
python: add README.pypi*
|
10 years ago |
Nguyen Anh Quynh
|
00eb3dea4f
|
python: setup.py only copies source if prebuilt libs are not existent
|
10 years ago |
Nguyen Anh Quynh
|
e00bb43e25
|
python: add dummy prebuilt/ dir to keep Windows binaries
|
10 years ago |
Nguyen Anh Quynh
|
1585d88406
|
python: make setup.py support pre-built Windows core
|
10 years ago |
Nguyen Anh Quynh
|
e62c6ce467
|
python: rename README to README.TXT
|
10 years ago |
Nguyen Tan Cong
|
f392901fa5
|
add prebuilt setup for Windows system
|
10 years ago |
Nguyen Tan Cong
|
907d9e9b8a
|
copy msvc/headers/ in both linux and win32 system
|
10 years ago |
Nguyen Tan Cong
|
be67c26973
|
copy msvc/headers/ to src/ to build win32 core library
|
10 years ago |
Nguyen Tan Cong
|
d954dae090
|
fixbug: can't install on centos & python 2.6
|
10 years ago |
Nguyen Anh Quynh
|
78746a4235
|
python: add LICENSE & PKG-INFO for Python module
|
10 years ago |
Nguyen Anh Quynh
|
bf54d4b1a8
|
python: add targets 'sdist' & 'sdist3' to Makefile
|
10 years ago |
Nguyen Anh Quynh
|
8113cda2f9
|
python: delete src/ in Makefile
|
10 years ago |
Nguyen Anh Quynh
|
1685df6f88
|
python: tolerance of the build process in setup.py
|
10 years ago |
Nguyen Anh Quynh
|
5115d6eebe
|
python: installer now can compile Window core from source with CMake+MSVC
|
10 years ago |
Nguyen Anh Quynh
|
36e8312646
|
python: rename variable 'result' to 'src'
|
10 years ago |
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
|
10 years ago |
Nguyen Anh Quynh
|
794a706b3e
|
Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency
|
10 years ago |
Nguyen Anh Quynh
|
639a3f04ef
|
python: fix README (libcapstone.dll -> capstone.dll)
|
10 years ago |
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
|
10 years ago |
Nguyen Tan Cong
|
7c03cd88ed
|
Edit Makefile to appropriate with new setup.py
|
10 years ago |
Nguyen Tan Cong
|
17dfd3a1b6
|
add --do-not-build-core to setup.py to prevent it install core library
|
10 years ago |
Nguyen Tan Cong
|
1947adb15c
|
edit script to create Pypi package
|
10 years ago |
Nguyen Anh Quynh
|
fdffe2b048
|
python: setup.py should use make.sh for non-Windows systems, so all the *nix systems are supported
|
10 years ago |
Nguyen Anh Quynh
|
decc0d3d02
|
python: make setup.py support other *nix systems (i.e non-Windows)
|
10 years ago |
Nguyen Anh Quynh
|
2b26719665
|
Revert "python: build the core with make.sh for all non-Windows system"
This reverts commit 3b964d2c0a .
|
10 years ago |
Nguyen Anh Quynh
|
3b964d2c0a
|
python: build the core with make.sh for all non-Windows system
|
10 years ago |
Nguyen Tan Cong
|
36d293a19b
|
prevent Windows system copying *nix core library to Python library directory
|
10 years ago |
Nguyen Tan Cong
|
d4b00ae3cd
|
config distutils setup to automate copying shared library to Python library directiory; fixbug: prevent make.sh running on windows system
|
10 years ago |
Nguyen Anh Quynh
|
1de34c1aef
|
python: setup.py should not install the core, and no need to put BUILD_CORE_ONLY into config.mk
|
10 years ago |
Nguyen Tan Cong
|
39fd154139
|
Edit setup.py to build python binding with make.sh
|
10 years ago |
Nguyen Tan Cong
|
ead10b7a60
|
fixbug: wrong library extension on Mac OS X
|
10 years ago |
Michael Cohen
|
b9d3f1b833
|
Fix the extesion built on osx.
|
10 years ago |
Michael Cohen
|
f217d2872f
|
Update building script to copy source files to build directory if missing.
|
10 years ago |
Aidan Hobson Sayers
|
05ab290f73
|
Set _detail in a dummy Cs, closes #251
|
10 years ago |
Aidan Hobson Sayers
|
dbeeaf7d64
|
Set _detail in a dummy Cs, closes #251
|
10 years ago |
Josh
|
50c3823f50
|
- Fixed memory leak for cython disasm functions
|
10 years ago |
Josh
|
90eb5ff592
|
- Fixed memory leak for cython disasm functions
|
10 years ago |
Nguyen Anh Quynh
|
42d11f7dd3
|
python: fix test_arm.py
|
10 years ago |
Nguyen Anh Quynh
|
b3e26fdaa6
|
x86: add prefix constant REPE
|
10 years ago |
Nguyen Anh Quynh
|
993e031795
|
java & ocaml: update these bindings following the addition of lshift field to arm_op_mem of Arm engine
|
10 years ago |
Nguyen Anh Quynh
|
590b1de14b
|
python: update Python binding for ARM after the latest change in the core
|
10 years ago |