-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ATOMIC-STACK' - simple atomic stack based on Loft
* ATOMIC-STACK: ase/atomics.cc: add atomic_valuestack_test() ase/atomics.hh: add a simple AtomicStack<> with just push, pop, empty ase/loft.hh: reduce includes ase/loft.hh: allow constexpr Loft::Allocator and export allows_read_after_free misc/synsmell.py: escape FI[X]ME misc/synsmell.py: reduce false positives for the separate-body check Signed-off-by: Tim Janik <[email protected]>
- Loading branch information
Showing
4 changed files
with
96 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters