summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* documents --excessiveStackTrace switchAndreas Rumpf2016-11-221-0/+2
|
* Fixes asyncdispatch.all completing its res future more than once.Dominik Picheta2016-11-211-15/+16
|
* Fix inaccuracy surrounding Nimble in doc/nims.rst.Dominik Picheta2016-11-211-16/+2
|
* Merge pull request #5041 from cheatfate/upcoming_async_update1Dominik Picheta2016-11-211-36/+60
|\ | | | | upcoming_asyncdispatch, make it compatible again
| * make semantic equal to current versioncheatfate2016-11-201-36/+60
| |
* | json.toUgly also uses optimized string routinesAndreas Rumpf2016-11-211-2/+4
| |
* | speed up json core moduleAndreas Rumpf2016-11-211-11/+27
| |
* | string.add for floats and ints for more performance (JS not yet supported)Andreas Rumpf2016-11-211-28/+23
| |
* | first version of the new memory tracking featureAndreas Rumpf2016-11-2111-4/+167
| |
* | updated sqlite3 wrapper slightlyAndreas Rumpf2016-11-211-5/+6
| |
* | Put Nim in Action news in the slider on the front page.Dominik Picheta2016-11-201-4/+4
| |
* | Add new article about Nim in Action.Dominik Picheta2016-11-204-10/+66
|/
* Merge pull request #5037 from FedericoCeratto/patch-18Dominik Picheta2016-11-191-0/+7
|\ | | | | Add [un]marshalling examples
| * Add marshal format warningFederico Ceratto2016-11-191-0/+1
| |
| * Add [un]marshalling examplesFederico Ceratto2016-11-191-0/+6
| |
* | Async: Refactors asyncdispatch.poll.Dominik Picheta2016-11-191-31/+22
| |
* | Async: Fixes problem when callbacks add other callbacks.Dominik Picheta2016-11-191-6/+12
| | | | | | | | For context, see http://irclogs.nim-lang.org/19-11-2016.html#19:08:51
* | Async: Further callbacks will no longer be called after an EAGAIN.Dominik Picheta2016-11-191-4/+14
|/ | | | For context, see discussion here https://gitter.im/nim-lang/Nim?at=583090a2df9f0f6e7f576e43 or here http://irclogs.nim-lang.org/19-11-2016.html#17:30:59.
* Merge pull request #5036 from flyx/tablesdelfixAndreas Rumpf2016-11-193-15/+37
|\ | | | | Fixes #5035
| * Fixes #5035Felix Krause2016-11-183-15/+37
| |
* | added test case for deepcopyAndreas Rumpf2016-11-191-0/+94
|/
* fixes deepcopy regressionAndreas Rumpf2016-11-181-2/+4
|
* deepCopy: proper sharing of refsAndreas Rumpf2016-11-171-31/+73
|
* Merge pull request #5032 from enthus1ast/patch-1Dominik Picheta2016-11-171-1/+1
|\ | | | | fixed typo
| * fixed typoDavid Krause2016-11-171-1/+1
| |
* | Merge pull request #5014 from Parashurama/fix_excessive_stacktraceAndreas Rumpf2016-11-171-0/+1
|\ \ | |/ |/| make 'excessivestacktrace' option available for testing.
| * make 'excessivestacktrace' option available for testing.Parashurama2016-11-101-0/+1
| |
* | Merge pull request #5024 from flyx/timesimprovementAndreas Rumpf2016-11-152-43/+90
|\ \ | | | | | | Improvements to times.nim
| * | Updated times.parse() documentationFelix Krause2016-11-141-3/+6
| | |
| * | Parse 'Z' as valid timezone if offset is expectedFelix Krause2016-11-142-3/+19
| | |
| * | Assume local DST iff no timezone is givenFelix Krause2016-11-141-3/+16
| | |
| * | Improved `-`; fixed testsFelix Krause2016-11-142-20/+17
| | | | | | | | | | | | | | | | | | * added prefix `-` operator for TimeInterval * improved `-` for both TimeInterval and TimeInfo * Fixed a DST test
| * | Fixed daylight saving timeFelix Krause2016-11-142-20/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | * When formatting timezone, substract 1 hour from timezone when isDST * Do not depend DST in current timezone when parsing arbitrary date because formatted timestamps are never in DST. * On the way, removed an unnecessary line in parsing code which could cause bugs. * Added DST tests
* | | Merge pull request #5027 from nigredo-tori/descriptor-loggerAndreas Rumpf2016-11-151-5/+13
|\ \ \ | | | | | | | | Add newFileLogger overload accepting file descriptor
| * | | Add newFileLogger overload accepting file descriptorDmitry Polienko2016-11-151-5/+13
| | | |
* | | | Merge pull request #5029 from nigredo-tori/unittest-colorsAndreas Rumpf2016-11-151-2/+2
|\ \ \ \ | |/ / / |/| | | Use default colors for test and suite names
| * | | Use default colors for test and suite namesDmitry Polienko2016-11-151-2/+2
|/ / /
* | | Merge pull request #5023 from nigredo-tori/fix-5022Dominik Picheta2016-11-141-4/+13
|\ \ \ | |/ / |/| | Fix asyncfile in Windows Server 2003
| * | Fix asyncfile in Windows Server 2003Dmitry Polienko2016-11-141-4/+13
| |/ | | | | | | Fixes #5022
* | Merge pull request #5009 from flyx/timezonefix2Andreas Rumpf2016-11-142-7/+20
|\ \ | |/ |/| Fixed timezone sign error
| * Fixed timezone rendering, added testFelix Krause2016-11-102-4/+17
| |
| * Fixed timezone sign errorFelix Krause2016-11-081-6/+6
| | | | | | | | | | * This was introduced in recent "cosmetic" fix. Not so cosmetic after all…
* | Merge pull request #5011 from yglukhov/opensll-androidDominik Picheta2016-11-091-3/+6
|\ \ | | | | | | Fixed openssl for android
| * | Fixed openssl for androidYuriy Glukhov2016-11-091-3/+6
| | |
* | | Merge pull request #5008 from apahl/patch-2Andreas Rumpf2016-11-081-0/+1
|\ \ \ | |_|/ |/| | added dist/ to .gitignore
| * | added dist/ to .gitignoreAxel Pahl2016-11-081-0/+1
|/ / | | | | | | When using `./koch tools`, the directory `dist/` is generated (it contains the `nimble` sources). The `dist` directory was added to .gitignore.
* | Merge pull request #4994 from arnetheduck/nim-check-abiAndreas Rumpf2016-11-083-1/+21
|\ \ | | | | | | add a simple sizeof checker to compare nim & c types
| * | add primitive type abi checkJacek Sieka2016-11-031-2/+11
| | |
| * | abi check: prefer nim constant to enable, documentJacek Sieka2016-11-033-7/+7
| | |
| * | add a simple sizeof checker to compare nim & c typesJacek Sieka2016-11-032-1/+12
| | |