aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Dependency/ca (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-2/+2
|
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-2/+2
|
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-091-5/+2
| | | | | | registry keys or values. Related to 6696
* Set each native library dependency version to the build version.Sean Hall2022-04-191-1/+0
|
* Remove orphan package providers when unregistering the bundle.Sean Hall2022-02-011-0/+4
| | | | Fixes #3850
* Build with VS2022, which is now required.Bob Arnson2021-12-251-2/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Fix dependency table column names.Bob Arnson2021-12-171-5/+5
| | | | | | | (More extensions to fix but in general, primary key column names do not repeat the table name. There's no benefit to including the `4` and some don't use a prefix either. I'll aim for consistency but not pedantic consistency.)
* Fix ids for DependencyExtension.Bob Arnson2021-12-171-21/+21
|
* Implement integrated build processRob Mensching2021-05-111-4/+4
|
* Move Dependency.wixext into extRob Mensching2021-05-047-0/+683