aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve duplicate-id reporting.Bob Arnson2021-02-083-0/+41
| * One shiny NuGet package, please and thank you.Sean Hall2021-02-061-1/+0
| * Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues...Ronald Martin2021-02-042-1/+2
| * One shiny NuGet package, please and thank you.Sean Hall2021-02-041-0/+1
| * Pick up latest Burn, please and thank you.Bob Arnson2021-01-311-1/+0
| * Remove Burn AuthenticodeBob Arnson2021-01-319-385/+5
| * Add patch test from old repo and get it passing.Sean Hall2021-01-279-3/+188
| * Fix copy/paste error with ParseWarningAsError.Sean Hall2021-01-272-4/+4
| * Make Core interfaces public.Bob Arnson2021-01-267-7/+13
| * Fix collection modified during enumeration bug.Sean Hall2021-01-261-1/+1
| * Add DefaultCompressionLevel support.Bob Arnson2021-01-264-4/+22
| * Add warning for non-x86 bundles.Sean Hall2021-01-192-2/+8
| * Add test for building x64 bundle.Bob Arnson2021-01-191-0/+46
| * Use new logic for -sw in DecompileCommand.Sean Hall2021-01-193-12/+30
| * Add support for -wx switch to decompilerRob Mensching2021-01-081-0/+23
| * Rename ExePackage/@XxxCommand attributes to @XxxArgumentsRob Mensching2021-01-084-26/+26
| * Validate MSU package buildRob Mensching2021-01-084-0/+49
| * Require or recommend ExePackage/@DetectConditionRob Mensching2021-01-085-2/+88
| * Report invalid command line arguments as errorsRob Mensching2021-01-086-12/+15
| * Remove unnecessary SuppressMessage attributesRob Mensching2021-01-084-33/+0
| * Support environment variables with parens in the preprocessorRob Mensching2021-01-073-0/+30
| * Add test for invalid idsRob Mensching2021-01-072-0/+31
| * Implement improved file sequence optimizationRob Mensching2021-01-0610-11/+185
| * Default MSI packages to compressedRob Mensching2021-01-061-4/+7
| * Fix handling of duplicate directoriesRob Mensching2021-01-057-15/+92
| * Fix up tests to work well under NCrunch plus whitespace clean upRob Mensching2021-01-056-241/+32
| * Fix x64 Burn stub app manifest (test to come)Bob Arnson2021-01-032-1/+2
| * Fix parsing of DpiAwareness attribute.Sean Hall2021-01-034-1/+55
| * Add failing tests.Sean Hall2021-01-0311-6/+273
| * Fix TryGetNextNonSwitchArgumentOrError.Sean Hall2021-01-034-31/+47
| * Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-039-20/+150
| * Fix parsing Behavior in ExitCode element.Sean Hall2020-12-211-2/+17
| * Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-2110-5/+130
| * 4862 - Disallow Burn Variables that are Hidden and Persisted.Sean Hall2020-12-195-2/+36
| * Add more failing tests and label them with the issue number.Sean Hall2020-12-197-6/+138
| * Enable XML doc.Sean Hall2020-12-1876-162/+471
| * Merge pull request #165 from sgtatham/linux-build-fixesSean Hall2020-12-171-2/+4
| |\
| | * [Linux] Fix newline handling in help message.Simon Tatham2020-12-171-2/+4
| |/
| * Canonicalize Payload/@Name.Sean Hall2020-12-168-10/+174
| * WIXBUG:6299 - Fix OverflowException in ReadUInt32.Sean Hall2020-12-146-5/+96
| * Enable CheckForOverflowUnderflow.Sean Hall2020-12-141-0/+1
| * Fix merge module decompilation timing.Bob Arnson2020-12-122-8/+9
| * Add test to verify primary feature select in component categories.Bob Arnson2020-12-095-0/+84
| * Fix copy paste error.Sean Hall2020-12-091-1/+1
| * WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall2020-12-089-59/+101
| * Require SourceFile for BundleExtension.Sean Hall2020-12-081-14/+1
| * Always parse extension attributes in ParsePayloadElementContent.Sean Hall2020-12-081-22/+20
| * Remove dead code.Sean Hall2020-12-081-34/+3
| * Decompiling null GUID should set `Guid=""` to match.Bob Arnson2020-12-086-1/+28
| * MSI transaction cleanup.Sean Hall2020-12-029-15/+212