mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 11:03:23 +08:00
A pykd maintenance fork
![]() Changes to setup.py: Allow specifying below dirs for clean setuptools build. Be default these dirs will be set automatically based on solution global configuration. - "--build-base" for build - "--dist-dir" for bdist_wheel - "--egg-base" for egg_info "--python-tag" is set based on current python major.minor version. bdist_zip will package symbol along with binary as they should always match. Package version is dynamically set: - Read 1st line of VERSION file as package version, if the file exists. Useful for release branch. - If no VERSION file, parse from pykdver.h, plus +g append commit SHA. "--pplat-name" accepts both win32 and x86, x64 win-amd64 and x64 due to VS naming convention. Changes to buildall.cmd Simplify batch command by put all python version and configs in array. Signed-off-by: Colin Xu <colin.xu@gmail.com> |
||
---|---|---|
.nuget | ||
docs/ru | ||
kdlibcpp@25663ceb5a | ||
pykd | ||
samples | ||
setup | ||
snippets | ||
test/scripts | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
LICENSE | ||
pykd.sln | ||
README_OLD.md | ||
README.md |
pykd Maintenance
The repo is trying to continue the maintenance as the original project page is no longer accessible.
[Links]
[Maintenance Release]
- 0.3.4.15_2 - 2023-02-27
- 0.3.4.15_1 - 2023-02-22
[Change log]
Check CHANGELOG for the maintenance updates.
[Read Me]
Check the original README for more information about pykd.