summary refs log tree commit diff stats
path: root/tests/niminaction
Commit message (Expand)AuthorAgeFilesLines
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-0/+1
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+1
* remove deprecated procs (#12535)Andreas Rumpf2019-11-059-14/+14
* #12141 Define SDL lib name for OpenBSD and FreeBSD (#12143)Euan2019-09-061-1/+5
* fix sdl_test test that failed in CI cpp mode (#10314)Timothee Cour2019-01-151-6/+18
* lots of small changesArne Döring2018-12-119-9/+9
* require errormsg to be specified before file.Arne Döring2018-12-115-12/+12
* fix for nimInActionArne Döring2018-11-2315-18/+76
* Adds smaller code samples from Chapters 1-3 to the tester.Dominik Picheta2018-06-1710-0/+605
* enable unguarded_access testAndreas Rumpf2017-10-021-0/+5
* attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
* Add tests for examples from Nim in Action.Dominik Picheta2017-10-0133-0/+1169
>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 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268