index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/UpdateRegistrationAcrossUpgrades
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/build-cleanup
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/xsds
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust to some newly nullable fields in tuples.
Sean Hall
2020-04-13
4
-5
/
+9
*
Fix changes to TableDefinition.
Sean Hall
2020-04-13
5
-5
/
+10
*
Fix typo in SummaryInformationType.
Sean Hall
2020-04-13
4
-69
/
+69
*
Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple.
Sean Hall
2020-04-12
1
-8
/
+16
*
Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...
Sean Hall
2020-04-12
4
-62
/
+31
*
General cleanup.
Sean Hall
2020-04-12
27
-891
/
+660
*
Move table definitions from Core to Data.
Sean Hall
2020-04-12
11
-2019
/
+6
*
Sync tables.xml with tuple definitions.
Sean Hall
2020-04-12
2
-70
/
+62
*
Update CreateBootstrapperApplicationManifest to better match v3 output.
Sean Hall
2020-04-12
1
-12
/
+48
*
Fix bug when parsing PayloadGroupRef.
Sean Hall
2020-04-12
3
-8
/
+15
*
Remove partial WixPdb support.
Bob Arnson
2020-04-11
2
-276
/
+219
*
Fix bugs when compiling UI.wixext
Sean Hall
2020-04-07
11
-87
/
+123
*
Try to fix build flakiness with Example.Extension.
Sean Hall
2020-04-06
6
-1
/
+69
*
Add test around ActionText and fix the table definition to get it passing.
Sean Hall
2020-04-05
5
-7
/
+14
*
Implement new IParseHelper methods.
Sean Hall
2020-04-05
3
-16
/
+34
*
Add failing test for when EnsureTable references an extension table with a di...
Sean Hall
2020-04-03
5
-3
/
+52
*
Use TupleIdIsPrimaryKey.
Sean Hall
2020-04-03
7
-41
/
+13
*
Refactor dispose into finally to make debugging easier.
Sean Hall
2020-04-03
1
-3
/
+7
*
Hide the concrete implementation of the service provider interfaces
Sean Hall
2020-04-02
9
-12
/
+27
*
Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...
Sean Hall
2020-04-02
40
-91
/
+119
*
Fix bug in ParseHelper where it assumed the first column was the id column.
Sean Hall
2020-04-02
6
-23
/
+6
*
Order WixSearches in Core.
Sean Hall
2020-03-30
3
-10
/
+295
*
Add SetVariable.
Sean Hall
2020-03-30
7
-33
/
+217
*
Add ability for extensions to create custom bundle searches.
Sean Hall
2020-03-30
23
-77
/
+688
*
Add BundleExtension element.
Sean Hall
2020-03-30
15
-1
/
+416
*
Fix bundle-build extension library extraction.
Bob Arnson
2020-03-27
6
-24
/
+17
*
Add intermediate levels to track how IR has been lowered.
Bob Arnson
2020-03-26
9
-12
/
+140
*
Update Example.Extension to automatically update based on its Example.wxs.
Sean Hall
2020-03-20
11
-5
/
+246
*
Allow unresolved variables during resolution.
Bob Arnson
2020-03-18
5
-10
/
+13
*
Partial WixPdbs stop the backend before binding.
Bob Arnson
2020-03-17
5
-9
/
+41
*
Clean up unused IVariableResolver functionality.
Bob Arnson
2020-03-13
5
-18
/
+72
*
Avoid infinite loops when resolving variables.
Bob Arnson
2020-03-12
2
-1
/
+2
*
Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.
Bob Arnson
2020-03-11
2
-2
/
+41
*
Correctly handle custom action default suffix.
Bob Arnson
2020-03-05
2
-9
/
+41
*
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
*
Fix AMD64 assembly processorArchitecture.
Bob Arnson
2020-02-27
1
-1
/
+1
*
Detect MSIL for assembly name harvesting.
Bob Arnson
2020-02-27
2
-2
/
+2
*
Integrate latest change to WixToolset.Data API
Rob Mensching
2020-02-26
1
-1
/
+1
*
Fix File/@TrueType.
Bob Arnson
2020-02-24
3
-4
/
+4
*
Early detection of duplicate table definitions from extensions.
Bob Arnson
2020-02-21
2
-2
/
+11
*
Support reopening WixOutputs, to be able to read after creation.
Bob Arnson
2020-02-13
1
-0
/
+2
*
Make BindResult disposable to manage WixOutput disposability.
Bob Arnson
2020-02-13
6
-99
/
+120
*
Support loading WindowsInstallerData and Intermediate from WixOutput.
Bob Arnson
2020-02-10
1
-0
/
+35
*
Add CreateFolder tuples for null-keypath components in the backend instead of...
Bob Arnson
2020-02-07
9
-17
/
+126
*
Add the bound package's WixOutput to BindResult.
Bob Arnson
2020-02-06
2
-0
/
+4
*
Start on new patch infrastructure
Rob Mensching
2020-02-05
58
-1192
/
+4481
[next]