summary refs log tree commit diff stats
path: root/compiler/service.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-4/+4
|
* case consistency part 1Araq2013-12-271-1/+1
|
* -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)Araq2013-09-011-15/+20
|
* fix compiling after suggestZahary Karadjov2013-05-051-1/+2
|
* support suggest after compile in caas modeZahary Karadjov2013-05-051-1/+3
|
* proper compiler output delimiter in the stdin compiler serviceZahary Karadjov2013-04-291-0/+3
|
* rod file viewer for easier debugging of rod filesAraq2013-04-041-1/+1
|
* added isServing parameterSimon Hafner2013-02-261-1/+0
|
* [caas] first version that actually works (still has a lot of logical memory ↵Zahary Karadjov2012-11-281-1/+1
| | | | leaks on recompilation)
* CaaS in-memory cachingZahary Karadjov2012-11-281-7/+15
| | | | | removed some redundant filepath params and variables and switched to canonical paths in most places
* caas is now drivable through stdinZahary Karadjov2012-11-281-14/+27
| | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character
* better extension loading for the OpenGL wrapperAraq2012-10-091-0/+1
|
* code cleanup of caasAraq2012-10-051-3/+3
|
* next steps for 'compiler as a service'Araq2012-10-031-3/+3
|
* first steps for compiler as a serviceAraq2012-10-031-0/+71
d='n284' href='#n284'>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