summaryrefslogtreecommitdiffstats
path: root/src/include/util
Commit message (Expand)AuthorAgeFilesLines
* HB Improvements: Fix compiler warnings on modern compilersLuis Fernandez2019-04-051-4/+6
* 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
* Support thread local storageJaymes Wilks2019-03-111-0/+115
* Support HB running in SMFDean Sanner2018-09-241-1/+3
* New Global For Console DaemonIlya Smirnov2018-06-191-1/+15
* Ensure AbaPtr is not used in runtime codeDan Crowell2017-10-191-1/+7
* Add map list initialization and at() methodsStephen Cprek2017-04-101-2/+30
* Add a global to track when targeting has been loadedMike Baiocchi2017-03-081-1/+22
* 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
* Support runtime target translation for PhypNick Bofferding2016-03-291-0/+108
* 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
* Support for mixed DIMM configurationaalugore2015-09-181-0/+4
* Function to set Nest Frequency based off DIMM memory capabilityaalugore2015-09-182-15/+20
* Workaround for fapiMalloc fragmentation issueJay Azurin2015-09-041-0/+14
* Implement a lockfree ABA-safe smart pointer.Patrick Williams2015-04-242-30/+276
* Ambiguous Sort Compiler Error fix with std::pairBill Hoffa2015-02-201-6/+8
* Align all HBRT reserved memory to 64K boundaryDan Crowell2015-02-161-20/+21
* Fix spelling mistakes using codespell.Patrick Williams2015-01-152-5/+9
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-2123-407/+406
* Move isSimicsRunning() check into a util functionMike Baiocchi2014-02-051-0/+40
* Initial Support for Updating SBE SEEPROMMike Baiocchi2013-10-281-0/+43
* Make sprintf-class functions comply with standard.Patrick Williams2013-10-072-442/+6
* Secureboot memory layout support.Patrick Williams2013-06-141-22/+29
* Move sprintf closer to POSIX standardDean Sanner2013-06-111-34/+46
* Enhance heap corruption detection.Patrick Williams2013-05-011-25/+31
* Add 'SUPPRESS_UNUSED_VARIABLE' macro to avoid compiler warnings.Patrick Williams2013-04-181-0/+159
* Fixes for GCC 4.7Patrick Williams2013-04-171-26/+26
* Fix strict-aliasing violations.Patrick Williams2013-04-171-41/+32
* Changes to add support for dynamic VIDs on HB.ayma2012-12-181-24/+24
* Support code coverage in extended modules.Patrick Williams2012-10-091-53/+54
* Memory leak in splaytree and testcase.Patrick Williams2012-09-041-23/+32
* Reduce timeslice for idle task based on wake time of sleeping tasksDoug Gilbert2012-07-281-122/+161
* 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-294-0/+1482
OpenPOWER on IntegriCloud