summaryrefslogtreecommitdiff
path: root/gcc/fibonacci_heap.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Workaround bogus warning in fibonacci_heap<K,V>::consolidate.Jan Hubicka2019-11-201-2/+3
* Add pool_allocator for fibonaci heaps.Jan Hubicka2019-11-201-10/+42
* Initialize a field in fibonacci_node.Martin Liska2019-10-231-1/+1
* Const-correctness fixes for fibonacci_heap.hDavid Malcolm2019-09-271-4/+4
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Add selftests for fibonacci_heapMartin Liska2016-07-201-9/+28
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-4/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* * fibonacci_heap.h (min): Return m_data instead of non-existing data.Jan Hubicka2014-12-161-1/+1
* re PR lto/63968 (175.vpr from cpu2000 fails to build with LTO)Martin Liska2014-11-241-17/+43
* New template fibonacci_heap class introduced.Martin Liska2014-11-181-0/+608