Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-01 | boost: Only use usage-requirements defines (fixes #7046) | Daniel Mensinger | 1 | -14/+42 | |
2020-02-20 | boost: Rewrite boost_names.py generator | Daniel Mensinger | 1 | -143/+228 | |
2019-11-07 | CI: add initial type annotation checking | Michael Hirsch, Ph.D | 1 | -1/+1 | |
2019-04-29 | Fix unused variables warnings | Daniel Mensinger | 1 | -1/+1 | |
2017-10-25 | Boost: Add Python libraries | Niklas Claesson | 1 | -0/+3 | |
Fixes: #2507 | |||||
2017-10-12 | Boost: Jamfile has two syntaxes for boost libraries | Niklas Claesson | 1 | -0/+4 | |
Fixes #2456 | |||||
2017-10-01 | Boost: Improve search algorithm | Niklas Claesson | 1 | -0/+180 | |
The new implementation will correctly pick boost from 3 possible locations on windows and two locations on posix compatible OSs. The new search algorithm also differentiates between debug and release builds of Boost and multi or single threading builds. It was also decided to map "Meson modules" to Boost software libraries and not Boost modules since it there are a lot of options regarding linking. Some modules can even be used either as headers-only or with dynamic linking. This commit also fixes a bug that prevented header-only use on Windows. Fixes: #2274 #2239 #1803 #669 |