diff browse annotate |
6f3709b3878117466168c40affa7bca0b60cf75b created 2018-11-30 11:46 +0100 pushed 2018-11-30 15:15 +0000 |
Sylvestre Ledru | Sylvestre Ledru - Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format |
diff browse annotate |
91d6e262b662a0b4e47358665e222d3927337af9 created 2015-07-13 08:25 -0700 pushed 2015-07-13 15:25 +0000 |
Birunthan Mohanathas | Birunthan Mohanathas - Bug 1182996 - Fix and add missing namespace comments. rs=ehsan |
diff browse annotate |
e5fee301e66cfa4051d3a57999bbd13571f1f44c created 2015-01-15 02:09 +0900 pushed 2015-01-14 17:09 +0000 |
Masatoshi Kimura | Masatoshi Kimura - Bug 1120062 - Part 2: Remove use of IsNullPointer. r=waldo |
diff browse annotate |
86924ac6a94a9147bcae518239d7a33b5981062b created 2015-01-06 18:35 -0500 pushed 2015-01-09 04:20 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo |
diff browse annotate |
1ce77cbf99f31888dafcd61c0499b1019e0e859c created 2015-01-08 10:38 -0500 pushed 2015-01-08 15:55 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 1119071 - Clean up some code used for older unsupported MSVC versions in MFBT; r=froydnj |
diff browse annotate |
cf068fd95d3cef2e75205ae37c937bfaee01506f created 2014-06-12 23:34 -0700 pushed 2014-06-19 05:05 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1026319 - Convert the second quarter of MFBT to Gecko style. r=froydnj. |
diff browse annotate |
e40099b1ffa219bb620dd565763b7f906d7144cf created 2014-01-02 17:27 -0600 pushed 2014-01-05 05:13 +0000 |
Jeff Walden | Jeff Walden - Bug 953296 - Implement mozilla::NullptrT as a typedef to use to accept nullptr values. Also add mozilla::IsNullPointer<T>, a trait for detecting *only* true nullptr (emulated nullptr [__null] used by gcc 4.4/4.5 isn't true nullptr). r=ehsan |
diff browse annotate |
1b12502d7c23ab8b7c04cf76e458a8972baf18ac created 2013-10-15 17:13 -0400 pushed 2013-10-15 21:14 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 926083 - Only #include Compiler.h in NullPtr.h if needed; r=froydnj |
diff browse annotate |
f55906cadf07a9ef44cc4ce2574fe35f3dc85672 created 2013-07-24 09:41 +0200 pushed 2013-07-24 09:53 +0000 |
Ms2ger | Ms2ger - Bug 896341 - Update include guards and modelines in MFBT; r=Waldo |
diff browse annotate |
ecdbffdf275adaf214ae7c8e2cc91ba20ccfd181 created 2013-01-21 19:42 -0800 pushed 2013-01-31 23:12 +0000 |
Chris Peterson | Chris Peterson - Bug 833254 - Fix MFBT's gcc version checks. r=waldo |
diff browse annotate |
9fc5117c6ccdc0abecf7548714b98af89b4aaba5 created 2012-12-06 00:05 -0800 pushed 2012-12-06 19:22 +0000 |
Chris Peterson | Chris Peterson - Bug 818941 - Fix misspelling of __GXX_EXPERIMENTAL_CXX0X__ macro. r=ehsan |
diff browse annotate |
ceb1c72cd35f4a8eadfec7f307d5804a53973981 created 2012-10-26 16:29 -0400 pushed 2012-10-26 20:30 +0000 |
Jeff Muizelaar | Jeff Muizelaar - Bug 805951. Fix __GNU_MINOR__ typo in NullPtr.h |
diff browse annotate |
79a25e159bfd81ccb0ca7f6e4975afaff825e096 created 2012-09-01 16:16 -0400 pushed 2012-09-17 18:18 +0000 |
Jeff Muizelaar | Jeff Muizelaar - Bug 782647. Move the nullptr workaround macros to MFBT so that it can be shared. r=waldo |