Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Embiggen build perf. | Bob Arnson | 2025-07-21 | 1 | -1/+7 |
| | | | | | | | - Move ext tests to targets for better MSBuild scheduling. - Parallelize long-running tests. - Disable Firewall ICEs for dev builds; they're redundant with round-tripping and ICEs are mutex'd to make them painfully serial. | ||||
* | Send all tables to extension decompilers. | Bob Arnson | 2025-05-28 | 1 | -0/+33 |
| | | | | | | Also fix Firewall decompiler to decompile all possible Firewall tables. Fixes https://github.com/wixtoolset/issues/issues/9070 | ||||
* | Convert ext\ to MSTest and traversal projects. | Bob Arnson | 2025-03-03 | 1 | -30/+31 |
| | | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage | ||||
* | Fix Profile column definition. | Bob Arnson | 2024-03-18 | 1 | -1/+1 |
| | | | | | | It's a formatted field but was too short. Fixes https://github.com/wixtoolset/issues/issues/8043. | ||||
* | Use camelCase attribute values. | Bob Arnson | 2024-02-27 | 1 | -5/+5 |
| | |||||
* | add firewall extension decompiler, make msi modifications work, add all ↵ | chris_bednarski | 2023-11-19 | 1 | -28/+457 |
| | | | | attributes | ||||
* | change firewall extension table name to Wix5FirewallException | chris_bednarski | 2023-11-19 | 1 | -20/+140 |
| | |||||
* | add firewall extension decompiler | chris_bednarski | 2023-08-26 | 1 | -1/+58 |
| | |||||
* | Fix broken firewall direction. | Bob Arnson | 2022-12-18 | 1 | -2/+4 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7102. | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -2/+2 |
| | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 1 | -2/+2 |
| | |||||
* | Clean up Firewall extension (model for all). | Bob Arnson | 2021-12-17 | 1 | -15/+2 |
| | |||||
* | Move Firewall.wixext into ext | Rob Mensching | 2021-05-04 | 1 | -0/+80 |