lacak
|
1b9842c33a
fcl-db: bufdataset: when new record is inserted or existing edited and some sorted index is presented record is moved to proper position in index. (introduces OrderCurrentRecord method). Small drawback is than in case of inserting record new record is first inserted before current record and then moved to proper position.(but it takes only few memory operations in current implementation).
|
12 年之前 |
florian
|
5a81601565
* type casting could force pointers into sub registers, so handle them when converting the pointer to an array
|
12 年之前 |
marco
|
64ad892b55
* freebsd linking slightly alternate. Link .a's like Linux to avoid conflicts;
|
12 年之前 |
marco
|
882bfd448d
* fix for FreeBSD9 compatibility break where sem_t is no longer an opague pointer but a record.
|
12 年之前 |
pierre
|
bb1e7646cb
* More changes to better obey ABI rules
|
12 年之前 |
florian
|
77bbb8b5bc
* type casting could force class variables into sub registers, so handle them in subscript nodes as well
|
12 年之前 |
sergei
|
209bfaa774
+ MIPS: Allocate a LOC_VOID location for empty records, avoids internal errors in other parts of compiler.
|
12 年之前 |
pierre
|
2a1a196234
Add unittargetdir creation as prerequisite to gppc386 compilation
|
12 年之前 |
pierre
|
2916235cfe
Fix make_simple_ref for pic address with big offsets
|
12 年之前 |
Jonas Maebe
|
bab4aac42e
* use same symtable check in sym_is_owned_by() as in is_owned_by() to
|
12 年之前 |
Jonas Maebe
|
a972de5a32
* renamed the first parameter of is_owned_by() from "childdef" into
|
12 年之前 |
Jonas Maebe
|
2b78bb1674
- removed ppc-specific tcgpara.composite field, it's no longer used or
|
12 年之前 |
svenbarth
|
344571cb4e
Added support for type helpers. In non Delphi modes they use "type helper" and in mode Delphi they use "record helper". They can also be used on constants.
|
12 年之前 |
yury
|
aeb3c002b0
* More correct fix for overview query. Use LEFT JOIN to explicitly specify order of tables to help MySQL to generate correct exec plan.
|
12 年之前 |
Jonas Maebe
|
f1ff92529b
* group all -CT parameters together
|
12 年之前 |
Jonas Maebe
|
39e31337f1
* documented -CTthumbinterworking parameter
|
12 年之前 |
Jonas Maebe
|
227bb7d850
* made behaviour of -CT parameters consistent with other parameters: instead
|
12 年之前 |
sergei
|
d82387ff72
* MIPS: fixed parameter management to properly align records smaller than 32 bits on big-endian targets.
|
12 年之前 |
svenbarth
|
c6c67dc182
Set the UnicodeCompare functions in the WideString manager also for WinCE and implement the Wide- and UnicodeCompare functions similar to Win32/64 by calling a common DoCompareString function.
|
12 年之前 |
pierre
|
a4e0a4c0f5
Adapt length of tprocinfoopt record string field to longest string
|
12 年之前 |
florian
|
3ca7a5ff8e
- remove switch -Wx for arm thumb interworking, one should use -CTHUMBTINTERWORKING=ON instead
|
12 年之前 |
florian
|
cbf7eaaffc
* copyright year updated
|
12 年之前 |
reiniero
|
33bf805ac1
* sqldb: bufdataset: no longer swallow filter parsing exceptions
|
12 年之前 |
florian
|
4d3df8f518
* stupid typo in TVMTWriter.RedirectToEmpty fixed, resolves #23763
|
12 年之前 |
sergei
|
70c0d680a6
+ MIPS linker: understand R_MIPS_JALR relocation and __gnu_local_gp symbol.
|
12 年之前 |
sergei
|
ef38193043
* MIPS: Once again fixed g_external_wrapper. My initial assumption about .cpload was wrong: it is optimized into position-dependent sequence only if "-KPIC -mno-shared" is passed to GAS command line, without -KPIC it is ignored altogether. Therefore r23566 breaks some non-PIC tests.
|
12 年之前 |
sergei
|
9bc758d62b
* Forgot to set base register to NR_GP
|
12 年之前 |
sergei
|
a0c1e1b07f
* MIPS: fixed a_call_name and a_call_reg methods to workaround a bug in GAS <2.21, see comments in source for details.
|
12 年之前 |
yury
|
49f9288611
* Due to buggy MySQL query plan optimizer, the existing tests overview query use incorrect execution plan which leads to long execution time. The SQL query has been changed to produce efficient execution plan. Now the overview form works correctly.
|
12 年之前 |
Jonas Maebe
|
a51e64bd4d
+ {$targetswitch xxx} directive that enables changing target switches
|
12 年之前 |