summary refs log tree commit diff stats
path: root/examples/cross_calculator
Commit message (Expand)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-167-0/+0
* Removes misleading comment in build script.Grzegorz Adam Hankiewicz2012-12-141-1/+0
* Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
* Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-131-11/+9
* Replaces shell scripts with nimrod configuration files.Grzegorz Adam Hankiewicz2012-11-082-3/+8
* Adds backend code for the cross platform todo example.Grzegorz Adam Hankiewicz2012-11-011-0/+2
* Adds command line interface for backend addition.Grzegorz Adam Hankiewicz2012-10-192-0/+119
* Adds interactive user interface for android.Grzegorz Adam Hankiewicz2012-09-082-10/+116
* Adds android example using jni.Grzegorz Adam Hankiewicz2012-09-0812-0/+364
* Changes NIB to template and generates code manually for UI.Grzegorz Adam Hankiewicz2012-09-083-117/+231
* Adds native user interface to iOS.Grzegorz Adam Hankiewicz2012-09-085-24/+626
* Adds iOS files for crossplatform calculator example.Grzegorz Adam Hankiewicz2012-09-089-0/+494
* Splits nimrod and lazarus files into separate directories.Grzegorz Adam Hankiewicz2012-09-089-0/+5517
title='Blame the previous revision' href='/akkartik/mu/blame/cpp/018address?h=main&id=0060093e9ed53a32570fab1c18da8074926520d1'>^
3c435756 ^

88be3dbc ^
d672cdfc ^



6f5d7864 ^
d672cdfc ^
57699011 ^
d672cdfc ^
6673e1fc ^
5b567348 ^
986eebff ^


b38e5819 ^
b9011f34 ^
986eebff ^
7da71d03 ^
986eebff ^




986eebff ^
a2be26c8 ^
c84640b1 ^
3076bab4 ^
c63e2811 ^
986eebff ^
3ba63579 ^
7da71d03 ^
3ba63579 ^
986eebff ^




6673e1fc ^

b9011f34 ^
986eebff ^

986eebff ^

b9011f34 ^
986eebff ^



5e938dc1 ^
7284d503 ^
88be3dbc ^
5e938dc1 ^





6f5d7864 ^
5e938dc1 ^

57699011 ^
5e938dc1 ^
88be3dbc ^
b9011f34 ^








57699011 ^
b9011f34 ^
f1a3be1c ^

5e938dc1 ^
88be3dbc ^
db5c9550 ^
5e938dc1 ^





6f5d7864 ^
5e938dc1 ^


f1a3be1c ^

c51043ab ^




a66c9ae6 ^
c51043ab ^





a66c9ae6 ^
c51043ab ^




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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130