Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3420 from jlp765/manual1 | Dominik Picheta | 2015-10-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | fix #3418 add example on openArray to types.txt | JamesP | 2015-10-05 | 1 | -0/+5 | |
|/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3415 from jlp765/rationals2 | Dominik Picheta | 2015-10-04 | 1 | -0/+62 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Add toRational(float) conversion from any float to closest | JamesP | 2015-10-04 | 1 | -0/+62 | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3395 from nanoant/patch/rename-rawsockets-to-nativesockets | Dominik Picheta | 2015-10-04 | 16 | -65/+91 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 16 | -65/+91 | |
* | | | | | | | | | | | | | | | | | | | | | added undocumented exportNims pragma for Nimscript support | Araq | 2015-10-03 | 5 | -25/+68 | |
* | | | | | | | | | | | | | | | | | | | | | fixes 'line too long' warning | Araq | 2015-10-03 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3400 from nanoant/patch/generate-install.sh-during-bootstrap | Dominik Picheta | 2015-10-03 | 3 | -13/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | bootstrap: Generate final install.sh during build | Adam Strzelecki | 2015-10-03 | 2 | -11/+5 | |
| * | | | | | | | | | | | | | | | | | | | | koch: Add geninstall generating just ./install.sh | Adam Strzelecki | 2015-10-03 | 1 | -2/+7 | |
|/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge pull request #3389 from nanoant/patch/separate-deprecated-modules | Dominik Picheta | 2015-10-03 | 11 | -11/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | parseopt: This module is no longer deprecated | Adam Strzelecki | 2015-09-30 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | | | doc: Move deprecated modules into separate section | Adam Strzelecki | 2015-09-30 | 1 | -9/+21 | |
| * | | | | | | | | | | | | | | | | | | | | Move deprecated modules into lib/deprecated/ | Adam Strzelecki | 2015-09-30 | 10 | -0/+5 | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3393 from nanoant/patch/fix-freebsd-getaddrinfo | Dominik Picheta | 2015-10-03 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | rawsockets: Fix getaddrinfo on FreeBSD | Adam Strzelecki | 2015-09-30 | 1 | -1/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | fail CI when tests fail | Aman Gupta | 2015-10-02 | 1 | -6/+4 | |
| | * | | | | | | | | | | | | | | | | | | | only compile coro.nim by avoiding "when isMainModule" string match in | Aman Gupta | 2015-10-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | fix float comparision failure in math tests | Aman Gupta | 2015-10-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | fix test failures due to import errors | Aman Gupta | 2015-10-02 | 3 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | remove trailing whitespace requirement from subexes test file | Aman Gupta | 2015-10-02 | 1 | -14/+13 | |
| | * | | | | | | | | | | | | | | | | | | | install nimble and zip package | Aman Gupta | 2015-10-02 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | show stderr w/ reExitcodesDiffer | Aman Gupta | 2015-10-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | download fasm for the coro build | Aman Gupta | 2015-10-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | fix rawsockets test | Aman Gupta | 2015-10-02 | 2 | -4/+3 | |
| | * | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-02 | 23 | -30/+110 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3411 from oderwat/fix-osx-ospaths | Andreas Rumpf | 2015-10-02 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Added ReadIOEffect because thats what happens on OSX. | Hans Raaf | 2015-10-02 | 1 | -4/+4 | |
|/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3402 from tmm1/exec-processes-after-cb | Andreas Rumpf | 2015-10-02 | 3 | -13/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | remove echo() from compiler | Aman Gupta | 2015-10-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | show full compiler output with reNimcCrash | Aman Gupta | 2015-09-30 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | remove "rerun with --parallelBuild:1" message and show error inline | Aman Gupta | 2015-09-30 | 1 | -12/+13 | |
| * | | | | | | | | | | | | | | | | | | | | add afterRunEvent callback to execProcesses | Aman Gupta | 2015-09-30 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3406 from jlp765/rationals1 | Dominik Picheta | 2015-10-01 | 3 | -3/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | add two test: | JamesP | 2015-10-01 | 2 | -0/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | add a few type checks to limit type to SomeInteger | JamesP | 2015-10-01 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | add assertion for zero denominator | JamesP | 2015-10-01 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3394 from nanoant/patch/use-new-filter-prefix | Andreas Rumpf | 2015-10-01 | 9 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Use new #? filter prefix in various places | Adam Strzelecki | 2015-09-30 | 9 | -9/+9 | |
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #3384 from tmm1/bitsize-pragma | Andreas Rumpf | 2015-10-01 | 7 | -1/+53 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | document new bitsize pragma | Aman Gupta | 2015-09-30 | 2 | -0/+20 | |
| * | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/devel' into bitsize-pragma | Aman Gupta | 2015-09-30 | 6 | -9/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | ensure generated c-code matches | Aman Gupta | 2015-09-30 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/devel' into bitsize-pragma | Aman Gupta | 2015-09-29 | 14 | -45/+348 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | better assertions for bitfield behavior | Aman Gupta | 2015-09-29 | 1 | -3/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | switch to bitsize:int | Aman Gupta | 2015-09-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | implement bitsize pragma for bitfields | Aman Gupta | 2015-09-28 | 5 | -1/+18 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | use clang for threading tests on travis | Aman Gupta | 2015-10-02 | 1 | -0/+1 | |
| | | | | * | | | | | | | | | | | | | | | | fix test failure due to "illegal recursion" error message | Aman Gupta | 2015-10-01 | 1 | -1/+1 |