florian
|
e147895f80
* make symbols generated in procedures global when auto-inlining is on
|
12 anos atrás |
paul
|
17ef986b17
compiler: don't treat methods without self node (static class methods, class contructors, destructors, operators) as method pointers, fix comparison of procdef and procvardef to allow assignment of a static class method to a regular procedural variable (issue #24486)
|
12 anos atrás |
florian
|
a2a405581c
* don't call the ansistring val variant for a zero based array if not necessary to avoid ansistring usage in embedded applications
|
12 anos atrás |
florian
|
38f3448e22
* applied patch by Cyrax to fix #24722, revertes partially r25054 which was wrong
|
12 anos atrás |
paul
|
dc95ba5b07
compiler: handle other places where we check current_procdef for self node
|
12 anos atrás |
paul
|
4b76782691
compiler: fix property access from a nested routine of the static class method and extend a test
|
12 anos atrás |
sergei
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 anos atrás |
sergei
|
9e3d17778d
- Removed TAbstractAssembler and TAbstractAssemblerClass, they are not used anymore.
|
12 anos atrás |
sergei
|
eec8129738
* TInternalLinker.Load_ReadStaticLibrary: exit if error has occurred while opening a static library or dynamic object, continuing can cause other errors/crashes in this case.
|
12 anos atrás |
nickysn
|
088c06d308
* fixed class VMT generation for the i8086 medium memory model (near code, far data) by setting correctly the Tasmsymtype to each symbol according to whether it points to code or data
|
12 anos atrás |
Jonas Maebe
|
57cdd8c106
* set symbol type/binding of data referred by ppc and arm/darwin stubs (part
|
12 anos atrás |
paul
|
5c33644e5c
compiler: fix calling class methods from a nested routine of a static class method (mantis #0024865)
|
12 anos atrás |
paul
|
89e154bc10
compiler: if method has no self node then load it as a usual identifier (issue #0024871)
|
12 anos atrás |
marco
|
d55a32e875
* fix for #24878
|
12 anos atrás |
sergei
|
d11ec8ac47
- Reverted r25269 and commented out r25261. The former one is wrong because it changes unit initialization order. The latter one causes RTL build failures on some targets, needs testing and likely RTL/makefiles patching.
|
12 anos atrás |
sergei
|
feaa006243
* This test uses C-style operators and needs -Sc to compile.
|
12 anos atrás |
sergei
|
e1ddd914ac
* Do not implicitly load Variants unit when compiling units. Doing so is mostly waste of time, and introduces unwanted build dependencies. It is enough to set uf_uses_variants flag for units, and examine these flags when compiling program/library. Resolves #24880.
|
12 anos atrás |
lacak
|
4db6a866a1
fcl-db: tests: formatting (comments, grouping tests)
|
12 anos atrás |
Jonas Maebe
|
8d1090269e
* synchronised with trunk r25259
|
12 anos atrás |
Jonas Maebe
|
da6d9cf3f3
* give an internalerror when we try to change the type of an asmsymbol from
|
12 anos atrás |
Jonas Maebe
|
d8c84706dd
* use Tai_symbol.Create_global() when emitting a global symbol for an
|
12 anos atrás |
Jonas Maebe
|
3b9b6a0cd7
* explicitly define the asmsymbols for Darwin call stubs as local
|
12 anos atrás |
Jonas Maebe
|
51f7d0645a
* give a different error if the second test fails
|
12 anos atrás |
paul
|
9f023fcfe0
rtl, utils: apply patch of Inoussa which adds dynamic loading of charset binary files (issue #0024862)
|
12 anos atrás |
sergei
|
c558991d8f
* Implicitly use Variants unit when (ole)Variant type appears as a function/operator result and nowhere else. Mantis #24863.
|
12 anos atrás |
sergei
|
92811d09c1
* Generate stub bodies for abstract methods, so corresponding symbols can be referenced from code. Resolves #24536.
|
12 anos atrás |
sergei
|
3a12e94d21
* TVMTWriter.writeinterfaceids: pass target asmlist as parameter.
|
12 anos atrás |
pierre
|
c92eaebf34
Fix option passing for freebsd ans netbsd, add -Xd for linux also
|
12 anos atrás |
michael
|
cdc7ee0998
* Fix authorization header
|
12 anos atrás |
marco
|
9f34e4237c
* remove forgotten debug feature, (uses dbugintf,which is not part of the
|
12 anos atrás |