Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LocUtil occasionally failed due to XmlInitialization | Rob Mensching | 2025-03-18 | 1 | -1/+2 |
| | | | | Split into separate classes to prevent potential parallelism race conditions. | ||||
* | Add pipeutil to dutil | Rob Mensching | 2024-01-11 | 1 | -0/+1 |
| | | | | Plus a couple small clean-ups in a couple of dutil files. | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -2/+2 |
| | |||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 1 | -0/+3 |
| | | | | Fixes 6970 | ||||
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 1 | -0/+1 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -1/+2 |
| | |||||
* | REG_EXPAND_SZ values are not necessarily a path. | Sean Hall | 2022-06-07 | 1 | -0/+1 |
| | |||||
* | Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value. | Sean Hall | 2022-06-07 | 1 | -0/+1 |
| | |||||
* | Add PathCanonicalizeForComparison. | Sean Hall | 2022-05-31 | 1 | -1/+1 |
| | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -0/+1 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -0/+8 |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 1 | -24/+7 |
| | |||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+99 |