yury
|
63d1c3aa94
* Set default CPU armv5t for arm-android. Issue #23973.
|
12 years ago |
florian
|
eb46359ae8
* marking r22827 as merged
|
12 years ago |
florian
|
c5b8b9406b
* merged r22818
|
12 years ago |
sergei
|
6fcd9979dd
+ MIPS: doing progress with linker, implemented processing of local symbols in PIC code and stuff needed to link shared libraries.
|
12 years ago |
yury
|
268b2d56d7
* Fixed displaying of compilation time in some cases. For example, if the compilation time is 0.99 seconds, it has been displayed as 0.10. Now it is correctly displayed as 1.0.
|
12 years ago |
svenbarth
|
168c9d152f
Small optimization for the search of operator overloads. Add a flag "sto_has_generic" to all symtables that contain an operator overload (the flag propagates up the owning symtables) and check this flag when searching for units with operators.
|
12 years ago |
florian
|
9198630ce3
* fix armv7m compiler
|
12 years ago |
pierre
|
90f4d8ddcd
+ Add .note.openbsd.ident section, contributed by Pascal Stumpf
|
12 years ago |
sergei
|
6484911f05
* TExeOutput.FixupRelocations method made virtual.
|
12 years ago |
pierre
|
9c855c7c94
accept anyfile that has the same upeercase name for the mkAmbiguous case if FileNameCaseSensitive is true
|
12 years ago |
florian
|
1eeeb309c7
* intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet
|
12 years ago |
pierre
|
dce8094a12
Commit regenerated file after commit 23608
|
12 years ago |
yury
|
5e369ae7fc
* Use UTF-8 as fallback code page on linux and ASCII on other unix systems.
|
12 years ago |
pierre
|
72e81d4be8
Add netbsd x86_64 objects
|
12 years ago |
pierre
|
e0f2953380
Add missing object files for haiku-i386
|
12 years ago |
michael
|
6c0bcfd763
* Patch from Silvio Clecio to fix filename in FileFormPost
|
12 years ago |
yury
|
c4ba95b227
* Use CP_ASCII as fallback in GetSystemCodepage to be compatible with cwstring.
|
12 years ago |
sergei
|
1421998752
* MIPS register spilling: relocations are not needed to load constant values, and offset limit is 32767, not 4095.
|
12 years ago |
yury
|
8bce7058fc
* Build unixcp for android too.
|
12 years ago |
yury
|
b0d79b7854
* Use UTF-8 as fallback in GetSystemCodepage.
|
12 years ago |
yury
|
0ed82d7218
* Use cwstring on unix.
|
12 years ago |
yury
|
ee0a338127
* Use the unixcp unit to set a default code page for ansistrings on unix-like systems.
|
12 years ago |
yury
|
2b2a68446d
* Added new unit unixcp. It contains stuff from winiconv.inc - a table to map Windows code page identifiers to locale names on unix. Also GetSystemCodePage function in this unit can be used to detect which code page is used currently.
|
12 years ago |
michael
|
b32e74c94c
* Removed erroneously committed compacting code
|
12 years ago |
michael
|
d02f0b3f54
* Remove erroneous space in front of float number
|
12 years ago |
michael
|
08841d6894
* Handle HTTP_AUTHORIZATION
|
12 years ago |
michael
|
81e2032bbe
* Handle all methods
|
12 years ago |
lacak
|
42d11a1274
fcl-db: base: mark ABookmark parameter of TDataset.GotoBookmark method as const.
|
12 years ago |
Mattias Gaertner
|
e5f60c6229
tiff: read 1-bit white/black images, fixes mantis #23959
|
12 years ago |
sergei
|
5812cf3b46
* MIPS: allocate 16-byte outgoing parameter area also for procedures declared as 'assembler' without 'nostackframe'. This is a half-measure because there is no way to determine correct size to allocate for such procedures (probably we must add some directive to specify it). The same generally applies to all targets with fixed stack, not just MIPS.
|
12 years ago |