aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-0124-163/+370
* Rename ILocalizer to ILocalizationParserRob Mensching2019-03-014-23/+23
* Rename WixVariableResolver to VariableResolverRob Mensching2019-03-013-6/+6
* Expose WixVariableResolver via WixToolsetServiceProviderRob Mensching2019-03-016-10/+10
* Make `IPreprocessor` public as it should be.Bob Arnson2019-02-261-2/+2
* Add DirectoryId into context for extensions.Sean Hall2019-01-201-1/+1
* Fix overridable actions being tagged as duplicates.Bob Arnson2019-01-161-6/+14
* Ensure `Error`s generate symbols so they can be referenced.Bob Arnson2019-01-091-2/+1
* Prevent linker NullReferenceExceptions when missing SourceLineNumbers.Bob Arnson2019-01-031-1/+1
* Load .wixlib intermediates with single creatorRob Mensching2019-01-012-21/+17
* Simplify and standardize exception handling in extension managerRob Mensching2018-12-271-45/+35
* Remove dead codeRob Mensching2018-12-263-667/+0
* Remove lingering uses of .resx from WixToolset.CoreRob Mensching2018-12-267-192/+18
* Fix the dependencies of the WixToolset.Core.TestPackage.nupkgRob Mensching2018-12-221-0/+4
* Update to latest Home\repo-templateRob Mensching2018-12-221-8/+3
* Remove context from generated DefaultIcon registry row. (#16)Sean Hall2018-12-121-1/+1
* ole.dll should be ole2.dll.Sean Hall2018-12-121-2/+2
* Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.Bob Arnson2018-12-071-0/+2
* Update to DecompileResult move to XDocumentRob Mensching2018-11-031-5/+6
* Re-introduce "decompile" to backendRob Mensching2018-10-245-11/+241
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-1/+1
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-241-1/+19
* Update to command-line parsing re-organizationRob Mensching2018-10-249-710/+813
* Minor code clean up to match .editorconfigRob Mensching2018-10-244-8016/+7939
* Minor code cleanup/reorganizationRob Mensching2018-10-246-19/+18
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-2422-787/+900
* Minor project cleanupRob Mensching2018-10-241-619/+0
* Implement -arch switchRob Mensching2018-10-033-10/+29
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-272-4/+33
* Ensure `ProxyStubClassId` is written as a proper, embraced GUID.Bob Arnson2018-09-201-1/+1
* Fix ?foreach? so all loop values get "executed."Bob Arnson2018-09-181-13/+15
* Merge pull request #2 from wixtoolset/bob/5853-variable-redefinitionSean Hall2018-09-091-1/+1
|\
| * Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-031-1/+1
* | Fix codepage handling to cover both Framework- and Core- supported code pages.Bob Arnson2018-09-061-1/+8
|/
* Use generics in WixToolsetServiceProviderSean Hall2018-09-021-26/+31
* Fix namespace in WixStrings.Sean Hall2018-09-022-4/+3
* Support warning suppression.Bob Arnson2018-08-281-1/+11
* Actually handle context-less Classes.Bob Arnson2018-08-231-19/+16
* Prevent crash when non-advertised Class omits Context. Fixes #5651.Bob Arnson2018-08-231-15/+18
* Track files to enable clean builds in MSBuildRob Mensching2018-08-116-37/+148
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-012-1/+6
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-0138-220/+110
* Support build of a .wixipl to final outputRob Mensching2018-07-312-24/+49
* Properly initialize WixVariableResolver internal variablesRob Mensching2018-07-271-3/+4
* Remove WixFileNotFoundException, report checked paths and improve bind path c...Rob Mensching2018-07-275-20/+43
* Support change of FileTransfer to interfaceRob Mensching2018-07-276-9/+102
* Remove special handling to pdb path in Layout commandRob Mensching2018-07-231-20/+11
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-2333-107/+124
* Move tool projects to Tools repoRob Mensching2018-07-211-1/+1
* Minimize duplicate localization processingRob Mensching2018-07-192-2/+2