aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Move the entry point from Mba.Core to Mba.Host.Sean Hall2019-12-229-452/+1
| * Move the responsibility of wrapping the binary interfaces from mbahost to the...Sean Hall2019-12-2220-24/+402
| * Move IBootstrapperApplication and IBootstrapperEngine into balutil.Sean Hall2019-12-2217-18/+1770
| * Update the namespace in WixToolset.Mba.Core.Sean Hall2019-12-1126-29/+41
| * Setup WixToolset.Mba.Core project and nuget package.Sean Hall2019-12-1110-7/+173
| * Import files from BootstrapperCore repo.Sean Hall2019-12-1126-0/+5377
| * Update to latest repo-template.Sean Hall2019-12-112-2/+4
| * Update to latest Cpp.Build.props for locating latest Win10 SDK.Sean Hall2019-01-131-1/+5
| * Fix lib path in WixToolset.BalUtil.props and add dependencies in balutil.nuspec.Sean Hall2018-12-302-2/+6
| * Reduce extra appveyor builds by targeting only master and develop branchesRob Mensching2018-12-301-0/+5
| * Add BootstrapperCore nuget feed.Sean Hall2018-12-301-0/+1
| * Integrate into latest v4.Sean Hall2018-12-2915-0/+467
| * Import code from old v4 repoSean Hall2018-12-2917-0/+4724
| * Initial commitSean Hall2018-12-294-0/+373
* Merge ExtensibilityRob Mensching2021-05-1199-0/+4418
|\
| * Move Extensiblity into API/wixRob Mensching2021-04-29104-0/+0
| * One shiny NuGet package, please and thank you.Sean Hall2021-04-251-1/+0
| * Improve documentationRob Mensching2021-04-201-1/+18
| * Fix typo.Sean Hall2021-04-191-1/+1
| * Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2021-04-1922-48/+148
| * Add resolved codepage and LCID to bind contextRob Mensching2021-04-023-8/+74
| * Add XML doc to IVariableResolutionRob Mensching2021-03-251-1/+15
| * Make ResetAcl opt-in instead of opt-outRob Mensching2021-03-161-2/+34
| * Add method to disallow inner textRob Mensching2021-03-161-0/+6
| * Use extension methods instead of a custom interface for IServiceProviderRob Mensching2021-03-1414-28/+100
| * Minimize public surface area of CoreRob Mensching2021-03-146-16/+283
| * In Extensibility projects, treat warnings as errors.Sean Hall2021-03-021-0/+6
| * Fix warnings in XML docRob Mensching2021-03-021-3/+4
| * Short names are now created in the backend not the frontendRob Mensching2021-03-021-0/+1
| * Remove v3 based functions from IWindowsInstallerBackendDecompilerExtensionRob Mensching2021-03-021-18/+1
| * Remove references to "Output" and use "Data" insteadRob Mensching2021-03-022-5/+5
| * Rename IBurnBackendExtension to IBurnBackendBinderExtensionRob Mensching2021-02-272-8/+8
| * Rename FullyResolved to SymbolsFinalized and TryAddSymbolXxx to TryProcessSymbolRob Mensching2021-02-274-79/+61
| * Add IWindowsInstallerBackendBinder.FullyResolved plus documentationRob Mensching2021-02-272-5/+39
| * Backend specific helpers should passthru implement IBackendHelperRob Mensching2021-02-272-2/+2
| * Add ICompilerContext.IsCurrentPlatfom64BitRob Mensching2021-02-111-1/+23
| * Report invalid command line arguments as errorsRob Mensching2021-01-081-1/+4
| * Include version info file when building in NCrunchRob Mensching2021-01-081-0/+7
| * Enable XML doc and delete obsolete IParseHelper methods.Sean Hall2020-12-1864-49/+300
| * Add GetCanonicalRelativePath.Sean Hall2020-12-162-0/+22
| * Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
| * Update NBGV.Sean Hall2020-12-021-1/+1
| * One shiny NuGet package, please and thank you.Bob Arnson2020-10-291-0/+1
| * Strong-name sign WiX assemblies.Bob Arnson2020-10-283-1/+15
| * Add platform to decompiler result.Bob Arnson2020-10-081-0/+3
| * Remove 32-bit ARM support.Bob Arnson2020-09-192-11/+2
| * Only target all frameworks in ReleaseSean Hall2020-08-171-1/+2
| * Simplify IPathResolve GetDirectoryPath() by adding canonical-specific methodRob Mensching2020-07-211-3/+11
| * Use VS2019 for CI Build.Bob Arnson2020-07-191-1/+1
| * Add performance optimized methods and remove obsolete CreateDirectoryRowRob Mensching2020-07-141-17/+21