aff9c9dc48
Clean debug print and make it compatible with python3.5
2021-10-05 13:48:26 +02:00
e1204d8977
Specify the content type
2021-10-04 18:09:44 +02:00
ebb468d042
Fix msvc build
2021-10-04 10:44:30 +02:00
aaaea14214
import Unicorn2
2021-10-03 22:14:44 +08:00
c03f50f76a
Fixing installation on cygwin, Travis-ci cache adjustment ( #1322 )
...
* Adding Travis-CI cmake static
* fix 64-bit fstenv (#1300 )
* fix 64-bit fstenv
* fix fstenv
* safe_zip to false and travis adjustment
* Fixed zip_safe and cygwin setup
Co-authored-by: liangjs <761232680@qq.com >
2020-09-10 10:01:13 +08:00
9288b4a845
adding pypi workflow ( #1280 )
...
* adding pypi workflow
* PyPI distribution packages workflow
2020-06-06 12:53:31 +08:00
99be837364
python: add long description to setup.py
2020-05-29 11:56:24 +08:00
18aa2627f7
fix binding install on python2 ( #1231 )
2020-04-24 17:15:12 +08:00
d69ebfa55c
Make it easier to link against libunicorn on macOS ( #1195 )
...
Adding @rpath to the install name to make it possible to link against
the library without modifying it with install_name_tool. Copying both
the versioned and unversioned dylibs simplifies linking.
2020-02-12 14:16:34 +08:00
3cea38bff7
restrict msbuild to win32 platform ( #1172 )
2019-11-20 00:34:56 +08:00
fd3ccb2ef7
Python packaging logic for msvc build ( #1151 )
...
* remove bundling of DLLs we no longer need!
* Add logic for building with msvc in python setup
* Also include the msvc build scripts with sdist
2019-10-10 22:00:42 +08:00
c46e745338
Fixes #1143 ( #1144 )
2019-09-16 01:58:08 +08:00
12642c2555
Cleanups/fixes for the library issue conglomerate ( #897 )
...
* Python: Disable distribution of static library on linux and macos; add environment variable LIBUNICORN_PATH to let user specify location of native library; prevent build of native library if this option is enabled; closes #869
* Python: Update README.TXT to describe how to manage the building and usage of the native library
2017-09-24 22:33:01 +08:00
744c34261f
Don't error during sdist if config-host.mak doesn't exist ( #846 )
2017-05-31 11:36:33 +08:00
5a1e86d46b
update Windows DLL dependency
2017-01-22 00:39:21 +08:00
7bd4d62dcb
Copy prebuilt static library if available. Disallow uploads from builds that fail to provide the static library
2017-01-04 06:45:18 -08:00
5d8934f5a9
Python: Automatically conform to PEP440 for version numbers
2017-01-04 05:51:55 -08:00
9a79d6fe9f
Merge branch 'master' into noglib2
2016-12-27 16:48:23 +08:00
bf2cd79a4d
Windows: export a static lib that can be used outside of mingw ( #699 )
...
* Windows: export a static lib that can be used outside of mingw
* Add comments to windows_export.bat
2016-12-27 16:30:07 +08:00
e46545f722
remove glib dependency by provide compatible replacements
2016-12-18 14:56:58 -08:00
4613580e07
python: typo 'prebuilt' dir
2016-12-04 18:18:24 +08:00
e34812c7dd
fix merge conflict
2016-11-20 16:36:56 +08:00
188a1d78d3
Allow dlls to be copied out of prebuilt directory
2016-11-17 20:59:39 -08:00
876570c8d7
Fixes to make python distribution for windows work
2016-11-05 09:18:50 -07:00
b7da7eb8bc
python: change VERSION in setup.py to 1.0.0
2016-11-05 23:07:38 +08:00
c16a13495d
bindings/python: fix install3
2016-09-20 14:22:38 +00:00
ac99b5bd14
Minor tweaks to python setup process; update gitignore
2016-09-12 14:06:50 -07:00
edd49cd21c
Remove version number from shared library filename packaged with python bindings
2016-09-12 14:06:20 -07:00
6c042410ae
Basically, make python builds work as expected
2016-09-12 14:06:20 -07:00
0950f2e18b
python: 0.9 -> 1.0 in setup.py
2016-03-06 17:28:32 +08:00
bf7dc4293b
python: README -> README.md in setup.py
2016-03-06 17:27:50 +08:00
986096d443
fix file perms
2015-08-28 21:05:38 -07:00
94ac0f02e6
file permissions changes
2015-08-28 20:03:36 -07:00
344d016104
import
2015-08-21 15:04:50 +08:00