summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
* | | | | attempt to make koch smarter about windows installersAraq2014-12-311-8/+8
|/ / / /
* | | | minor doc updateAraq2014-12-311-5/+1
| | | |
* | | | removed outdated documentationAraq2014-12-301-52/+0
| | | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2014-12-303-23/+39
|\| | |
| * | | Merge pull request #1794 from flaviut/fix-win-crosscompileAndreas Rumpf2014-12-301-22/+22
| |\ \ \ | | | | | | | | | | Fix cross compilation to windows from linux
| | * | | Fix cross to windows compilation on linuxFlaviu Tamas2014-12-301-22/+22
| | | | | | | | | | | | | | | | | | | | `Winsock2.h` should be all lowercase
| * | | | Merge pull request #1792 from astrolantique/develDominik Picheta2014-12-302-1/+17
| |\ \ \ \ | | | | | | | | | | | | Update OS version detections.
| | * | | | Added NT 6.2 and NT 6.3 (8/8.1)astrolantique2014-12-301-0/+8
| | | | | |
| | * | | | getSystemVersion updated to include 10.7 to 10.10astrolantique2014-12-291-1/+9
| | | |_|/ | | |/| |
* | / | | website updates; Source links now workAraq2014-12-303-17/+19
|/ / / /
* | | | development version is 0.10.3Araq2014-12-301-1/+1
| | | |
* | | | fixes #1788Araq2014-12-302-2/+6
| | | |
* | | | license file knows about the language renamingAraq2014-12-301-1/+1
| | | |
* | | | website: better formatingAraq2014-12-301-3/+3
| | | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2014-12-292-4/+3
|\| | |
| * | | Fix typo in news.Dominik Picheta2014-12-291-2/+1
| | | |
| * | | niminst: use project-version for the zip fileAraq2014-12-291-2/+2
| | | |
* | | | minor website updateAraq2014-12-291-3/+3
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-291-1/+1
|\ \ \
| * \ \ Merge pull request #1785 from gmpreussner/develVarriount2014-12-281-1/+1
| |\ \ \ | | | | | | | | | | Fixed tusertypeclasses test
| | * | | Fixed tusertypeclasses testgmpreussner2014-12-281-1/+1
| | | | |
* | | | | release of 0.10.2Araq2014-12-2912-259/+251
|/ / / /
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-281-0/+2
|\ \ \ \
| * | | | macros.`$` can now turn a nnkSym into a string.Dominik Picheta2014-12-281-0/+2
| | | | |
* | | | | fixes a long standing openssl wrapper bug: pass C compliant allocation ↵Araq2014-12-281-1/+10
| | | | | | | | | | | | | | | | | | | | functions to CRYPTO_set_mem_functions
* | | | | work around a regression caused by the new 'echo' implementationAraq2014-12-281-1/+3
|/ / / /
* | | | fixes #1708, fixes #871Araq2014-12-287-14/+67
| | | |
* | | | minor improvementsAraq2014-12-282-4/+4
| | | |
* | | | fixes #1781Araq2014-12-283-6/+27
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-2616-120/+267
|\ \ \