about summary refs log tree commit diff stats
path: root/cpp/027debug.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1249 - new type: index_tKartik K. Agaram2015-05-041-1/+1
| | | | | | | | It will always be identical to size_t, just more readable, like recipe_number, etc. The various unsigned types are sizes, indices (which often compare with sizes for bounds checking), numbers which are canonical elements of a specific space (like recipes or mu types), and ids which I haven't introduced yet.
* 1247Kartik K. Agaram2015-05-031-0/+10
|
* 1226 - bugfix in allocating arraysKartik K. Agaram2015-04-301-0/+21
| | | | Also our first test of printing to screen.
* 1224Kartik K. Agaram2015-04-291-0/+21
16:57:04 -0800 committer Kartik Agaram <vc@akkartik.com> 2021-01-13 16:57:04 -0800 7510 - baremetal: a game of snake' href='/akkartik/mu/commit/baremetal/ex7.mu?h=hlt&id=ec0d5bb17e22e31c0edfc1b9b1e95ef363d690e7'>ec0d5bb1 ^
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












                                                                               
                                      
                             
   
                        





























                                             

   
lame the previous revision' href='/akspecs/ranger/blame/examples/plugin_new_macro.py?h=v1.9.0b5&id=7c760ac0256aa1d27433e8f410ae014be2da2334'>^

b3d031a9 ^
972da7ba ^
b3d031a9 ^
24712b90 ^

972da7ba ^
b3d031a9 ^
972da7ba ^
185c022e ^
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