Commit Graph

29 Commits

Author SHA1 Message Date
Michael Vines
6e27f797bd Use NUM_KA 2018-10-29 20:52:34 -07:00
Michael Vines
476a585222 README updates 2018-10-29 20:52:34 -07:00
Michael Vines
aa74ddb6c0 LD -> LLC 2018-10-29 20:52:34 -07:00
Michael Vines
95921ce129 Add extern "C" block 2018-10-29 20:52:34 -07:00
Michael Vines
ee6d00a2fe Use #pragma once, it's widely supported
Fix up some spelling too
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
a6af1ba08d slight reformatting 2018-10-29 20:52:34 -07:00
Michael Vines
ee27e9e1cf Apply some const 2018-10-29 20:52:34 -07:00
Michael Vines
4d21ee0546 Include system includes in .d, remove unneeded tabs 2018-10-29 20:52:34 -07:00
Michael Vines
493a2477b5 Tune make output 2018-10-29 19:32:20 -07:00
Michael Vines
e284af33b9 Create programs/bpf/c/sdk/ 2018-10-29 19:10:54 -07:00
Michael Vines
f295eb06d0 Add llvm install info 2018-10-29 09:44:03 -07:00
Michael Vines
f423f61d8b Ignore out/ 2018-10-29 09:44:03 -07:00
Michael Vines
94b06b2cbf Use V=1 for verbosity, easier to type 2018-10-29 09:44:03 -07:00
Michael Vines
9b2fc8cde7 Find llvm using brew on macOS 2018-10-29 09:44:03 -07:00
jackcmay
7f29c1fe23 Cleanup c programs (#1620)
Cleanup C programs
2018-10-26 21:10:05 -07:00
Michael Vines
2df40cf9c9 Revert "0.10.0-pre2"
This reverts commit 48685cf766.
2018-10-25 17:20:37 -07:00
Michael Vines
48685cf766 0.10.0-pre2 2018-10-25 16:19:31 -07:00
Michael Vines
1733beabf7 mv common/ sdk/ 2018-10-25 13:26:10 -07:00
Michael Vines
471d8f6ff9 Fix up the version references to all other internal crates 2018-10-25 12:54:32 -07:00
Michael Vines
e47fcb196b s/solana_program_interface/solana[_-]sdk/g 2018-10-25 12:31:45 -07:00
Michael Vines
9447537d8c Increment internal Cargo references to solana_program_interface 2018-10-25 11:03:03 -07:00
jackcmay
eb377993b3 Debug scripts point to debug flavor (#1585) 2018-10-23 14:48:50 -07:00
jackcmay
0339642e77 Added TicTacToe Dashboard and tests (#1547)
* Add tictactoe dashboard and tests
2018-10-18 14:19:25 -07:00
jackcmay
c886625c83 Move from solana/rbpf fork to qmonnet/rbpf (#1511) 2018-10-16 13:13:54 -07:00
jackcmay
d09889b1dd Program bank integration (#1462)
Native, BPF and Lua loaders integrated into the bank
2018-10-16 09:43:49 -07:00
Greg Fitzgerald
da0404ad03 Reduce maintenance of maintainers list 2018-10-04 23:05:08 -07:00
Jack May
d901767b54 Makefile is not relevant 2018-10-04 10:35:48 -07:00
jackcmay
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