diff browse annotate |
0d1a3f041a8fcac54307c4f033a58eb4387d3d71 created 2013-02-08 22:59 -0800 pushed unknown |
Jeff Walden | Jeff Walden - Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo |
diff browse annotate |
d49cff40b5c3d0fb2acad4585ee628d5e1fd071f created 2013-02-08 13:18 -0800 pushed unknown |
Razvan Cojocaru | Razvan Cojocaru - Bug 723228 - nsTArray::AssignRange should use memcpy when possible. r=jlebar for the XPCOM changes, r=jwalden for js/mfbt changes |
diff browse annotate |
d04e584c197d4c1bfa2e2592d18499467a7cc957 created 2012-10-22 17:05 -0400 pushed unknown |
Ehsan Akhgari | Ehsan Akhgari - Bug 802806 followup - fix the comment |
diff browse annotate |
9806c99965fbf1b5770813b4c6eb4c6dcb3413e4 created 2012-10-17 17:37 -0400 pushed unknown |
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 unknown |
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 unknown |
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 unknown |
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 unknown |
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 |