Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1876 from flaviut/unittest-stacktrace | Andreas Rumpf | 2015-01-07 | 1 | -0/+1 |
|\ | | | | | Add stack trace to unitest.nim exceptions | ||||
| * | Make unittest.nim print stack trace | Flaviu Tamas | 2015-01-05 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1889 from ramnes/devel | Andreas Rumpf | 2015-01-07 | 89 | -192/+192 |
|\ \ | | | | | | | Happy new year! | ||||
| * | | Happy new year! | Guillaume Gelin | 2015-01-06 | 89 | -96/+96 |
| | | | |||||
| * | | Make website.tmpl line endings consistant (using Unix style) | Guillaume Gelin | 2015-01-06 | 1 | -97/+97 |
| | | | |||||
* | | | Merge pull request #1897 from mrordinaire/fix-tsequtils | Andreas Rumpf | 2015-01-07 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fixed tests/seq/tsequtils.nim | ||||
| * | | | fixed tests/seq/tsequtils.nim | Do Nhat Minh | 2015-01-07 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-07 | 46 | -490/+991 |
|\| | | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim | ||||
| * | | Merge pull request #1882 from flaviut/add-gitignore-csources | reactormonk | 2015-01-06 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Add csources to gitignore | ||||
| | * | | Add csources to gitignore | Flaviu Tamas | 2014-11-12 | 1 | -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-docs | Varriount | 2015-01-05 | 1 | -6/+21 |
| |\ \ \ | | | | | | | | | | | Add an example and remove future claims from unittest.nim | ||||
| | * | | | Add an example and remove future claims | Flaviu Tamas | 2015-01-05 | 1 | -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-version | Varriount | 2015-01-05 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Allow higher versions of libmysqlclient | ||||
| | * | | | Allow higher versions of libmysqlclient | def | 2015-01-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1879 from def-/nim-renames | Varriount | 2015-01-05 | 2 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | Some GC renames to get rid of deprecation warnings | ||||
| | * | | | | Some GC renames to get rid of deprecation warnings | def | 2015-01-06 | 2 | -4/+4 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #1885 from flaviut/unittest-reset-term | Varriount | 2015-01-05 | 1 | -0/+2 |
| |\ \ \ \ | | | | | | | | | | | | | Properly use the terminal module | ||||
| | * | | | | Properly use the terminal module | Flaviu Tamas | 2015-01-05 | 1 | -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-docs | Varriount | 2015-01-05 | 4 | -6/+35 |
| |\ \ \ \ | | | | | | | | | | | | | Add google analytics to docs | ||||
| | * | | | | Complete adding google analytics to docs | Flaviu Tamas | 2014-12-25 | 1 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | theindex.html doesn't have analytics because I don't want to deal with global variables | ||||
| | * | | | | Mostly get analytics working for docs | Flaviu Tamas | 2014-12-25 | 4 | -4/+33 |
| | | | | | | |||||
| * | | | | | Merge pull request #1811 from cremno/fix-nsis-uninstaller-filename | Varriount | 2015-01-05 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | fix NSIS uninstaller filename | ||||
| | * | | | | fix NSIS uninstaller filename (fix #1804) | cremno | 2015-01-01 | 1 | -1/+1 |
| | | |/ / | | |/| | | |||||
| * | | | | Fixes nim-lang/nimble#84 | Dominik Picheta | 2015-01-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1867 from def-/httpclient-multipart | Dominik Picheta | 2015-01-05 | 1 | -35/+142 |
| |\ \ \ \ | | | | | | | | | | | | | Add multipart parameter to httpclient's post and postContent | ||||
| | * | | | | Rename newData() to newMultipartData() | def | 2015-01-05 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | A few more fixes to httpclient multipart | def | 2015-01-05 | 1 | -4/+9 |
| | | | | | | |||||
| | * | | | | post should work when extra headers don't have trailing newline | def | 2015-01-05 | 1 | -2/+11 |
| | | | | | | |||||
| | * | | | | Check that p is not nil in format | def | 2015-01-05 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Add multipart parameter to httpclient's post and postContent | def | 2015-01-05 | 1 | -35/+128 |
| | | | | | | |||||
| * | | | | | Merge pull request #1865 from def-/async-fixes | Dominik Picheta | 2015-01-05 | 2 | -2/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Async fixes | ||||
| | * | | | | | Handle interrupt on epoll_wait graciously (allows strace to work) | def | 2015-01-04 | 1 | -1/+5 |
| | | | | | | | |||||
| | * | | | | | Close async socket on error (instead of looping on epoll_wait with 100% CPU) | def | 2015-01-04 | 2 | -1/+8 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1870 from infininight/devel | reactormonk | 2015-01-05 | 1 | -0/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add TextMate bundle link | ||||
| | * | | | | | Add TextMate bundle link | Michael Sheets | 2015-01-04 | 1 | -0/+1 |
| |/ / / / / | |||||
| * | | | | | test cases for generic macros | Zahary Karadjov | 2015-01-05 | 1 | -0/+22 |
| | | | | | | |||||
| * | | | | | unstaged file | Zahary Karadjov | 2015-01-05 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | fix #1858; Add support for generic templates and macros | Zahary Karadjov | 2015-01-05 | 6 | -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 #1859 | Zahary Karadjov | 2015-01-05 | 2 | -8/+34 |
| | | | | | | |||||
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-05 | 25 | -380/+582 |
| |\| | | | | |||||
| | * | | | | Merge pull request #1851 from jpoirier/feature/docs | Dominik Picheta | 2015-01-03 | 3 | -103/+103 |
| | |\ \ \ \ | | | | | | | | | | | | | | | fix a couple of typos, grammar, and removal of whitespace | ||||
| | | * | | | | fix a couple of typos, grammar, and removal of whitespace | Joseph Poirier | 2015-01-03 | 3 | -103/+103 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #1852 from def-/fix-uri | reactormonk | 2015-01-04 | 1 | -2/+0 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | Remove debug messages. Bad def-. | ||||
| | | * | | | | Remove debug messages | def | 2015-01-03 | 1 | -2/+0 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #1826 from jpoirier/devel | Dominik Picheta | 2015-01-03 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | clarify single letter option requirements | ||||
| | | * \ \ \ \ | Merge remote-tracking branch 'upstream/devel' into devel | Joseph Poirier | 2015-01-02 | 13 | -113/+252 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | clarify single letter option requirements | Joseph Poirier | 2015-01-02 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge pull request #1849 from rgieseke/patch-1 | Dominik Picheta | 2015-01-03 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix typo | ||||
| | | * | | | | | | | Fix typo | Robert Gieseke | 2015-01-03 | 1 | -1/+1 |
| | |/ / / / / / / | |||||
| | * | | | | | | | Merge pull request #1848 from def-/fix-uri | Dominik Picheta | 2015-01-03 | 2 | -16/+43 |
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | Fix uri & httpclient |