index
:
wix
bob/EnsureTableStandardActions
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
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement Bundle build
Rob Mensching
2019-10-07
9
-0
/
+83
*
Add failing test for ServiceInstall.
Sean Hall
2019-09-30
3
-0
/
+45
*
Add failing test for MsiAssembly.
Sean Hall
2019-09-30
4
-0
/
+127
*
Add failing test for Font.
Sean Hall
2019-09-30
3
-0
/
+44
*
Add failing test for ReserveCost.
Sean Hall
2019-09-30
3
-0
/
+45
*
Add failing test for MsiShortcutProperty.
Sean Hall
2019-09-30
3
-0
/
+48
*
Add failing test for nesting a ProgId under an advertised Class.
Sean Hall
2019-09-30
3
-0
/
+51
*
Add failing test for LockPermissions when Permissions is 0.
Sean Hall
2019-09-30
3
-0
/
+47
*
Add failing test for CustomAction.
Sean Hall
2019-09-30
3
-0
/
+46
*
Add failing tests for AppSearch tables.
Sean Hall
2019-09-30
6
-0
/
+191
*
Add failing test for InstallExecuteSequence.
Sean Hall
2019-09-30
1
-0
/
+51
*
Add failing tests for Upgrade.
Sean Hall
2019-09-30
3
-0
/
+80
*
Add failing test for FeatureGroup and parent Features.
Sean Hall
2019-09-30
4
-0
/
+61
*
Add failing test for DefaultDir.
Sean Hall
2019-09-30
4
-1
/
+99
*
Integrate latest Data changes for FileTuple and AssemblyTuple
Rob Mensching
2019-05-23
4
-41
/
+41
*
Integrate short and source name changes to Directory and Shortcut tuples
Rob Mensching
2019-05-23
2
-2
/
+2
*
Adopt "Ref" as reference convention over "_"
Rob Mensching
2019-05-23
1
-2
/
+2
*
Integrate latest changes to tuple definitions
Rob Mensching
2019-05-23
5
-6
/
+6
*
Add Component/@Shared and fix UninstallWhenSuperseded
Bob Arnson
2019-05-14
4
-10
/
+50
*
Fix inscript CA bit handling
Rob Mensching
2019-05-12
6
-0
/
+81
*
Use new strongly typed tuples
Rob Mensching
2019-05-08
4
-15
/
+14
*
Add failing test to demonstrate ProgId bug.
Bob Arnson
2019-04-02
6
-0
/
+92
*
Bug: Wixipl references to extension libraries
Bob Arnson
2019-03-20
6
-0
/
+150
*
Fix missing symbol for WixSuppressAction.
Bob Arnson
2019-03-20
1
-0
/
+4
*
Include the preprocessed include files with the processed document
Rob Mensching
2019-03-01
1
-4
/
+29
*
Fix overridable actions being tagged as duplicates.
Bob Arnson
2019-01-16
6
-0
/
+129
*
Add failing test for issues exposed by UIExtension.
Sean Hall
2019-01-12
6
-0
/
+118
*
Load .wixlib intermediates with single creator
Rob Mensching
2019-01-01
8
-0
/
+242
*
Populate MsiAssemblyName table
Rob Mensching
2018-12-26
2
-4
/
+22
*
Update to latest Home\repo-template
Rob Mensching
2018-12-22
1
-2
/
+1
*
Explicitly mark bitness of entities that support 64-bit attribute.
Bob Arnson
2018-11-19
6
-1
/
+53
*
Re-introduce "decompile" to backend
Rob Mensching
2018-10-24
5
-0
/
+65
*
Update to fixed "binder" names in interfaces
Rob Mensching
2018-10-24
1
-1
/
+1
*
Support passing IServiceProvider to IExtensionFactory's
Rob Mensching
2018-10-24
1
-6
/
+16
*
Update to command-line parsing re-organization
Rob Mensching
2018-10-24
1
-4
/
+10
*
Implement -arch switch
Rob Mensching
2018-10-03
1
-0
/
+32
*
Add WixRunnerResult to improve success assertion
Rob Mensching
2018-10-03
4
-35
/
+40
*
Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.
Bob Arnson
2018-09-27
6
-0
/
+80
*
Fix ?foreach? so all loop values get "executed."
Bob Arnson
2018-09-18
6
-0
/
+75
*
Merge pull request #2 from wixtoolset/bob/5853-variable-redefinition
Sean Hall
2018-09-09
6
-0
/
+98
|
\
|
*
Warn on preprocessor variable redefinition only when the values are different.
Bob Arnson
2018-09-03
6
-0
/
+98
*
|
Fix codepage handling to cover both Framework- and Core- supported code pages.
Bob Arnson
2018-09-06
2
-2
/
+2
|
/
*
Track files to enable clean builds in MSBuild
Rob Mensching
2018-08-11
3
-9
/
+9
*
Support build of a .wixipl to final output
Rob Mensching
2018-07-31
1
-0
/
+89
*
Remove WixFileNotFoundException, report checked paths and improve bind path c...
Rob Mensching
2018-07-27
1
-0
/
+35
*
Integrate Extensibility.Data namespace change from Extensibility repo
Rob Mensching
2018-07-23
2
-3
/
+4
*
Move tool projects to Tools repo
Rob Mensching
2018-07-21
38
-645
/
+39
*
Add additional debug diagnostics for WixToolsetTest.BuildTasks tests
Rob Mensching
2018-07-13
2
-8
/
+14
*
Add PostParse() method of IExtensionCommandLine
Rob Mensching
2018-07-13
1
-0
/
+4
*
Fix MSBuild handling of cultures plus add unit tests
Rob Mensching
2018-07-13
17
-8
/
+254
[prev]
[next]