Araq
fc636e2d12
updated to version 0.16.0
2017-01-07 21:44:40 +01:00
Araq
e95c5c926c
minor manual improvement; refs #5181
2017-01-07 21:43:42 +01:00
Dominik Picheta
961096b564
Add 0.16.0 release notes.
2017-01-07 14:37:46 +00:00
Andreas Rumpf
a93ca14418
disable pinToCpu for OSX
2017-01-07 13:27:16 +01:00
Andreas Rumpf
5ce414141e
koch.nim: critical fix for the tar.xz installations
2017-01-07 13:27:16 +01:00
jlp765
86c73cdfc2
Further tutorial updates ( #5176 )
...
* tut1: added multiline comments
* tut2: replaced expr/stmt with untyped/typed
* added some more template/macro example
* remove immediate pragma from example
2017-01-07 09:18:45 +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
5c08ca7ed2
make Nim compiler compile with 0.15.2
2017-01-07 02:43:31 +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
Andreas Rumpf
7c8563b8dd
Merge pull request #5187 from krux02/new-htmlgen
...
get rid of immediate macros in htmlgen module
2017-01-07 00:24:04 +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
Andreas Rumpf
92b48dbcad
fixes 'nim c file_without_nim_ext' regression; refs #5183
2017-01-06 18:22:27 +01:00
Andreas Rumpf
64912d3d70
fixes #5185
2017-01-06 18:15:08 +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
Araq
4b73194bb0
koch and nims updates
2017-01-06 13:11:17 +01:00
Araq
4910a87c6f
gendepend improvements; refs #5144
2017-01-06 13:11:17 +01:00
Araq
d54539a648
attempt to re-enable trimcc tool
2017-01-06 13:11:17 +01:00
Araq
842f66db25
compiler API: introduce options.disableNmiblePath
2017-01-06 13:11:17 +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
Andreas Rumpf
dcb609efe4
Merge pull request #5175 from jlp765/patch-1
...
Tutorial1 additions
2017-01-06 10:27:20 +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
Andreas Rumpf
2c1d01086c
Merge pull request #5177 from trustable-code/patch-1
...
fixes #2723
2017-01-05 14:50:12 +01:00
Andreas Rumpf
5785437d62
Merge pull request #5178 from krux02/devel
...
updated doc for dynlib pragma
2017-01-05 14:49:55 +01:00
Arne Döring
8282449aa1
updated doc for dynlib pragma
2017-01-04 14:05:22 +01:00
Simon Krauter
79ba0b7d8a
fixes #2723
...
Added libgdi32.a and libcomdlg32.a to list of essential files
2017-01-04 14:00:36 +01:00
Andreas Rumpf
8500600090
koch.nim: remove old bin/nimblepkg/*.nim files for nimble installation
2017-01-04 12:28:04 +01:00
Araq
cdfa34554c
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2017-01-03 22:16:11 +01:00
Araq
b3b2203aba
koch.nim: don't use --git-dir; produces weird results
2017-01-03 22:15:59 +01:00
Araq
ef6029d3a9
koch.nim: use new nimble branch setup
2017-01-03 22:09:39 +01:00
Dominik Picheta
07ab060fb9
Fix compiler.nimble namespace violations.
2017-01-03 18:07:36 +00:00
Araq
8413c9f15e
niminst: faster way to deduplicate files
2017-01-03 17:06:31 +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
9c0319d211
fixes #5171
2017-01-03 17:06:31 +01:00
Araq
5182be6204
winlean: get rid of deprecation warning
2017-01-03 17:06:31 +01:00
jlp765
4b32b2cef6
Tutorial1 additions
...
Add extra For Statement stuff
Add Distinct Types
2017-01-03 12:06:34 +10:00
Dominik Picheta
5a1e0c25eb
Merge pull request #5174 from FedericoCeratto/patch-21
...
Add OptReuseAddr to example and handle closing
2017-01-02 21:46:25 +00:00
Federico Ceratto
a8c439afb5
Add OptReuseAddr to example and handle closing
2017-01-02 17:02:20 +00:00
Araq
bf8f00f717
make nimforum compile again
2016-12-31 11:37:58 +01:00
Andreas Rumpf
f6c2c4a6a0
distros.nim: better documenation
2016-12-31 10:19:34 +01:00