summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3265 from coffeepots/patch-2Andreas Rumpf2015-08-281-0/+4
|\
| * Add widestring versions of SQLPrepare and SQLExecDirectcoffeepots2015-08-281-0/+4
|/
* update Visual Studio command line flagsAraq2015-08-271-1/+1
* Merge pull request #3251 from jck/msp430Dominik Picheta2015-08-262-2/+5
|\
| * add msp430 cpu supportKeerthan Jaic2015-08-262-2/+5
* | make --gc:none work with --threads:onAraq2015-08-261-1/+1
* | fixes #3237Araq2015-08-251-3/+9
|/
* Merge pull request #3239 from xyz32/develAndreas Rumpf2015-08-251-4/+15
|\
| * remove fileErrorxyz2015-08-252-7/+1
| * Append the readAllBuffer to what was read alreadyxyz2015-08-231-1/+1
| * Use seLen as sugested, and fix typosxyz2015-08-232-5/+4
| * When reading files, check if the eof flag is set before throwing.xyz2015-08-222-5/+23
* | Merge pull request #3234 from petermora/mapAutoAutoAndreas Rumpf2015-08-252-5/+70
|\ \
| * | extending metatype matching in sigmatch.nimPeter Mora2015-08-212-5/+70
* | | fixes #3245Araq2015-08-252-2/+4
* | | Merge pull request #3243 from yglukhov/gctest-fixAndreas Rumpf2015-08-251-8/+7
|\ \ \
| * | | Don't access GCed field in finalizer. Fixes #2305Yuriy Glukhov2015-08-241-8/+7
* | | | Merge pull request #3160 from r-ku/coroutinesAndreas Rumpf2015-08-2517-322/+900
|\ \ \ \
| * \ \ \ Merge branch 'devel' into coroutinesrku2015-08-2089-1404/+2828
| |\ \ \ \
| * | | | | cValidAssemblers -> const setrku2015-08-102-1/+7
| * | | | | Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...rku2015-07-3113-320/+843
| * | | | | Added fasm (external assembler) support.rku2015-07-313-2/+49
| * | | | | {.compile.} pragma accepts paths relative to file pragma is in.rku2015-07-311-0/+2
* | | | | | Merge pull request #3244 from yglukhov/patch-1Andreas Rumpf2015-08-251-1/+1
|\ \ \ \ \ \
| * | | | | | Corrected lib name for macos.Yuriy Glukhov2015-08-251-1/+1
|/ / / / / /
* | | | | | implemented nimPinToCpu threadpool featureAraq2015-08-242-3/+13
* | | | | | fixes sysio regression for nimscript supportAraq2015-08-241-1/+4
| |_|/ / / |/| | | |
* | | | | Improves osproc.startProcess error message on POSIX. Ref #2183.Dominik Picheta2015-08-231-1/+2
* | | | | Improves osproc.startProcess error message. Fixes #2183.Dominik Picheta2015-08-231-1/+8
* | | | | Better docs for os.getCreationTime(). Fixes #1058.Dominik Picheta2015-08-231-2/+4
* | | | | Fixes parsing of URIs that begin with '//'.Dominik Picheta2015-08-231-7/+20
| |_|_|/ |/| | |
* | | | cleaned up twchartoutf8 testAraq2015-08-211-102/+106
* | | | math.nim works with NimScriptAraq2015-08-212-7/+10
* | | | tuple unpacking works in a non-var/let contextAraq2015-08-215-2/+69
* | | | Merge pull request #3143 from def-/readline-fasterAndreas Rumpf2015-08-212-60/+36
|\ \ \ \
| * | | | Improve readLine to work with strings containing \0 again.def2015-07-251-5/+15
| * | | | No need to set trailing \0def2015-07-241-7/+4
| * | | | Improve performance of readLine by using fgetsdef2015-07-242-60/+29
* | | | | Merge pull request #3205 from fenekku/unittest-work-2Andreas Rumpf2015-08-212-15/+66
|\ \ \ \ \
| * | | | | make testSetupIMPL and testTeardownIMPL non-publicfenekku2015-08-122-5/+49
| * | | | | failed unittest check causes identifiers and calls to be printed outfenekku2015-08-121-10/+17
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3231 from jangko/develAndreas Rumpf2015-08-212-23/+135
|\ \ \ \ \
| * | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-212-13/+55
| * | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-202-7/+85
| * | | | | fixed UTF-16 to UTF-8 conversion in widestrs.nimjangko2015-08-201-26/+18
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3233 from yglukhov/parsefloat-js-magicAndreas Rumpf2015-08-211-0/+3
|\ \ \ \ \
| * | | | | Fixed nimParseBiggestFloat magic in JSYuriy Glukhov2015-08-211-0/+3
* | | | | | Merge pull request #3232 from yglukhov/js-pointer-fixAndreas Rumpf2015-08-214-10/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Untyped pointers godegen changed. addr expression fixed.Yuriy Glukhov2015-08-214-10/+21
* | | | | | Merge pull request #3215 from rbehrends/fix-reversed-emptyAndreas Rumpf2015-08-211-1/+2
|\ \ \ \ \ \