marco
|
2a4014ef3f
--- Merging r18457 into '.':
|
13 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 |
Jonas Maebe
|
820edb41a5
* hopefully fixed occasional endless ppu resolving loops after r14503
|
15 years ago |
Jonas Maebe
|
1743c6f1a8
* also recompile a unit if class/object definitions in indirectly used
|
15 years ago |
Jonas Maebe
|
c3eb47293a
* fixed derefdata corruption in case a unit is re-resolved and it has a
|
15 years ago |
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
|
16 years ago |
yury
|
5e11e697b4
* Use unsigned integers for sizes and positions to break 2GB limit in tdynamicarray, object writer, internal linker, coff and PE headers.
|
17 years ago |
yury
|
578c91f69d
* Create instance of tdosinputfile instead of tinputfile to prevent warning about abstract methods.
|
17 years ago |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
17 years ago |
Jonas Maebe
|
86f90d8ac1
+ support for setting the name of "main" (-XM command line parameter) in
|
17 years ago |
Jonas Maebe
|
839edb58a1
- reverted r9776 (see comments to #10433)
|
17 years ago |
Vincent Snijders
|
9de3695061
* fixed comparing ppu time with source time (bug 10443)
|
17 years ago |
peter
|
241c65d5ec
* optimize fixpath, findfile to not require temp ansistrings
|
17 years ago |
peter
|
9ca132c61b
* look in main source dir instead of loaded_from unit dirs. The loaded_from dir is normally
|
18 years ago |
Jonas Maebe
|
c5b3180f5f
* save/load LinkOtherFrameworks to/from ppu files
|
18 years ago |
Jonas Maebe
|
28bab3fb4f
- removed some unused variables
|
18 years ago |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
yury
|
2b84a4643a
* Fixed bug #6501: multiple resource files are correctly linked to executable.
|
18 years ago |
florian
|
7b519c1ce3
* prevent usage of units being compiled with different fpu emulation state
|
18 years ago |
peter
|
b29e4ad12f
* add used by unit to can't find unit message
|
18 years ago |
peter
|
e2db0a3982
* cleanup current module status
|
18 years ago |
tom_at_work
|
106fe68ce6
* renamed TStringList to TCmdStrList, in general use TCmdStr instead of shortstrings to fix bug #6351
|
18 years ago |
peter
|
79720fa7d8
* also queue source file info for ppu reporting
|
18 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |