summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #504 from ventor3000/masterAraq2013-07-072-0/+450
|\ | | | | modules poly and numeric added
| * Fixed some minor stuff in module polyRobert Persson2013-07-071-15/+9
| | | | | | | | | | Removed the stupid initPolyFromDegree which only served ro re-allocate results. Also fixed some minor stuff with nil return values in roots.
| * Optimized integrate function in module polyRobert Persson2013-07-071-10/+16
| | | | | | | | | | Rewrote the integrate function since the old one was quite hacky. The new one is about 7 times faster in release and 3 times faster in debug
| * Optimized divMod in polyRobert Persson2013-07-031-13/+11
| | | | | | | | | | Made a huge speed improvement in debug mode. Only a few % in release, but the memory load should be somewhat lower.
| * Fixed a mixed bag of stuff poly and numericRobert Persson2013-07-032-51/+42
| |
| * Cleanup of poly an numeric modulesRobert Persson2013-07-022-63/+0
| | | | | | | | Removed some test code
| * Added poly and numeric modulesRobert Persson2013-07-022-0/+524
| |
* | Merge pull request #515 from gradha/pr_idetools_improvementsAraq2013-07-076-51/+234
|\ \ | | | | | | Idetools improvements
| * | Adds idetools failure case for re"" being reported as a module.Grzegorz Adam Hankiewicz2013-07-062-1/+7
| | |
| * | Documents idetools skMacro with failure test case.Grzegorz Adam Hankiewicz2013-07-063-1/+53
| | |
| * | Documents idetools skLabel with failure test case.Grzegorz Adam Hankiewicz2013-07-063-0/+34
| | |
| * | Moves caasdriver comments into idetools document.Grzegorz Adam Hankiewicz2013-07-062-41/+96
| | |
| * | Mentions expected order of idetools suggest results.Grzegorz Adam Hankiewicz2013-07-061-1/+3
| | |
| * | Adds caas and idetools keywords to The One And Only Great Index.Grzegorz Adam Hankiewicz2013-07-061-8/+8
| | |
| * | Forces removal of nimcache dir for all caas runs.Grzegorz Adam Hankiewicz2013-07-061-0/+2
| | | | | | | | | | | | | | | Now some test cases fail because they can't use a previous nimcache directory (which potentially could have wrong compiled code anyway).
| * | Adds more idetools suggest failure cases.Grzegorz Adam Hankiewicz2013-07-062-0/+32
| | |
* | | Merge pull request #514 from exhu/fix_csource_tmplAraq2013-07-072-4/+4
|\ \ \ | | | | | | | | Fix for Issue #510 : Moved linker flags to the end of cmd line in build.sh and bat templates
| * | | Moved linker flags to the end of cmd line in build.sh and bat templatesYury Benesh2013-07-062-4/+4
| | | |
* | | | Merge pull request #513 from gradha/pr_extends_alignAraq2013-07-071-6/+14
|\ \ \ \ | | | | | | | | | | Extends align proc with default padding parameter.
| * | | | Extends align proc with default padding parameter.Grzegorz Adam Hankiewicz2013-07-051-6/+14
| | |/ / | |/| |
* | | | Merge pull request #512 from gradha/pr_documents_gorgeous_pragmasAraq2013-07-073-5/+40
|\ \ \ \ | |/ / / |/| | | Documents passC/passL pragmas. Refs #506.
| * | | Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-053-5/+40
|/ / /
* | | Merge pull request #509 from EXetoC/patch-1Araq2013-07-041-1/+1
|\ \ \ | | | | | | | | Modify babelpath
| * | | Modify babelpathErik Johansson Andersson2013-07-041-1/+1
| |/ / | | | | | | Babel looks in this dir now.
* | | Merge pull request #508 from gradha/patch-1Araq2013-07-041-1/+1
|\ \ \ | |/ / |/| | Silences debug echo.
| * | Silences debug echo.Grzegorz Adam Hankiewicz2013-07-041-1/+1
|/ /
* | Merge pull request #485 from gradha/pr_suggest_caseAraq2013-07-024-0/+58
|\ \ | | | | | | Adds idetools --suggest test case. Refs #484.
| * | Adds idetools --suggest test case. Refs #484.Grzegorz Adam Hankiewicz2013-07-024-0/+58
| |/ | | | | | | | | | | 1) There are too many suggestions for the given prefix. 2) The suggestions don't take into account the preceeding type. 3) trackDirty only works on caas mode.
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-021-2/+5
|\|
| * Merge pull request #502 from nihathrael/masterAraq2013-07-011-2/+5
| |\ | | | | | | Order suggestion output by scope and then by item name.
| | * Order suggestion output by scope and then by item name.Thomas Kinnen2013-07-011-2/+5
| | |
* | | fixes #505Araq2013-07-021-2/+5
| | |
* | | fixes #503Araq2013-07-022-9/+21
|/ /
* | fixes #501Araq2013-07-012-1/+4
| |
* | bugfix: -o option doesn't crash the compiler anymoreAraq2013-07-011-3/+3
|/
* made parseBiggestFloat faster for large exponentsAraq2013-07-011-3/+12
|
* fixes --os:standaloneAraq2013-06-303-9/+14
|
* made some tests greenAraq2013-06-304-6/+6
|
* --os:standalone works againAraq2013-06-3016-641/+572
|
* 2n attempt to fix niminst on the testing machinesAraq2013-06-291-1/+2
|
* fixes lots of regressionsAraq2013-06-295-15/+20
|
* bugfix: pragmas allowed for implicit genericsAraq2013-06-291-3/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-2925-47/+709
|\
| * Merge pull request #486 from gradha/pr_idetools_docsAraq2013-06-2823-46/+683
| |\ | | | | | | Adds idetools docs
| | * Adds idetools hierarchy nesting test.Grzegorz Adam Hankiewicz2013-06-163-0/+59
| | |
| | * Adds idetools test to verify --usages, reuses testcase.Grzegorz Adam Hankiewicz2013-06-161-0/+17
| | |
| | * Adds idetools test to check declaration proc signatures.Grzegorz Adam Hankiewicz2013-06-163-0/+25
| | |
| | * Adds idetoos testcase to verify returned signatures.Grzegorz Adam Hankiewicz2013-06-163-1/+50
| | | | | | | | | | | | At the moment too many of them return proc.
| | * Adds $SILENT replacement to reduce test output verbosity.Grzegorz Adam Hankiewicz2013-06-1611-44/+52
| | |
| | * Starts idetools specific documentation.Grzegorz Adam Hankiewicz2013-06-163-1/+476
| | |