Граф коммитов

1471 Коммитов

Автор SHA1 Сообщение Дата
Mike Battista 24f0f88759 Fixed #1528. 2023-04-06 16:08:34 -07:00
Mike Battista 45869a0cad
Retired Windows.Win32.Interop.dll and moved attribute definitions to Windows.Win32.Foundation.Metadata (#1527)
* Initial attempt at merging Interop types into the main winmd.

The winmd is generated but the attributes don't appear to be retaining the Attribute inheritance which is causing build failures in the WinmdGenerator and samples.

* Updated new files and attributes.

* Updated interop reference.

* Attributes moved to Windows.Win32.Foundation.Metadata and everything builds and compiles but attributes that expose properties like MemorySize and NativeArrayInfo have questionable definitions since the properties aren't exposed in the metadata.

* Updated debug configuration.

* Added support for properties and attributes.

* Updated the baseline.

* Added public constructors.

* Updated the diffing tool to account for the attribute namespace change and updated the baseline.
2023-04-06 15:20:14 -07:00
Mike Battista 18f30abbe5 Updated incremental build guidance. 2023-04-05 15:05:17 -07:00
Mike Battista ccbcb4d03a Removed extraneous change. 2023-04-05 12:31:47 -07:00
Mike Battista c65523c2d4 Fixed #1526. 2023-04-05 11:28:38 -07:00
Mike Battista 33cefef73f Fixed #1523. 2023-04-04 19:43:05 -07:00
Mike Battista f36b12b936 Fixed #1521. 2023-04-04 19:34:08 -07:00
Mike Battista ad727e4f7d Fixed #1520. 2023-04-04 19:22:32 -07:00
Mike Battista 0d3cf48ddf Fixed #1519. 2023-04-04 07:53:50 -07:00
Mike Battista 4b89c57c43 Added Python community projection. 2023-04-03 15:33:47 -07:00
Mike Battista af2959e1df Fixed #469. 2023-04-03 15:10:46 -07:00
Mike Battista 781feb500b Fixed #1518. 2023-04-03 14:13:58 -07:00
Mike Battista 6e210a71e0 Updated to v49. 2023-03-30 18:57:06 -07:00
Mike Battista e5338b4292 Removed NtCreateFile.
See https://github.com/microsoft/wdkmetadata/issues/15.
2023-03-30 16:32:20 -07:00
Mike Battista 2d197f37bc Fixed #1514. 2023-03-30 13:18:10 -07:00
Mike Battista 35903684cf Renamed enum to avoid naming conflict with WDK. 2023-03-30 12:38:16 -07:00
Rafael Rivera 4320204c19
Add PSAPI v2 APIs (K32 variants) (#1515)
* Add PSAPI v2 APIs

* eol

* explicit ns not needed
2023-03-30 11:44:15 -07:00
Mike Battista 409fe84347 Fixed #1512. 2023-03-29 12:28:42 -07:00
Mike Battista aba42d4ae6 Fixed bugs for #903. 2023-03-24 16:55:02 -07:00
Mike Battista c711cb5b4b Fixed #903. 2023-03-24 16:43:24 -07:00
Mike Battista 7763911f2e Updated download paths. 2023-03-24 12:02:57 -07:00
Mike Battista 2937b16e57 Publish scratch artifacts. 2023-03-24 12:01:38 -07:00
Mike Battista 622355c319 Ported PowerShell to C#. 2023-03-24 09:06:43 -07:00
Mike Battista 78169eb7ba Added notes about EntryPoint. 2023-03-23 15:04:20 -07:00
Mike Battista 8387ddf166 Fixed #903. 2023-03-23 14:43:45 -07:00
Rafael Rivera b8b270e3d2
Correct ushort PSTR/PWSTR constant values (#1509) 2023-03-23 10:15:23 -07:00
Mike Battista 147d99ae02 Removed broken link. 2023-03-22 22:00:18 -07:00
Mike Battista 13d13a77cb Updated formatting. 2023-03-22 20:27:00 -07:00
Mike Battista ec870eef0c Synced projection list with README. 2023-03-22 20:22:31 -07:00
Mike Battista 1395f3c6d4 Added inline functions. 2023-03-22 20:11:58 -07:00
Mike Battista 177a2fca15 Updated service connection. 2023-03-22 19:57:11 -07:00
Mike Battista b93da8299b Updated to v48. 2023-03-22 19:55:24 -07:00
Mike Battista e4b5ac0899 Refactored Debug APIs for #1500. 2023-03-22 18:44:11 -07:00
Mike Battista 2cfb8825bc Added missed code for #1411. 2023-03-22 15:36:56 -07:00
Mike Battista 2f879cb466 Fixed #1411. 2023-03-22 15:32:40 -07:00
Mike Battista df2a38e19c Fixed #1507. 2023-03-22 13:37:39 -07:00
Mike Battista 5bbc30e034 Fixed #618. 2023-03-22 10:51:24 -07:00
Mike Battista 1c93e2872a Moved MsTv partition to .Tv namespace for #1500. 2023-03-22 10:21:26 -07:00
Mike Battista b08d57bd74 Fixed #1506. 2023-03-22 09:25:19 -07:00
Rafael Rivera 30a14ca65b
Add short const support, make constant scraping impl. testable (#1503)
* Make constant handling testable, add short support

* Add .field init type check

* Update changes

---------

Co-authored-by: Mike Battista <13860912+mikebattista@users.noreply.github.com>
2023-03-21 18:00:15 -07:00
Mike Battista d11b05da87 Fixed whitespace issue. 2023-03-21 14:55:47 -07:00
Mike Battista 0c2c386589 Fixed #1505. 2023-03-21 14:33:53 -07:00
Mike Battista 53d3ca4e14 Updated debug configuration. 2023-03-20 10:30:35 -07:00
Mike Battista 48d738cadc Updated docs for #1502. 2023-03-20 08:54:02 -07:00
Mike Battista 121bb7ca1c Added delegates for MONITOR.
Related to #796.
2023-03-17 00:53:19 -07:00
Mike Battista 3380fbb287 Fixed #1495. 2023-03-17 00:10:07 -07:00
Mike Battista aae1999b28 Merge branch 'main' into mikebattista/clrhosting 2023-03-16 23:35:45 -07:00
Rafael Rivera 57e769fcb5 Add GC host header, types 2023-03-16 22:37:05 -07:00
Mike Battista 39e611e36f Fixed #1474. 2023-03-16 13:56:43 -07:00
Mike Battista 2911f10d30 Fixed #1492. 2023-03-16 13:04:30 -07:00