summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* documented new C++ supportAraq2015-01-288-29/+185
* Merge pull request #2019 from MasonMcGill/develDominik Picheta2015-01-271-37/+51
|\
| * Added a few AST-construction shortcuts.Mason McGill2015-01-271-37/+51
|/
* Merge pull request #2016 from dumndummer/patch-2Andreas Rumpf2015-01-271-1/+1
|\
| * Update sets.nimdumndummer2015-01-271-1/+1
|/
* Merge pull request #1995 from def-/fix-idetoolsAndreas Rumpf2015-01-271-6/+9
|\
| * Make caasdriver compiledef2015-01-201-6/+9
* | Merge pull request #2005 from def-/fix-estpAndreas Rumpf2015-01-272-2/+2
|\ \
| * | Make ESTP compiledef2015-01-232-2/+2
* | | Merge pull request #2014 from def-/more-deprecationsDominik Picheta2015-01-272-5/+5
|\ \ \
| * | | Fix type of setControlCHook parameterdef2015-01-271-1/+1
| * | | Get rid of more deprecation warnings by renaming exceptionsdef2015-01-272-4/+4
|/ / /
* | | added missing fileAraq2015-01-272-0/+19
* | | better documentation for 'finished' for first class iteratorsAraq2015-01-274-3/+54
* | | nimsuggest: first versionAraq2015-01-2721-218/+364
* | | do not warn about unknown conditional symbols anymoreAraq2015-01-271-4/+0
* | | bugfix: don't overwrite the number value in case of a parsing errorAraq2015-01-271-2/+3
* | | proper 'space in dir' testAraq2015-01-272-1/+1
* | | cleaned up unsigned testsAraq2015-01-272-24/+20
* | | implements auto-deref for the first argument (requires .experimental)Araq2015-01-272-8/+38
* | | Logging module is now thread-safe.Dominik Picheta2015-01-252-10/+30
* | | Merge pull request #2009 from gmpreussner/develDominik Picheta2015-01-251-27/+33
|\ \ \
| * | | Added complex conjugategmpreussner2015-01-241-27/+33
| | |/ | |/|
* | | Merge pull request #1998 from Varriount/fix-1962Dominik Picheta2015-01-241-14/+35
|\ \ \
| * | | Added documentation for the new http request procedures.Varriount2015-01-231-1/+13
| * | | Fixes #1962Varriount2015-01-221-24/+33
* | | | non-destructible context only produces a warning for nowAraq2015-01-242-6/+7
| |_|/ |/| |
* | | Merge pull request #1999 from Varriount/fix-1906Dominik Picheta2015-01-231-3/+5
|\ \ \
| * | | Fix #1906Varriount2015-01-221-3/+5
| |/ /
* | | Merge pull request #2001 from def-/fix-systemVarriount2015-01-221-1/+1
|\ \ \
| * | | setControlCHook's parameter is not nil nowdef2015-01-231-1/+1
|/ / /
* | | Merge pull request #2000 from Varriount/fix-1546reactormonk2015-01-231-1/+1
|\ \ \
| * | | Fix #1546Varriount2015-01-221-1/+1
| |/ /
* | | minor website improvementsAraq2015-01-232-0/+13
* | | Nim can interface with C++ templatesAraq2015-01-231-46/+63
* | | preparations for C++ template supportAraq2015-01-236-21/+25
* | | bugfixes for the new C++ patternsAraq2015-01-231-8/+7
* | | better error message for 'invalid type'Araq2015-01-235-59/+67
* | | Merge pull request #1997 from flaviut/patch-1Dominik Picheta2015-01-221-0/+3
|\ \ \ | |/ / |/| |
| * | Improve koch web google analytics docsFlaviu Tamas2015-01-221-0/+3
|/ /
* | Merge pull request #1990 from eliezedeck/develDominik Picheta2015-01-221-1/+1
|\ \ | |/ |/|
| * Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.Elie Zedeck2015-01-211-1/+1
|/
* get rid of debug outputAraq2015-01-181-1/+0
* fixes #1833Araq2015-01-182-1/+22
* osinfo_win compiles againAraq2015-01-181-4/+3
* fixes #1964 properlyAraq2015-01-181-1/+2
* fixes #1964Araq2015-01-181-2/+3
* fixes #1944Araq2015-01-184-13/+36
* Merge pull request #1981 from Varriount/zielmicha-develVarriount2015-01-172-2/+4
|\
| * Add filename space testVarriount2015-01-171-0/+3