summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/lib
Commit message (Expand)AuthorAgeFilesLines
* Disable Sync TestChristian Geddes2019-02-131-2/+3
* Attribute support for recursive mutexesMatt Raybuck2018-11-122-8/+9
* Disable synchronization testsNick Bofferding2018-11-011-1/+1
* Added support for recursive mutexesMatt Raybuck2018-10-292-7/+75
* Add additional comparison function objects into functional headerAndre Marin2018-05-101-1/+61
* Add std::map operator== overload and != for vectorStephen Cprek2017-10-101-0/+24
* Add map list initialization and at() methodsStephen Cprek2017-04-101-1/+19
* Makefile changes for OP Build CI WitherspoonElizabeth Liner2016-11-151-2/+2
* Implement std::arrayStephen Cprek2016-10-302-1/+186
* Overloaded != operator for shared_ptr.Matt Derksen2016-06-021-2/+6
* Implement std::map::emplace()Matt Derksen2016-06-021-0/+75
* Added equal comparison override for shared_ptrMatt Derksen2016-05-241-1/+6
* Vector and list initializer lists fail with {} contructorAndrew Geissler2016-05-161-1/+10
* Implement std::enable_if in HBMatt Derksen2016-05-071-0/+83
* Need to implement new Ctor for std::vectorAndrew Geissler2016-03-171-3/+88
* Re-enable shared ptr test casecrgeddes2016-02-191-14/+2
* Re-enable test cases for P9 Workcrgeddes2016-02-191-2/+17
* libc support for thread-local storagePatrick Williams2015-12-111-0/+75
* shared_ptr r-value ref ctor didn't match standardPatrick Williams2015-12-111-0/+16
* Implement std::shared_ptr.Patrick Williams2015-12-111-0/+89
* Implement std::is_pointer,is_referencePatrick Williams2015-12-111-0/+120
* Implement std::is_integral.Patrick Williams2015-12-111-0/+70
* Implement std::is_same.Patrick Williams2015-12-112-0/+148
* Add support for std::ptr_funPatrick Williams2014-10-151-0/+89
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-217-121/+119
* Update makefiles & included .mk files to use += convention.Brian Silver2014-05-212-4/+5
* Initial Hostboot Runtime image support.Patrick Williams2013-09-172-14/+46
* Memory Leak task_endBill Schwartz2012-10-121-33/+36
* Removed workaround for SW145497Patrick Williams2012-09-241-8/+0
* Additional needed utilities for PRD port.Patrick Williams2012-08-151-0/+91
* Support for core_activate via IPI.Patrick Williams2012-07-161-23/+32
* Enhanced STL capabilities.Patrick Williams2012-05-211-0/+124
* Support for POSIX clock_gettime function.Patrick Williams2012-05-211-0/+70
* Segfault in map when removing root-node.Patrick Williams2012-05-101-0/+12
* Fix deadlock in synctest.HPatrick Williams2012-04-111-30/+37
* Fix broken map::operator[].Patrick Williams2012-04-051-0/+6
* Improve std::map by using a SplayTree container.Patrick Williams2012-03-291-0/+37
* Add return of an iterator to the vector erase function to match the stl stand...Doug Gilbert2012-03-061-0/+33
* STL advance / distance.Patrick Williams2012-02-221-0/+94
* Conditional Variable supportDoug Gilbert2012-01-251-0/+139
* Support host boot mutex attributesNick Bofferding2011-11-161-5/+2
* STL map support based on STL listDoug Gilbert2011-10-261-0/+171
* Reduce sleep times in test cases.Patrick Williams2011-10-191-1/+6
* Floating point support.Patrick Williams2011-09-121-0/+49
* Add copyright headers to all source files.Patrick Williams2011-08-242-0/+44
* Clean up mutex issues.Patrick Williams2011-08-091-0/+15
* Create testcore directory for kernel-level tests.Patrick Williams2011-06-172-0/+99
OpenPOWER on IntegriCloud