svenbarth
|
6c03d4b2f4
fppu.pas, tppumodule:
|
10 years ago |
svenbarth
|
fd0cd9a615
Ensure that units loaded from a package are not recompiled if the source files should happen to be available.
|
10 years ago |
svenbarth
|
bbfb7c4cad
Add a possibility to track if a unit was loaded from a package.
|
10 years ago |
svenbarth
|
c5c774be11
- reduce debug output a bit
|
10 years ago |
svenbarth
|
37166976b4
Add code which tries to load a unit from a package first and only then as usual.
|
10 years ago |
svenbarth
|
6f15aef215
To correctly generate the import library for a package we need to resolve the dangling external symbols of all units. For this each unit now stores which symbols it exported from another unit and it also stores all global and external assembler symbols it has (maybe this can be streamlined later on, but for now this works).
|
10 years ago |
svenbarth
|
f359fe4690
Extract reading of the PPU/PCP version into tentryfile.
|
11 years ago |
svenbarth
|
5e33294782
Extract functionality that is shared between the metadata files for units (PPU) and for packages (PCP) into a parent class called tentryfile
|
11 years ago |
nickysn
|
e21783a281
* i8086 small and tiny memory model ppus made incompatible. Rationale:
|
11 years ago |
marco
|
ec394b2495
* remove stale uses strutils;
|
11 years ago |
nickysn
|
243e3bbb77
+ added i8086 memory model flags to the ppu flags and added a check that prevents the using of units compiled for different memory models
|
12 years ago |
florian
|
5a6e879248
* patch by Aleksa Todorovic: store relative include paths in PPUs, resolves #9961
|
12 years ago |
paul
|
5d74e0578a
compiler: remove unused variables and unneeded assignments
|
12 years ago |
svenbarth
|
88af293155
Fix for Mantis #22160
|
13 years ago |
svenbarth
|
378dd7d6ab
fppu.pas, tppumodule.readsourcefiles:
|
13 years ago |
svenbarth
|
f90e686be2
Always try to present file/line information for generics even if no source is available or the unit was compiled as release unit. This allows IDE like Lazarus to correctly navigate to an error or warning even if the unit containing the generic was compiled as a release unit.
|
13 years ago |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
13 years ago |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 years ago |
Jonas Maebe
|
93210cc419
* store JVM namespace separately from unitname so it doesn't conflict with
|
13 years ago |
pierre
|
24ba8e2dca
* Fix bug #21607
|
13 years ago |
florian
|
4cf4c65502
* write the file location (if available), if a unit is not found, resolves #21514
|
13 years ago |
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 years ago |
Jonas Maebe
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
14 years ago |
pierre
|
239944f8d0
+ Use DLL name in assembler labels used to import DLL functions/variables
|
14 years ago |
florian
|
13285ab264
o several strings changed into ansistrings, resolves #19318, no compilation speed degrations measurable
|
14 years ago |
Jonas Maebe
|
de51c4734c
* fixed searching for the 8-character variant of already compiled
|
14 years ago |
Jonas Maebe
|
44dc6e7283
* also look for a source file ending in .p when checking whether the sources
|
14 years ago |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 years ago |
paul
|
25298fbcd9
compiler: allow hint modifier for 'unit' keyword (reason - delphi compatibility) + test
|
15 years ago |
Jonas Maebe
|
7592388858
* the parameter to flagdependent() is not the ppu for which to flag the
|
15 years ago |