paul
|
a71d588105
compiler: write INIT and RTTI info also for defs of nested records and classes + test (issue #0020909)
|
13 years ago |
sergei
|
c8e65c501a
* Don't optimize away implicit initialization/finalization procedures if corresponding clause is present in the source but is empty. Resolves #19701.
|
13 years ago |
Jonas Maebe
|
b584c71e42
* use {$IFNDEF cpu64bitaddr} instead of {$IFDEF cpu32bit} so that it's
|
13 years ago |
Jonas Maebe
|
de3a7f0cfd
* the size of the FPC_RESSYMBOL pointer must depend on the target
|
13 years ago |
florian
|
d7f7a9bb76
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
|
14 years ago |
Jonas Maebe
|
125c0cf225
+ support for generics on the JVM target:
|
14 years ago |
sergei
|
689d4b3ecc
+ Mantis #19651: Generate table of typed string constants which are initialized with resourcestrings, so they are updated when SetResourceStrings or SetUnitResourceStrings is called.
|
14 years ago |
paul
|
3c5d642685
fix indenting (after the merge of namespaces branch)
|
14 years ago |
paul
|
adceaf438c
reintegrate paul/namespaces branch into trunk:
|
14 years ago |
paul
|
fbbbc1117d
compiler: also parse dots in package name and in units which package contains (although package support is not implemented yet in FPC it can parse packages)
|
14 years ago |
paul
|
61f2335de9
compiler: replace "string" with ansistring where we concatenate substrings to prevent 255 chars limit overflow
|
14 years ago |
paul
|
de21de2024
compiler: implement delphi like namespaces
|
14 years ago |
florian
|
a08dfdf803
o slightly modified patch by John Clymer:
|
14 years ago |
Jonas Maebe
|
28c20cfc5e
* the default string type for the JVM target is no longer automatically
|
14 years ago |
Jonas Maebe
|
979f55e1db
+ support for procedural variables for the JVM target
|
14 years ago |
Jonas Maebe
|
2376003cd0
* wrap the init/finalization code even when it is implicitly generated
|
14 years ago |
Jonas Maebe
|
739c654e3a
+ support for main programs for the JVM target
|
14 years ago |
Jonas Maebe
|
c264c24fb0
+ support for unit initialisation sections for the JVM target,
|
14 years ago |
Jonas Maebe
|
019ca93a04
* symcreat functionality to use the parser from inside the compiler for
|
14 years ago |
Jonas Maebe
|
28740dce2d
- removed extra "fordefinition" parameter again from tprocdef.mangledname(),
|
14 years ago |
Jonas Maebe
|
0ee702b3a2
* tprocdef.mangledname now gets an extra boolean parameter indicating
|
14 years ago |
sergei
|
fec5dde5b6
* Fix handling of Windows WideString typed constants, resolves #15842 and completes the related #14308:
|
14 years ago |
pierre
|
4d50a95320
Use FPC_HAS_SYSTEMS_INTERRUPT_TABLE conditional
|
14 years ago |
pierre
|
239944f8d0
+ Use DLL name in assembler labels used to import DLL functions/variables
|
14 years ago |
florian
|
449c20ce63
* moved pic helpers into system unit, resolves #8119
|
14 years ago |
joost
|
ce35e121ba
* Reverted r17386 because object file is used for debugging on Darwin, bug #19322
|
14 years ago |
joost
|
786f0a5067
* Delete main executable- or library-objectfile after linking
|
14 years ago |
florian
|
7f995c093e
* moved some code from pmodules to ncgutil to get rid of cpubase in pmodules
|
14 years ago |
florian
|
3ce9ff93f1
+ patch by Jeppe Johansen to support automatic interrupt table generation by using the interrupt directive with an offset. Not activated yet because it requires to change also the startup code of the different mcus.
|
14 years ago |
paul
|
0f35da07f1
compiler: call gen_intf_wrappers not only for unit symtables but also for syntables of records and object types because they can contain nested classes (bug #0018610)
|
14 years ago |