summaryrefslogtreecommitdiffstats
path: root/src/include/util/impl
Commit message (Expand)AuthorAgeFilesLines
* Fix true_type and false_ type typdef with integral_constantAndre Marin2019-04-021-4/+3
* Add std::remove_all_extends to HB STL libraryAndre Marin2019-03-151-0/+7
* Add map list initialization and at() methodsStephen Cprek2017-04-101-2/+30
* Prevent inline of some shared_ptr functions for spaceDean Sanner2016-10-111-51/+73
* Overloaded != operator for shared_ptr.Matt Derksen2016-06-021-0/+5
* Implement std::map::emplace()Matt Derksen2016-06-022-3/+60
* Added equal comparison override for shared_ptrMatt Derksen2016-05-241-0/+5
* Implement std::enable_if in HBMatt Derksen2016-05-071-0/+42
* shared_ptr::reset did not work for shared pointerPatrick Williams2016-02-191-4/+5
* shared_ptr r-value ref ctor didn't match standardPatrick Williams2015-12-111-2/+2
* Implement std::shared_ptr.Patrick Williams2015-12-111-0/+231
* Implement std::move, std::forward.Patrick Williams2015-12-111-0/+46
* Implement std::is_pointer,is_referencePatrick Williams2015-12-111-0/+48
* Implement std::is_integral.Patrick Williams2015-12-112-0/+109
* Implement std::is_same.Patrick Williams2015-12-112-0/+88
* Ambiguous Sort Compiler Error fix with std::pairBill Hoffa2015-02-201-6/+8
* Fix spelling mistakes using codespell.Patrick Williams2015-01-152-5/+9
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-214-67/+66
* Fix strict-aliasing violations.Patrick Williams2013-04-171-41/+32
* Changes to add support for dynamic VIDs on HB.ayma2012-12-181-24/+24
* Memory leak in splaytree and testcase.Patrick Williams2012-09-041-23/+32
* Support for core_activate via IPI.Patrick Williams2012-07-161-1/+1
* Attribute Support for proc_setup_bars and mss_setup_barsMark Wenning2012-07-121-10/+3
* Fix const-correctness bug in std::map splay tree implementationMike Jones2012-06-211-24/+24
* Enhanced STL capabilities.Patrick Williams2012-05-211-0/+189
* Fix includes for map.Patrick Williams2012-05-081-0/+1
* Fix broken map::operator[].Patrick Williams2012-04-051-1/+0
* Improve std::map by using a SplayTree container.Patrick Williams2012-03-292-0/+1354
* STL advance / distance.Patrick Williams2012-02-221-0/+147
OpenPOWER on IntegriCloud