svenbarth
|
feeff56099
We need to flag specializations of record-/objectdef once we have generated their methods otherwise an interesting situation might occur:
|
пре 14 година |
svenbarth
|
950f1e6a73
This check was commited by accident; it was a remain from an experimental solution to the "fix compilation of fgl"-problem.
|
пре 14 година |
svenbarth
|
a133a6af3f
Fix compilation of unit "fgl.pp" and of test "tests/test/tgeneric29.pp".
|
пре 14 година |
svenbarth
|
90278ec755
Allow generics to be overloaded by variables.
|
пре 14 година |
svenbarth
|
a93aeebb1f
types_dec:
|
пре 14 година |
svenbarth
|
5352f1dda4
Corrected the handling of hint directives.
|
пре 14 година |
svenbarth
|
988c799b0e
generate_specialization needs to return the correct generic def if the parent classes are parsed, so that that the usage of generic interfaces is allowed.
|
пре 14 година |
svenbarth
|
d54b7dd58f
Added two reminders for me
|
пре 14 година |
svenbarth
|
6b03193783
Switching from overloaded type symbol to unique symbol per generic.
|
пре 14 година |
svenbarth
|
a862cd702d
Rebase to revision 18000
|
пре 14 година |
svenbarth
|
6a9e882277
pexpr.pas, sub_expr: Added support for "as" and "is" operators if the right hand side is an inline specialization (currently detected by the next token being a "<"). This could potentially introduce some problems if the right hand side isn't a specialization but a "<" comparison together with some overloaded operators (I still need to find a case for such a problem)...
|
пре 14 година |
svenbarth
|
b23b42acb3
factor_read_id:
|
пре 14 година |
svenbarth
|
de1e6b1c3d
Implement support for nested non-generic types inside generic types. This is mostly for records, classes and objects ("structures") as those didn't work at all, but the others (arrays, procvars) weren't done cleanly either.
|
пре 14 година |
svenbarth
|
bb61abe546
Finally fixed the handling of hint directives and added a comment explaining the situation in the context of generics.
|
пре 14 година |
michael
|
840b158eb8
* Fixed DeleteKey. Deleting the last key does not delete the section (Delphi/Windows compatible)
|
пре 14 година |
svenbarth
|
8737220309
* Reordered the conditions for the inline spezialization as the "isgeneric" boolean is not needed
|
пре 14 година |
svenbarth
|
b0eb13cc3f
Removed the remaining traces of the type overloads and increased PPU version to differ from trunk.
|
пре 14 година |
svenbarth
|
6a60f9d42a
Integrated the changes from trunks's postfixoperators into my own and removed the local version again.
|
пре 14 година |
svenbarth
|
7a401d6f00
generate_specialization needs to return the correct generic def if the parent classes are parsed, so that that the usage of generic interfaces is allowed.
|
пре 14 година |
svenbarth
|
19f0bc5c64
Added two reminders for me
|
пре 14 година |
michael
|
066a001afe
* Fixed WriteString to be Windows/Delphi compatible. Writing an empty value does not delete the value
|
пре 14 година |
Jonas Maebe
|
d85ccd7418
* fixed compilation on targets where tthreadid is not an integer type after
|
пре 14 година |
sergei
|
5c3aca5148
* thread.inc, DoneThread: allow CurrentTM.ReleaseThreadVars to be unassigned and reset ThreadID (in preparation to support Windows native threadvars)
|
пре 14 година |
sekelsenmat
|
e21749d6d4
fpvectorial: Finishes fixing the colors in the PostScript reader
|
пре 14 година |
sekelsenmat
|
d37d0ae1a4
fpvectorial: Fixes some bugs in the PostScript interpreter, previously it didnt run some procedures, and adds more commands to it
|
пре 14 година |
sergei
|
ae4cdf25f8
+ aggas.pas: Write section attributes when long section names are used for smart linking (enabled for win32 and win64). It is needed because GAS does not understand that '.text.something' is part of '.text' and assigns default attributes (writable data) to all such sections, which is not the desired behavior.
|
пре 14 година |
sergei
|
35a2ed9a6c
- Removed unused variable
|
пре 14 година |
joost
|
b156dc5ad9
* Use new fpmake distclean command. After all targets are cleaned by fpmake distclean, cleanup the fpmake executable
|
пре 14 година |
joost
|
08ee418513
* Reverted r17969, now fpmake distclean is implemented
|
пре 14 година |
joost
|
25a9052ced
* Implemented distclean command, which cleans up all targets
|
пре 14 година |