about summary refs log tree commit diff stats
path: root/035lookup.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2971Kartik K. Agaram2016-05-171-0/+11
| | | | | | Long-overdue reorganization to support general 'dilated' reagents up front. This also allows me to move tests that are really about unrelated layers out of layers dealing with parsing.
* 2966Kartik K. Agaram2016-05-171-1/+6
|
* 2961Kartik K. Agaram2016-05-151-2/+2
|
* 2955 - back to more refcount housekeepingKartik K. Agaram2016-05-121-2/+2
| | | | | Update refcounts of address elements when copying containers. Still lots to do; see todo list at end of 036refcount.cc.
* 2933Kartik K. Agaram2016-05-061-2/+2
| | | | Can't believe I didn't run tests after 2932.
* 2931 - be explicit about making copiesKartik K. Agaram2016-05-061-15/+15
|
* 2898 - start filling in missing refcountsKartik K. Agaram2016-05-031-3/+3
| | | | | | | This commit covers instructions 'put', 'put-index' and 'maybe-convert'. Next up are the harder ones: 'copy' and 'merge'. In these cases there's a non-scalar being copied, and we need to figure out which locations within it need to update their refcount.
* 2897Kartik K. Agaram2016-05-031-0/+460