index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
prelude: Split bfs-specific utilities into new bfs.h header
Tavian Barnes
2024-08-28
1
-0
/
+3
*
prelude: Rely more on __has_include()
Tavian Barnes
2024-08-28
1
-1
/
+1
*
bit: Use <stdbit.h> if it exists, even without -std=c23
Tavian Barnes
2024-05-29
1
-3
/
+3
*
bit: Update to match C23
Tavian Barnes
2024-05-29
1
-51
/
+45
*
Rename config.h to prelude.h
Tavian Barnes
2024-04-19
1
-1
/
+1
*
bit: Check __BYTE_ORDER__ for the native endian
Tavian Barnes
2024-03-21
1
-2
/
+2
*
bit: Rename bswap{16,32,64}()
Tavian Barnes
2024-01-03
1
-16
/
+16
*
bit: Implement a branchless has_single_bit()
Tavian Barnes
2023-11-13
1
-1
/
+2
*
Revert "bit: Implement a branchless has_single_bit()"
Tavian Barnes
2023-11-11
1
-2
/
+1
*
bit: Implement a branchless has_single_bit()
Tavian Barnes
2023-11-10
1
-1
/
+2
*
config: Add constants for C standard versions
Tavian Barnes
2023-11-10
1
-4
/
+4
*
bit: Fix UINTPTR_WIDTH typo
Tavian Barnes
2023-09-26
1
-1
/
+1
*
bit: Use predefined __*_WIDTH__ macros if we can
Tavian Barnes
2023-09-26
1
-24
/
+69
*
bit: Add a cast to squelch -Wsign-compare
Tavian Barnes
2023-07-24
1
-1
/
+1
*
bit: Rename int.h to bit.h
Tavian Barnes
2023-05-18
1
-0
/
+355