Jonas Maebe
|
2ed4b295fe
* only change the visibility of an existing getter/setter to that of
|
12 年之前 |
Jonas Maebe
|
e7315d035c
* inherit po_auto_raised_visibility flag when the visibility of a method is
|
12 年之前 |
sergei
|
d762ef9e78
+ PECOFF targets: support more than 65535 relocations per object section, resolves #23752. DJCOFF targets: give a fatal error, since this object file format does not support extended relocations.
|
12 年之前 |
svenbarth
|
7bad1763b8
Decrease amount of code duplication regarding handling of safecall and record constructors.
|
12 年之前 |
sergei
|
cb1098c26c
* Do not create SEH finalization procedures in generic methods, their similarity with nested procedures causes compilation errors because actual nested procedures are not allowed for generics. Not creating them doesn't hurt because generic node tree is not used for code generation. Resolves #23724.
|
12 年之前 |
yury
|
8ef46d22d8
* Build databases support for Android.
|
12 年之前 |
yury
|
d8902af3d6
* Do not replace ADD by SUB and vice-versa when overflow checking is enabled. Fixes tw15304 for ARM.
|
12 年之前 |
yury
|
5453f6f1a0
* again made less complex for arm and sparc so it compiles there too without running out of registers.
|
12 年之前 |
yury
|
22c413a93e
* Disabled the test for Android.
|
12 年之前 |
yury
|
bffcf02926
* Disabled the test for Android.
|
12 年之前 |
michael
|
33f1f8bfad
* Added case-insentitive property
|
12 年之前 |
yury
|
d503ae6c3d
* Allow passing of double quoted paths in TEST_OPT.
|
12 年之前 |
yury
|
86224e05f3
* Fixed building of packages when cross-testing. Pass CROSSOPT to build packages in such case, otherwise options specified in TEST_OPT are used to build fpmake. The source compiler not always accepts target options. For example -Cfsoft option, often used for arm compiler, is not accepted by x86 compiler.
|
12 年之前 |
Jonas Maebe
|
9cbff6f5a6
+ support for record constructors for the JVM target
|
12 年之前 |
Jonas Maebe
|
3abc7b0d9c
* removed superfluous check (a procvardef can never be a constructor) and
|
12 年之前 |
Jonas Maebe
|
10e3cab1b1
* fixed formatting
|
12 年之前 |
Jonas Maebe
|
9145f1d67d
* integrated potype_constructor check in maybe_create_funcret_node
|
12 年之前 |
michael
|
280b307068
* Patch from Silvio Clecio to implement easy-access methods
|
12 年之前 |
michael
|
85e72fdbcb
* Updated TODO: Easy Post is already there.
|
12 年之前 |
michael
|
8c161506d5
* Close connection on one-shot operations
|
12 年之前 |
michael
|
fc68ce2ec5
* Implemented a HEAD class method
|
12 年之前 |
michael
|
6d40600ab5
* Speed up HEAD
|
12 年之前 |
yury
|
8ae7c5784c
* Sync with trunk r23500.
|
12 年之前 |
Tomas Hajny
|
3b60a0f4aa
* fix testing for empty HOME directory or HOME pointing to root on Unix
|
12 年之前 |
Tomas Hajny
|
426050cb9f
* fix for standalone '~' with HOME=/ on Unix
|
12 年之前 |
michael
|
7fbf05dd18
* Make statementtype public in TSQLQuery
|
12 年之前 |
yury
|
e4dd41723c
* Reverted r23400 and r23401. Tomas has promised to commit more correct fix to trunk.
|
12 年之前 |
yury
|
758b91d2c0
* Disabled the test for Android.
|
12 年之前 |
yury
|
ee1e6eb4ea
* Add %delfiles for proper clean-up.
|
12 年之前 |
sergei
|
6a86d0d83a
* Changed two variables from Integer to Longint. Integer is 16 bits when compiling System unit, using it results in less optimal code on most targets.
|
12 年之前 |