Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix verutil string comparisons | Rob Mensching | 2022-10-04 | 1 | -1/+1 |
| | | | | | | Invariant string comparisons were finding strings like "abc" to be less than "-abc". Switching to ordinal comparison correctly reports the order. | ||||
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 1 | -0/+13 |
| | | | | | | Return null when WixVersion.TryParse returns false. 6776 | ||||
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 1 | -12/+25 |
| | | | | Fix edge case where version string is all v's. | ||||
* | Require children of thmutil Billboard elements to be BillboardPanel. | Sean Hall | 2021-06-04 | 1 | -1/+1 |
| | |||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+647 |