about summary refs log tree commit diff stats
path: root/cpp/.traces/greater_than2
Commit message (Collapse)AuthorAgeFilesLines
* 1194Kartik K. Agaram2015-04-241-0/+1
|
* 1184 - finally, concurrencyKartik K. Agaram2015-04-241-0/+1
|
* 997Kartik K. Agaram2015-03-301-7/+7
|
* 968Kartik K. Agaram2015-03-241-3/+3
|
* 949 - paving the way for jumps to labelsKartik K. Agaram2015-03-171-7/+7
| | | | Addresses for reagents are now computed after all transforms.
* 941 - c++: basic break/loop conversionKartik K. Agaram2015-03-161-0/+4
|
* 940 - c++: some changes to instruction modelKartik K. Agaram2015-03-161-7/+7
|
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-3/+3
| | | | | | | | | | These #defines and references now span many different layers. Let's see if the lack of encapsulation causes problems. Also interesting to run into a case where I need to modify a foundational layer and touch every single scenario/trace. Only alternative was to duplicate all the different layers that add instructions. Sign of problems with this model?
* 797 - comparison instructionsKartik K. Agaram2015-02-191-0/+23
11:28:53 +0200 deb packaging files (tested on debian unstable) and rpm spec file' href='/danisanti/profani-tty/commit/profanity.spec?id=b89f5da2c70655b92449e303df587441747f80ba'>b89f5da2 ^
74392564 ^
b89f5da2 ^
bf0fdc4d ^
47d00141 ^
74392564 ^

b89f5da2 ^


















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