michael
|
b9da082e29
* Patch from Silvio Clecio to Extends SetPropValue/GetPropValue (bug ID 28278)
|
9 years ago |
florian
|
77cf67b59a
o unified interface of i386 and x86-64 cpu unit:
|
9 years ago |
florian
|
4bf603694c
* patch by Mattias Gaertner to make TProcess more unicode aware, resolves issue #29136
|
9 years ago |
florian
|
df82921cd8
* fix test after r32820
|
9 years ago |
lacak
|
57c7b32490
fcl-db: tests: move TestCancel method as Edit/Cancel is not supported on UniDirectional datasets (avoid false negative results)
|
9 years ago |
lacak
|
01d3297d37
fcl-db: bufdataset: revert prior commit 32807 as it causes fail of TTestSpecificTBufDataset.TestOpeningNonExistingDataset
|
9 years ago |
Jeppe Johansen
|
1b02dd27dc
Make relocation type more precise compared to output of gas.
|
9 years ago |
lacak
|
d4d1fcb634
fcl-db: datadict: mssql: add support for querying sequences and domains using standard INFORMATION_SCHEMA views (supported since version 2000)
|
9 years ago |
lacak
|
634764231a
fcl-db: datadict: SEQUENCE START value can be any signed integer value (+ missing spaces)
|
9 years ago |
Károly Balogh
|
b799ca40f8
m68k: various cleanups and improvements in the GAS assembler writer: pass operands to the helpers by reference, removed a few extra shortstring copies, cleanups
|
9 years ago |
Károly Balogh
|
288fa53694
m68k: is_calljmp cleanup
|
9 years ago |
Károly Balogh
|
e0b0ec3d43
m68k: disabled the force-enabled stack checking for m68k-amiga when compiling the compiler, which was enabled since forever. the current Amiga RTL startup code supports setting stack size programmatically, therefore very low default stack on Amiga is no longer a problem
|
9 years ago |
florian
|
a4d2f71d3d
* better estimation of compatibility of array constructors with open arrays, resolves issue #29244
|
9 years ago |
svenbarth
|
61b12af82b
Fix for Mantis #29321.
|
9 years ago |
sergei
|
5456960d54
* MIPS: Fixed code generation for PIC calls to local functions. Uncovered by r32803, before that the buggy branch was never taken because all functions were global.
|
9 years ago |
michael
|
721340d197
* Fixed wince compilation (Bug ID 0029319)
|
9 years ago |
Károly Balogh
|
2b3bd71735
m68k: include CMPI in the CMP to TST optimization
|
9 years ago |
Károly Balogh
|
1e0763e251
m68k: use a_load_const_ref in a_load_const_cgpara to utilize the recently added optimized small const loading here too. this change alone shaves off ~80KB from the compiled FP IDE size...
|
9 years ago |
florian
|
37cb35d780
+ support for the .code directive in arm inline assembler
|
9 years ago |
florian
|
c3a293b727
* test name properly
|
9 years ago |
joost
|
fa67338e64
* Added the option to use packages from external sources by setting the packagename to <url> and the DownloadURL
|
9 years ago |
Károly Balogh
|
185ee93312
m68k: if we're loading small (8 bit signed) values into long references, move them through a register (usually with MOVEQ). this is two bytes shorter and also faster on most 68k CPUs
|
9 years ago |
sergei
|
f69f6336e9
* Replaced hacks with resetting 'c' to zero and decreasing inputpointer by boolean parameter to skipcomment and skipoldtpcomment. This parameter specifies whether first character of comment should be read.
|
9 years ago |
florian
|
d4d4689914
* use FormatMessageW in SysErrorMessage, resolves issue #29197
|
9 years ago |
nickysn
|
77229a3cdf
* dosbox timeout increased to 100 seconds
|
9 years ago |
florian
|
026848b3e1
+ use CPU_UNITS_DEFINED to track if a SUBARCH is passed, so with CPU_UNITS_DEFINED=1 it is easily possible to compile without any cpu units
|
9 years ago |
michael
|
8282aea272
* Small whitespace patch from Sandro Cumerlato
|
9 years ago |
michael
|
7c66a42eaf
* Initial MS-SQL server support for Data Dictionary
|
9 years ago |
Károly Balogh
|
ff7a0c5235
m68k: while updating reference, don't reallocate and copy the index to another register if we can apply scaling for it and we don't need to multiply, so the maybe_const_reg doesn't change. this improves generated code when a const reg (eg: a loop counter) is used as array index
|
9 years ago |
Károly Balogh
|
92e7c0b03f
m68k: assembler reader changes
|
9 years ago |