]> gitweb.factorcode.org Git - factor.git/history - extra/libclang
scryfall: make decks better, import from moxfield
[factor.git] / extra / libclang /
2024-01-23 Doug Colemanlibclang: add word to get an array from an array of...
2024-01-11 Doug Colemanlibclang: fix error with iterating tokens, fix token...
2024-01-11 Doug Colemanlibclang: write-c-defs from libclang-state directly...
2024-01-11 Doug Colemanlibclang: fix counters, trying to track out-of-order...
2024-01-11 Doug Colemanlibclang.ffi: way more enums/structs
2024-01-11 Doug Colemanlibclang.ffi: find the latest llvm- dir on unix
2024-01-11 Doug Colemanlibclang.ffi: less chatgpt hallucination
2024-01-11 Doug Colemanlibclang: use a single global
2024-01-10 Doug Colemanlibclang: fix ordering of anonymous unions/structs
2024-01-10 Doug Colemanlibclang: taking a better approach after this commit
2024-01-10 Doug Colemanlibclang: fixing anonymous unions inside structs
2024-01-10 Doug Colemanlibclang: redo without malloced
2023-12-23 Doug Colemanlibclang: trying to fix typedefs
2023-12-18 Doug Colemanlibclang: add more return types
2023-12-18 Doug Colemanlibclang: almost got enums
2023-12-17 Doug Colemanlibclang: refactor, working on enums
2023-12-17 Doug Colemanlibclang: handle `typedef struct foo foo`, fix some...
2023-12-16 Doug Colemanlibclang: write to a malloced buffer
2023-12-15 Doug Colemanlibclang: fix ffi generation
2023-12-14 Doug Colemanlibclang: split ffi into libclang.ffi
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-02-11 Doug Colemanlibclang: try to get return type
2022-02-11 Doug Colemanlibclang: get args and add huge slow enums
2022-02-08 Doug Colemanlibclang: Add a really basic wrapper for libclang