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 years ago |
svenbarth
|
d54b7dd58f
Added two reminders for me
|
14 years ago |
svenbarth
|
6b03193783
Switching from overloaded type symbol to unique symbol per generic.
|
14 years ago |
svenbarth
|
a862cd702d
Rebase to revision 18000
|
14 years ago |
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 years ago |
svenbarth
|
b23b42acb3
factor_read_id:
|
14 years ago |
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 years ago |
svenbarth
|
bb61abe546
Finally fixed the handling of hint directives and added a comment explaining the situation in the context of generics.
|
14 years ago |
michael
|
840b158eb8
* Fixed DeleteKey. Deleting the last key does not delete the section (Delphi/Windows compatible)
|
14 years ago |
svenbarth
|
8737220309
* Reordered the conditions for the inline spezialization as the "isgeneric" boolean is not needed
|
14 years ago |
svenbarth
|
b0eb13cc3f
Removed the remaining traces of the type overloads and increased PPU version to differ from trunk.
|
14 years ago |
svenbarth
|
6a60f9d42a
Integrated the changes from trunks's postfixoperators into my own and removed the local version again.
|
14 years ago |
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 years ago |
svenbarth
|
19f0bc5c64
Added two reminders for me
|
14 years ago |
michael
|
066a001afe
* Fixed WriteString to be Windows/Delphi compatible. Writing an empty value does not delete the value
|
14 years ago |
Jonas Maebe
|
d85ccd7418
* fixed compilation on targets where tthreadid is not an integer type after
|
14 years ago |
sergei
|
5c3aca5148
* thread.inc, DoneThread: allow CurrentTM.ReleaseThreadVars to be unassigned and reset ThreadID (in preparation to support Windows native threadvars)
|
14 years ago |
sekelsenmat
|
e21749d6d4
fpvectorial: Finishes fixing the colors in the PostScript reader
|
14 years ago |
sekelsenmat
|
d37d0ae1a4
fpvectorial: Fixes some bugs in the PostScript interpreter, previously it didnt run some procedures, and adds more commands to it
|
14 years ago |
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 years ago |
sergei
|
35a2ed9a6c
- Removed unused variable
|
14 years ago |
joost
|
b156dc5ad9
* Use new fpmake distclean command. After all targets are cleaned by fpmake distclean, cleanup the fpmake executable
|
14 years ago |
joost
|
08ee418513
* Reverted r17969, now fpmake distclean is implemented
|
14 years ago |
joost
|
25a9052ced
* Implemented distclean command, which cleans up all targets
|
14 years ago |
sergei
|
e32317bca4
* Fixed x86_64 compilation further (rev. 17940 was not enough).
|
14 years ago |
marco
|
ad60e9a467
* some notes I had in an old checkout.
|
14 years ago |
marco
|
d2ccb1f564
* added fpvectorial -> fcl-base -j 2 deps, and regenned packages/ and fpvectorial makefile with up to date fpcmake
|
14 years ago |
joost
|
c0d54a0fb2
* Added fcl-base dependency (epsvectorialreader.pas depends on contnrs)
|
14 years ago |
marco
|
1e9733d2d7
* several virtual* and heap* functions checked for 64-bit issues.
|
14 years ago |
joost
|
584ac69bff
* Several fpmake-file updates
|
14 years ago |