summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* proper windows get process function name, fix batch file, add echoes backJoseph Poirier2015-01-083-4/+5
|
* add test note to the readmeJoseph Poirier2015-01-061-1/+4
|
* add proper cdm strings and comment out all echosJoseph Poirier2015-01-062-10/+10
|
* properly typecast the function pointersJoseph Poirier2015-01-061-3/+3
|
* fixed import object nameJoseph Poirier2015-01-061-3/+3
|
* Test the realtime GC, via long running process in a shared object, without ↵Joseph Poirier2015-01-067-0/+214
| | | | linking nimrtl.dll/so.
* Merge pull request #1826 from jpoirier/develDominik Picheta2015-01-031-1/+1
|\ | | | | clarify single letter option requirements
| * Merge remote-tracking branch 'upstream/devel' into develJoseph Poirier2015-01-0213-113/+252
| |\
| * | clarify single letter option requirementsJoseph Poirier2015-01-021-1/+1
| | |
* | | Merge pull request #1849 from rgieseke/patch-1Dominik Picheta2015-01-031-1/+1
|\ \ \ | | | | | | | | Fix typo
| * | | Fix typoRobert Gieseke2015-01-031-1/+1
|/ / /
* | | Merge pull request #1848 from def-/fix-uriDominik Picheta2015-01-032-16/+43
|\ \ \ | | | | | | | | Fix uri & httpclient
| * | | Apply #1824 to fix #1823def2015-01-031-2/+4
| | | |
| * | | Minor cleanupdef2015-01-031-3/+2
| | | |
| * | | Fix (u: Uri), add test cases and make it work for opaque URIsdef2015-01-031-14/+35
| | | |
| * | | Fix httpclient to properly encode queries (path?queries)def2015-01-031-2/+7
| | |/ | |/|
* | | Merge pull request #1847 from def-/md5-fixedAndreas Rumpf2015-01-031-135/+135
|\ \ \ | |/ / |/| | Translate md5 module to unsigned numbers
| * | Translate md5 module to unsigned numbersdef2015-01-031-135/+135
|/ / | | | | | | Fixes the bug that files > 256 MB get wrong md5 sum calculated
* | Merge pull request #1831 from homeworkprod/patch-1reactormonk2015-01-031-1/+1
|\ \ | | | | | | Tutorial: Fixed slices example code.
| * | Tutorial: Fixed slices example code.Jochen Kupperschmidt2015-01-021-1/+1
| |/ | | | | This is likely a remainder of the name change from "Nimrod" to "Nim".
* | Merge pull request #1830 from arthurtw/develreactormonk2015-01-031-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoArthur Liao2015-01-021-1/+1
| |/
* | support for static params in the user defined type classesZahary Karadjov2015-01-026-25/+73
| |
* | fix #1820Zahary Karadjov2015-01-022-2/+38
| |
* | fix #1050Zahary Karadjov2015-01-022-3/+17
| |
* | expand the test case for bug 1049Zahary Karadjov2015-01-022-3/+11
| |
* | re-enable semistatic[T] as a test caseZahary Karadjov2015-01-021-1/+7
| |
* | fix #1049Zahary Karadjov2015-01-023-22/+45
| |
* | fix #544Zahary Karadjov2015-01-022-12/+13
| |
* | use unix line endingsZahary Karadjov2015-01-021-43/+43
| |
* | fix #419Zahary Karadjov2015-01-021-2/+5
|/
* Merge pull request #1815 from def-/asynchttpserverAndreas Rumpf2015-01-021-0/+2
|\ | | | | Add imports to asynchttpserver example
| * Add imports to asynchttpserver exampledef2014-12-291-0/+2
| |
* | Merge pull request #1808 from adelq/develAndreas Rumpf2015-01-021-6/+6
|\ \ | | | | | | Update tutorial to use RootObj
| * | Update tutorial to use RootObjAdel Qalieh2014-12-311-6/+6
| | | | | | | | | | | | TObject has been deprecated
* | | fixes #1816Araq2015-01-022-3/+39
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-021-1/+1
|\ \ \
| * \ \ Merge pull request #1812 from moigagoo/develreactormonk2015-01-021-1/+1
| |\ \ \ | | |/ / | |/| | Docs: Tutorial 1: Typo fixed.
| | * | Docs: Tutorial 1: Typo fixed.Konstantin Molchanov2015-01-011-1/+1
| | | |
* | | | fixed wrong code snippetAraq2015-01-021-1/+1
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2014-12-316-8/+65
|\ \ \
| * | | bugfix: don't treat generic types with different static params as the same typeZahary Karadjov2014-12-312-0/+20
| | | |
| * | | fix #1056Zahary Karadjov2014-12-313-2/+31
| | | |
| * | | prettier type name printing for generic types featuring static parametersZahary Karadjov2014-12-311-6/+14
| | | |
* | | | fixes #1774Araq2014-12-315-7/+10
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2014-12-319-48/+122
|\ \ \
| * | | Update nim.iniVarriount2014-12-301-1/+1
| | | | | | | | | | | | Fix documentation location
| * | | Merge pull request #1795 from akaufmann/develDominik Picheta2014-12-312-2/+6
| |\ \ \ | | | | | | | | | | ignore signal SIGPIPE on Darwin
| | * | | ignore signal SIGPIPE on DarwinAndre2014-12-302-2/+6
| | | | |
| * | | | fix #1789 (binding to static params during generic proc sigmatch)Zahary Karadjov2014-12-316-45/+115
| | | | |