summary refs log tree commit diff stats
path: root/readme.md
Commit message (Expand)AuthorAgeFilesLines
* fixes #1646Araq2014-11-101-2/+2
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-081-3/+3
* Merge branch 'devel' into bigbreakAraq2014-10-201-1/+1
|\
| * 'koch install' works againAraq2014-10-201-1/+1
* | Fix build instructions in readme.Dominik Picheta2014-09-141-3/+3
* | Nimrod renamed to NimAraq2014-08-281-16/+16
|/
* Adds documentation about koch.Grzegorz Adam Hankiewicz2014-04-191-2/+3
* No execute bit for c-sources build.sh, fixing docPontus Stenetorp2014-03-051-1/+1
* year 2014Araq2014-02-021-1/+1
* Modified website links in readme.Dominik Picheta2013-11-211-2/+2
* Adds link to stackoverflow nimrod tag in support section.Grzegorz Adam Hankiewicz2013-11-031-3/+5
* Removed outdated bootstrapping info from install.txtDominik Picheta2013-08-231-3/+2
* Updated bootstrap instructions. Removed csources.zip.Dominik Picheta2013-08-041-4/+2
* made some tests green; implemented 'from module import nil'Araq2013-05-191-4/+4
* cleanup of tests; use 'koch install' instead of 'install.sh' for a bootstrapp...Araq2013-04-111-1/+1
* Copyright 2012 -> 2013Araq2013-01-081-1/+1
* cd to build/, before trying to extract csources.zipKeita Haga2012-12-161-2/+4
* documentation improvementsAraq2012-12-071-5/+8
* Updated readme.Dominik Picheta2012-12-061-0/+61
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 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399