Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-19 | 1 | -8/+8 |
|\ | |||||
| * | make glU* types unsigned, *int types are in32 | Billingsly Wetherfordshire | 2012-10-14 | 1 | -8/+8 |
| | | |||||
* | | fixed a serious code generation bug leading to wrong RTTI | Araq | 2012-10-19 | 5 | -21/+60 |
|/ | |||||
* | Merge pull request #222 from fowlmouth/patch-2 | Araq | 2012-10-13 | 1 | -60/+60 |
|\ | | | | | opengl fix | ||||
| * | opengl fix | Billingsly Wetherfordshire | 2012-10-12 | 1 | -60/+60 |
| | | |||||
* | | Added CAS to system/atomics.nim | Yury Benesh | 2012-10-13 | 1 | -0/+34 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-12 | 1 | -0/+122 |
|\ | |||||
| * | Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxText | Dominik Picheta | 2012-10-11 | 1 | -0/+122 |
| | | |||||
* | | allow 'mixin' in generics | Araq | 2012-10-12 | 2 | -6/+12 |
|/ | |||||
* | bugfix: leak in db_sqlite.GetValue | Araq | 2012-10-10 | 1 | -3/+5 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-10 | 2 | -17/+58 |
|\ | |||||
| * | Fixes segfault in db_sqlite. Fixes problems with times.format. | Dominik Picheta | 2012-10-07 | 2 | -17/+58 |
| | | |||||
* | | first version of a memory profiler | Araq | 2012-10-10 | 4 | -54/+99 |
| | | |||||
* | | better extension loading for the OpenGL wrapper | Araq | 2012-10-09 | 1 | -4/+15 |
|/ | |||||
* | attempt to fix #183 | Araq | 2012-10-06 | 1 | -3/+7 |
| | |||||
* | fixes #120 | Zahary Karadjov | 2012-10-04 | 2 | -7/+4 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 4 | -9/+8 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | fixes #213 | Araq | 2012-10-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-03 | 3 | -348/+347 |
|\ | |||||
| * | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 1 | -336/+330 |
| | | | | | | | | normalised the line endings of macros.nim (minor edits otherwise) | ||||
| * | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 1 | -1/+1 |
| | | | | | | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
| * | implemented case expressions | Zahary Karadjov | 2012-10-03 | 1 | -1/+1 |
| | | |||||
| * | implemented return type inference | Zahary Karadjov | 2012-10-03 | 1 | -10/+15 |
| | | | | | | | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used) | ||||
* | | first steps for compiler as a service | Araq | 2012-10-03 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-29 | 1 | -16/+17 |
|\ | |||||
| * | Fixes async scgi. | Dominik Picheta | 2012-09-28 | 1 | -16/+17 |
| | | |||||
* | | opengl wrapper compiles under windows | Araq | 2012-09-29 | 1 | -4/+5 |
|/ | |||||
* | website improvements; better opengl wrapper (still broken) | Araq | 2012-09-28 | 2 | -40/+83 |
| | |||||
* | Added close() to async versions of scgi and httpserver. | Dominik Picheta | 2012-09-23 | 2 | -2/+10 |
| | |||||
* | Fixes sockets.recvFrom not setting length of data. | Dominik Picheta | 2012-09-23 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-23 | 3 | -164/+190 |
|\ | |||||
| * | Ftpclient now fully works both synchronously and asynchronously. | Dominik Picheta | 2012-09-22 | 3 | -164/+190 |
| | | | | | | | | Fixed some deprecation doc messages. And some issues with asyncio. | ||||
* | | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -1/+1 |
|/ | |||||
* | ftpclient fixed but causes an issue with the code generator and | Dominik Picheta | 2012-09-21 | 2 | -95/+194 |
| | | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test. | ||||
* | math.random(max: float) not available on windows | Araq | 2012-09-19 | 1 | -10/+15 |
| | |||||
* | bugfix: 'defined/compiles' open an implicit mixin scope in generics | Araq | 2012-09-18 | 3 | -5/+9 |
| | |||||
* | made tests green again | Araq | 2012-09-18 | 2 | -5/+5 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 4 | -8/+7 |
| | |||||
* | profiler improvements | Araq | 2012-09-17 | 6 | -68/+107 |
| | |||||
* | profiler documentation | Araq | 2012-09-15 | 2 | -8/+5 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-15 | 1 | -76/+46 |
|\ | |||||
| * | [unittest] even deeper inspection of expressions and variables for the check ↵ | Zahary Karadjov | 2012-09-14 | 1 | -76/+46 |
| | | | | | | | | macro | ||||
* | | implemented a stack trace profiler | Araq | 2012-09-15 | 5 | -50/+230 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-13 | 3 | -218/+272 |
|\ | |||||
| * | [unittest] the check macro will print the values of params involved in ↵ | Zahary Karadjov | 2012-09-13 | 1 | -183/+211 |
| | | | | | | | | failed proc calls | ||||
| * | Fixes IRC module. | Dominik Picheta | 2012-09-12 | 2 | -35/+61 |
| | | |||||
* | | splitted echo into echo/debugEcho | Araq | 2012-09-13 | 1 | -5/+6 |
|/ | |||||
* | debugger compiles again | Araq | 2012-09-13 | 1 | -2/+5 |
| | |||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 3 | -4/+4 |
| | |||||
* | made some tests green | Araq | 2012-09-12 | 2 | -13/+11 |
| |