Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | WIXFEAT:6210 Change data type of versions to strings. | Sean Hall | 2020-10-24 | 21 | -123/+185 | |
| | | ||||||
| * | Remove ARM32 | Bob Arnson | 2020-09-22 | 9 | -51/+21 | |
| | | ||||||
| * | WIXFEAT:5319 Remove IVariables since they were a leaky abstraction. | Sean Hall | 2020-08-09 | 5 | -249/+171 | |
| | | ||||||
| * | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2020-08-09 | 16 | -54/+103 | |
| | | ||||||
| * | Update dependencies. | Sean Hall | 2020-07-19 | 7 | -19/+19 | |
| | | ||||||
| * | Add BalLogArgs and BalLogErrorArgs. | Sean Hall | 2020-07-01 | 2 | -4/+66 | |
| | | ||||||
| * | Move native pdbs into symbols package. | Sean Hall | 2020-06-24 | 1 | -0/+1 | |
| | | ||||||
| * | Merge the native nupkg into the Mba.Core nupkg. | Sean Hall | 2020-06-24 | 4 | -39/+17 | |
| | | | | | | | | Manually author the repository element in the nupkg for SourceLink. | |||||
| * | Turn tests off in appveyor.yml since they're run in appveyor.cmd | Sean Hall | 2020-06-24 | 2 | -5/+38 | |
| | | ||||||
| * | Add SourceLink to C++ projects. | Sean Hall | 2020-06-24 | 2 | -2/+18 | |
| | | ||||||
| * | Update to latest dutil. | Sean Hall | 2020-06-24 | 8 | -18/+35 | |
| | | ||||||
| * | Fix WixToolset.Mba.Core.nuspec - group without framework is fallback not common | Sean Hall | 2020-06-22 | 1 | -2/+0 | |
| | | ||||||
| * | Fail build on each command. | Sean Hall | 2020-06-18 | 2 | -4/+2 | |
| | | ||||||
| * | Add v142, x64, ARM, and ARM64. | Sean Hall | 2020-06-18 | 12 | -18/+94 | |
| | | ||||||
| * | Create netstandard version of Mba.Core and separate nupkg for mbanative. | Sean Hall | 2020-06-18 | 9 | -104/+58 | |
| | | ||||||
| * | WIXFEAT:6164 Update BAL_INFO_PACKAGE with bal specific data. | Sean Hall | 2020-05-16 | 13 | -32/+177 | |
| | | ||||||
| * | WIXFEAT:6164 Add OnPlanMsiPackage. | Sean Hall | 2020-05-16 | 9 | -4/+274 | |
| | | ||||||
| * | Drop XP support. | Sean Hall | 2020-05-16 | 10 | -25/+25 | |
| | | ||||||
| * | Fix bugs around mbanative's InitializeFromCreateArgs. | Sean Hall | 2020-04-29 | 8 | -18/+19 | |
| | | ||||||
| * | Add action to OnExecutePackageBegin. | Sean Hall | 2020-04-21 | 13 | -16/+27 | |
| | | ||||||
| * | Add E_DNCHOST_SCD_RUNTIME_FAILURE. | Sean Hall | 2020-04-21 | 1 | -0/+1 | |
| | | ||||||
| * | Add bextutil. | Sean Hall | 2020-03-30 | 14 | -0/+1021 | |
| | | ||||||
| * | Upgrade to latest BootstrapperCore. | Sean Hall | 2020-03-30 | 10 | -16/+39 | |
| | | ||||||
| * | Guard around defining FACILITY_WIX. | Sean Hall | 2020-03-12 | 5 | -6/+8 | |
| | | ||||||
| * | Update WixToolset.BootstrapperCore.Native. | Sean Hall | 2019-12-22 | 4 | -7/+7 | |
| | | ||||||
| * | Move the entry point from Mba.Core to Mba.Host. | Sean Hall | 2019-12-22 | 9 | -452/+1 | |
| | | ||||||
| * | Move the responsibility of wrapping the binary interfaces from mbahost to ↵ | Sean Hall | 2019-12-22 | 19 | -22/+381 | |
| | | | | | | | | the new mbanative dll of WixToolset.Mba.Core. | |||||
| * | Move IBootstrapperApplication and IBootstrapperEngine into balutil. | Sean Hall | 2019-12-22 | 17 | -18/+1770 | |
| | | ||||||
| * | Update the namespace in WixToolset.Mba.Core. | Sean Hall | 2019-12-11 | 25 | -28/+40 | |
| | | ||||||
| * | Setup WixToolset.Mba.Core project and nuget package. | Sean Hall | 2019-12-11 | 8 | -7/+162 | |
| | | ||||||
| * | Import files from BootstrapperCore repo. | Sean Hall | 2019-12-11 | 26 | -0/+5377 | |
| | | ||||||
| * | Update to latest repo-template. | Sean Hall | 2019-12-11 | 2 | -2/+4 | |
| | | ||||||
| * | Update to latest Cpp.Build.props for locating latest Win10 SDK. | Sean Hall | 2019-01-13 | 1 | -1/+5 | |
| | | ||||||
| * | Fix lib path in WixToolset.BalUtil.props and add dependencies in balutil.nuspec. | Sean Hall | 2018-12-30 | 2 | -2/+6 | |
| | | ||||||
| * | Integrate into latest v4. | Sean Hall | 2018-12-29 | 9 | -0/+332 | |
| | | ||||||
| * | Import code from old v4 repo | Sean Hall | 2018-12-29 | 17 | -0/+4724 | |
| | ||||||
* | Merge Extensibility | Rob Mensching | 2021-05-11 | 99 | -0/+4418 | |
|\ | ||||||
| * | Move Extensiblity into API/wix | Rob Mensching | 2021-04-29 | 104 | -0/+142 | |
| | | ||||||
| * | Improve documentation | Rob Mensching | 2021-04-20 | 1 | -1/+18 | |
| | | ||||||
| * | Fix typo. | Sean Hall | 2021-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<> | Rob Mensching | 2021-04-19 | 22 | -48/+148 | |
| | | | | | | | | Part of wixtoolset/issues#6422 | |||||
| * | Add resolved codepage and LCID to bind context | Rob Mensching | 2021-04-02 | 3 | -8/+74 | |
| | | | | | | | | | | | | Plus some XML documentation updates. Contributes to wixtoolset/issues#5801 | |||||
| * | Add XML doc to IVariableResolution | Rob Mensching | 2021-03-25 | 1 | -1/+15 | |
| | | ||||||
| * | Make ResetAcl opt-in instead of opt-out | Rob Mensching | 2021-03-16 | 1 | -2/+34 | |
| | | ||||||
| * | Add method to disallow inner text | Rob Mensching | 2021-03-16 | 1 | -0/+6 | |
| | | | | | | | | Part of wixtoolset/issues#6237 | |||||
| * | Use extension methods instead of a custom interface for IServiceProvider | Rob Mensching | 2021-03-14 | 14 | -28/+100 | |
| | | | | | | | | | | | | | | | | There are several helpful methods for getting services out of an IServiceProvider. Instead of introducing a custom interface to inject those methods into the inheritance tree, this change uses extension methods to add the helper methods and reduce the number of custom interfaces. | |||||
| * | Minimize public surface area of Core | Rob Mensching | 2021-03-14 | 6 | -16/+283 | |
| | | | | | | | | Part of wixtoolset/issues#6374 | |||||
| * | In Extensibility projects, treat warnings as errors. | Sean Hall | 2021-03-02 | 1 | -0/+6 | |
| | | ||||||
| * | Fix warnings in XML doc | Rob Mensching | 2021-03-02 | 1 | -3/+4 | |
| | | ||||||
| * | Short names are now created in the backend not the frontend | Rob Mensching | 2021-03-02 | 1 | -0/+1 | |
| | |