aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrate latest changes to tuple definitionsRob Mensching2019-05-235-6/+6
|
* Add Component/@Shared and fix UninstallWhenSupersededBob Arnson2019-05-144-10/+50
|
* Fix inscript CA bit handlingRob Mensching2019-05-126-0/+81
|
* Use new strongly typed tuplesRob Mensching2019-05-084-15/+14
|
* Add failing test to demonstrate ProgId bug.Bob Arnson2019-04-026-0/+92
| | | | When a parent ProgId has Advertise="yes" and a child ProgId omits Advertise, the compiler assumes it's a non-advertised ProgId. It should be advertised instead.
* Bug: Wixipl references to extension librariesBob Arnson2019-03-206-0/+150
| | | | | | Add test demonstrating that a persisted .wixipl file has broken references to bits in an extension's library. Same project built via wix.exe in one pass works as expected.
* Fix missing symbol for WixSuppressAction.Bob Arnson2019-03-201-0/+4
| | | | Exposes non-overridable standard actions so WixToolsetTest.CoreIntegration.LinkerFixture.CanBuildWithOverridableActions now fails.
* Include the preprocessed include files with the processed documentRob Mensching2019-03-011-4/+29
| | | | | | | This change also cleans up the internal state handling of the preprocesor to pass the processing state around rather than depend on "global state" in member variables. This removes the need to "reset" the member variables before preprocessing which is much cleaner.
* Fix overridable actions being tagged as duplicates.Bob Arnson2019-01-166-0/+129
|
* Add failing test for issues exposed by UIExtension.Sean Hall2019-01-126-0/+118
|
* Load .wixlib intermediates with single creatorRob Mensching2019-01-018-0/+242
| | | | | Using a single creator ensures definitions are shared and consistent across the entire build.
* Populate MsiAssemblyName tableRob Mensching2018-12-262-4/+22
| | | | Fixes wixtoolset/issues#5865
* Update to latest Home\repo-templateRob Mensching2018-12-221-2/+1
|
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-196-1/+53
| | | | 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.
* Re-introduce "decompile" to backendRob Mensching2018-10-245-0/+65
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-1/+1
|
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-241-6/+16
|
* Update to command-line parsing re-organizationRob Mensching2018-10-241-4/+10
|
* Implement -arch switchRob Mensching2018-10-031-0/+32
| | | | Fixes wixtoolset/issues#5863
* Add WixRunnerResult to improve success assertionRob Mensching2018-10-034-35/+40
|
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-276-0/+80
|
* Fix ?foreach? so all loop values get "executed."Bob Arnson2018-09-186-0/+75
|
* Merge pull request #2 from wixtoolset/bob/5853-variable-redefinitionSean Hall2018-09-096-0/+98
|\ | | | | Warn on variable redefinition only when the values are different.
| * Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-036-0/+98
| | | | | | | | Fixes wixtoolset/issues#5853
* | Fix codepage handling to cover both Framework- and Core- supported code pages.Bob Arnson2018-09-062-2/+2
|/
* Track files to enable clean builds in MSBuildRob Mensching2018-08-113-9/+9
|
* Support build of a .wixipl to final outputRob Mensching2018-07-311-0/+89
|
* Remove WixFileNotFoundException, report checked paths and improve bind path ↵Rob Mensching2018-07-271-0/+35
| | | | command-line parsing
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-232-3/+4
|
* Move tool projects to Tools repoRob Mensching2018-07-2138-645/+39
|
* Add additional debug diagnostics for WixToolsetTest.BuildTasks testsRob Mensching2018-07-132-8/+14
|
* Add PostParse() method of IExtensionCommandLineRob Mensching2018-07-131-0/+4
| | | | Fixes wixtoolset/issues#5850
* Fix MSBuild handling of cultures plus add unit testsRob Mensching2018-07-1317-8/+254
| | | | Fixes #5847
* Add missing test project to solutionRob Mensching2018-07-121-7/+4
|
* Improve debuggabilityRob Mensching2018-07-123-3/+3
|
* Update development dependenciesRob Mensching2018-07-121-1/+1
|
* Refactor command line parsing to enable extensions there in light.exeRob Mensching2018-07-121-1/+1
| | | | Fixes wixtoolset/issues#5845
* Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson2018-06-211-1/+1
|
* Update to netcoreapp2.1 and xunit 2.3.1.Bob Arnson2018-06-212-5/+5
|
* Add formerly-broken unit tests.Bob Arnson2018-05-061-0/+68
|
* Add failing unit test for .NET assembliesBob Arnson2018-01-086-0/+86
|
* Pass along include search paths to those that need it.Bob Arnson2017-12-297-0/+92
|
* Clean up project files and update to latest GitVersioningRob Mensching2017-12-291-1/+1
|
* Fix several missed identifiers in Compiler and other small cleanupRob Mensching2017-12-291-3/+0
|
* Move to WixBuildTools.TestSupportRob Mensching2017-12-296-162/+33
|
* Correctly join command line arguments and other small clean up and optimizationsRob Mensching2017-12-271-1/+0
|
* Integrate latest Data and Extensibility changes and build light.exeRob Mensching2017-12-272-5/+2
|
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-227-0/+196
|
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-211-6/+39
|
* Integrate simplified message handlingRob Mensching2017-12-192-10/+10
|