index
:
wix
bob/BetterScaleSplashScreen
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/PayloadsHarvesting
bob/PreventSplashScreenForWixV3RelatedBundle
bob/ScopeMessages
bob/Tweaks250713
bob/UnnamedBindPathsInFiles
bob/UpdateRegistrationAcrossUpgrades
bob/WixBundleSourceProcess
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/9104-base-uninstalls-patch
robmen/add-display-files-in-use-dialog-attribute
robmen/build-cleanup
robmen/dev10
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
/
CommandLine
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copy/paste error with ParseWarningAsError.
Sean Hall
2021-01-27
2
-4
/
+4
*
Add DefaultCompressionLevel support.
Bob Arnson
2021-01-26
1
-1
/
+19
*
Use new logic for -sw in DecompileCommand.
Sean Hall
2021-01-19
1
-10
/
+27
*
Add support for -wx switch to decompiler
Rob Mensching
2021-01-08
1
-0
/
+23
*
Report invalid command line arguments as errors
Rob Mensching
2021-01-08
3
-8
/
+12
*
Fix TryGetNextNonSwitchArgumentOrError.
Sean Hall
2021-01-03
2
-2
/
+3
*
Implement command line for SuppressAllWarnings and WarningsAsError.
Sean Hall
2021-01-03
1
-13
/
+55
*
Enable XML doc.
Sean Hall
2020-12-18
1
-1
/
+0
*
Fix merge module decompilation timing.
Bob Arnson
2020-12-12
1
-1
/
+1
*
Reorganize Product/Package to Package/SummaryInformation.
Bob Arnson
2020-10-24
1
-0
/
+1
*
Update decompiler to use XDocument rather than generated classes.
Bob Arnson
2020-08-24
1
-1
/
+1
*
Display command-line help from Core and extensions
Rob Mensching
2020-07-18
4
-32
/
+54
*
Remove unused property
Rob Mensching
2020-07-08
2
-2
/
+0
*
The Great Tuple to Symbol Rename (tm)
Rob Mensching
2020-06-25
1
-5
/
+5
*
Implement simplified command and improved backend integration
Rob Mensching
2020-06-13
1
-38
/
+53
*
Make commands async and internal processes cancelable
Rob Mensching
2020-06-08
5
-34
/
+47
*
Integrate change to TryParseCommand and other code cleanup
Rob Mensching
2020-06-08
3
-67
/
+31
*
Basic patching support
Rob Mensching
2020-05-30
1
-0
/
+1
*
Fix named bind paths.
Bob Arnson
2020-05-11
1
-2
/
+0
*
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
*
Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...
Sean Hall
2020-04-02
6
-18
/
+18
*
Partial WixPdbs stop the backend before binding.
Bob Arnson
2020-03-17
1
-1
/
+31
*
Make BindResult disposable to manage WixOutput disposability.
Bob Arnson
2020-02-13
1
-37
/
+44
*
Clean up variable resolution during Resolve.
Bob Arnson
2020-01-29
1
-1
/
+0
*
Provide Record enumerator on View that disposes fetched Records
Rob Mensching
2020-01-13
1
-1
/
+1
*
Update to WixOutput file structure to fix embedded file handling
Rob Mensching
2019-10-25
1
-14
/
+24
*
Implement Bundle build
Rob Mensching
2019-10-07
1
-2
/
+9
*
IExtensionManager.Create renamed to IExtensionManager.GetServices
Rob Mensching
2019-05-12
4
-13
/
+13
*
Include the preprocessed include files with the processed document
Rob Mensching
2019-03-01
2
-6
/
+6
*
Integrate interface-only WixToolset.Extensibility change
Rob Mensching
2019-03-01
1
-131
/
+144
*
Rename ILocalizer to ILocalizationParser
Rob Mensching
2019-03-01
1
-2
/
+2
*
Expose WixVariableResolver via WixToolsetServiceProvider
Rob Mensching
2019-03-01
1
-1
/
+1
*
Load .wixlib intermediates with single creator
Rob Mensching
2019-01-01
1
-19
/
+12
*
Update to DecompileResult move to XDocument
Rob Mensching
2018-11-03
1
-5
/
+6
*
Re-introduce "decompile" to backend
Rob Mensching
2018-10-24
1
-0
/
+212
*
Update to command-line parsing re-organization
Rob Mensching
2018-10-24
8
-708
/
+811
*
Minor code cleanup/reorganization
Rob Mensching
2018-10-24
1
-8
/
+14
*
Extract interfaces for Preprocess/Compile/Link/Bind/etc
Rob Mensching
2018-10-24
2
-88
/
+137
*
Implement -arch switch
Rob Mensching
2018-10-03
3
-10
/
+29
*
Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.
Bob Arnson
2018-09-27
2
-4
/
+33
*
Support warning suppression.
Bob Arnson
2018-08-28
1
-1
/
+11
*
Track files to enable clean builds in MSBuild
Rob Mensching
2018-08-11
1
-1
/
+2
*
Major reduction in public surface area of WixToolset.Core
Rob Mensching
2018-08-01
2
-134
/
+3
*
Support build of a .wixipl to final output
Rob Mensching
2018-07-31
1
-23
/
+49
*
Remove WixFileNotFoundException, report checked paths and improve bind path c...
Rob Mensching
2018-07-27
1
-5
/
+13
*
Integrate Extensibility.Data namespace change from Extensibility repo
Rob Mensching
2018-07-23
7
-20
/
+26
*
Minimize duplicate localization processing
Rob Mensching
2018-07-19
1
-1
/
+1
*
Add PostParse() method of IExtensionCommandLine
Rob Mensching
2018-07-13
1
-0
/
+5
*
Refactor command line parsing to enable extensions there in light.exe
Rob Mensching
2018-07-12
5
-647
/
+634
[next]