Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CreateGroups additions | Bevan Weiss | 2025-02-11 | 1 | -0/+3 |
| | | | | Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com> | ||||
* | Build native code with VC v143 toolset only. | Bob Arnson | 2024-06-10 | 1 | -3/+3 |
| | | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211. | ||||
* | Move to ReleaseFlow and SomeVer | Rob Mensching | 2024-04-25 | 1 | -1/+1 |
| | |||||
* | Fix the upper bound version in native nupkg references | Rob Mensching | 2024-04-02 | 1 | -1/+1 |
| | | | | Fixes 8091 | ||||
* | Fix WcaErrorMessage `cArgs==-1` case. | Bob Arnson | 2023-04-27 | 2 | -16/+23 |
| | | | | | | | | | | - Count args before creating message record. - Document terminating NULL requirement. - Add terminating NULL in MessageExit* macros. - Enhance tests for problems encountered fixing this nightmare. Fixes https://github.com/wixtoolset/issues/issues/7422. Fixes https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 1 | -0/+2 |
| | |||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 1 | -3/+8 |
| | | | | Fixes 5371 | ||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 1 | -0/+0 |
| | |||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 1 | -3/+3 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 4 | -31/+8 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Fix errors in that cause format specifiers to appear in | Ron Martin | 2021-07-05 | 1 | -3/+3 |
| | | | | error messages rather than the intended data. | ||||
* | Use traversal projects to build libs in parallel. | Bob Arnson | 2021-06-28 | 1 | -0/+16 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 10 | -289/+27 |
| | |||||
* | Move wcautil into libs/wcautil | Rob Mensching | 2021-04-29 | 27 | -0/+5134 |