jbe
2c2ae2adb2
export pointer types for SDL event objects
2013-07-17 00:52:32 +02:00
Simon Hafner
952f560d0a
Merge pull request #524 from gradha/pr_misc_docs
...
Miscellaneous doc tweaks
2013-07-15 19:43:19 -07:00
Grzegorz Adam Hankiewicz
2ee228d5d1
Documents copyFile not copying attributes on posix.
2013-07-16 02:56:50 +02:00
Grzegorz Adam Hankiewicz
ec6e267351
Warns to not modify string findAll is iterating over.
2013-07-16 02:00:25 +02:00
Grzegorz Adam Hankiewicz
67cea2b9b5
Explains parseHex initialization quirk.
2013-07-16 01:11:20 +02:00
Grzegorz Adam Hankiewicz
b5811cc73c
Adds some examples to JoinPath and / procs.
2013-07-16 00:47:49 +02:00
Araq
1af2d94860
Merge pull request #519 from gradha/pr_guards_against_nil_ast
...
Avoids usefulFact recursion with nil parameter. Fixes #518 .
2013-07-09 15:05:46 -07:00
Grzegorz Adam Hankiewicz
172945de31
Avoids usefulFact recursion with nil parameter. Fixes #518 .
2013-07-09 23:31:13 +02:00
Araq
dbb87bc557
Merge pull request #504 from ventor3000/master
...
modules poly and numeric added
2013-07-07 16:06:58 -07:00
Araq
6feedc9cff
Merge pull request #515 from gradha/pr_idetools_improvements
...
Idetools improvements
2013-07-07 16:05:17 -07:00
Araq
bd1c878af4
Merge pull request #514 from exhu/fix_csource_tmpl
...
Fix for Issue #510 : Moved linker flags to the end of cmd line in build.sh and bat templates
2013-07-07 16:03:06 -07:00
Araq
f841447c75
Merge pull request #513 from gradha/pr_extends_align
...
Extends align proc with default padding parameter.
2013-07-07 16:01:51 -07:00
Araq
54df6a30c5
Merge pull request #512 from gradha/pr_documents_gorgeous_pragmas
...
Documents passC/passL pragmas. Refs #506 .
2013-07-07 16:01:08 -07:00
Robert Persson
5a18100816
Fixed some minor stuff in module poly
...
Removed the stupid initPolyFromDegree which only served ro re-allocate
results. Also fixed some minor stuff with nil return values in roots.
2013-07-07 01:50:10 +02:00
Robert Persson
0d2f8d5079
Optimized integrate function in module poly
...
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
2013-07-07 01:26:00 +02:00
Grzegorz Adam Hankiewicz
2f0f1d0a3f
Adds idetools failure case for re"" being reported as a module.
2013-07-06 20:20:58 +02:00
Grzegorz Adam Hankiewicz
baf4f8c9eb
Documents idetools skMacro with failure test case.
2013-07-06 20:00:12 +02:00
Grzegorz Adam Hankiewicz
383d047763
Documents idetools skLabel with failure test case.
2013-07-06 19:42:36 +02:00
Grzegorz Adam Hankiewicz
4ed44fc634
Moves caasdriver comments into idetools document.
2013-07-06 18:51:37 +02:00
Grzegorz Adam Hankiewicz
9e649ffdf2
Mentions expected order of idetools suggest results.
2013-07-06 18:03:27 +02:00
Grzegorz Adam Hankiewicz
9b76435280
Adds caas and idetools keywords to The One And Only Great Index.
2013-07-06 18:03:27 +02:00
Grzegorz Adam Hankiewicz
b22af9776d
Forces removal of nimcache dir for all caas runs.
...
Now some test cases fail because they can't use a previous nimcache
directory (which potentially could have wrong compiled code anyway).
2013-07-06 18:03:19 +02:00
Grzegorz Adam Hankiewicz
4583c4ea0a
Adds more idetools suggest failure cases.
2013-07-06 16:51:55 +02:00
Yury Benesh
e5ed6aec0e
Moved linker flags to the end of cmd line in build.sh and bat templates
2013-07-06 10:40:32 +03:00
Grzegorz Adam Hankiewicz
65b899030d
Extends align proc with default padding parameter.
2013-07-05 21:37:30 +02:00
Grzegorz Adam Hankiewicz
6bab7a5bda
Documents passC/passL pragmas. Refs #506 .
2013-07-05 16:33:52 +02:00
Araq
ebd45529c1
Merge pull request #509 from EXetoC/patch-1
...
Modify babelpath
2013-07-04 23:51:24 -07:00
Araq
c61488cf9d
Merge pull request #508 from gradha/patch-1
...
Silences debug echo.
2013-07-04 23:48:54 -07:00
Erik Johansson Andersson
72ec035eba
Modify babelpath
...
Babel looks in this dir now.
2013-07-04 20:41:35 +02:00
Grzegorz Adam Hankiewicz
dd60372226
Silences debug echo.
2013-07-04 16:18:36 +02:00
Robert Persson
ce1399db2d
Optimized divMod in poly
...
Made a huge speed improvement in debug mode. Only a few % in release,
but the memory load should be somewhat lower.
2013-07-03 12:44:26 +02:00
Robert Persson
2cae55ae04
Fixed a mixed bag of stuff poly and numeric
2013-07-03 01:15:31 +02:00
Araq
3e4dec3cf4
Merge pull request #485 from gradha/pr_suggest_case
...
Adds idetools --suggest test case. Refs #484 .
2013-07-02 11:58:59 -07:00
Robert Persson
d1a90c6ec6
Cleanup of poly an numeric modules
...
Removed some test code
2013-07-02 20:55:27 +02:00
Araq
b5946751b8
Merge branch 'master' of github.com:Araq/Nimrod
2013-07-02 19:45:26 +02:00
Araq
bfca977d5f
fixes #505
2013-07-02 19:44:40 +02:00
Araq
c1155cd2a5
fixes #503
2013-07-02 19:32:12 +02:00
Robert Persson
85dbc2d306
Added poly and numeric modules
2013-07-02 16:01:41 +02:00
Grzegorz Adam Hankiewicz
f7f1408168
Adds idetools --suggest test case. Refs #484 .
...
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.
2013-07-02 12:28:22 +02:00
Araq
0c18e05336
Merge pull request #502 from nihathrael/master
...
Order suggestion output by scope and then by item name.
2013-07-01 11:47:13 -07:00
Thomas Kinnen
cb3915c5e1
Order suggestion output by scope and then by item name.
2013-07-01 20:32:26 +02:00
Araq
dfe195a4a1
fixes #501
2013-07-01 20:25:38 +02:00
Araq
9b4be8a739
bugfix: -o option doesn't crash the compiler anymore
2013-07-01 20:17:36 +02:00
Araq
6c8e740b57
made parseBiggestFloat faster for large exponents
2013-07-01 00:33:11 +02:00
Araq
30f8568570
fixes --os:standalone
2013-06-30 22:10:04 +02:00
Araq
1a5e30b053
made some tests green
2013-06-30 21:55:05 +02:00
Araq
52851b722d
--os:standalone works again
2013-06-30 21:15:28 +02:00
Araq
651103ff32
2n attempt to fix niminst on the testing machines
2013-06-29 10:28:28 +02:00
Araq
1bdc0d1dd3
fixes lots of regressions
2013-06-29 10:04:18 +02:00
Araq
43de61f37b
bugfix: pragmas allowed for implicit generics
2013-06-29 09:08:57 +02:00