svenbarth
|
02e56f410d
Merged revision(s) 28689 from branches/svenbarth/packages:
|
vor 9 Jahren |
Jonas Maebe
|
2cea723a0d
* only write the parts of the unit localsymtables that are actually needed:
|
vor 10 Jahren |
florian
|
35d550c9c6
+ commented directive for easier enabling
|
vor 10 Jahren |
florian
|
9a9bf4be91
* write better hint message about the first occurence of an identifuer in case of a duplicate identifier error
|
vor 10 Jahren |
nickysn
|
e21783a281
* i8086 small and tiny memory model ppus made incompatible. Rationale:
|
vor 11 Jahren |
marco
|
ec394b2495
* remove stale uses strutils;
|
vor 11 Jahren |
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
|
vor 12 Jahren |
florian
|
5a6e879248
* patch by Aleksa Todorovic: store relative include paths in PPUs, resolves #9961
|
vor 12 Jahren |
paul
|
5d74e0578a
compiler: remove unused variables and unneeded assignments
|
vor 12 Jahren |
svenbarth
|
88af293155
Fix for Mantis #22160
|
vor 13 Jahren |
svenbarth
|
378dd7d6ab
fppu.pas, tppumodule.readsourcefiles:
|
vor 13 Jahren |
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.
|
vor 13 Jahren |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
vor 13 Jahren |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
vor 13 Jahren |
Jonas Maebe
|
93210cc419
* store JVM namespace separately from unitname so it doesn't conflict with
|
vor 13 Jahren |
pierre
|
24ba8e2dca
* Fix bug #21607
|
vor 13 Jahren |
florian
|
4cf4c65502
* write the file location (if available), if a unit is not found, resolves #21514
|
vor 13 Jahren |
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).
|
vor 14 Jahren |
Jonas Maebe
|
0700e2d7ef
+ support for {$namespace x.y.z} directive to specify the namespace
|
vor 14 Jahren |
pierre
|
239944f8d0
+ Use DLL name in assembler labels used to import DLL functions/variables
|
vor 14 Jahren |
florian
|
13285ab264
o several strings changed into ansistrings, resolves #19318, no compilation speed degrations measurable
|
vor 14 Jahren |
Jonas Maebe
|
de51c4734c
* fixed searching for the 8-character variant of already compiled
|
vor 15 Jahren |
Jonas Maebe
|
44dc6e7283
* also look for a source file ending in .p when checking whether the sources
|
vor 15 Jahren |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
vor 15 Jahren |
paul
|
25298fbcd9
compiler: allow hint modifier for 'unit' keyword (reason - delphi compatibility) + test
|
vor 15 Jahren |
Jonas Maebe
|
7592388858
* the parameter to flagdependent() is not the ppu for which to flag the
|
vor 15 Jahren |
Jonas Maebe
|
820edb41a5
* hopefully fixed occasional endless ppu resolving loops after r14503
|
vor 15 Jahren |
Jonas Maebe
|
1743c6f1a8
* also recompile a unit if class/object definitions in indirectly used
|
vor 15 Jahren |
Jonas Maebe
|
c3eb47293a
* fixed derefdata corruption in case a unit is re-resolved and it has a
|
vor 15 Jahren |
Jonas Maebe
|
060d81b8fa
Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from
|
vor 16 Jahren |