b37a182edc
Add generic XML parsing
bc7fec17ed
add std.meta.Bitfield
Add
std.meta.Bitfield to reify sets of powers of two to packed struct
I apologize for the CI spam. I have no more changes after this
b057559a86
add std.meta.Bitfield
f08d9daa34
add std.meta.Bitfield
2a48a76c0d
add std.meta.Bitfield
c00d19b8c2
add std.meta.Bitfield
81937741b6
add std.meta.Bitfield
Add
std.meta.Bitfield to reify sets of powers of two to packed struct
I decided to keep it as sorting by @ctz, because it's easier to think about it as ordering by bit significance that way, considering it accepts signed values where the msb is a valid field
f6bdc10772
add std.meta.Bitfield
6ff84fa9f8
std.meta.Bitfield: update to latest type info changes
c8e4a3b1f5
std.meta.Bitfield: simplify type info capture
54ca8f2b7e
std.meta.Bitfield: remove unused index capture
18b5c1f411
std.meta.Bitfield: take an enum instead of backing integer and list of fields
cff8782585
Correct formatting for std.meta.Bitfield
c8783f5abf
std.meta.Bitfield: simplify type info capture
510a6306a9
Update README
30da57514f
Update README
std.log.info panics after loading a c library
I failed to reproduce this on 0.17.0-dev.4049+2153f8143. I tried both the first repro with GLFW and manually forcing env to realloc:
2153f8143d
ci: bump riscv64-linux-debug timeout by 2 hours
5434f85c47
cbe: improve struct/union defs on 32-bit targets
7b31e360a1
Merge pull request 'compiler: random assortment of linker-related enhancements' (#35581) from elf2 into master
9dd8ae3536
CLI: fix compilation error
d2b7e48f61
CLI: use stringToEnum for subcommand
731120e9cb
MSDF rasterization: serpentine walk texels for better lookup cache usage
ccd914fd55
Fix MSDF corner wedge artifact
a6baa37271
Rasterize TrueType glyphs by MSDF according to input
8caa21120f
Add executable for printing debug output
6d67cd3337
Add untested adaptation of msdfgen
747cf4c866
Add unit tests step to build script
6893105075
Add description to README
0c7ef79b48
Temporarily module in build script