diff browse annotate |
d04e584c197d4c1bfa2e2592d18499467a7cc957 created 2012-10-22 17:05 -0400 pushed 2012-10-23 01:41 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 802806 followup - fix the comment |
diff browse annotate |
9806c99965fbf1b5770813b4c6eb4c6dcb3413e4 created 2012-10-17 17:37 -0400 pushed 2012-10-20 01:43 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 802806 - Make mfbt's IsBaseOf work with multiple inheritance; r=Waldo |
diff browse annotate |
fe817bf85f36386d626ed35383ffb9dae2f4ddc5 created 2012-06-19 13:55 -0700 pushed 2012-06-24 02:51 +0000 |
Jeff Walden | Jeff Walden - Bug 766347 - Implement mozilla::IsConvertible to detect when a value of one type will convert to a value of another type. r=luke |
diff browse annotate |
54a17b76f48868f24dfa261309289af896eca39d created 2012-06-18 19:06 -0700 pushed 2012-06-24 02:51 +0000 |
Jeff Walden | Jeff Walden - Bug 766347 - Implement a mozilla::EnableIf template struct for SFINAE capabilities. r=luke |
diff browse annotate |
a112cf3d055d8930f8bdb7f40b8537cc26bab787 created 2012-06-14 17:55 -0700 pushed 2012-06-19 08:15 +0000 |
Jeff Walden | Jeff Walden - Fix a couple style nits missed during review. Followup to bug 616262, r=sparky |
diff browse annotate |
6a4feddc241b00239656e8fb67bdef2cf22637d3 created 2012-06-14 08:20 +0200 pushed 2012-06-15 06:24 +0000 |
Mike Hommey | Mike Hommey - Bug 616262 - Add mozilla/TypeTraits.h with mozilla::Conditional and mozilla::IsBaseOf traits, similar to resp. C++11 std::conditional and std::is_base_of. r=Waldo |