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 жил өмнө |
sergei
|
e32317bca4
* Fixed x86_64 compilation further (rev. 17940 was not enough).
|
14 жил өмнө |
marco
|
ad60e9a467
* some notes I had in an old checkout.
|
14 жил өмнө |
marco
|
d2ccb1f564
* added fpvectorial -> fcl-base -j 2 deps, and regenned packages/ and fpvectorial makefile with up to date fpcmake
|
14 жил өмнө |
joost
|
c0d54a0fb2
* Added fcl-base dependency (epsvectorialreader.pas depends on contnrs)
|
14 жил өмнө |
marco
|
1e9733d2d7
* several virtual* and heap* functions checked for 64-bit issues.
|
14 жил өмнө |
joost
|
584ac69bff
* Several fpmake-file updates
|
14 жил өмнө |