Araq
|
fc636e2d12
|
updated to version 0.16.0
|
2017-01-07 21:44:40 +01:00 |
|
Andreas Rumpf
|
a93ca14418
|
disable pinToCpu for OSX
|
2017-01-07 13:27:16 +01:00 |
|
Araq
|
92ecbc9958
|
fixes #5179
|
2017-01-07 03:05:48 +01:00 |
|
Araq
|
7cd8b0b5e6
|
attempt to make the build green again
|
2017-01-07 02:55:15 +01:00 |
|
Araq
|
9d488261df
|
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
|
2017-01-07 02:38:26 +01:00 |
|
Araq
|
a17d996be9
|
use new nimble file format to make Nim's version DRY
|
2017-01-07 00:31:03 +01:00 |
|
Araq
|
5a64e1a531
|
random.nim: add a warning about crypo; refs #5047
|
2017-01-07 00:31:03 +01:00 |
|
Andreas Rumpf
|
edf2a57a70
|
Merge pull request #5188 from trustable-code/patch-2
fixes #4804
|
2017-01-07 00:27:53 +01:00 |
|
Simon Krauter
|
45c251cb1d
|
fixes 4804
toTime(): Use the Windows-specific part for every OS, because it gives correct results on Linux too. The removed code for Linux gives wrong results.
|
2017-01-06 23:29:20 +01:00 |
|
Arne Döring
|
9547bcbb88
|
get rid of immediate macros in htmlgen module
|
2017-01-06 22:54:25 +01:00 |
|
Dominik Picheta
|
76bc890e36
|
Fixes bootstrapping.
|
2017-01-06 15:02:09 +00:00 |
|
Araq
|
36964d7491
|
findExe finds cmd and bat files; refs #5049
|
2017-01-06 14:07:47 +01:00 |
|
Dominik Picheta
|
864946afb8
|
Add async IO overview to asyncnet module docs.
|
2017-01-06 12:43:37 +00:00 |
|
Araq
|
75b7756d79
|
fixes #4948
|
2017-01-06 13:21:59 +01:00 |
|
Andreas Rumpf
|
86ea5ea92c
|
Merge pull request #5141 from c-blake/devel
Add a proc `==` for MemSlice.
|
2017-01-06 13:15:10 +01:00 |
|
Andreas Rumpf
|
fb14ec9aae
|
Merge pull request #5180 from Parashurama/optimize_byteswapping
optimize byte-swapping in endians.nim
|
2017-01-06 10:53:56 +01:00 |
|
Andreas Rumpf
|
0dde24fd98
|
Merge pull request #5138 from vegansk/4775-args
Disables ``paramCount``, ``paramStr`` when building posix dynlib. Fixes #4775
|
2017-01-06 10:49:02 +01:00 |
|
Parashurama
|
d7778b5e8b
|
optimize byte-swapping in endians.nim
add support for GCC, CLANG, ICC & VCC builtins for faster byte-swapping.
should compile to single assembly instruction ie BSWAP or equivalent.
|
2017-01-05 15:13:57 +01:00 |
|
Araq
|
adb8a816c1
|
distros.nim: don't lose the information that we don't know the distro's package manager (yet)
|
2017-01-03 17:06:31 +01:00 |
|
Araq
|
70708219c9
|
distros.nim: also try 'lsb_release -a'
|
2017-01-03 17:06:31 +01:00 |
|
Araq
|
5182be6204
|
winlean: get rid of deprecation warning
|
2017-01-03 17:06:31 +01:00 |
|
Federico Ceratto
|
a8c439afb5
|
Add OptReuseAddr to example and handle closing
|
2017-01-02 17:02:20 +00:00 |
|
Andreas Rumpf
|
f6c2c4a6a0
|
distros.nim: better documenation
|
2016-12-31 10:19:34 +01:00 |
|
Andreas Rumpf
|
33b8ade07c
|
make c_setmode compatible with Borland C; refs #5157
|
2016-12-31 03:04:10 +01:00 |
|
Araq
|
763c783bdf
|
added distros.nim stdlib module for NimScript/Nimble support
|
2016-12-31 02:04:27 +01:00 |
|
Dominik Picheta
|
09b6d8c0ca
|
Merge pull request #5163 from vegansk/5155-async
Adds pending operations presence check function to asyncdispatch, fixes #5155
|
2016-12-30 11:06:38 +00:00 |
|
Andreas Rumpf
|
9c4a60193f
|
new shift ops for Nim; based on #4743
|
2016-12-29 12:07:27 +01:00 |
|
Andreas Rumpf
|
a9729afeaf
|
Merge pull request #5158 from AdrianV/patch-4
bcc uses _timezone like vcc
|
2016-12-29 11:27:19 +01:00 |
|
Anatoly Galiulin
|
8e71949b78
|
Add pending operations presence check function, fixes #5155
|
2016-12-29 17:27:03 +07:00 |
|
Andreas Rumpf
|
0f10713c34
|
Merge pull request #5159 from AdrianV/patch-5
bcc misses the same functions like vcc
|
2016-12-29 11:27:01 +01:00 |
|
Andreas Rumpf
|
49f2341cd7
|
Merge pull request #5156 from nigredo-tori/patch-1
NimTypeKind - replace ntyArrayConstr with ntyAlias
|
2016-12-29 10:54:46 +01:00 |
|
Mark Janssen
|
fa51de8c00
|
Define getAttributes(NS) on PNode instead of PElement.
|
2016-12-28 18:26:25 +01:00 |
|
AdrianV
|
8a487d3223
|
bcc misses the same functions like vcc
|
2016-12-28 17:34:14 +01:00 |
|
AdrianV
|
3a4353bc40
|
bcc uses _timezone like vcc
|
2016-12-28 17:30:23 +01:00 |
|
nigredo-tori
|
7372ad2bed
|
NimTypeKind - replace ntyArrayConstr with ntyAlias
Cleanup following the change in `TTypeKind`
|
2016-12-28 22:37:54 +07:00 |
|
Andreas Rumpf
|
0b97dfbf87
|
remove deprecated system.TResult enum
|
2016-12-28 00:10:10 +01:00 |
|
Andreas Rumpf
|
847210b799
|
disable new alloctor behaviour for emscripten
|
2016-12-27 17:54:09 +01:00 |
|
Araq
|
77d5d0cdfe
|
NimScript: prepare for future Nimble improvements; should be completely compatible with old and upcoming Nimble versions
|
2016-12-23 12:26:28 +01:00 |
|
Charles Blake
|
ec1a77bb86
|
Oops - forgot export marker.
|
2016-12-22 16:12:31 -05:00 |
|
Charles Blake
|
1bb6775f92
|
Add a proc == for MemSlice.
|
2016-12-22 15:25:13 -05:00 |
|
Anatoly Galiulin
|
d35a8fa174
|
Disables `paramCount, paramStr` when building posix dynlib. Fixes #4775
|
2016-12-22 13:55:55 +07:00 |
|
Chris Heller
|
7ad32ea0ed
|
Change error handling in split to use doAssert so it is not compiled out when running tests
|
2016-12-21 22:24:08 -08:00 |
|
Chris Heller
|
80a727f1ce
|
Change error handling to use assert as per Araq's comment
|
2016-12-21 12:15:33 -08:00 |
|
Chris Heller
|
40d034b7e3
|
Guard against calling split with an empty string as a separator. Fixes #5119
|
2016-12-21 12:06:59 -08:00 |
|
Araq
|
237252f90c
|
Merge branch 'devel' into sighashes
|
2016-12-19 11:35:45 +01:00 |
|
Araq
|
39ca8b8c8e
|
fixes #4818
|
2016-12-18 23:11:53 +01:00 |
|
Andreas Rumpf
|
19edb206d9
|
Merge pull request #5123 from vegansk/cpuload_overflow
Fix overflow when casting int64 to int in cpuload.nim
|
2016-12-18 02:07:56 +01:00 |
|
Araq
|
24239c2361
|
Merge branch 'devel' into sighashes
|
2016-12-17 23:04:34 +01:00 |
|
Andreas Rumpf
|
9ea97bbb2a
|
Merge pull request #5096 from cheatfate/sup5094
Support android compilation of ioselectors.
|
2016-12-17 10:12:47 +01:00 |
|
vega
|
52a7ed5d19
|
Fix overflow when casting int64 to int in cpuload.nim
|
2016-12-16 12:12:36 +07:00 |
|