884 Commits

Author SHA1 Message Date
899de2ff56 Revert inclusion change, fix doc 2018-10-31 07:03:38 -07:00
cf521a5bd2 Fix const 2018-10-31 07:03:38 -07:00
bc13248e1c Fix C programs 2018-10-31 07:03:38 -07:00
45bb97cad6 Permit {INC,LLVM,OUT,SRC,SYSTEM_INC}_DIRs to be overridden 2018-10-30 07:59:07 -07:00
546e4c5696 Remove bpf tictactoe 2018-10-29 21:43:37 -07:00
30b22c8b78 Use NUM_KA 2018-10-29 20:52:38 -07:00
6f5e92e5b3 README updates 2018-10-29 20:52:38 -07:00
cce5c70f29 LD -> LLC 2018-10-29 20:52:38 -07:00
4af7c82ef0 Add extern "C" block 2018-10-29 20:52:38 -07:00
52e5fb7e0c Use #pragma once, it's widely supported
Fix up some spelling too
2018-10-29 20:52:38 -07:00
a013e8ceb1 Rename sol_bpf_c.h to sol_bpf.h 2018-10-29 20:52:38 -07:00
864632b582 slight reformatting 2018-10-29 20:52:38 -07:00
71d6eaacef Apply some const 2018-10-29 20:52:38 -07:00
4aba05d749 Include system includes in .d, remove unneeded tabs 2018-10-29 20:52:38 -07:00
7d335165ec Tune make output 2018-10-29 19:32:47 -07:00
37213209c5 Create programs/bpf/c/sdk/ 2018-10-29 19:10:29 -07:00
ebcb9a2103 Add llvm install info 2018-10-29 10:00:45 -07:00
6fb2e080bc Ignore out/ 2018-10-29 10:00:45 -07:00
3ac5ffc188 Use V=1 for verbosity, easier to type 2018-10-29 10:00:45 -07:00
88187ef282 Find llvm using brew on macOS 2018-10-29 10:00:45 -07:00
3488ea7d1c Cleanup c programs (#1620)
Cleanup C programs
2018-10-26 19:38:07 -07:00
9e5ac76855 0.11.0 2018-10-25 17:19:07 -07:00
48685cf766 0.10.0-pre2 2018-10-25 16:19:31 -07:00
1733beabf7 mv common/ sdk/ 2018-10-25 13:26:10 -07:00
471d8f6ff9 Fix up the version references to all other internal crates 2018-10-25 12:54:32 -07:00
e47fcb196b s/solana_program_interface/solana[_-]sdk/g 2018-10-25 12:31:45 -07:00
9447537d8c Increment internal Cargo references to solana_program_interface 2018-10-25 11:03:03 -07:00
eb377993b3 Debug scripts point to debug flavor (#1585) 2018-10-23 14:48:50 -07:00
0339642e77 Added TicTacToe Dashboard and tests (#1547)
* Add tictactoe dashboard and tests
2018-10-18 14:19:25 -07:00
c886625c83 Move from solana/rbpf fork to qmonnet/rbpf (#1511) 2018-10-16 13:13:54 -07:00
d09889b1dd Program bank integration (#1462)
Native, BPF and Lua loaders integrated into the bank
2018-10-16 09:43:49 -07:00
da0404ad03 Reduce maintenance of maintainers list 2018-10-04 23:05:08 -07:00
d901767b54 Makefile is not relevant 2018-10-04 10:35:48 -07:00
13d4443d4d Add BPF support & C-based BPF tic-tac-toe (#1422)
Add initial support for BPF and a C port of tictactoe
2018-10-04 09:44:44 -07:00