Colin Xu
9b075a4c4b
Update batch packaging script buildall.cmd
...
Signed-off-by: Colin Xu <colin.xu@gmail.com>
2025-02-04 10:51:48 +08:00
Colin Xu
c342479aed
Rewrite setup.py
...
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>
2025-01-31 22:29:40 +08:00
Colin Xu
9c61860d6b
Enable pykd for python 3.10.
...
Signed-off-by: Colin Xu <colin.xu@gmail.com>
2023-02-21 22:31:35 -08:00
ussrhero
22cf84b27e
0.3.4.15
2020-10-21 14:14:57 -04:00
ussrhero
1af548beda
python38 support
2019-10-20 09:37:30 +03:00
ussrhero
15a99d60de
updated kdlibcpp
2019-09-24 01:38:28 +03:00
ussrhero
86e8383463
added : getOutputMask
...
added : setOutputMask
added : test for eventHanlder.onDebugOutput:
2019-02-20 00:48:41 +03:00
ussrhero
fc90ccc846
added: evalExpr routine ( Evaluate C++ expression with typed information )
2018-12-29 02:01:52 +03:00
ussrhero
b90401000a
updated pykd version
2018-11-15 00:36:11 +03:00
ussrhero
28148d9a8b
changed setup files
2018-07-16 23:26:30 +03:00
ussrhero
7185ba87fe
Merge branch 'vs2017-support' into '0.3.2'
2018-07-10 01:28:23 +03:00
ussrhero
223c225d71
added typeInfo::scopeName method
...
added typeInfoProviderIterator class
added typeInfoProvider::getIterator method
added typeInfoProvider::__iter__ method
added typeInfoProvider::__getattr__ method
2018-05-14 11:45:12 +03:00
Tarasenko Alexander
48c227f9e1
upgrade pykd project
2018-04-15 22:16:04 +03:00
ussrhero
e44c85414d
[pykd_ext] fixed : issue #4 ( output is copied from am additional command window to the main )
2017-12-27 20:50:06 +03:00
ussrhero
f3d0806c00
added kdlibcpp as submodule
2017-11-18 14:32:18 +03:00
SND\ussrhero_cp
67966b169b
[0.3.x] changed : version up
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91194 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:33:14 +04:00
SND\ussrhero_cp
307abc3405
[0.3.2] added : getTypeFromSource ( create typeInfo class from C/C++ source code )
...
[0.3.2] added : getTypeInfoProviderFromSource ( create typeInfo provider from C/C++ source code )
git-svn-id: https://pykd.svn.codeplex.com/svn@91182 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:29:22 +04:00
SND\ussrhero_cp
8a31949d19
[0.3.x] added : Python 3.6 support
...
git-svn-id: https://pykd.svn.codeplex.com/svn@91090 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
533c0af724
[0.3.x] fixed : issue #13897 ( pykd import error on python 3 )
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90980 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\ussrhero_cp
d36bd37032
[0.3.x] updated : setup.py for python 3 support
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90960 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
58a3bac61f
[0.3.x] changed : version up to 0.3.0.36
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90888 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
465dc199b9
[0.3.x] changed : version up to 0.3.0.32
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90841 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
9a47b2ba88
[0.3.x] changed : version up to 0.3.0.29
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90806 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
34755cec85
[0.3.x] added : dinput routine ( provide input for debugger )
...
[0.3.x] added : onStartInput callback ( request debug input )
[0.3.x] added : onStopInput callback ( debug input is completed )
git-svn-id: https://pykd.svn.codeplex.com/svn@90701 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
8eab57aa3c
[0.3.x] updated : build scripts
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90667 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
6689f6a5e6
[0.3.x] reworked : pykd bootstrapper
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90642 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:08 +04:00
SND\kernelnet_cp
1724a42cdb
[pykd_bootstrapper] fixed : !pykd.install outputs an error message
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90386 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
633d304294
[0.3.x] changed : target catalogs, setup script
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90344 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
6133ff57fb
[0.3.x] added : debug engine dll's added to source control
...
git-svn-id: https://pykd.svn.codeplex.com/svn@90336 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
8042d21fd7
[0.3.x] updated : version set to 0.3.0.16
...
git-svn-id: https://pykd.svn.codeplex.com/svn@89544 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
60a98fc7a2
[0.3.x] fixed : working with msdia without registration
...
git-svn-id: https://pykd.svn.codeplex.com/svn@89257 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00
SND\kernelnet_cp
a244ea3f3a
[0.3.x] added setup.py
...
git-svn-id: https://pykd.svn.codeplex.com/svn@89227 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:23:01 +04:00
SND\kernelnet_cp
d90c4a2776
[0.3.x] added : PyTool project for tests
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87875 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
97e9a6b1ac
dbgout bug fix
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87411 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
7f5fc629bf
[0.3.x] branch : setup
...
git-svn-id: https://pykd.svn.codeplex.com/svn@87306 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 14:36:27 +04:00
SND\kernelnet_cp
a4ddaadd11
[pykd-0.3] first version - supported kllibcpp
...
git-svn-id: https://pykd.svn.codeplex.com/svn@83675 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-16 17:07:21 +04:00
SND\kernelnet_cp
3befecff88
[0.2.x] fixed: set installer version to 0.2.0.14
...
git-svn-id: https://pykd.svn.codeplex.com/svn@82274 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-08 17:42:50 +04:00
SND\air_max_cp
3b7173878b
setup: create Python 2.6/2.7 setup
...
setup: changed output file name
setup: version increment
git-svn-id: https://pykd.svn.codeplex.com/svn@82087 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-08 17:42:50 +04:00
SND\air_max_cp
0a1ca79ab1
setup: 1.x fixed script
...
git-svn-id: https://pykd.svn.codeplex.com/svn@76700 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-08 17:33:17 +04:00
SND\air_max_cp
16b376f637
setup: 1.x version increment
...
git-svn-id: https://pykd.svn.codeplex.com/svn@76699 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-08 17:33:17 +04:00
SND\air_max_cp
e29909cabb
setup: 1.x install samples and snippets
...
setup: 1.x version increment
git-svn-id: https://pykd.svn.codeplex.com/svn@76457 9b283d60-5439-405e-af05-b73fd8c4d996
2012-05-20 08:55:15 +00:00
SND\air_max_cp
9a5801ab45
setup: fix DIA registration/unregistration for x64
...
setup: version increment
git-svn-id: https://pykd.svn.codeplex.com/svn@72756 9b283d60-5439-405e-af05-b73fd8c4d996
2011-12-29 09:02:06 +00:00
SND\air_max_cp
bfc7292daf
setup: 1.x fixed error flag clean before Python setup
...
git-svn-id: https://pykd.svn.codeplex.com/svn@72703 9b283d60-5439-405e-af05-b73fd8c4d996
2011-12-26 16:59:46 +00:00
SND\air_max_cp
3f73f11669
setup: 1.x fixed Visual C++ runtime dependency to VS 2008
...
git-svn-id: https://pykd.svn.codeplex.com/svn@72702 9b283d60-5439-405e-af05-b73fd8c4d996
2011-12-26 16:39:36 +00:00
SND\air_max_cp
b09d6c56e2
setup: 1.x compatibility
...
setup: DIA registration
setup: remember installed components for uninstaller
setup: version increment
git-svn-id: https://pykd.svn.codeplex.com/svn@72699 9b283d60-5439-405e-af05-b73fd8c4d996
2011-12-26 10:42:39 +00:00
SND\air_max_cp
3e06179b52
setup: version increment
...
git-svn-id: https://pykd.svn.codeplex.com/svn@70234 9b283d60-5439-405e-af05-b73fd8c4d996
2011-10-06 21:17:14 +00:00
SND\air_max_cp
a1f689530c
[~] setup: incorporated vc_redist package.
...
[~] setup: version increment.
git-svn-id: https://pykd.svn.codeplex.com/svn@68861 9b283d60-5439-405e-af05-b73fd8c4d996
2011-08-09 08:36:54 +00:00
SND\air_max_cp
133d70ec82
[~] setup: version increment.
...
git-svn-id: https://pykd.svn.codeplex.com/svn@65849 9b283d60-5439-405e-af05-b73fd8c4d996
2011-05-25 06:37:27 +00:00
SND\air_max_cp
8fd2e76503
[~] setup: version increment.
...
git-svn-id: https://pykd.svn.codeplex.com/svn@64036 9b283d60-5439-405e-af05-b73fd8c4d996
2011-04-15 17:54:18 +00:00
SND\air_max_cp
a820ed3fdd
[~] setup: Old graphics replaced with more attractive.
...
git-svn-id: https://pykd.svn.codeplex.com/svn@63566 9b283d60-5439-405e-af05-b73fd8c4d996
2011-04-06 18:55:10 +00:00