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 |
diff browse annotate |
f4157e8c410708d76703f19e4dfb61859bfe32d8 created 2012-05-21 12:12 +0100 pushed 2012-05-21 11:54 +0000 |
Gervase Markham | Gervase Markham - Bug 716478 - update licence to MPL 2. |
diff browse annotate |
fdac756d438b86fadd9cbf0597d79cb18b006b3f created 2012-05-09 16:54 -0400 pushed 2012-05-19 00:52 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 753119 - Add ThreadLocal to mfbt - r=jwalden |
diff browse annotate |
d77e3cf5a16267907da026372e0e8c3981069945 created 2012-05-14 15:50 -0400 pushed 2012-05-16 09:06 +0000 |
Benoit Jacob | Benoit Jacob - Bug 732875 - 8/8 - move CheckedInt to MFBT, enable unit tests in mfbt/tests - r=jwalden |
diff browse annotate |
3f7291bc4efc003964fb98b1390019771042f3ac created 2012-05-14 21:05 +0100 pushed 2012-05-15 11:33 +0000 |
Ed Morley | Ed Morley - Backout 345ae68f15f4, b3b40121ac8d, 0d18b7a246d7, 9dbb6064ab58, dee9d7fa8eb6, 63eec6bfa948, 323c6be7cfe8 & f4aac7523a48 (bug 732875) for compilation failures |
diff browse annotate |
345ae68f15f4bbd6f0a669f8d8bba0fe2fa6889a created 2012-05-14 15:50 -0400 pushed 2012-05-15 11:33 +0000 |
Benoit Jacob | Benoit Jacob - Bug 732875 - 8/8 - move CheckedInt to MFBT, enable unit tests in mfbt/tests - r=jwalden |
diff browse annotate |
2187cab0d2f6eed33fef23794a0d9a17fd01e048 created 2012-01-23 03:43 -0800 pushed 2012-04-14 11:58 +0000 |
Jeff Walden | Jeff Walden - Bug 714260 - Implement FloatingPoint.h to consolidate all IEEE-754 floating point operations in a single location. r=dmandelin for the js bits, r=Ms2ger for mfbt and the core bits |
diff browse annotate |
5cc8dc1f19ec562ff36c25bb09488478c3f71cf5 created 2012-04-06 11:16 +0200 pushed 2012-04-09 17:06 +0000 |
David Rajchenbach-Teller | David Rajchenbach-Teller - Bug 718938 - Add RAII helper to mfbt. r=waldo,luke,cjones |
diff browse annotate |
69e8dd5e9201e4608a0d603ae9c9287bf8687d7d created 2012-03-02 17:18 -0500 pushed 2012-03-03 13:14 +0000 |
Justin Lebar | Justin Lebar - Bug 729952 - Part 1: Add a better hash function to mfbt. r=waldo |
diff browse annotate |
a771e4924188f8d6b3c6f99beb927fae0142f62b created 2012-02-29 22:56 -0500 pushed 2012-03-01 13:28 +0000 |
Justin Lebar | Justin Lebar - Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo |
diff browse annotate |
857f74eb3947b0343e95fc2632652b3891976074 created 2012-02-29 21:40 -0500 pushed 2012-03-01 13:28 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 730100. Add a Bloom filter implementation. r=waldo |
diff browse annotate |
da7dad5d2c8dd49db21e70b676383eae871fe456 created 2012-01-26 15:54 -0500 pushed 2012-01-27 16:32 +0000 |
Justin Lebar | Justin Lebar - Bug 715405 - Add a type-safe linked list class. r=waldo |
diff browse annotate |
0df00b3b8846361c28b8147a2ce781d69e467cf2 created 2011-12-19 14:28 -0500 pushed 2011-12-22 11:29 +0000 |
Jeff Walden | Jeff Walden - Bug 712129 - Move assertion code into a new mfbt/Assertions.h header. r=luke |
diff browse annotate |
326455c9793d0c716038b3335fd427e0d262b873 created 2011-12-17 16:45 -0500 pushed 2011-12-19 11:48 +0000 |
Jeff Walden | Jeff Walden - Bug 711775 - Implement MOZ_NORETURN to encapsulate this-function-doesn't-return semantics. r=cjones |