Károly Balogh
|
a73404a88c
* disable default VLink for AmigaOS/PowerPC, as current VLink internalerrors while tries to link FPC-generated objects on this platform, for unknow reasons
|
9 лет назад |
svenbarth
|
9d1938a713
Partial merge of r28851 (aside the parts that requires the global assembler symbols)
|
9 лет назад |
svenbarth
|
9fd8c8718a
Partial merge of r28846 (without the global assembler symbols)
|
9 лет назад |
florian
|
9b1e6e1976
- removed i386 specific fpc_pchar_length implementation as it is much slower than the generic one which takes advantage of IndexByte
|
9 лет назад |
florian
|
2b082d88a6
* generic implementation of fpc_pchar_length uses IndexByte instead of a simple while loop
|
9 лет назад |
Károly Balogh
|
9dae10b8ba
* enable VLink when running on Amiga/MorphOS targets earlier so it can even be disabled afterwards
|
9 лет назад |
Károly Balogh
|
c39bce3747
* added vlink command line for AmigaOS/PPC
|
9 лет назад |
yury
|
511f5b5ded
* trwsync test: Increased timeout to 60 seconds. Trying to fix random failures due to the timeout on busy machines.
|
9 лет назад |
michael
|
2282996817
* Add command-line options to enable image compression and JPEG image support
|
9 лет назад |
michael
|
591f3dc879
* Fix bug #29989, add compression and JPEG image support (by Ondrej Pokorny)
|
9 лет назад |
michael
|
b46969cfa8
* Several improvements in PDF generator:
|
9 лет назад |
michael
|
b30a809fdd
* Added ttfdump tool
|
9 лет назад |
Károly Balogh
|
2e398fa8f7
* disabled powerpc-amiga target for packages where it doesn't build (yet), so make all works
|
9 лет назад |
Jonas Maebe
|
08d63e3408
* allow default parameters for constref (mantis #29992)
|
9 лет назад |
Jonas Maebe
|
953c47dd97
- disabled DWARF (a)ranges for Darwin, it's not supported/used there
|
9 лет назад |
florian
|
71b7cd7e1d
* the size of DW_FORM_ref_addr entries depends on the DWARF version
|
9 лет назад |
Károly Balogh
|
2e64db935a
m68k: BSET and BCLR's dest operand is actually readwrite, not write only. fixes sets with regvars, when the regvar is spilled
|
9 лет назад |
michael
|
4b54a82678
* Implement ImageSize in Read handler (Patch by Ondrej Pokorny, bug ID #29988)
|
9 лет назад |
michael
|
2d52f18152
* Patch from Ondrej Pokorny to implement and use TFPCustomImage.FindHandlerFromExtension
|
9 лет назад |
michael
|
3b2770854a
* Remove unneeded raising of exception
|
9 лет назад |
michael
|
65e901c844
* Fix foe 29990
|
9 лет назад |
florian
|
a7346b2f9d
+ make use of .debug_aranges section for faster name search when generating stack backtraces
|
9 лет назад |
michael
|
fb87b6bc9c
* Patch from Ondrej Pokorny (bug ID 29987)
|
9 лет назад |
michael
|
b7a76bd3ab
* Ondrejs fix for resetting stream is now redundant
|
9 лет назад |
michael
|
2d68132812
* Reset position after internalcheck
|
9 лет назад |
michael
|
1ef0ce2d92
* Implement InternalCheck (By Ondrey Pokorny, Bug ID #29985)
|
9 лет назад |
michael
|
12f11284bf
* Record and reuse start position after checkcontents (Ondrey Pokorny, bug ID #29985)
|
9 лет назад |
Tomas Hajny
|
84fcab3fef
* notify unit video of switching consoles under windows
|
9 лет назад |
Tomas Hajny
|
29cf2c9ed7
* avoid division by zero if no screen information is available on startup
|
9 лет назад |
Tomas Hajny
|
837b4bcff9
* allow working with console even if std output is redirected, add possibility of changing the console handle (needed for IDE or other programs switching consoles)
|
9 лет назад |