about summary refs log tree commit diff stats
path: root/003trace.test.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1414 - traces now robust to new recipes/typesKartik K. Agaram2015-05-211-0/+21
|
* 1413Kartik K. Agaram2015-05-211-39/+12
|
* 1412 - starting to clean up trace formatKartik K. Agaram2015-05-211-47/+0
| | | | | Many features of my trace layer were just inherited blindly from wart but lying unused in this project. Throw them out while we're at it.
* 1299 - stop using [] in any vectorKartik K. Agaram2015-05-071-10/+10
| | | | | | | | | Useful check: $ grep "[^ '\"]\[[^\"]" *.cc \ |perl -pwe 's/\Wargv\[|\WTests\[|\Wframe\[|\WMemory\[|\WName\[|\WSurrounding_space\[|\WRecipe\[|\WType\[|\WRecipe_number\[|\WType_number\[|\WBefore_fragments\[|\WAfter_fragments\[//g' \ |perl -pwe 's/\Wargv\[|\WTests\[|\Wframe\[|\WMemory\[|\WName\[|\WSurrounding_space\[|\WRecipe\[|\WType\[|\WRecipe_number\[|\WType_number\[|\WBefore_fragments\[|\WAfter_fragments\[//g' \ |grep '[^ ]\['
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+169
I've tried to update the Readme, but there are at least a couple of issues.
='/danisanti/profani-tty/commit/docs/profanity.1?id=4a956d41def970982673be7056b95604f8ff86e4'>4a956d41 ^
cd446539 ^
3e92c60e ^


f4459f7f ^
3e92c60e ^



f4459f7f ^



034a9858 ^
f4459f7f ^
3e92c60e ^


3db7ae8d ^
cf010194 ^
3e92c60e ^


4f4a2f33 ^
3e92c60e ^



270c88fc ^
cf010194 ^
3e92c60e ^
4dbd8bbe ^
f4459f7f ^
4dbd8bbe ^

f4459f7f ^
4dbd8bbe ^







f4459f7f ^



4dbd8bbe ^

4dbd8bbe ^
e53e94f1 ^
4dbd8bbe ^


3e92c60e ^


4dbd8bbe ^
a198c9e8 ^
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73