Tue, 07 Aug 2012 21:18:33 +0400 |
unc0rr |
Keep inlining
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 10:57:00 -0400 |
xymeng |
Changes to pas2c - unreviewed apart from cursory glance and compile test.
|
file |
diff |
annotate
|
Sat, 30 Jun 2012 01:09:31 +0400 |
unc0rr |
Properly convert taking address of function with var parameters
|
file |
diff |
annotate
|
Fri, 29 Jun 2012 00:45:13 +0400 |
unc0rr |
Convert function with var parameters declarations into #define + function which accepts pointers
|
file |
diff |
annotate
|
Thu, 28 Jun 2012 00:30:50 +0400 |
unc0rr |
Prepare to handle passing by reference
|
file |
diff |
annotate
|
Sun, 13 May 2012 00:40:01 +0400 |
unc0rr |
oops, wrong type
|
file |
diff |
annotate
|
Thu, 10 May 2012 23:51:05 +0400 |
unc0rr |
Support overloaded operators on (hwFloat op hwFloat) calls
|
file |
diff |
annotate
|
Mon, 07 May 2012 23:48:24 +0400 |
unc0rr |
Mangle overloaded functions (only different number of parameters is supported)
|
file |
diff |
annotate
|
Sat, 05 May 2012 00:01:12 +0400 |
unc0rr |
Convert namespace from list into map in preparation for implementation of overloaded functions support. Greatly improve speed of rendering as a side effect (parse + render time reduced from 5:20 to 0:20)
|
file |
diff |
annotate
|
Mon, 30 Apr 2012 23:35:40 +0400 |
unc0rr |
Support recurrent function calls. The code is kinda hackish and ugly, but I really spent a few hours thinking on a good solution.
|
file |
diff |
annotate
|
Fri, 20 Apr 2012 22:03:35 +0400 |
unc0rr |
Many small improvements to pas2c
|
file |
diff |
annotate
|
Thu, 19 Apr 2012 23:36:20 +0400 |
unc0rr |
- Track array size to use for High function
|
file |
diff |
annotate
|
Mon, 02 Apr 2012 16:14:29 +0400 |
unc0rr |
Finally fix the bug with pointer declarations polluting namespace with bad records
|
file |
diff |
annotate
|
Mon, 26 Mar 2012 23:54:12 +0400 |
unc0rr |
Dig into namespaces even more
|
file |
diff |
annotate
|
Mon, 26 Mar 2012 17:56:15 +0400 |
unc0rr |
Just some further work
|
file |
diff |
annotate
|
Sat, 24 Mar 2012 21:19:50 +0400 |
unc0rr |
Fix wrong type returned from id2C
|
file |
diff |
annotate
|
Wed, 08 Feb 2012 15:49:55 +0400 |
unc0rr |
Move a bit further
|
file |
diff |
annotate
|
Tue, 07 Feb 2012 22:18:44 +0400 |
unc0rr |
Fix a bug with type declaration trying to resolve type being declared
|
file |
diff |
annotate
|
Mon, 06 Feb 2012 23:17:45 +0400 |
unc0rr |
Some progress, still can't find the source of bad behavior
|
file |
diff |
annotate
|
Sun, 05 Feb 2012 23:24:43 +0400 |
unc0rr |
Further work on propagating types. Now it hopefully works fully, just need to annotate namespace with types first.
|
file |
diff |
annotate
|
Fri, 03 Feb 2012 14:21:07 +0400 |
unc0rr |
Propagate types on identifiers
|
file |
diff |
annotate
|
Wed, 07 Dec 2011 08:01:18 +0300 |
unc0rr |
"System" unit to help converter
|
file |
diff |
annotate
|
Sat, 03 Dec 2011 22:21:23 +0300 |
unc0rr |
Add base type tags to identifiers
|
file |
diff |
annotate
|
Tue, 29 Nov 2011 17:42:42 +0400 |
unc0rr |
- Improve parsing of prefix operators
|
file |
diff |
annotate
|