about summary refs log tree commit diff stats
path: root/058shape_shifting_container.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2657 - type-checking for 'merge' instructionsKartik K. Agaram2016-02-151-12/+120
|
* 2655 - support shape-shifting exclusive containersKartik K. Agaram2016-02-141-0/+29
|
* 2654Kartik K. Agaram2016-02-141-0/+2
|
* 2637 - save type names for container elementsKartik K. Agaram2016-02-071-5/+3
|
* 2457Kartik K. Agaram2015-11-171-7/+1
|
* 2454Kartik K. Agaram2015-11-171-1/+1
| | | | | | Another gotcha uncovered in the process of sorting out the previous commit: I keep using eof() but forgetting that there are two other states an istream can get into. Just never use eof().
* 2445 - dispatch between shape-shifting variantsKartik K. Agaram2015-11-151-1/+1
| | | | | Starting to leave debug prints around once again, just in case one of them is worth promoting to the trace..
* 2424Kartik K. Agaram2015-11-101-8/+3
|
* 2421 - 'generic' => 'shape-shifting'Kartik K. Agaram2015-11-101-0/+256
More evocative, less jargony.
ests/test_keyhandlers.h?id=2cdbfc7eb7d90ed286c6c5f432990166cdec0b93'>2cdbfc7e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47