]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fibonacci_heap.h
[Ada] Use new API when creating a special SPARK heap entity
[thirdparty/gcc.git] / gcc / fibonacci_heap.h
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-20  Jan HubickaWorkaround bogus warning in fibonacci_heap<K,V>::consol...
2019-11-20  Jan HubickaAdd pool_allocator for fibonaci heaps.
2019-10-23  Martin LiskaInitialize a field in fibonacci_node.
2019-09-27  David MalcolmConst-correctness fixes for fibonacci_heap.h
2019-01-01  Jakub JelinekUpdate copyright years.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-07-20  Martin LiskaAdd selftests for fibonacci_heap
2016-01-04  Jakub JelinekUpdate copyright years.
2015-05-19  Mikhail MaltsevUse std::swap instead of explicit swaps
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-16  Jan Hubicka* fibonacci_heap.h (min): Return m_data instead of...
2014-11-24  Martin Liskare PR lto/63968 (175.vpr from cpu2000 fails to build...
2014-11-18  Martin LiskaNew template fibonacci_heap class introduced.