aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Preprocessor.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-021-3/+3
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-1/+2
|
* Use full path in source line numbersRob Mensching2019-05-231-3/+7
|
* Include the preprocessed include files with the processed documentRob Mensching2019-03-011-164/+198
| | | | | | | This change also cleans up the internal state handling of the preprocesor to pass the processing state around rather than depend on "global state" in member variables. This removes the need to "reset" the member variables before preprocessing which is much cleaner.
* Minor code clean up to match .editorconfigRob Mensching2018-10-241-1/+1
|
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-241-310/+287
|
* Fix ?foreach? so all loop values get "executed."Bob Arnson2018-09-181-13/+15
|
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-011-8/+8
|
* Remove WixFileNotFoundException, report checked paths and improve bind path ↵Rob Mensching2018-07-271-1/+1
| | | | command-line parsing
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-7/+11
|
* Refactor command line parsing to enable extensions there in light.exeRob Mensching2018-07-121-1/+1
| | | | Fixes wixtoolset/issues#5845
* Standardize creation of public objects in move towards interfacesRob Mensching2017-12-261-45/+91
|
* Integrate simplified message handlingRob Mensching2017-12-191-36/+36
|
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-021-299/+154
|
* Fix source path and cabinet processingRob Mensching2017-11-291-1/+1
|
* Refactor CompilerCore to ParserHelper and other clean upRob Mensching2017-11-141-2/+1
|
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-22/+2
|
* Initial code commitRob Mensching2017-09-171-0/+1598