index
:
talos-hostboot
04-15-2018
04-16-2019
04-19-2018
04-30-2018
05-14-2018
05-21-2018
06-04-2018
06-18-2018
07-25-2019
master
Talos™ II hostboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
util
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add map list initialization and at() methods
Stephen Cprek
2017-04-10
1
-2
/
+30
*
Prevent inline of some shared_ptr functions for space
Dean Sanner
2016-10-11
1
-51
/
+73
*
Overloaded != operator for shared_ptr.
Matt Derksen
2016-06-02
1
-0
/
+5
*
Implement std::map::emplace()
Matt Derksen
2016-06-02
2
-3
/
+60
*
Added equal comparison override for shared_ptr
Matt Derksen
2016-05-24
1
-0
/
+5
*
Implement std::enable_if in HB
Matt Derksen
2016-05-07
1
-0
/
+42
*
shared_ptr::reset did not work for shared pointer
Patrick Williams
2016-02-19
1
-4
/
+5
*
shared_ptr r-value ref ctor didn't match standard
Patrick Williams
2015-12-11
1
-2
/
+2
*
Implement std::shared_ptr.
Patrick Williams
2015-12-11
1
-0
/
+231
*
Implement std::move, std::forward.
Patrick Williams
2015-12-11
1
-0
/
+46
*
Implement std::is_pointer,is_reference
Patrick Williams
2015-12-11
1
-0
/
+48
*
Implement std::is_integral.
Patrick Williams
2015-12-11
2
-0
/
+109
*
Implement std::is_same.
Patrick Williams
2015-12-11
2
-0
/
+88
*
Ambiguous Sort Compiler Error fix with std::pair
Bill Hoffa
2015-02-20
1
-6
/
+8
*
Fix spelling mistakes using codespell.
Patrick Williams
2015-01-15
2
-5
/
+9
*
Change copyright prolog for all files to Apache.
Patrick Williams
2014-05-21
4
-67
/
+66
*
Fix strict-aliasing violations.
Patrick Williams
2013-04-17
1
-41
/
+32
*
Changes to add support for dynamic VIDs on HB.
ayma
2012-12-18
1
-24
/
+24
*
Memory leak in splaytree and testcase.
Patrick Williams
2012-09-04
1
-23
/
+32
*
Support for core_activate via IPI.
Patrick Williams
2012-07-16
1
-1
/
+1
*
Attribute Support for proc_setup_bars and mss_setup_bars
Mark Wenning
2012-07-12
1
-10
/
+3
*
Fix const-correctness bug in std::map splay tree implementation
Mike Jones
2012-06-21
1
-24
/
+24
*
Enhanced STL capabilities.
Patrick Williams
2012-05-21
1
-0
/
+189
*
Fix includes for map.
Patrick Williams
2012-05-08
1
-0
/
+1
*
Fix broken map::operator[].
Patrick Williams
2012-04-05
1
-1
/
+0
*
Improve std::map by using a SplayTree container.
Patrick Williams
2012-03-29
2
-0
/
+1354
*
STL advance / distance.
Patrick Williams
2012-02-22
1
-0
/
+147