summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level0.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-12this code appears to make a try{} block loop in a weird compiler exception ed...olpc user1-1/+1
2019-12-10readded basic allocation; held pointers with a std::unique_ptr; added some wo...olpc user1-0/+2
2019-12-09changed level-0 allocation to use groupsolpc user1-21/+15
2019-11-26removed braces from multilink call, normalized memorystore ref usage per prop...olpc user1-2/+2
2019-11-25add batch linking via initializer_list, also some missing changesolpc user1-3/+5
2019-11-25add vsetolpc user1-12/+12
2019-11-25separate functionality out a bitolpc user1-4/+4
2019-11-24add a linking mixin for use by ref classesolpc user1-9/+9
2019-11-24level0 few more checksolpc user1-1/+30
2019-11-24breaking into levelsolpc user1-0/+25