summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed small typobug in basic 3dRobert Persson2013-10-021-1/+1
|
* debug GC works nowAraq2013-10-011-2/+2
|
* first version of the debug GC; doesn't work yetAraq2013-10-014-38/+125
|
* support for multiple modules of the same name; niminst supports 'platforms'; ↵Araq2013-09-241-1/+1
| | | | minor bugfixes
* bugfix: typos in os.nimAraq2013-09-241-3/+3
|
* changed parentDir to return the empty string on errorAraq2013-09-241-16/+20
|
* Merge pull request #561 from fenekku/masterAraq2013-09-111-0/+23
|\ | | | | glColor*v now accept vector (array) as input (as in original lib)
| * Color vectors (second line endings fix attempt)fenekku2013-09-021-0/+15
| |
| * Color vectors (first line endings fix attempt)fenekku2013-09-021-1653/+1653
| |
| * glColor*v now accept vector as input (as in original lib)fenekku2013-08-041-1668/+1676
| |
* | Merge pull request #548 from ventor3000/masterAraq2013-09-102-0/+1895
|\ \ | | | | | | Added basic2d module
| * | Forgot publicity star on symbolventor30002013-07-311-1/+1
| | |
| * | Some minor fixesventor30002013-07-302-40/+59
| | | | | | | | | | | | | | | | | | Fixed som wrong spellings in cooments, reordering some arguments to be mor uniform, and fixed a small bug in isUniform for 3d matrix.
| * | Some doc. fixesventor30002013-07-282-11/+13
| | |
| * | basic3d module and some fixes in basic2dventor30002013-07-272-67/+1094
| | | | | | | | | | | | | | | Added the basic3d module. Standard 3d maths but still reimplemented evrywhere.
| * | Fixed stupid mistake when clamping acosventor30002013-07-261-3/+3
| | |
| * | Some minor changesventor30002013-07-261-34/+31
| | |
| * | Added file headerventor30002013-07-251-1/+10
| | |
| * | Added basic2d moduleventor30002013-07-251-0/+841
| | | | | | | | | | | | Module for basic 2d computation
* | | fixes #575Araq2013-09-102-1/+5
| | |
* | | added 'newLit'Araq2013-09-101-1/+21
| | |
* | | bugfix: --gc:none -d:useMalloc works againAraq2013-09-062-54/+55
| | |
* | | resolved the conflictAraq2013-09-032-2/+4
|\ \ \
| * | | Add arity typetraitMark Flamer2013-09-021-0/+2
| | | |
| * | | Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-031-2/+2
| |\ \ \
| | * | | implemented the using statementZahary Karadjov2013-08-311-1/+1
| | | | |
| | * | | parsing of user defined type classesZahary Karadjov2013-08-231-1/+1
| | | | |
* | | | | better support for GNU's assemblerAraq2013-09-031-1/+1
|/ / / /
* | | | use realpath in a posix compliant wayAraq2013-09-011-11/+6
| | | |
* | | | some fixes for HaikuAraq2013-09-011-45/+49
| | | |
* | | | Merge pull request #580 from gradha/pr_adds_equality_for_arraysAraq2013-09-011-0/+6
|\ \ \ \ | | | | | | | | | | Adds equality comparison for arrays.
| * | | | Adds equality comparison for arrays.Grzegorz Adam Hankiewicz2013-08-221-0/+6
| | | | |
* | | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-311-1/+5
|\ \ \ \ \
| * \ \ \ \ Merge pull request #579 from gradha/pr_fixes_xmltree_macro_docstringAraq2013-08-311-1/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixes xmltree <> macro docstring.
| | * | | | | Fixes xmltree <> macro docstring.Grzegorz Adam Hankiewicz2013-08-221-1/+5
| | |/ / / /
* | / / / / fixes #398Araq2013-08-311-6/+6
|/ / / / /
* | | | | fixes #569; C++ codegen works againAraq2013-08-313-3/+3
| | | | |
* | | | | tester compiles againAraq2013-08-301-1/+1
| | | | |
* | | | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-302-22/+68
|\ \ \ \ \
| * | | | | Implemented ability to connect through proxies for the httpclient module.Dominik Picheta2013-08-261-16/+51
| | |/ / / | |/| | |
| * | | | implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-6/+17
| |/ / /
* | | | float64 is now an alias to 'float'; fixes #545Araq2013-08-302-3/+17
| | | |
* | | | docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-291-2/+2
|/ / /
* | | GC: added static cycleGC checksAraq2013-08-221-4/+6
| | |
* | | fixes base64 moduleAraq2013-08-151-6/+8
| | |
* | | fixes a long standing channels bugAraq2013-08-092-1/+3
| | |
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-071-2/+14
|\ \ \ | | |/ | |/|
| * | sockets.send now throws an exception when a non-blocking socket isDominik Picheta2013-08-041-2/+14
| | | | | | | | | | | | passed to it.
* | | new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+1
| | |
* | | bugfix createDir for solarisAraq2013-08-071-1/+4
|/ /