2014-11-23 |
sheepluva |
fix pas2c(?)
|
file |
diff |
annotate
|
2014-06-17 |
sheepluva |
fix pas2c build
|
file |
diff |
annotate
|
2014-02-12 |
unc0rr |
- Remove few PAS2C ifdef's
|
file |
diff |
annotate
|
2014-02-11 |
unc0rr |
- pas2c recognizes typecasts in initialization expressions
|
file |
diff |
annotate
|
2014-02-10 |
unc0rr |
- Pas2C: make use of 'external' function decorator
|
file |
diff |
annotate
|
2014-02-08 |
unc0rr |
Even more explicit type conversions and other stuff to help pas2c use ansistrings
|
file |
diff |
annotate
|
2014-02-07 |
unc0rr |
Pas2C recognizes ansistrings
|
file |
diff |
annotate
|
2014-01-27 |
unc0rr |
Even more love to pas2c
|
file |
diff |
annotate
|
2014-01-21 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
2014-01-05 |
unc0rr |
- Fix build via pas2c
webgl
|
file |
diff |
annotate
|
2013-06-18 |
unc0rr |
Reduce number of link errors
webgl
|
file |
diff |
annotate
|
2012-11-24 |
koda |
ok at least pas2c now parses allnots.......
webgl
|
file |
diff |
annotate
|
2012-11-11 |
koda |
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)
webgl
|
file |
diff |
annotate
|
2012-08-28 |
unc0rr |
Small fix
|
file |
diff |
annotate
|
2012-05-31 |
unc0rr |
pas2c stuff
|
file |
diff |
annotate
|
2012-05-28 |
unc0rr |
Some improvements to pas2c
|
file |
diff |
annotate
|
2012-05-12 |
unc0rr |
help pas2c
|
file |
diff |
annotate
|
2012-05-12 |
unc0rr |
pas2c stuff again
|
file |
diff |
annotate
|
2012-05-12 |
unc0rr |
Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
|
file |
diff |
annotate
|
2012-05-11 |
unc0rr |
Add missing identifiers
|
file |
diff |
annotate
|
2012-05-11 |
nemo |
Fix casing and type for gl
|
file |
diff |
annotate
|
2012-05-11 |
unc0rr |
Recognize length on arrays as a separate function
|
file |
diff |
annotate
|
2012-05-11 |
unc0rr |
Function to compare string to char ftw
|
file |
diff |
annotate
|
2012-05-10 |
unc0rr |
Fix for Int type and sysutils in hwengine.pas
|
file |
diff |
annotate
|
2012-05-10 |
unc0rr |
More definitions and mess with pascal code
|
file |
diff |
annotate
|
2012-05-10 |
unc0rr |
Some more definitions and slight fixes
|
file |
diff |
annotate
|
2012-04-30 |
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
|
2012-04-24 |
nemo |
Make adler32 friendlier for pas2c - this should work the same (needs testing ofc)
|
file |
diff |
annotate
|
2012-04-21 |
unc0rr |
Make pas2c even smarter. Now uIO.c compiles fine, and only 1 warning when compiled with -Wall (clang).
|
file |
diff |
annotate
|
2012-04-21 |
unc0rr |
- Remove support for variables in command handlers
|
file |
diff |
annotate
|
2012-04-19 |
unc0rr |
Some more progress with pas2c
|
file |
diff |
annotate
|
2012-04-19 |
unc0rr |
- Track array size to use for High function
|
file |
diff |
annotate
|
2012-04-14 |
unc0rr |
Improve rendering of function types, ranges, and more
|
file |
diff |
annotate
|
2012-04-09 |
unc0rr |
Eraser tool
|
file |
diff |
annotate
|
2012-04-06 |
unc0rr |
Convert some operators
|
file |
diff |
annotate
|
2012-04-04 |
unc0rr |
More external definitions for pas2c
|
file |
diff |
annotate
|
2012-04-04 |
unc0rr |
Finish the toughest part of the converter. Now it knows types of everything, so could correctly recognize bitwise operators and type convertions.
|
file |
diff |
annotate
|
2012-04-04 |
unc0rr |
Normalize RecordFields before conversion. Helps with namespaces problem.
|
file |
diff |
annotate
|
2012-04-03 |
unc0rr |
Fix withState' not returning lastType
|
file |
diff |
annotate
|
2012-04-02 |
unc0rr |
Finally fix the bug with pointer declarations polluting namespace with bad records
|
file |
diff |
annotate
|
2012-03-30 |
unc0rr |
More clean namespace, some fixes
|
file |
diff |
annotate
|
2012-03-30 |
unc0rr |
Much better types handling, work correctly with functions
|
file |
diff |
annotate
|
2012-03-28 |
unc0rr |
Better deriving, some fixes
|
file |
diff |
annotate
|
2012-02-10 |
unc0rr |
Workaround pointers to not yet defined types
|
file |
diff |
annotate
|
2012-02-08 |
unc0rr |
Move a bit further
|
file |
diff |
annotate
|
2012-02-07 |
unc0rr |
Fix a bug with type declaration trying to resolve type being declared
|
file |
diff |
annotate
|
2012-02-06 |
unc0rr |
Some progress, still can't find the source of bad behavior
|
file |
diff |
annotate
|
2012-01-06 |
unc0rr |
Disallow dot as a part of identifier
|
file |
diff |
annotate
|
2011-12-08 |
unc0rr |
Some more work on scopes
|
file |
diff |
annotate
|
2011-12-07 |
unc0rr |
Further progress on dealing with namespaces
|
file |
diff |
annotate
|
2011-12-07 |
unc0rr |
"System" unit to help converter
|
file |
diff |
annotate
|