summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Clean up a line endingJamesP2015-09-061-1/+1
| * | instantRows doco added "the" to improve readabilityJamesP2015-09-061-1/+1
| * | fastRows() iterator doco updated (similar to db_mysql) with sqlite specificJamesP2015-09-061-3/+7
| * | Add example (similar to db_mysql) with changes to table definitionJamesP2015-09-061-0/+30
|/ /
* | attempt to support recursions for spawnAraq2015-09-061-2/+20
* | added missing testAraq2015-09-061-0/+30
* | fixes #2590; methods now require a .base annotationAraq2015-09-0617-32/+69
* | Merge branch 'jlp765-db_mysqlExamples' into develDominik Picheta2015-09-051-4/+39
|\ \
| * | Bold emphasis and fix typo.Dominik Picheta2015-09-051-2/+2
| * | Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into jlp765-...Dominik Picheta2015-09-051-4/+39
|/| |
| * | Cleanup of line endingsJamesP2015-09-051-34/+34
| * | instantRows doco updated with "the" to improve readabilityJamesP2015-09-051-1/+1
| * | fastRows iterator doco updated to clarify what happensJamesP2015-09-051-3/+7
| * | lib/impure/db_mysql add example code-blockJamesP2015-08-291-0/+31
* | | Merge pull request #3283 from yglukhov/vm-fixAndreas Rumpf2015-09-056-23/+43
|\ \ \
| * | | VM produces objects.Yuriy Glukhov2015-09-056-23/+43
|/ / /
* | | fixes DLL hell on WindowsAraq2015-09-055-7/+41
* | | Nimble is officially a part of Nim nowAraq2015-09-054-5/+41
* | | fixes #3282Araq2015-09-051-1/+1
* | | Merge pull request #3286 from yglukhov/when-nimvmAndreas Rumpf2015-09-0510-14/+80
|\ \ \
| * | | Added documentation for when nimvm statement.Yuriy Glukhov2015-09-051-2/+31
| * | | nimvm is magicYuriy Glukhov2015-09-043-1/+8
| * | | when nimvm stmt proof of conceptYuriy Glukhov2015-09-046-13/+43
* | | | Merge pull request #3289 from nanoant/patch/fix-whitespaceAndreas Rumpf2015-09-04541-8543/+8542
|\ \ \ \
| * | | | Trim remaining .txt files trailing whitespaceAdam Strzelecki2015-09-044-10/+10
| * | | | examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-045-42/+42
| * | | | tests: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-043-35/+35
| * | | | doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-0433-567/+567
| * | | | empty.txt files: Trim trailing whitespaceAdam Strzelecki2015-09-042-2/+2
| * | | | Convert contributors to UTF-8Adam Strzelecki2015-09-041-2/+1
| * | | | examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0415-141/+141
| * | | | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-04372-4485/+4485
| * | | | tools: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-253/+253
| * | | | lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0467-2436/+2436
| * | | | compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0432-570/+570
|/ / / /
* | | | Merge pull request #3288 from Snowie/develDominik Picheta2015-09-041-2/+10
|\ \ \ \
| * | | | Include port in host header as expectedDoran2015-09-041-2/+10
* | | | | Merge pull request #3285 from nanoant/patch/lib-pure-osproc-spawn-vs-fork-sim...Dominik Picheta2015-09-041-38/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | osproc: Define and select spawn/fork same wayAdam Strzelecki2015-09-031-38/+39
* | | | | split os into os and ospaths parts; ospaths is available for NimScript; bette...Araq2015-09-046-527/+605
| |/ / / |/| | |
* | | | Merge pull request #3281 from nanoant/patch/lib-pure-times-hotfixDominik Picheta2015-09-031-14/+18
|\ \ \ \
| * | | | times: Export & document countLeapYears/Years/DaysAdam Strzelecki2015-09-031-14/+18
* | | | | improvements for NimScript supportAraq2015-09-033-59/+62
* | | | | fixes 'line too long' warningsAraq2015-09-031-11/+18
* | | | | optimized writetrackingAraq2015-09-031-139/+149
| |/ / / |/| | |
* | | | Merge pull request #3273 from yglukhov/js-copy-fixAndreas Rumpf2015-09-031-9/+5
|\ \ \ \
| * | | | Fixed JS copying.Yuriy Glukhov2015-08-311-9/+5
* | | | | Merge pull request #3264 from jlp765/db_mysqlAndreas Rumpf2015-09-031-4/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fixes #3220 lib/impure/db_mysql.nim getValue()JamesP2015-08-281-4/+1
* | | | | Merge pull request #3280 from jlp765/endbAndreas Rumpf2015-09-031-2/+20
|\ \ \ \ \