Commits Between Branches origin/release/0.8.0 and release/0.8.1

49b15d9 2020-09-03 Andy Chu [doc] Flesh out some old notes
371f780 2020-09-03 Andy Chu [demo] Starting another GC demo
e0e94f1 2020-09-04 Andy Chu [portability] Remove EPOLL #defines.
d5583b2 2020-09-03 Andy Chu [demo] Working on the simple GC demo.
1fa4a80 2020-09-04 Andy Chu [demo] More fleshing out of the GC.
a20822a 2020-09-05 Andy Chu [test/cpp-unit] Remove constexpr hack
79fb31b 2020-09-05 Diego Calleja [doc] Describe more OSH builtins
ce43a37 2020-09-05 Andy Chu [doc] Edit help for printf and getopts.
680b650 2020-09-05 Andy Chu [doc] Edit help for OSH builtins.
2e534db 2020-07-29 Andy Chu [demo] Implement gc_alloc<> with variadic templates.
decbbaf 2020-07-29 Andy Chu [demo/simple_gc] Use placement new to allocate on GC heap.
61d8ce6 2020-07-29 Andy Chu [demo] More work on simple_gc.
1991fea 2020-07-30 Andy Chu [pgen2] Remove dead code pointed out by andrew.
5a9adc9 2020-07-30 Andy Chu [doc] Some polish on the idioms doc.
84e7565 2020-07-31 Andy Chu [demo/smple_gc] Got basic List::extend() working.
3ac5ec7 2020-07-31 Andy Chu [demo/simple_gc] Flesh out more of List and Dict.
50de3a3 2020-07-31 Andy Chu [demo/simple_gc] Get rid of Sheet, and make Slab a template.
6899942 2020-07-31 Andy Chu [demo/simple_gc] Working on correct GC headers for List and Slab.
4f8aec8 2020-08-01 Andy Chu [demo/simple_gc] Fill in capacity fields.
7a219c2 2020-08-01 Andy Chu [demo/simple_gc] Start implementing some of Dict
63c15b8 2020-09-17 Andy Chu [demo/simple_gc] Figured out rounding of container capacity.
20e0dc5 2020-09-18 Andy Chu [demo/simple_gc] Fix bug and add tests.
bce8d8c 2020-09-18 Andy Chu [demo/simple_gc] First pass of Dict resizing
97bc220 2020-09-18 Andy Chu [demo/simple_gc] Assert Dict slab sizes, preparing for GC.
808a373 2020-09-18 Andy Chu [demo/simple_gc] Starting to prototype Handle.
0aafc26 2020-09-19 Andy Chu [demo/simple_gc] Working on collector structure.
91b358a 2020-09-20 Andy Chu [demo/simple_gc] Figure out field masks, slab length.
f684ed4 2020-09-21 Andy Chu [demo/simple_gc] Skeleton for the collection routine.
f6065b5 2020-09-21 Andy Chu [demo/simple_gc] Polish and misc changes.
5db0915 2020-09-22 Andy Chu [demo/simple_gc] It appears we only need Local<T>, and not LocalFrame?
5e913eb 2020-09-22 Andy Chu [demo/simple_gc] Remove LocalFrame; test operator=
2d96b27 2020-09-22 Andy Chu [demo/simple_gc] More unit tests.
f9137be 2020-09-23 Andy Chu [demo/simple_gc] Code cleanup and comments.
3aa141d 2020-09-23 Andy Chu [mylib] Refactor demo/simple_gc into mylib/gc_heap.cc.
1e046fa 2020-09-23 Andy Chu [mylib] Refactor gc_heap; preparing to integrate it.
ccdf068 2020-09-24 Andy Chu [mylib] Trying to integrate gc_heap with ASDL.
cd869e1 2020-09-24 Andy Chu [fix] gc_heap integration broke ASDL code gen
6eea19e 2020-09-24 Andy Chu [test/cpp-unit] Add GC tests to the continuous build.
95a680c 2020-09-24 Andy Chu [demo] Show how to calculate GC field masks.
31ecd35 2020-09-25 Andy Chu [mycpp] Starting to integrate mycpp/examples with gc_heap.
44a9db4 2020-09-25 Andy Chu [mycpp] Figure out how to create Str constants using the C++ compiler.
aae2eff 2020-09-25 Andy Chu [gc_heap] Remove redundant length from Str.
97a3053 2020-09-26 Andy Chu [gc_heap] GLOBAL_STR macro.
69e8ecf 2020-09-26 Andy Chu [mycpp] examples/fib_iter runs with the new GC runtime.
0421a97 2020-09-26 Andy Chu [mylib] Refactor some macros into common.h
2214482 2020-09-27 Andy Chu [mylib] Hook up gc_heap::Obj to ASDL.
be97bd2 2020-09-27 Andy Chu [mycpp] Hook up gc_heap::Obj to classes.
ae01cad 2020-09-27 Andy Chu [refactor] Rename field Obj::tag -> type_tag_
ad9aa97 2020-09-27 Andy Chu [gc_heap] Remove Obj constructor with no arguments.
a958c49 2020-09-27 Andy Chu [mycpp] Add DISALLOW_COPY_AND_ASSIGN to code generation.
8b2d56b 2020-09-27 Andy Chu [mycpp/examples] Add empty constructor for mycpp.
dc6c6e0 2020-09-27 Andy Chu [release] Bump version to 0.8.1.
ae17115 2020-09-27 Andy Chu [release] Add files to oil-native tarball