summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Symlinks are now expanded in os.getAppFilename on Mac OS X.Dominik Picheta2013-06-221-0/+5
|
* Send buffer will be respected now when closing async SCGI clients.Dominik Picheta2013-06-211-3/+12
|
* Added an asyncio.isSendDataBuffered procedure.Dominik Picheta2013-06-211-0/+4
|
* fixes #481Araq2013-06-133-2/+41
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-1317-75/+152
|\
| * Merge pull request #478 from gradha/pr_idetoolszah2013-06-1217-75/+152
| |\ | | | | | | More idetools additions
| | * Removes the nimcache symbol directory for each run.Grzegorz Adam Hankiewicz2013-06-111-2/+7
| | |
| | * Adds symbol proc run mode as suggested by Zahary.Grzegorz Adam Hankiewicz2013-06-112-5/+17
| | | | | | | | | | | | | | | To avoid collision each test case uses a different nimcache directory based on the input test filename.
| | * Enables trackDirty query for idetools proc mode.Grzegorz Adam Hankiewicz2013-06-112-4/+2
| | |
| | * Adds $TESTNIM and $MODULE as variables to test cases.Grzegorz Adam Hankiewicz2013-06-119-55/+69
| | |
| | * Adds idetools testcase for dynamic dispatch. Refs #477.Grzegorz Adam Hankiewicz2013-06-103-0/+25
| | |
| | * Renames test cases to be more human friendly.Grzegorz Adam Hankiewicz2013-06-107-27/+27
| | |
| | * Adds skMethod example to idetools api test.Grzegorz Adam Hankiewicz2013-06-102-0/+23
| | |
* | | improvements for 'not nil' checkingAraq2013-06-139-27/+99
|/ /
* | bugfixes for the guarded data flow analysisAraq2013-06-125-71/+103
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-1115-45/+273
|\|
| * Merge pull request #476 from gradha/pr_fix_idetools_taintmodeAraq2013-06-102-3/+4
| |\ | | | | | | Fixes recent idetools breakage
| | * Fixes usage of public API caasTestsRunner in tester.Grzegorz Adam Hankiewicz2013-06-101-2/+3
| | |
| | * Fixes caasdriver for --taintMode:on compilation.Grzegorz Adam Hankiewicz2013-06-101-1/+1
| |/
| * Merge pull request #470 from gradha/pr_idetools_testszah2013-06-1014-43/+270
| |\ | | | | | | Adds idetools tests
| | * Removes CaasRun prefix from suggest-compile.txt test.Grzegorz Adam Hankiewicz2013-06-081-2/+2
| | | | | | | | | | | | | | | The --trackDirty switch should work the same for ProcRun, so it's a bug that it doesn't dump the same suggestion information as in server mode.
| | * Adds idetools testcase. Refs #416.Grzegorz Adam Hankiewicz2013-06-073-0/+20
| | |
| | * Adds comments to output, can help debug failure logs.Grzegorz Adam Hankiewicz2013-06-071-0/+1
| | |
| | * Adds idetools test case. Refs #416.Grzegorz Adam Hankiewicz2013-06-073-0/+32
| | |
| | * Adds generic idetools api test case.Grzegorz Adam Hankiewicz2013-06-074-1/+70
| | | | | | | | | | | | At the moment three lines of the test case fail in proc mode.
| | * Implements prefixes for comments or specific mode runs.Grzegorz Adam Hankiewicz2013-06-074-11/+43
| | |
| | * Runs all caas tests also in process mode.Grzegorz Adam Hankiewicz2013-06-076-32/+67
| | | | | | | | | | | | | | | | | | | | | This requires changing a little bit the test cases to avoid specifying the filename as the last parameter. The trackDirty switch still doesn't work for process mode. Also revers some SuccessX which I think were hidden in the amount of output verbosity.
| | * Replaces dirname with osproc.parentDir.Grzegorz Adam Hankiewicz2013-06-071-4/+2
| | |
| | * Adds embedded comment describing program usage.Grzegorz Adam Hankiewicz2013-06-071-0/+22
| | |
| | * Adds verbose switch, by default reports only failures.Grzegorz Adam Hankiewicz2013-06-071-2/+12
| | |
| | * Makes caasdriver exit with number of errors.Grzegorz Adam Hankiewicz2013-06-072-8/+16
| | | | | | | | | | | | Also displays result and separator after each test.
* | | next steps for guarded data flow analysisAraq2013-06-117-58/+330
|/ /
* | made tests greenAraq2013-06-105-5/+5
| |
* | fixes 465Araq2013-06-092-25/+0
| |
* | Merge pull request #473 from gradha/pr_doc_improvementsAraq2013-06-097-7/+40
|\ \ | | | | | | Doc improvements
| * | Adds docutils modules to lib index, fixes :idx: markers.Grzegorz Adam Hankiewicz2013-06-095-5/+23
| | |
| * | Documents shortcut array syntax. Refs #397.Grzegorz Adam Hankiewicz2013-06-091-0/+15
| | |
| * | Adds distinct and borrow to the one and only true index.Grzegorz Adam Hankiewicz2013-06-091-2/+2
| | |
* | | Merge pull request #475 from gradha/pr_macosx_gnu_readlineAraq2013-06-091-22/+25
|\ \ \ | | | | | | | | Wraps variables inside `when` for macosx. Fixes #461.
| * | | Wraps variables inside `when` for macosx. Refs #461.Grzegorz Adam Hankiewicz2013-06-091-22/+25
| |/ /
* | | resolved conflict; added missing filesAraq2013-06-0914-328/+658
|\| |
| * | documented trackDirtyzah2013-06-081-0/+2
| |/
| * Merge pull request #467 from fowlmouth/patch-9Araq2013-06-063-309/+242
| |\ | | | | | | use proper types in lua
| | * cleaned up lualib.nimBillingsly Wetherfordshire2013-06-061-20/+18
| | |
| | * cleaned up lua.nimBillingsly Wetherfordshire2013-06-061-188/+140
| | |
| | * use proper types in luaBillingsly Wetherfordshire2013-06-061-101/+84
| | | | | | | | | | | | | | | * ints changed to cint * the source has been cleaned up with {.push/pop.} * lua 5.2 has been removed (it is incompatible)
| * | Merge pull request #464 from fowlmouth/patch-8Araq2013-06-062-5/+5
| |\ \ | | | | | | | | made macros.dumptree and dumplisp immediate, deprecated the *_imm versions
| | * | Update news.txtBillingsly Wetherfordshire2013-06-041-1/+1
| | | |
| | * | made macros.dumptree and dumplisp immediate, deprecated the *_imm versionsBillingsly Wetherfordshire2013-06-041-4/+4
| | |/
| * / fixes #466Araq2013-06-065-15/+14
| |/
=devel&id=2962ca7890160e20796292320a3f56eccd00cc90'>2962ca789 ^
d68181246 ^
2962ca789 ^







d68181246 ^
2962ca789 ^



73c6efdf6 ^
a5e4d2f7a ^






73c6efdf6 ^
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189