summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3458 from jlp765/systemExamplesDominik Picheta2015-10-191-2/+42
|\ | | | | system.nim add example to a few proc headings
| * add example to proc headings forJamesP2015-10-191-2/+42
|/ | | | addr, and, or, xor, div, mod, shl, cmp, setLen
* fixed the most embarrassing typo in the history of NimAraq2015-10-161-1/+1
|
* fixes installation problems on unix by hardcoding the dlls.zip nameAraq2015-10-161-1/+1
|
* Merge pull request #3441 from nanoant/patch/msg-to-stderr-by-defaultAndreas Rumpf2015-10-164-144/+225
|\ | | | | Extend terminal module, use stderr for Nim compiler diagnostics by default
| * compiler/vm: Use stdout too in VM time echoAdam Strzelecki2015-10-162-2/+11
| | | | | | | | | | Now VM time echo outputs to stdout too, same as compile time echo, rather using same handle as compiler diagnostics (stderr default).
| * 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.
* | Merge pull request #3455 from nim-lang/zeo-bannerAndreas Rumpf2015-10-165-58/+85
|\ \ | |/ |/| Added Nim workshop banner to front page slider.
| * Added Nim workshop banner to front page slider.Dominik Picheta2015-10-165-58/+85
|/
* 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
| | | | |