nickysn
|
94bcb9878a
* reimplemented r28329 in a different way, as suggested by Jonas
|
преди 11 години |
nickysn
|
dfcbe03572
+ added x86-specific function getx86pointerdef, similar to getpointerdef, but
|
преди 11 години |
sergei
|
3eec9996bc
* Moved method check_hints from tmodule to tused_unit and modified it so warning messages are output with position info from associated unitsym. Resolves #25057.
|
преди 11 години |
sergei
|
d25330e367
* Removed tasmdata.realname (it is not used anywhere) and changed tasmdata.name to pshortstring. The name string is owned by tmodule and referenced by tasmdata. This removes 80-char limit on tasmdata.name, Mantis #25009.
|
преди 12 години |
svenbarth
|
9d48bc0baf
Implement cross unit type overloading of generics. This fixes the regression introduced with revision 25498.
|
преди 12 години |
svenbarth
|
88af293155
Fix for Mantis #22160
|
преди 13 години |
Jonas Maebe
|
ba4b08261c
* fixed (real)modulename memory leak when changing the module name
|
преди 13 години |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
преди 13 години |
Jonas Maebe
|
834026bfb5
* synchronised with trunk up to r21067
|
преди 13 години |
Jonas Maebe
|
3380b58695
* when we get near the limit of the maximum number of TOC entries that can
|
преди 13 години |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
преди 13 години |
pierre
|
813ebf08e3
* Avoid having current_debuginfo pointing to freed memory
|
преди 13 години |
paul
|
c6ca9e5091
compiler:
|
преди 13 години |
paul
|
8a8db0a822
compiler: pass both modulename and filename to tmodule.create. extract modulename from filename if modulename is not passed (probably fix an error with asm/obj filename appeared after the namespace branch merge).
|
преди 14 години |
paul
|
de21de2024
compiler: implement delphi like namespaces
|
преди 14 години |
Jonas Maebe
|
d1f424561e
+ getsingletonarraydef() function to get a (reused if possible) def for
|
преди 14 години |
Jonas Maebe
|
466f6751c8
+ getpointerdef() function that returns a pointerdef for the passed def.
|
преди 14 години |
Jonas Maebe
|
43c5ed20c2
+ support for initialising typed constants via compiler-generated
|
преди 14 години |
Jonas Maebe
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
преди 14 години |
pierre
|
239944f8d0
+ Use DLL name in assembler labels used to import DLL functions/variables
|
преди 14 години |
svenbarth
|
d0705a1779
Rebase to revision 17236
|
преди 14 години |
sergei
|
1c01d52ea6
* Improvements of tprocinfo class:
|
преди 14 години |
svenbarth
|
f7f357f18e
* symconst.pas:
|
преди 14 години |
paul
|
dc5f5c3f63
compiler: use current_structdef instead of current_objectdef in more places
|
преди 14 години |
paul
|
ba75daa50d
compiler: change find_module_from_symtable to support not only unit symtables but also other symtables with valid moduleid (fixes bug #0016090)
|
преди 14 години |
florian
|
d30952b408
* patch by Aleksa Todorovic which adds the ability to reference current generic class. Each reference to current generic class is "translated" to appropriate specialization of that generic class. There are two tests as part of the patch to test that it works. The patch, also, rejects declaring generic inside another generic. 0010479 is easy to implement with this patch applied, resolves #11777
|
преди 14 години |
daniel
|
3307d98c40
- Revert micro-exe mode for now.
|
преди 15 години |
daniel
|
2139a229d3
+ If no unit is used, no symbol inside the system unit is used,
|
преди 15 години |
Jonas Maebe
|
daef2efa69
- removed tstoreddef.reset() and overrides, and the associated
|
преди 15 години |
paul
|
25298fbcd9
compiler: allow hint modifier for 'unit' keyword (reason - delphi compatibility) + test
|
преди 15 години |