aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/test/DUtilUnitTest/VerUtilTests.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* 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.
* Build and run x64 dutil tests.Sean Hall2022-06-151-65/+65
|
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-171-0/+168
| | | | | | Return null when WixVersion.TryParse returns false. 6776
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-171-2/+80
| | | | Fix edge case where version string is all v's.
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+933