summaryrefslogtreecommitdiff
path: root/mfbt/ThreadLocal.h
Commit message (Collapse)AuthorAge
* Issue #2342: Use [[nodiscard]] in /mfbtMoonchild2023-11-08
|
* Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from ↵Brian Smith2022-04-26
| | | | | | | | | the rest of the tree.” This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals. This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
| | | | | This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Use thread_local calls on Win and Mac.wolfbeast2018-02-19
| | | | This resolves #24.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02