<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/include/functional, branch 07-25-2019</title>
<subtitle>Talos™ II hostboot sources</subtitle>
<id>https://git.raptorcs.com/git/talos-hostboot/atom?h=07-25-2019</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-hostboot/atom?h=07-25-2019'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/'/>
<updated>2018-05-11T02:09:52+00:00</updated>
<entry>
<title>Add additional comparison function objects into functional header</title>
<updated>2018-05-11T02:09:52+00:00</updated>
<author>
<name>Andre Marin</name>
<email>aamarin@us.ibm.com</email>
</author>
<published>2018-05-02T19:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=89bbfaf84a74f09c2865a87e7f13a020b12f01a0'/>
<id>urn:sha1:89bbfaf84a74f09c2865a87e7f13a020b12f01a0</id>
<content type='text'>
Change-Id: I6314ec8582e1d9cc284adf877e115433e95a168e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58217
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP Build CI &lt;op-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP HW &lt;op-hw-jenkins+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add support for std::ptr_fun</title>
<updated>2014-10-15T16:36:57+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2014-10-15T02:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=87961b7259f8d08bd6165d22821492016bf6e386'/>
<id>urn:sha1:87961b7259f8d08bd6165d22821492016bf6e386</id>
<content type='text'>
Change-Id: I89f178d7adbd87b503077d75cec021ee94f96a48
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13998
Tested-by: Jenkins Server
Reviewed-by: Brian Silver &lt;bsilver@us.ibm.com&gt;
Reviewed-by: STEPHEN M. CPREK &lt;smcprek@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Update prologs on a few header files to Apache.</title>
<updated>2014-06-23T20:05:50+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2014-06-18T00:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=4bc0957bdba5b00f2d07756c8a102afe46c5aa97'/>
<id>urn:sha1:4bc0957bdba5b00f2d07756c8a102afe46c5aa97</id>
<content type='text'>
Change-Id: Id5f3c2458080bc0e6d5aab65b56d1bbb3bf4ed94
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11637
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Enhanced STL capabilities.</title>
<updated>2012-05-21T14:47:27+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-05-14T17:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=2a98222faf80705d4de4ed5703166802cdacc491'/>
<id>urn:sha1:2a98222faf80705d4de4ed5703166802cdacc491</id>
<content type='text'>
    - max_element
    - for_each
    - remove / remove_if
    - unique
    - sort
    - mem_fun / mem_fun_ref
    - bind1st / bind2nd

RTC: 41636
Change-Id: Icf15ef90562ed20097306a15f4a314e05511b199
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1068
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert &lt;dgilbert@us.ibm.com&gt;
Reviewed-by: Bradley W. Bishop &lt;bradleyb@us.ibm.com&gt;
Reviewed-by: Terry J. Opie &lt;opiet@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Improve std::map by using a SplayTree container.</title>
<updated>2012-03-30T02:31:40+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-03-06T20:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=df3648d7cd33ee146de3041d3f0d93a713075e26'/>
<id>urn:sha1:df3648d7cd33ee146de3041d3f0d93a713075e26</id>
<content type='text'>
Originally std::map was implemented as a linked list.  Some of the maps
in PORE and PRD code will be big enough that this is very inefficient.
Converted std::map to a binary search tree implementation based on the
Splay-Tree algorithm.

RTC: 34071

Change-Id: If77c017f5d95920f8010991e7f087cbe571ca2e9
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/790
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES &lt;mjjones@us.ibm.com&gt;
Reviewed-by: Douglas R. Gilbert &lt;dgilbert@us.ibm.com&gt;
Reviewed-by: Bradley W. Bishop &lt;bradleyb@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Enable filetype detection on STL headers</title>
<updated>2012-02-14T18:23:24+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2012-02-14T15:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=4103b0fa5f9f8521e7fea7496584e207ca62d4e0'/>
<id>urn:sha1:4103b0fa5f9f8521e7fea7496584e207ca62d4e0</id>
<content type='text'>
Change-Id: I5540aebf1677c62d0094b29bc9608a6fb9636c35
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/665
Reviewed-by: Terry J. Opie &lt;opiet@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
Tested-by: Jenkins Server
</content>
</entry>
<entry>
<title>STL map support based on STL list</title>
<updated>2011-10-26T22:16:18+00:00</updated>
<author>
<name>Doug Gilbert</name>
<email>dgilbert@us.ibm.com</email>
</author>
<published>2011-10-17T20:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=06c656ca04fd9e1b36dac55bedfcd3694564c24c'/>
<id>urn:sha1:06c656ca04fd9e1b36dac55bedfcd3694564c24c</id>
<content type='text'>
Change-Id: Ifd693b0911b0f76114564920dbb86f1cefa6f838
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/450
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
Tested-by: Jenkins Server
</content>
</entry>
</feed>
