aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/verutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix verutil string comparisonsRob Mensching2022-10-041-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 Hall2022-05-171-0/+13
| | | | | | Return null when WixVersion.TryParse returns false. 6776
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-171-12/+25
| | | | Fix edge case where version string is all v's.
* Require children of thmutil Billboard elements to be BillboardPanel.Sean Hall2021-06-041-1/+1
|
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+647