svenbarth
|
979bf84e5d
Fix cycling
|
il y a 9 ans |
svenbarth
|
5aa7e5740b
Store the modified PPU files directly inside the PCP and thus get finally rid of the .ppl.ppu files.
|
il y a 9 ans |
svenbarth
|
243a36da97
Fix compilation.
|
il y a 9 ans |
svenbarth
|
af20d3c4a6
fppu.pas, tppumodule:
|
il y a 9 ans |
svenbarth
|
9533f43fe9
Extend tppumodule so that it can be opened from a stream as well.
|
il y a 9 ans |
svenbarth
|
6c03d4b2f4
fppu.pas, tppumodule:
|
il y a 10 ans |
svenbarth
|
fd0cd9a615
Ensure that units loaded from a package are not recompiled if the source files should happen to be available.
|
il y a 10 ans |
svenbarth
|
bbfb7c4cad
Add a possibility to track if a unit was loaded from a package.
|
il y a 10 ans |
svenbarth
|
c5c774be11
- reduce debug output a bit
|
il y a 10 ans |
svenbarth
|
37166976b4
Add code which tries to load a unit from a package first and only then as usual.
|
il y a 10 ans |
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).
|
il y a 10 ans |
svenbarth
|
f359fe4690
Extract reading of the PPU/PCP version into tentryfile.
|
il y a 11 ans |
svenbarth
|
5e33294782
Extract functionality that is shared between the metadata files for units (PPU) and for packages (PCP) into a parent class called tentryfile
|
il y a 11 ans |
nickysn
|
e21783a281
* i8086 small and tiny memory model ppus made incompatible. Rationale:
|
il y a 11 ans |
marco
|
ec394b2495
* remove stale uses strutils;
|
il y a 11 ans |
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
|
il y a 12 ans |
florian
|
5a6e879248
* patch by Aleksa Todorovic: store relative include paths in PPUs, resolves #9961
|
il y a 12 ans |
paul
|
5d74e0578a
compiler: remove unused variables and unneeded assignments
|
il y a 12 ans |
svenbarth
|
88af293155
Fix for Mantis #22160
|
il y a 13 ans |
svenbarth
|
378dd7d6ab
fppu.pas, tppumodule.readsourcefiles:
|
il y a 13 ans |
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.
|
il y a 13 ans |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
il y a 13 ans |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
il y a 13 ans |
Jonas Maebe
|
93210cc419
* store JVM namespace separately from unitname so it doesn't conflict with
|
il y a 13 ans |
pierre
|
24ba8e2dca
* Fix bug #21607
|
il y a 13 ans |
florian
|
4cf4c65502
* write the file location (if available), if a unit is not found, resolves #21514
|
il y a 13 ans |
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).
|
il y a 14 ans |
Jonas Maebe
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
il y a 14 ans |
pierre
|
239944f8d0
+ Use DLL name in assembler labels used to import DLL functions/variables
|
il y a 14 ans |
florian
|
13285ab264
o several strings changed into ansistrings, resolves #19318, no compilation speed degrations measurable
|
il y a 14 ans |