index
:
wix
bob/BetterScaleSplashScreen
bob/BundleLockUpgradeScope
bob/BurnScopeDetect
bob/ConfigurableScopeBundles
bob/DateTimeErrors
bob/DecompileMsiLockPermissionsEx
bob/DecompilePerUserOrMachine
bob/DecrashUtilDecompiler
bob/DirectoryRefTargetDir
bob/DirectorySearchDefaultId
bob/EnsureTableStandardActions
bob/ExtensionDecompileAllTables
bob/FeatureTreeBrowseDlgButtonWiring
bob/FilesPerUserNoICE
bob/FixHarvestPayloadsFields
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HarvestMultipleUnnamedBindPaths
bob/HeatCremation
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/PatchBundleUninstall
bob/PayloadsHarvesting
bob/PreventSplashScreenForWixV3RelatedBundle
bob/ScopeMessages
bob/SupersededPackageUninstall
bob/Tweaks250713
bob/UnnamedBindPathsInFiles
bob/UpdateRegistrationAcrossUpgrades
bob/WixBundleSourceProcess
bob/WixStdBaConfigurableScope
bob/WixTestTargets
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/WixUI_Advanced64
bob/dutiltestloggingex
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/8941-null-comment
robmen/9104-base-uninstalls-patch
robmen/add-display-files-in-use-dialog-attribute
robmen/build-cleanup
robmen/dev10
robmen/eulaid
robmen/fixes
robmen/maxpath
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/readonly
robmen/xsds
wix601
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
WixToolset.Core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement simplified command and improved backend integration
Rob Mensching
2020-06-13
1
-38
/
+53
*
Implement update control text
Rob Mensching
2020-06-13
1
-2
/
+2
*
Remove obsolete global suppression file
Rob Mensching
2020-06-12
1
-24
/
+0
*
Fix custom table column values case in compiler and decompiler
Rob Mensching
2020-06-12
1
-5
/
+95
*
Fix crossplat pathing and other small issues in extension caching
Rob Mensching
2020-06-10
1
-2
/
+2
*
Add "extension" command
Rob Mensching
2020-06-08
2
-37
/
+146
*
Make commands async and internal processes cancelable
Rob Mensching
2020-06-08
12
-41
/
+68
*
Integrate change to TryParseCommand and other code cleanup
Rob Mensching
2020-06-08
4
-75
/
+35
*
Minor code cleanup
Rob Mensching
2020-06-04
1
-9
/
+9
*
Correctly pass extension context when Id attribute is null
Rob Mensching
2020-06-04
3
-8
/
+8
*
Add column tuples when created instead of after the table tuple creation
Rob Mensching
2020-06-04
1
-6
/
+2
*
Redesign CustomTable tuples to support resolving binary columns
Rob Mensching
2020-06-03
2
-139
/
+193
*
Basic patching support
Rob Mensching
2020-05-30
2
-5
/
+20
*
Support merging merge modules
Rob Mensching
2020-05-22
1
-2
/
+2
*
Don't warn about missing netfx4 switches.
Bob Arnson
2020-05-19
1
-2
/
+2
*
Add missing ARM64 cases & random fixes.
Bob Arnson
2020-05-17
3
-22
/
+44
*
Get Log/@Extension and Registration/@ProviderKey to match v3.
Sean Hall
2020-05-16
1
-2
/
+2
*
WIXFEAT:6164 Move DisplayInternalUI into BalExtension.
Sean Hall
2020-05-16
1
-7
/
+0
*
Fix named bind paths.
Bob Arnson
2020-05-11
2
-15
/
+29
*
Track files in BindBundleCommand.
Sean Hall
2020-05-10
1
-1
/
+11
*
Use WixToolset.Burn package to get rid of -burnStubPath.
Sean Hall
2020-05-10
1
-8
/
+2
*
Default output file if there's a single input file.
Bob Arnson
2020-05-08
1
-4
/
+71
*
Add `IBindContext.SuppressLayout` to suppress cab generation.
Bob Arnson
2020-05-08
2
-14
/
+16
*
Remove Heat files from Core.
Sean Hall
2020-05-08
11
-840
/
+1
*
Fix changes to TableDefinition.
Sean Hall
2020-04-13
1
-1
/
+1
*
Fix typo in SummaryInformationType.
Sean Hall
2020-04-13
1
-20
/
+20
*
Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...
Sean Hall
2020-04-12
1
-5
/
+12
*
General cleanup.
Sean Hall
2020-04-12
13
-773
/
+570
*
Fix bug when parsing PayloadGroupRef.
Sean Hall
2020-04-12
1
-1
/
+1
*
Fix bugs when compiling UI.wixext
Sean Hall
2020-04-07
2
-17
/
+19
*
Implement new IParseHelper methods.
Sean Hall
2020-04-05
1
-13
/
+31
*
Use TupleIdIsPrimaryKey.
Sean Hall
2020-04-03
1
-4
/
+2
*
Hide the concrete implementation of the service provider interfaces
Sean Hall
2020-04-02
3
-4
/
+18
*
Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...
Sean Hall
2020-04-02
30
-74
/
+94
*
Fix bug in ParseHelper where it assumed the first column was the id column.
Sean Hall
2020-04-02
1
-17
/
+1
*
Add SetVariable.
Sean Hall
2020-03-30
2
-32
/
+116
*
Add ability for extensions to create custom bundle searches.
Sean Hall
2020-03-30
2
-0
/
+42
*
Add BundleExtension element.
Sean Hall
2020-03-30
2
-0
/
+79
*
Add intermediate levels to track how IR has been lowered.
Bob Arnson
2020-03-26
4
-2
/
+14
*
Allow unresolved variables during resolution.
Bob Arnson
2020-03-18
4
-9
/
+7
*
Partial WixPdbs stop the backend before binding.
Bob Arnson
2020-03-17
3
-3
/
+35
*
Clean up unused IVariableResolver functionality.
Bob Arnson
2020-03-13
4
-14
/
+36
*
Avoid infinite loops when resolving variables.
Bob Arnson
2020-03-12
1
-1
/
+1
*
Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.
Bob Arnson
2020-03-11
1
-2
/
+4
*
Correctly handle custom action default suffix.
Bob Arnson
2020-03-05
1
-9
/
+5
*
Default custom action platform to x86.
Bob Arnson
2020-03-05
1
-8
/
+4
*
Use TableDefinition.TupleDefinitionName find matching tuple.
Bob Arnson
2020-03-04
1
-1
/
+1
*
Fix custom action prefix.
Bob Arnson
2020-03-03
1
-4
/
+4
*
Add CreateCustomActionReference method from IParseHelper
Bob Arnson
2020-03-03
2
-40
/
+2
*
Add CreateCustomActionReference method
Bob Arnson
2020-03-03
2
-0
/
+79
[next]