Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issue #2245 | Roger Shi | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3303 from Amrykid/amrykid-name-change | Andreas Rumpf | 2015-09-08 | 3 | -6/+6 |
|\ | | | | | Fixed my name. | ||||
| * | Fixed my name. | Alexander Mitchell-Robinson | 2015-09-07 | 3 | -6/+6 |
| | | |||||
* | | fixes #3300 | Araq | 2015-09-08 | 1 | -1/+1 |
| | | |||||
* | | minor documentation cleanups | Araq | 2015-09-08 | 3 | -5/+8 |
| | | |||||
* | | gangbang support for NimScript | Araq | 2015-09-08 | 1 | -2/+9 |
| | | |||||
* | | NimScript: make the compiler shut up about effects it doesn't know about | Araq | 2015-09-08 | 1 | -0/+5 |
| | | |||||
* | | even better docs | Araq | 2015-09-08 | 2 | -7/+20 |
| | | |||||
* | | Merge pull request #3306 from SSPkrolik/oids-add-comparator | Dominik Picheta | 2015-09-08 | 1 | -0/+4 |
|\ \ | |/ |/| | Added == operator for comparing two Object IDs | ||||
| * | Added == operator for comparing two Object IDs | Rostyslav Dzinko | 2015-09-08 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #3298 from haiodo/improve-xmltree | Dominik Picheta | 2015-09-07 | 1 | -0/+11 |
|\ | | | | | Improve xmltree | ||||
| * | Merge remote-tracking branch 'upstream/devel' into improve-xmltree | Andrey Sobolev | 2015-09-07 | 13 | -54/+261 |
| |\ | |/ |/| | |||||
* | | Merge pull request #3293 from Matt14916/usebase-msg-fix | Andreas Rumpf | 2015-09-07 | 1 | -1/+1 |
|\ \ | | | | | | | Replace incorrect warning string. | ||||
| * | | Replace incorrect warning string. | Matt Sullivan | 2015-09-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3295 from nanoant/patch/fix-type-to-string-flags | Andreas Rumpf | 2015-09-07 | 1 | -6/+11 |
|\ \ \ | | | | | | | | | typeToString: Fix shared/not nil on complex types | ||||
| * | | | typeToString: Fix shared/not nil on complex types | Adam Strzelecki | 2015-09-06 | 1 | -6/+11 |
| |/ / | | | | | | | | | | | | | Previously `not nil` flag was not shown on `cstring or nil` or `PType not nil`, where `type PType = ref Type`, eg. when showing compiler diagnostics. | ||||
* | | | Merge pull request #3291 from yglukhov/nimvm-generic-fix | Andreas Rumpf | 2015-09-07 | 3 | -8/+14 |
|\ \ \ | | | | | | | | | Fixed when nimvm in generics. | ||||
| * | | | Fixed nimvm in generics. | Yuriy Glukhov | 2015-09-07 | 3 | -8/+14 |
|/ / / | |||||
* | | | Nimscript: documented; 'exec' now produces output immediately | Araq | 2015-09-07 | 2 | -31/+103 |
| | | | |||||
* | | | documented NimScript | Araq | 2015-09-07 | 6 | -8/+132 |
| | | | |||||
| | * | allow to delete xmlnode childs | Andrey Sobolev | 2015-09-07 | 1 | -0/+5 |
| | | | |||||
| | * | add text modification proc | Andrey Sobolev | 2015-09-07 | 1 | -0/+6 |
| |/ |/| | |||||
* | | Fixes dom96/jester#45. | Dominik Picheta | 2015-09-06 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3294 from jlp765/db_sqliteDoco | Dominik Picheta | 2015-09-06 | 1 | -4/+38 |
|\ \ | |/ |/| | Db sqlite doco update (similar to db_mysql) | ||||
| * | Clean up a line ending | JamesP | 2015-09-06 | 1 | -1/+1 |
| | | |||||
| * | instantRows doco added "the" to improve readability | JamesP | 2015-09-06 | 1 | -1/+1 |
| | | |||||
| * | fastRows() iterator doco updated (similar to db_mysql) with sqlite specific | JamesP | 2015-09-06 | 1 | -3/+7 |
| | | | | | | | | [Edb] error text | ||||
| * | Add example (similar to db_mysql) with changes to table definition | JamesP | 2015-09-06 | 1 | -0/+30 |
|/ | | | | and transaction to match sqlite SQL syntax | ||||
* | attempt to support recursions for spawn | Araq | 2015-09-06 | 1 | -2/+20 |
| | |||||
* | added missing test | Araq | 2015-09-06 | 1 | -0/+30 |
| | |||||
* | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 17 | -32/+69 |
| | |||||
* | Merge branch 'jlp765-db_mysqlExamples' into devel | Dominik Picheta | 2015-09-05 | 1 | -4/+39 |
|\ | |||||
| * | Bold emphasis and fix typo. | Dominik Picheta | 2015-09-05 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'db_mysqlExamples' of https://github.com/jlp765/Nim into ↵ | Dominik Picheta | 2015-09-05 | 1 | -4/+39 |
|/| | | | | | | | | | | | | | jlp765-db_mysqlExamples Conflicts: lib/impure/db_mysql.nim | ||||
| * | Cleanup of line endings | JamesP | 2015-09-05 | 1 | -34/+34 |
| | | |||||
| * | instantRows doco updated with "the" to improve readability | JamesP | 2015-09-05 | 1 | -1/+1 |
| | | |||||
| * | fastRows iterator doco updated to clarify what happens | JamesP | 2015-09-05 | 1 | -3/+7 |
| | | | | | | | | when break a fastRows loop | ||||
| * | lib/impure/db_mysql add example code-block | JamesP | 2015-08-29 | 1 | -0/+31 |
| | | |||||
* | | Merge pull request #3283 from yglukhov/vm-fix | Andreas Rumpf | 2015-09-05 | 6 | -23/+43 |
|\ \ | | | | | | | VM produces objects. | ||||
| * | | VM produces objects. | Yuriy Glukhov | 2015-09-05 | 6 | -23/+43 |
|/ / | |||||
* | | fixes DLL hell on Windows | Araq | 2015-09-05 | 5 | -7/+41 |
| | | |||||
* | | Nimble is officially a part of Nim now | Araq | 2015-09-05 | 4 | -5/+41 |
| | | |||||
* | | fixes #3282 | Araq | 2015-09-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3286 from yglukhov/when-nimvm | Andreas Rumpf | 2015-09-05 | 10 | -14/+80 |
|\ \ | | | | | | | when nimvm stmt | ||||
| * | | Added documentation for when nimvm statement. | Yuriy Glukhov | 2015-09-05 | 1 | -2/+31 |
| | | | |||||
| * | | nimvm is magic | Yuriy Glukhov | 2015-09-04 | 3 | -1/+8 |
| | | | |||||
| * | | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 6 | -13/+43 |
| | | | |||||
* | | | Merge pull request #3289 from nanoant/patch/fix-whitespace | Andreas Rumpf | 2015-09-04 | 541 | -8543/+8542 |
|\ \ \ | | | | | | | | | Patch/fix whitespace | ||||
| * | | | Trim remaining .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -10/+10 |
| | | | | | | | | | | | | | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
| * | | | examples: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 5 | -42/+42 |
| | | | | | | | | | | | | | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + |