summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1876 from flaviut/unittest-stacktraceAndreas Rumpf2015-01-071-0/+1
|\ | | | | Add stack trace to unitest.nim exceptions
| * Make unittest.nim print stack traceFlaviu Tamas2015-01-051-0/+1
| |
* | Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-0789-192/+192
|\ \ | | | | | | Happy new year!
| * | Happy new year!Guillaume Gelin2015-01-0689-96/+96
| | |
| * | Make website.tmpl line endings consistant (using Unix style)Guillaume Gelin2015-01-061-97/+97
| | |
* | | Merge pull request #1897 from mrordinaire/fix-tsequtilsAndreas Rumpf2015-01-071-1/+1
|\ \ \ | | | | | | | | fixed tests/seq/tsequtils.nim
| * | | fixed tests/seq/tsequtils.nimDo Nhat Minh2015-01-071-1/+1
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-0746-490/+991
|\| | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim
| * | Merge pull request #1882 from flaviut/add-gitignore-csourcesreactormonk2015-01-061-0/+1
| |\ \ | | | | | | | | Add csources to gitignore
| | * | Add csources to gitignoreFlaviu Tamas2014-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | This will keep the git status output cleaner. The .gitignore will not cause already tracked files to be deleted
| * | | Merge pull request #1883 from flaviut/add-unittest-docsVarriount2015-01-051-6/+21
| |\ \ \ | | | | | | | | | | Add an example and remove future claims from unittest.nim
| | * | | Add an example and remove future claimsFlaviu Tamas2015-01-051-6/+21
| | | |/ | | |/| | | | | | | | | | | | | The future claims haven't been addressed for 3 years, they are unlikely to be fixed soon.
| * | | Merge pull request #1835 from def-/mysql-lib-versionVarriount2015-01-051-1/+1
| |\ \ \ | | | | | | | | | | Allow higher versions of libmysqlclient
| | * | | Allow higher versions of libmysqlclientdef2015-01-021-1/+1
| | | | |
| * | | | Merge pull request #1879 from def-/nim-renamesVarriount2015-01-052-4/+4
| |\ \ \ \ | | | | | | | | | | | | Some GC renames to get rid of deprecation warnings
| | * | | | Some GC renames to get rid of deprecation warningsdef2015-01-062-4/+4
| | | |/ / | | |/| |
| * | | | Merge pull request #1885 from flaviut/unittest-reset-termVarriount2015-01-051-0/+2
| |\ \ \ \ | | | | | | | | | | | | Properly use the terminal module
| | * | | | Properly use the terminal moduleFlaviu Tamas2015-01-051-0/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation for terminal says > Changing the style is permanent even after program termination! Use the code > `system.addQuitProc(resetAttributes)` to restore the defaults.
| * | | | Merge pull request #1779 from flaviut/ga-docsVarriount2015-01-054-6/+35
| |\ \ \ \ | | | | | | | | | | | | Add google analytics to docs
| | * | | | Complete adding google analytics to docsFlaviu Tamas2014-12-251-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | theindex.html doesn't have analytics because I don't want to deal with global variables
| | * | | | Mostly get analytics working for docsFlaviu Tamas2014-12-254-4/+33
| | | | | |
| * | | | | Merge pull request #1811 from cremno/fix-nsis-uninstaller-filenameVarriount2015-01-051-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | fix NSIS uninstaller filename
| | * | | | fix NSIS uninstaller filename (fix #1804)cremno2015-01-011-1/+1
| | | |/ / | | |/| |
| * | | | Fixes nim-lang/nimble#84Dominik Picheta2015-01-051-1/+1
| | | | |
| * | | | Merge pull request #1867 from def-/httpclient-multipartDominik Picheta2015-01-051-35/+142
| |\ \ \ \ | | | | | | | | | | | | Add multipart parameter to httpclient's post and postContent
| | * | | | Rename newData() to newMultipartData()def2015-01-051-5/+5
| | | | | |
| | * | | | A few more fixes to httpclient multipartdef2015-01-051-4/+9
| | | | | |
| | * | | | post should work when extra headers don't have trailing newlinedef2015-01-051-2/+11
| | | | | |
| | * | | | Check that p is not nil in formatdef2015-01-051-1/+1
| | | | | |
| | * | | | Add multipart parameter to httpclient's post and postContentdef2015-01-051-35/+128
| | | | | |
| * | | | | Merge pull request #1865 from def-/async-fixesDominik Picheta2015-01-052-2/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | Async fixes
| | * | | | | Handle interrupt on epoll_wait graciously (allows strace to work)def2015-01-041-1/+5
| | | | | | |
| | * | | | | Close async socket on error (instead of looping on epoll_wait with 100% CPU)def2015-01-042-1/+8
| | |/ / / /
| * | | | | Merge pull request #1870 from infininight/develreactormonk2015-01-051-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Add TextMate bundle link
| | * | | | | Add TextMate bundle linkMichael Sheets2015-01-041-0/+1
| |/ / / / /
| * | | | | test cases for generic macrosZahary Karadjov2015-01-051-0/+22
| | | | | |
| * | | | | unstaged fileZahary Karadjov2015-01-051-1/+1
| | | | | |
| * | | | | fix #1858; Add support for generic templates and macrosZahary Karadjov2015-01-056-43/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation notes: Just after overload resolution, the resolved generic params will be added to the call expression to be later processed in evalTemplate and evalMacroCall. These procs have been modified to handle the increased number of parameters, but one remaining issue is that immediate templates and macros don't go through the same process. The next commit will outlaw the use of generic parameters with such macros.
| * | | | | fix #1859Zahary Karadjov2015-01-052-8/+34
| | | | | |
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-0525-380/+582
| |\| | | |
| | * | | | Merge pull request #1851 from jpoirier/feature/docsDominik Picheta2015-01-033-103/+103
| | |\ \ \ \ | | | | | | | | | | | | | | fix a couple of typos, grammar, and removal of whitespace
| | | * | | | fix a couple of typos, grammar, and removal of whitespaceJoseph Poirier2015-01-033-103/+103
| | | | | | |
| | * | | | | Merge pull request #1852 from def-/fix-urireactormonk2015-01-041-2/+0
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | Remove debug messages. Bad def-.
| | | * | | | Remove debug messagesdef2015-01-031-2/+0
| | | | | | |
| | * | | | | 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