aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Let caller specify directory for files extracted by ExtractCabinetsCommand.Bob Arnson2018-12-072-9/+9
|
* Return object fields exported from unbinding in the decompile results.Bob Arnson2018-12-052-1/+13
|
* Extract files when using `IDecompileContext.TreatProductAsModule`.Bob Arnson2018-12-052-3/+6
|
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-197-1/+66
| | | | This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output.
* Try to optimize AppVeyor behaviorRob Mensching2018-11-031-0/+1
|
* Update to DecompileResult move to XDocumentRob Mensching2018-11-032-10/+7
| | | | Fixes wixtoolset/issues#5896
* Re-introduce "decompile" to backendRob Mensching2018-10-2418-2862/+3095
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-248-11/+11
|
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-242-7/+35
|
* Update to command-line parsing re-organizationRob Mensching2018-10-2411-715/+824
|
* Minor code clean up to match .editorconfigRob Mensching2018-10-248-8259/+8193
|
* Add .editorconfigRob Mensching2018-10-241-0/+34
|
* Minor code cleanup/reorganizationRob Mensching2018-10-247-20/+19
|
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-2430-790/+928
|
* Minor project cleanupRob Mensching2018-10-243-620/+35
|
* Move Core.TestSupport back to .NET Standard 2.0 that works properlyRob Mensching2018-10-031-2/+2
|
* Implement -arch switchRob Mensching2018-10-034-10/+61
| | | | Fixes wixtoolset/issues#5863
* Add WixRunnerResult to improve success assertionRob Mensching2018-10-037-37/+76
|
* Enable NCrunch supportRob Mensching2018-10-031-4/+11
|
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-278-4/+113
|
* 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-187-13/+90
|
* Merge pull request #2 from wixtoolset/bob/5853-variable-redefinitionSean Hall2018-09-097-1/+99
|\ | | | | Warn on variable redefinition only when the values are different.
| * Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-037-1/+99
| | | | | | | | Fixes wixtoolset/issues#5853
* | Fix codepage handling to cover both Framework- and Core- supported code pages.Bob Arnson2018-09-063-3/+10
|/
* Make TestMessageListener public.Sean Hall2018-09-023-22/+27
| | | | Make WixToolset.Core.TestPackage a netstandard library.
* Use generics in WixToolsetServiceProviderSean Hall2018-09-021-26/+31
| | | | to make the compiler help with the type checking.
* 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
|
* Add WixRunner that takes a service provider.Bob Arnson2018-08-231-2/+6
|
* 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-1120-110/+284
|
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-014-5/+13
|
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-0138-220/+110
|
* Support build of a .wixipl to final outputRob Mensching2018-07-313-24/+138
|
* All unit test should be netcoreapp2.1Rob Mensching2018-07-271-1/+1
|
* Properly initialize WixVariableResolver internal variablesRob Mensching2018-07-271-3/+4
|
* Remove WixFileNotFoundException, report checked paths and improve bind path ↵Rob Mensching2018-07-277-22/+80
| | | | command-line parsing
* Support change of FileTransfer to interfaceRob Mensching2018-07-2710-49/+143
|
* Remove special handling to pdb path in Layout commandRob Mensching2018-07-231-20/+11
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-2355-150/+178
|
* Move tool projects to Tools repoRob Mensching2018-07-21107-10238/+82
|
* Correctly isolate intermediate folders for multi-culture buildsRob Mensching2018-07-191-1/+1
|
* Minimize duplicate localization processingRob Mensching2018-07-192-2/+2
|
* When filtering cultures always include .wxls that do not specify a cultureRob Mensching2018-07-191-1/+1
|
* Move idts to to sub-folder of intermediate folderRob Mensching2018-07-191-16/+13
|
* Fix Component GUID generationRob Mensching2018-07-131-1/+1
|
* Disable MSBuild tests until publishing of native assets is worked outRob Mensching2018-07-131-1/+2
|
* Add additional debug diagnostics for WixToolsetTest.BuildTasks testsRob Mensching2018-07-132-8/+14
|