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 年之前 |