Aman Gupta
9ca773c3e2
show libopenssl contents
2015-10-07 15:15:32 -07:00
Aman Gupta
32f522be06
install libssl
2015-10-07 15:07:19 -07:00
Aman Gupta
d069ba7ef8
list out openssl contents
2015-10-07 15:02:26 -07:00
Aman Gupta
8d02dc2e62
try installing openssl?
2015-10-07 14:48:14 -07:00
Aman Gupta
d089b6a55b
add bin to path
2015-10-07 14:35:55 -07:00
Aman Gupta
ed24ad3edd
add nim.exe artifact
2015-10-07 14:28:21 -07:00
Aman Gupta
8cf3430788
add test script
2015-10-07 14:22:31 -07:00
Aman Gupta
3753b16786
so close
2015-10-07 14:17:09 -07:00
Aman Gupta
6fc82607df
oh yea windows paths
2015-10-07 14:13:55 -07:00
Aman Gupta
3698b0e4b7
oops, wrong name
2015-10-07 14:11:11 -07:00
Aman Gupta
e2ec02fb7d
rename; faster clones
2015-10-07 14:10:12 -07:00
Aman Gupta
38e7463091
start with 64-bit build
2015-10-07 14:06:07 -07:00
Aman Gupta
0d2fe39357
try mingw64 path
2015-10-07 13:56:31 -07:00
Aman Gupta
ba5366e84b
try usr/bin
2015-10-07 13:44:51 -07:00
Aman Gupta
5602c253ed
set path for msys64
2015-10-07 13:42:37 -07:00
Aman Gupta
2a83f33bf5
use the batch file
2015-10-07 13:28:04 -07:00
Aman Gupta
073b755596
add basic appveyor config
2015-10-07 13:22:08 -07:00
Araq
48036fa3d9
fixes #635
2015-10-07 10:03:47 +02:00
Araq
dfaa63e805
osproc: fixes a long standing buffering bug on Windows
2015-10-07 10:03:46 +02:00
Araq
0a4d9aa954
fixes regression
2015-10-07 10:03:45 +02:00
Andreas Rumpf
050e4815d0
Merge pull request #3314 from haiodo/emscripten-support
...
Emscripten support
2015-10-07 09:31:47 +02:00
Andreas Rumpf
52342a11f6
Merge pull request #3380 from greyanubis/devel
...
Add proc to change an element tag and proc to insert xmlnode child
2015-10-07 09:26:01 +02:00
JamesP
07eaafca69
added hash procs for handling portions of strings/arrays/seqs.
...
added tests at bottom of file
changed some doco layout
Makes hashing iteratively through buffers faster when you
don't have to pass copied portions of the buffer to the
hash function
2015-10-07 13:03:31 +10:00
Andreas Rumpf
80ee72956a
Merge pull request #3403 from tmm1/fix-test-failures
...
[WIP] Fix test failures in CI
2015-10-07 01:33:20 +02:00
Aman Gupta
391f2fc9b1
initialize new fields to empty values
2015-10-06 16:06:14 -07:00
Aman Gupta
7f5c49e204
copy nimrtl into lib, reset LD_LIBRARY_PATH after use
2015-10-06 15:54:12 -07:00
Aman Gupta
d9281adf8a
run all tests
2015-10-06 15:53:55 -07:00
Aman Gupta
2240fd3f3f
add tfile/tline assertions for template expansion file/line
2015-10-06 15:47:07 -07:00
Peter Mora
e2468fee55
updated news.txt with backward compatibility breaks of sequtils
2015-10-06 22:03:43 +02:00
Aman Gupta
eea8d604d0
Merge remote-tracking branch 'origin/devel' into fix-test-failures
2015-10-06 11:06:41 -07:00
Araq
2e413d3186
fixes #3383
2015-10-06 16:15:51 +02:00
Araq
8507f95d68
fixes #2637
2015-10-06 15:51:00 +02:00
Araq
732bdd54a0
added critbits.inc proc
2015-10-06 15:50:59 +02:00
Araq
8e9c0db66d
strutils: wrap too long lines
2015-10-06 15:50:58 +02:00
Andreas Rumpf
8f9438d29a
Merge pull request #3421 from jlp765/strtab1
...
fix #3416 strtabs clear() and []=
2015-10-06 14:15:50 +02:00
JamesP
73821ad1c4
add assert test to end of module
2015-10-06 16:36:32 +10:00
Peter Mora
b284ace099
fixing unittest
2015-10-06 08:24:43 +02:00
Peter Mora
6318f77821
restore {.immediate.} to toSeq
2015-10-06 08:15:00 +02:00
Andrey Sobolev
d1b67cb9bb
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
2015-10-06 10:55:52 +06:00
Peter Mora
75097e2981
sequtils related changes
2015-10-05 22:42:22 +02:00
Dominik Picheta
0a8a2070d0
Merge pull request #3420 from jlp765/manual1
...
fix #3418 add example on openArray to types.txt
2015-10-05 17:29:33 +01:00
JamesP
87a6268d3c
bug fix #3416 add wrapper around []= to account for
...
changes in StringTableRef disabling inc of counter
2015-10-05 15:16:43 +10:00
JamesP
aead71cd67
fix #3418 add example on openArray to types.txt
2015-10-05 10:42:04 +10:00
Dominik Picheta
6587f63672
Merge pull request #3415 from jlp765/rationals2
...
rationals add toRational(float) conversion
2015-10-04 22:17:45 +01:00
Dominik Picheta
8f2b15d170
Merge pull request #3395 from nanoant/patch/rename-rawsockets-to-nativesockets
...
Rename rawsockets module to nativesockets
2015-10-04 22:12:32 +01:00
JamesP
77d4788655
Add toRational(float) conversion from any float to closest
...
approx for specified precision
2015-10-04 15:58:02 +10:00
Araq
a2c040e3bd
added undocumented exportNims pragma for Nimscript support
2015-10-03 23:19:15 +02:00
Araq
28b1340f94
fixes 'line too long' warning
2015-10-03 23:19:14 +02:00
Dominik Picheta
6bc29ccf4c
Merge pull request #3400 from nanoant/patch/generate-install.sh-during-bootstrap
...
Generate install.sh during bootstrap
2015-10-03 19:30:34 +01:00
Adam Strzelecki
6cc9853935
bootstrap: Generate final install.sh during build
...
This solves problem where bootstrap was simply copying ./install.sh.template
into ./install.sh. Then first call of ./install.sh was calling ./koch install
that was running extra compilation and overwriting ./install.sh with new
content.
This was overcomplicated, and also caused first `sudo ./install.sh DIR` to run
compilation under root account, leaving root owned files in working directory.
Now bootstrap calls `./koch geninstall` that just generates ./install.sh
without calling it. This ./install.sh is FINAL one, and running it does not
generate any files aside passed DIR. This makes whole process simpler.
2015-10-03 19:51:17 +02:00