|
e7631c85a1
|
Update bpf.mk
|
2018-11-01 15:25:43 -07:00 |
|
|
edeadb503f
|
shell
|
2018-11-01 14:40:38 -07:00 |
|
|
d2044f2562
|
Find clang 7 better
If LLVM_DIR is defined, use it to locate clang. Otherwise use brew on
macOS, and assume clang-7 otherwise
|
2018-11-01 09:46:47 -07:00 |
|
|
5703c740cf
|
Improve clang install info for Linux
|
2018-11-01 09:46:47 -07:00 |
|
|
6ae20e78e2
|
Rename sol_bpf.h to solana_sdk.h
|
2018-10-31 23:39:59 -07:00 |
|
|
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 |
|
|
68523f4a7f
|
Fix up bpf numeric types
|
2018-10-31 21:16:16 -07:00 |
|
|
e2660f2ac1
|
Fix deps (#1672)
|
2018-10-31 11:14:41 -07:00 |
|
|
43ef8d7bb7
|
SYSTEM_INC_DIRS needs immediate expansion
|
2018-10-31 09:22:41 -07:00 |
|
|
d9271f2d30
|
Revert inclusion change, fix doc
|
2018-10-31 09:22:41 -07:00 |
|
|
dfbfd4d4dd
|
Fix const
|
2018-10-31 09:22:41 -07:00 |
|
|
9cb262ad4b
|
Fix C programs
|
2018-10-31 09:22:41 -07:00 |
|
|
92cd2d09ed
|
Permit {INC,LLVM,OUT,SRC,SYSTEM_INC}_DIRs to be overridden
|
2018-10-30 07:59:22 -07:00 |
|
|
6e27f797bd
|
Use NUM_KA
|
2018-10-29 20:52:34 -07:00 |
|
|
476a585222
|
README updates
|
2018-10-29 20:52:34 -07:00 |
|
|
aa74ddb6c0
|
LD -> LLC
|
2018-10-29 20:52:34 -07:00 |
|
|
95921ce129
|
Add extern "C" block
|
2018-10-29 20:52:34 -07:00 |
|
|
ee6d00a2fe
|
Use #pragma once, it's widely supported
Fix up some spelling too
|
2018-10-29 20:52:34 -07:00 |
|
|
212cbc4977
|
Rename sol_bpf_c.h to sol_bpf.h
|
2018-10-29 20:52:34 -07:00 |
|
|
a6af1ba08d
|
slight reformatting
|
2018-10-29 20:52:34 -07:00 |
|
|
ee27e9e1cf
|
Apply some const
|
2018-10-29 20:52:34 -07:00 |
|
|
4d21ee0546
|
Include system includes in .d, remove unneeded tabs
|
2018-10-29 20:52:34 -07:00 |
|
|
493a2477b5
|
Tune make output
|
2018-10-29 19:32:20 -07:00 |
|
|
e284af33b9
|
Create programs/bpf/c/sdk/
|
2018-10-29 19:10:54 -07:00 |
|
|
f295eb06d0
|
Add llvm install info
|
2018-10-29 09:44:03 -07:00 |
|
|
f423f61d8b
|
Ignore out/
|
2018-10-29 09:44:03 -07:00 |
|
|
94b06b2cbf
|
Use V=1 for verbosity, easier to type
|
2018-10-29 09:44:03 -07:00 |
|
|
9b2fc8cde7
|
Find llvm using brew on macOS
|
2018-10-29 09:44:03 -07:00 |
|
|
7f29c1fe23
|
Cleanup c programs (#1620)
Cleanup C programs
|
2018-10-26 21:10:05 -07:00 |
|
|
2df40cf9c9
|
Revert "0.10.0-pre2"
This reverts commit 48685cf766 .
|
2018-10-25 17:20:37 -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 |
|