Commit Graph

11 Commits

Author SHA1 Message Date
jackcmay
3345d059e8 Elf relocations (#1724)
Use relocatable BPF ELFs
2018-11-06 14:28:46 -08:00
Michael Vines
dc3b270410 Remove bpf tictactoe 2018-11-06 12:17:52 -08:00
Michael Vines
6ae20e78e2 Rename sol_bpf.h to solana_sdk.h 2018-10-31 23:39:59 -07:00
Michael Vines
506fc3baeb sol_bpf.h improvements
- Define NULL
- Add sol_memcmp()
- Use sizeof() more
- Add SOL_ARRAY_SIZE
- Make sol_deserialize() more flexible
2018-10-31 23:39:59 -07:00
Michael Vines
68523f4a7f Fix up bpf numeric types 2018-10-31 21:16:16 -07:00
Jack May
9cb262ad4b Fix C programs 2018-10-31 09:22:41 -07:00
Michael Vines
6e27f797bd Use NUM_KA 2018-10-29 20:52:34 -07:00
Michael Vines
212cbc4977 Rename sol_bpf_c.h to sol_bpf.h 2018-10-29 20:52:34 -07:00
Michael Vines
ee27e9e1cf Apply some const 2018-10-29 20:52:34 -07:00
Michael Vines
e284af33b9 Create programs/bpf/c/sdk/ 2018-10-29 19:10:54 -07:00
jackcmay
7f29c1fe23 Cleanup c programs (#1620)
Cleanup C programs
2018-10-26 21:10:05 -07:00