Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-11 | Merge Dtf | Rob Mensching | 247 | -0/+52895 | |
2021-05-03 | Move Bal.wixext into ext | Rob Mensching | 203 | -0/+0 | |
2021-05-03 | Move Util.wixext into ext | Rob Mensching | 169 | -13/+13 | |
2021-04-29 | Move Core into wix | Rob Mensching | 607 | -0/+98 | |
2021-04-29 | Move Tools into wix | Rob Mensching | 191 | -0/+0 | |
2021-04-29 | Simplify heat by creating a single executable | Rob Mensching | 60 | -1/+86996 | |
2021-04-29 | Move Core.Native into wix | Rob Mensching | 77 | -0/+0 | |
2021-04-29 | Introduce new versioning system based on GitInfo | Rob Mensching | 14 | -63/+223 | |
2021-04-29 | Move balutil into API/burn | Rob Mensching | 108 | -0/+0 | |
2021-04-29 | Migrate Burn API headers from burn repository | Rob Mensching | 8 | -0/+2056 | |
2021-04-29 | Move burn into burn | Rob Mensching | 141 | -0/+0 | |
2021-04-29 | Integrate new build scripts with signing support | Rob Mensching | 16 | -57/+307 | |
2021-04-29 | Migrate Burn API headers to balutil repository | Rob Mensching | 14 | -2214/+42 | |
2021-04-29 | Integrate new build scripts with signing support | Rob Mensching | 13 | -71/+112 | |
2021-04-29 | Move Extensiblity into API/wix | Rob Mensching | 104 | -0/+0 | |
2021-04-29 | Move Data into API/wix | Rob Mensching | 294 | -0/+0 | |
2021-04-29 | Move wcautil into libs/wcautil | Rob Mensching | 29 | -0/+0 | |
2021-04-29 | Move dutil into libs/dutil | Rob Mensching | 164 | -0/+0 | |
2021-04-29 | Update to latest build infrastructure | Rob Mensching | 10 | -70/+154 | |
2021-04-29 | Update dependencies. | Sean Hall | 12 | -54/+63 | |
2021-04-29 | Clean up 32-bit assumptions. | Sean Hall | 6 | -20/+12 | |
2021-04-29 | Integrate size_t and OnPlanPackageBegin changes in Burn headers. | Sean Hall | 30 | -215/+244 | |
2021-04-29 | Update to latest dutil. | Sean Hall | 2 | -3/+3 | |
2021-04-29 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -0/+1 | |
2021-04-29 | Update to latest dutil. | Sean Hall | 2 | -2/+2 | |
2021-04-29 | Let BA override the package's cache type during Plan. | Sean Hall | 16 | -102/+117 | |
Rename cache types to REMOVE, KEEP, FORCE. Change implementation of FORCE to not be through CACHED request state. Create package condition enum so BA can tell when InstallCondition wasn't specified. Tell BA when package is cached. Tell BA when package is planned to be cached and uncached. | |||||
2021-04-29 | size_t-ify BootstrapperEngine.h and BundleExtensionEngine.h | Sean Hall | 6 | -21/+21 | |
2021-04-29 | Clean up 32-bit assumptions. | Sean Hall | 17 | -164/+139 | |
2021-04-29 | Clean up more 32-bit assumptions. | Sean Hall | 6 | -65/+72 | |
2021-04-29 | Clean up more 32-bit assumptions. | Sean Hall | 26 | -207/+446 | |
2021-04-27 | Move Converters into wix | Rob Mensching | 69 | -4/+4 | |
2021-04-25 | Update to latest Tools. | Sean Hall | 1 | -1/+1 | |
2021-04-25 | Update to latest Tools. | Sean Hall | 1 | -1/+1 | |
2021-04-25 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -0/+1 | |
2021-04-25 | Allow DownloadUrl on embedded payloads. | Sean Hall | 8 | -58/+110 | |
#5253 | |||||
2021-04-25 | Include LayoutOnly payloads in BootstrapperApplicationData.xml. | Sean Hall | 4 | -23/+91 | |
#6399 | |||||
2021-04-25 | Ignore Compressed attribute for payloads when authored into a container | Sean Hall | 4 | -2/+19 | |
#6406 | |||||
2021-04-25 | Block well known bundle ids in the compiler. | Sean Hall | 3 | -15/+38 | |
2021-04-25 | Perform more bundle validation during linking. | Sean Hall | 24 | -115/+492 | |
#5273, #6291, #6398 | |||||
2021-04-25 | Assign authored payloads to authored containers during linking. | Sean Hall | 4 | -60/+120 | |
2021-04-25 | Add multiple attached containers error and empty container warning. | Sean Hall | 5 | -8/+41 | |
#6144 | |||||
2021-04-25 | Enable better bundle validation. | Sean Hall | 3 | -3/+8 | |
2021-04-25 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -1/+0 | |
2021-04-25 | Set source of attached containers to WixBundleOriginalSource if set. | Sean Hall | 2 | -5/+72 | |
Use file size when probing local files. #5586 | |||||
2021-04-25 | Add support for downloading embedded payloads. | Sean Hall | 4 | -22/+21 | |
#5253 | |||||
2021-04-25 | Share code to map stream name to payload when extracting containers. | Sean Hall | 4 | -52/+20 | |
2021-04-25 | DOWNLOAD is not a valid packaging value. | Sean Hall | 2 | -11/+3 | |
2021-04-25 | UX payloads are never external, part 2. | Sean Hall | 4 | -35/+5 | |
2021-04-25 | For payloads in a container, prefer the container over local paths. | Sean Hall | 3 | -11/+43 | |
Still consider the destination path to avoid extracting the container for every payload. #3640 | |||||
2021-04-23 | Fix for added elements to reference platform-specific extension custom actions. | Bob Arnson | 3 | -2/+189 | |