<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/ext/Bal/test/examples/TestEngine, branch bob/DecompilePerUserOrMachine</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2FDecompilePerUserOrMachine</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2FDecompilePerUserOrMachine'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-03-07T18:55:57+00:00</updated>
<entry>
<title>Better .nupkg names</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-06T22:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3d2d46f62fc01e2653d0251ad9703090574e7c41'/>
<id>urn:sha1:3d2d46f62fc01e2653d0251ad9703090574e7c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP - BA header simplification</title>
<updated>2024-03-07T02:03:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-06T18:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a8504dc4eb1c2d09965b0858699ac737336ef3c1'/>
<id>urn:sha1:a8504dc4eb1c2d09965b0858699ac737336ef3c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the BootstrapperApplication out of proc</title>
<updated>2024-03-07T02:03:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-12T02:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0d3d54992104288e9ee0c834d0b96e8502fd2d42'/>
<id>urn:sha1:0d3d54992104288e9ee0c834d0b96e8502fd2d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minimize calls into GitInfo by caching results during build_init</title>
<updated>2022-11-13T15:27:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-11T07:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c8a832c931f6c34892e596a11c14e9181d5eee16'/>
<id>urn:sha1:c8a832c931f6c34892e596a11c14e9181d5eee16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move infinite loop detection into the hosts.</title>
<updated>2022-05-14T16:12:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-13T18:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a6974a15deb6edf593736cdb8043bfb93064782'/>
<id>urn:sha1:6a6974a15deb6edf593736cdb8043bfb93064782</id>
<content type='text'>
Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded.
Show error when infinite prereq loop detected.
Only clip the exit code if they're Win32 errors.
Set related bundle type to none to avoid downgrades during preqba.
</content>
</entry>
<entry>
<title>Set each native library dependency version to the build version.</title>
<updated>2022-04-19T23:35:15+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-19T21:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0'/>
<id>urn:sha1:6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create single .zip file for non-embedded pdb files</title>
<updated>2022-02-17T22:52:59+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-02-17T21:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=e103be995f566e42ea4cf91fda5dd0e940e5aabd'/>
<id>urn:sha1:e103be995f566e42ea4cf91fda5dd0e940e5aabd</id>
<content type='text'>
No longer create .snupkg/.symbols.nupkgs since they don't actually
support native pdbs, which are all of our non-embedded pdb files.
</content>
</entry>
<entry>
<title>Build with VS2022, which is now required.</title>
<updated>2021-12-26T01:31:10+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2021-12-06T02:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=667ee81ee0263314b4546f5598efc66fe84c08b7'/>
<id>urn:sha1:667ee81ee0263314b4546f5598efc66fe84c08b7</id>
<content type='text'>
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
</content>
</entry>
<entry>
<title>Implement integrated build process</title>
<updated>2021-05-11T18:14:01+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-04-26T18:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=df016066100df955d5ff98811e113fb2b1bd4b8a'/>
<id>urn:sha1:df016066100df955d5ff98811e113fb2b1bd4b8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move Bal.wixext into ext</title>
<updated>2021-05-03T22:55:48+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2021-05-03T22:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ba7bab476501c16e437b0aee71c1be02c3dda176'/>
<id>urn:sha1:ba7bab476501c16e437b0aee71c1be02c3dda176</id>
<content type='text'>
</content>
</entry>
</feed>
