paul
|
f9277d2043
compiler: add comment for all application types
|
12 years ago |
paul
|
8db6118965
compiler: define FPC_UNICODESTRINGS when UnicodeString is a default string type (for issue #0023861)
|
12 years ago |
paul
|
0be1f4d23d
rtl: missing FPC_UNICODESTRING_TYPE_DEFINED define
|
12 years ago |
lacak
|
b12fad63d4
fcl-db: bufdataset: rename local variable (to avoid confusion between FFilterBufer and FilterBuffer and Buffer vs. Record)
|
12 years ago |
lacak
|
81f15610d6
fcl-db: bufdataset: small reprocessing
|
12 years ago |
svenbarth
|
12f3a21f09
Fix passing of Doubles on m68k processors that don't have FPU support.
|
12 years ago |
svenbarth
|
489e038379
Disallow "protected" and "strict protected" in extended records (Delphi compatible).
|
12 years ago |
lacak
|
7dc1814b7a
fcl-db: formatting (charcase, method ordering)
|
12 years ago |
michael
|
aca21b0b60
* Attempt to create directory, fail if not possible
|
12 years ago |
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 years ago |
florian
|
5a81601565
* type casting could force pointers into sub registers, so handle them when converting the pointer to an array
|
12 years ago |
marco
|
64ad892b55
* freebsd linking slightly alternate. Link .a's like Linux to avoid conflicts;
|
12 years ago |
marco
|
882bfd448d
* fix for FreeBSD9 compatibility break where sem_t is no longer an opague pointer but a record.
|
12 years ago |
pierre
|
bb1e7646cb
* More changes to better obey ABI rules
|
12 years ago |
florian
|
77bbb8b5bc
* type casting could force class variables into sub registers, so handle them in subscript nodes as well
|
12 years ago |
sergei
|
209bfaa774
+ MIPS: Allocate a LOC_VOID location for empty records, avoids internal errors in other parts of compiler.
|
12 years ago |
pierre
|
2a1a196234
Add unittargetdir creation as prerequisite to gppc386 compilation
|
12 years ago |
pierre
|
2916235cfe
Fix make_simple_ref for pic address with big offsets
|
12 years ago |
Jonas Maebe
|
bab4aac42e
* use same symtable check in sym_is_owned_by() as in is_owned_by() to
|
12 years ago |
Jonas Maebe
|
a972de5a32
* renamed the first parameter of is_owned_by() from "childdef" into
|
12 years ago |
Jonas Maebe
|
2b78bb1674
- removed ppc-specific tcgpara.composite field, it's no longer used or
|
12 years ago |
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 years ago |
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 years ago |
Jonas Maebe
|
f1ff92529b
* group all -CT parameters together
|
12 years ago |
Jonas Maebe
|
39e31337f1
* documented -CTthumbinterworking parameter
|
12 years ago |
Jonas Maebe
|
227bb7d850
* made behaviour of -CT parameters consistent with other parameters: instead
|
12 years ago |
sergei
|
d82387ff72
* MIPS: fixed parameter management to properly align records smaller than 32 bits on big-endian targets.
|
12 years ago |
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 years ago |
pierre
|
a4e0a4c0f5
Adapt length of tprocinfoopt record string field to longest string
|
12 years ago |
florian
|
3ca7a5ff8e
- remove switch -Wx for arm thumb interworking, one should use -CTHUMBTINTERWORKING=ON instead
|
12 years ago |