| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Fruit 3.6.0 source code.tar.gz | 2020-07-12 | 239.6 kB | |
| Fruit 3.6.0 source code.zip | 2020-07-12 | 459.4 kB | |
| README.md | 2020-07-12 | 1.1 kB | |
| Totals: 3 Items | 700.2 kB | 0 | |
Potentially backwards-incompatible changes
- MSVC 2015 is no longer supported (only MSVC 2017 or 2019 are). If you need to use Fruit with MSVC 2015, you should keep using a version of Fruit up to 3.5.0. If this is not possible, please open an issue explaining your needs.
New features
(none)
Bug fixes
- Building Fruit with Bazel now also works in systems where the boost libraries are not installed.
- Fruit now reports a user-friendly compile error when the signature passed to
registerConstructorhas an assisted parameter (it returned a compile error before too, but the error message didn't explain what was wrong). - Various improvements to the
FindFruit.cmakescript contributed by rizsotto@ (Thanks!).
Documentation
The Benchmarks page of the wiki has been updated with a more complete and up-to-date set of benchmark results.
Installation
As usual, see the installation instructions here for how to compile from source and for links to pre-built binary packages for various Linux distributions.