summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #4308, fixes #4905Araq2016-12-185-1/+47
|
* debug output: show line info earlierAraq2016-12-181-1/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-181-3/+3
|\
| * Merge pull request #5123 from vegansk/cpuload_overflowAndreas Rumpf2016-12-181-3/+3
| |\ | | | | | | Fix overflow when casting int64 to int in cpuload.nim
| | * Fix overflow when casting int64 to int in cpuload.nimvega2016-12-161-3/+3
| | |
* | | revert line info generation change; produces worse results for other casesAraq2016-12-181-2/+2
|/ /
* | significantly better stack traces when templates are involvedAraq2016-12-181-8/+12
| |
* | fixes nimsuggest issue #40Araq2016-12-181-1/+1
| |
* | fixes nimsuggest issue #41Araq2016-12-181-1/+3
| |
* | fixes #5129Araq2016-12-171-1/+3
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-1721-276/+439
|\ \
| * \ Merge pull request #5124 from vegansk/fix_lib_outAndreas Rumpf2016-12-171-2/+8
| |\ \ | | | | | | | | Use ``out`` compiler option when linking static library
| | * | Use ``out`` compiler option when linking static libraryAnatoly Galiulin2016-12-161-2/+8
| | |/
| * | Merge pull request #5130 from jlp765/castedAndreas Rumpf2016-12-172-4/+4
| |\ \ | | | | | | | | Gramma change: casted or Casted to cast or Cast respectively
| | * | Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-172-4/+4
| | |/ | | | | | | | | | past tense of cast is cast not casted :-)
| * | Merge pull request #5096 from cheatfate/sup5094Andreas Rumpf2016-12-175-198/+255
| |\ \ | | |/ | |/| Support android compilation of ioselectors.
| | * Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-074-63/+70
| | |
| | * Support android compilation of ioselectors.cheatfate2016-12-052-136/+186
| | |
| * | Nim compiler generates nimcache/proj.json for easier interop with external ↵Araq2016-12-142-43/+104
| | | | | | | | | | | | build tools
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-138-12/+28
| |\ \
| | * \ Merge pull request #5115 from katafrakt/smallest-descriptionAndreas Rumpf2016-12-111-2/+2
| | |\ \ | | | | | | | | | | Fix description of CountTable's smallest
| | | * | Fix description of CountTable's smallest procPaweł Świątkowski2016-12-111-2/+2
| | |/ /
| | * | Merge pull request #5110 from yglukhov/leaksAndreas Rumpf2016-12-113-3/+11
| | |\ \ | | | | | | | | | | More workarounds for #5098
| | | * | More workarounds for #5098Yuriy Glukhov2016-12-073-3/+11
| | | | |
| | * | | Merge pull request #5012 from yglukhov/fileseekposDominik Picheta2016-12-082-3/+11
| | |\ \ \ | | | | | | | | | | | | Added FileSeekPos
| | | * | | Added FileSeekPosYuriy Glukhov2016-12-082-3/+11
| | |/ / /
| | * | | Merge pull request #5103 from yglukhov/leak-detector-cmdlineDominik Picheta2016-12-071-1/+1
| | |\ \ \ | | | | | | | | | | | | Control leakDetector from cmdline
| | | * | | Control leakDetector from cmdlineYuriy Glukhov2016-12-061-1/+1
| | | | | |
| | * | | | Merge pull request #5107 from konqoro/patch-6Andreas Rumpf2016-12-061-3/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | | strscans: Fix examples
| | | * | | strscans: Fix exampleskonqoro2016-12-061-3/+3
| | |/ / /
| * / / / macros.getType: do not copy symbols if not necessaryAraq2016-12-071-4/+9
| |/ / /
| * | | Merge pull request #5088 from jfhg/posix_runningAndreas Rumpf2016-12-062-4/+15
| |\ \ \ | | | | | | | | | | check waitpid() return value before setting exitStatus
| | * | | make sure first call to running() after process exit returns falseJohannes Hofmann2016-12-032-4/+15
| | | | |
| | * | | check waitpid() return value before setting exitStatusJohannes Hofmann2016-12-021-1/+1
| | | |/ | | |/| | | | | | | | | This fixes a race with parallelBuild on DragonFly BSD.
| * | | Merge pull request #5102 from nigredo-tori/fix-4690Andreas Rumpf2016-12-061-11/+18
| |\ \ \ | | |_|/ | |/| | Fix 4690 (WIP)
| | * | Revert @endragor's fix for WindowsDmitry Polienko2016-12-061-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _mkgmtime is not supported by mingw because of the older msvcrt versions. Fortunately, mktime implementation in Windows is just broken enough to make the initial implementation work... As far as I can tell, this works with both *nix-like platforms and Win, and fixes #4690
| | * | Fix TimeInfo to Time conversion. Fixes #5065.Ruslan Mustakov2016-11-301-10/+15
| | | |
* | | | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-175-10/+70
|/ / /
* | | Merge pull request #5078 from johnnovak/terminal-heightAndreas Rumpf2016-12-062-1/+50
|\ \ \ | | | | | | | | Add terminalHeight, terminalHeightIoctl & terminalSize
| * | | Add terminalHeight, terminalHeightIoctl & terminalSizeJohn Novak2016-11-302-1/+50
| |/ /
* | | Merge pull request #5099 from yglukhov/workaround-5098Andreas Rumpf2016-12-061-4/+3
|\ \ \ | | | | | | | | Workaround for #5098
| * | | Workaround for #5098Yuriy Glukhov2016-12-051-4/+3
| | |/ | |/|
* | | Merge pull request #5100 from yglukhov/writeCell-typenameAndreas Rumpf2016-12-061-5/+11
|\ \ \ | | | | | | | | Show cell type name in writeCell
| * | | Show cell type name in writeCellYuriy Glukhov2016-12-061-5/+11
| |/ /
* | | Merge pull request #5093 from yglukhov/BIO_new_mem_bufDominik Picheta2016-12-051-0/+2
|\ \ \ | |/ / |/| | Added BIO_new_mem_buf
| * | Added BIO_new_mem_bufYuriy Glukhov2016-12-051-0/+2
|/ /
* | Merge pull request #5080 from FedericoCeratto/httpheadersDominik Picheta2016-12-012-0/+32
|\ \ | | | | | | Add HTTP header deletion, improve tests
| * | Add HTTP header deletion, improve testsFederico Ceratto2016-12-012-0/+32
| | |
* | | Merge pull request #5074 from nigredo-tori/fix-5073Andreas Rumpf2016-12-012-8/+33
|\ \ \ | | | | | | | | Make xmltree.innerText recursive, define for all node kinds
| * | | Clean up (as suggested by @Araq)Dmitry Polienko2016-12-011-6/+5
| | | |