John Buonagurio 50309c8a89
[ceres] Add feature schur (#36792)
This small PR adds a default feature `schur` to control the
`SCHUR_SPECIALIZATIONS` option in Ceres. It remains on by default.

As described briefly in the
[documentation](http://ceres-solver.org/installation.html#options-controlling-ceres-configuration),
`SCHUR_SPECIALIZATIONS` enables some template specializations which
improve runtime performance of the `SPARSE_SCHUR` solver, but it
requires a large number of explicit instantiations and generates large
object files—large enough to require `/bigobj` in MSVC. This can cause
issues with some compilers particularly in constrained environments.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~~SHA512s are updated for each updated download.~~
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-27 00:44:07 -08:00
..
2024-02-05 17:02:49 -08:00
2023-05-21 18:05:01 -07:00
2023-10-03 21:08:27 -07:00
2024-02-21 22:35:32 -08:00
2023-10-09 15:27:37 -07:00
2024-01-19 11:56:09 -08:00
2024-01-16 10:51:41 -08:00
2023-08-31 12:52:56 -07:00
2024-02-05 00:56:22 -08:00
2024-02-27 00:44:07 -08:00
2023-11-14 16:09:58 -08:00
2024-02-07 12:33:25 -08:00
2024-02-13 13:30:43 -08:00
2022-09-16 14:06:00 -07:00
2023-09-28 22:41:44 -07:00
2023-05-22 11:34:06 -07:00
2023-05-04 10:31:46 -07:00
2023-08-17 11:08:01 -07:00
2024-01-22 10:59:48 -08:00
2022-10-05 15:06:50 -07:00
2022-10-05 15:05:06 -07:00
2024-02-07 12:39:54 -08:00
2023-10-02 20:53:42 -07:00
2023-02-09 14:51:04 -08:00
2023-02-09 14:51:04 -08:00
2023-02-09 14:51:04 -08:00
2023-02-09 14:51:04 -08:00
2024-01-22 10:56:30 -08:00
2023-12-20 12:30:12 -08:00
2023-12-13 23:23:17 -08:00
2022-12-09 10:50:10 -08:00
2023-10-24 11:05:02 -07:00
2023-10-03 18:04:10 -07:00
2022-12-19 11:33:56 -08:00
2023-09-28 22:26:33 -07:00
2023-10-20 09:32:21 -07:00
2023-01-30 17:07:48 -08:00
2023-11-08 10:10:24 -08:00
2022-09-07 12:16:07 -07:00
2023-07-17 13:08:24 -07:00
2023-01-17 11:35:55 -08:00
2024-01-23 11:44:45 -08:00
2023-10-04 14:25:20 -07:00
2023-10-09 15:36:14 -07:00
2024-02-07 12:29:55 -08:00