summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* compiler/msgs: Default to stderr for diagnosticsAdam Strzelecki2015-10-162-18/+23
| | | | | | | | | | | | Previously we were defaulting to stdout for diagnostics, which could interfere with scripts or `nim c -r' programs outputting their results to stdout, possibly mixing their output with compiler messages. This change makes now Nim to be inline with other compilers emitting diagnostics to stderr. Also now --stdout option has proper meaning making all diagnostics to be sent to stdout instead. NOTE: Tester now calls compiler with --stdout.
* terminal: Support both styled stdout and stderrAdam Strzelecki2015-10-161-118/+189
| | | | | | | | | | | | This is important if we want to write styled diagnostics to stderr, eg. some tool outputting results to stdout, but writing styled error messages to stderr. Previously this module was assuming we are writing only to stdout. Now all module procs take file handle as first argument. Wrappers assuming stdout are provided for backwards compatibility. The new terminal.styledWriteLine(f, args) is provided and documented as counterpart for unstyled plain writeLine(f, args).
* terminal: Remove superflous hStdout = conHandleAdam Strzelecki2015-10-161-17/+13
| | | | Use just hStdout on Windows to keep handle to process stdout.
* added Nim conference newsAraq2015-10-162-5/+27
|
* Merge pull request #3437 from nim-lang/threadpool-isreadyAndreas Rumpf2015-10-151-0/+11
|\ | | | | Implement isReady procedure in threadpool module.
| * Implement isReady procedure in threadpool module.Dominik Picheta2015-10-121-0/+11
| |
* | Merge pull request #3451 from yglukhov/js-ret-by-varAndreas Rumpf2015-10-158-28/+85
|\ \ | | | | | | JS: Fixed return by var. More fixes to copying.
| * | Avoid extra copy in JS when inserting.Yuriy Glukhov2015-10-151-1/+1
| | |
| * | Gen temp name instead of nimVarUnpackYuriy Glukhov2015-10-151-10/+11
| | |
| * | Fixed ret by var in jsYuriy Glukhov2015-10-158-22/+78
|/ /
* | fixes #3299Araq2015-10-153-1/+37
| |
* | Merge pull request #3450 from Varriount/add-dll-downloadsAndreas Rumpf2015-10-151-0/+1
|\ \ | | | | | | Added DLL download to installer
| * | Added DLL download to installerClay Sweetser2015-10-151-0/+1
|/ /
* | fixes regression: tactiontableAraq2015-10-142-52/+3
| |
* | Merge pull request #3428 from tmm1/appveyorAndreas Rumpf2015-10-147-7/+68
|\ \ | | | | | | [WIP] Add AppVeyor config to run tests on win32
| * | try with windows slashesAman Gupta2015-10-131-1/+1
| | |
| * | use tester directlyAman Gupta2015-10-132-2/+4
| | |
| * | Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-133-9/+9
| |\ \
| * | | really be pedanticAman Gupta2015-10-132-2/+2
| | | |
| * | | Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-1359-321/+1124
| |\ \ \
| * | | | copy server.dll too?Aman Gupta2015-10-081-0/+2
| | | | |
| * | | | skip sdl/opengl/fsmonitor tests when unavailableAman Gupta2015-10-081-0/+6
| | | | |
| * | | | show failure codeAman Gupta2015-10-081-1/+1
| | | | |
| * | | | standardize on forward slashes for pathsAman Gupta2015-10-071-1/+1
| | | | |
| * | | | framework is requiredAman Gupta2015-10-071-1/+1
| | | | |
| * | | | fix compile errorAman Gupta2015-10-071-1/+1
| | | | |
| * | | | collect any output of appveyor commandAman Gupta2015-10-071-1/+3
| | | | |
| * | | | show current commitAman Gupta2015-10-071-0/+1
| | | | |
| * | | | skip tester html on travis/appveyorAman Gupta2015-10-071-1/+2
| | | | |
| * | | | report duration to appveyor runnerAman Gupta2015-10-071-3/+5
| | | | |
| * | | | install zlibAman Gupta2015-10-071-0/+1
| | | | |
| * | | | fix unsafeaddr testAman Gupta2015-10-071-2/+2
| | | | |
| * | | | use category as filename, and full filename in test nameAman Gupta2015-10-071-1/+1
| | | | |
| * | | | clean up whitespace on error msgAman Gupta2015-10-071-1/+1
| | | | |
| * | | | download and extract fasm.exeAman Gupta2015-10-071-0/+2
| | | | |
| * | | | tie into appveyor test results apiAman Gupta2015-10-071-0/+10
| | | | |
| * | | | avoid sqlite db on travis and appveyorAman Gupta2015-10-071-1/+2
| | | | |
| * | | | avoid libcurl.dll since it clashes with msys curlAman Gupta2015-10-071-1/+2
| | | | |
| * | | | use pre-built dllsAman Gupta2015-10-071-7/+3
| | | | |
| * | | | show openssl-devel contentsAman Gupta2015-10-071-1/+2
| | | | |
| * | | | show libopenssl contentsAman Gupta2015-10-071-0/+4
| | | | |
| * | | | install libsslAman Gupta2015-10-071-3/+3
| | | | |
| * | | | list out openssl contentsAman Gupta2015-10-071-1/+3
| | | | |
| * | | | try installing openssl?Aman Gupta2015-10-071-0/+1
| | | | |
| * | | | add bin to pathAman Gupta2015-10-071-2/+2
| | | | |
| * | | | add nim.exe artifactAman Gupta2015-10-071-0/+3
| | | | |
| * | | | add test scriptAman Gupta2015-10-071-0/+9
| | | | |
| * | | | so closeAman Gupta2015-10-071-1/+1
| | | | |
| * | | | oh yea windows pathsAman Gupta2015-10-071-2/+4
| | | | |
| * | | | oops, wrong nameAman Gupta2015-10-071-0/+0
| | | | |