aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/bdwgc
AgeCommit message (Collapse)Author
2019-03-04bdwgc: upgrade 7.6.10 -> 7.6.12Ivan Maidanski
Highlights of this upgrade: * Fix 'unexpected mark stack overflow' abort * Fix executable memory allocation See the following for detailed changes: * https://github.com/ivmai/bdwgc/releases/tag/v7.6.12 Signed-off-by: Ivan Maidanski <ivmai@mail.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-18bdwgc: upgrade 7.6.8 -> 7.6.10Ivan Maidanski
Highlights of this upgrade: * Fix races, deadlocks, bugs in disclaim finalization and find-leak mode See the following for detailed changes: * https://github.com/ivmai/bdwgc/releases/tag/v7.6.10 Signed-off-by: Ivan Maidanski <ivmai@mail.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26bdwgc: upgrade 7.6.0 -> 7.6.8Ivan Maidanski
Highlights of this upgrade: * Fix numerous bugs (concurrency, overflow, CVE-2016-9427, etc.) * Fix various typos in comments and documentation * AddressSanitizer and MemorySanitizer support * RISC-V support See the following for detailed changes: * https://github.com/ivmai/bdwgc/releases/tag/v7.6.2 * https://github.com/ivmai/bdwgc/releases/tag/v7.6.4 * https://github.com/ivmai/bdwgc/releases/tag/v7.6.6 * https://github.com/ivmai/bdwgc/releases/tag/v7.6.8 Signed-off-by: Ivan Maidanski <ivmai@mail.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-06-22bdwgc: add a recipe from oe-coreAlexander Kanavin
It is required by zile recipe. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>