yury
|
8ef46d22d8
* Build databases support for Android.
|
před 12 roky |
yury
|
5453f6f1a0
* again made less complex for arm and sparc so it compiles there too without running out of registers.
|
před 12 roky |
yury
|
22c413a93e
* Disabled the test for Android.
|
před 12 roky |
yury
|
bffcf02926
* Disabled the test for Android.
|
před 12 roky |
yury
|
d503ae6c3d
* Allow passing of double quoted paths in TEST_OPT.
|
před 12 roky |
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.
|
před 12 roky |
yury
|
8ae7c5784c
* Sync with trunk r23500.
|
před 12 roky |
Tomas Hajny
|
3b60a0f4aa
* fix testing for empty HOME directory or HOME pointing to root on Unix
|
před 12 roky |
Tomas Hajny
|
426050cb9f
* fix for standalone '~' with HOME=/ on Unix
|
před 12 roky |
michael
|
7fbf05dd18
* Make statementtype public in TSQLQuery
|
před 12 roky |
yury
|
e4dd41723c
* Reverted r23400 and r23401. Tomas has promised to commit more correct fix to trunk.
|
před 12 roky |
yury
|
758b91d2c0
* Disabled the test for Android.
|
před 12 roky |
yury
|
ee1e6eb4ea
* Add %delfiles for proper clean-up.
|
před 12 roky |
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.
|
před 12 roky |
yury
|
e13e2e1697
* Turn off special handling of interrupt calling convention for i386-android.
|
před 12 roky |
yury
|
cbf370008b
* Added %delfiles for proper clean-up.
|
před 12 roky |
yury
|
416da91b04
* These libs are for tests, that run only on windows. Mark libs for windows only as well.
|
před 12 roky |
yury
|
e0a70d0510
* Do not copy a library to a remote target if this library name is specified using %DELFILES directive.
|
před 12 roky |
yury
|
fbb0b48ad6
* Implemented { %DELFILES file1 file2 ... } directive for tests. Primarily it is needed to delete shared libraries used by tests when TEST_DELTEMP=1. When testing on a real Android device, it is not good to run tests on flash memory partitions. Android devices have 1Mb RAM based tempfs partition for /tmp folder, which is ideal for running tests. Since 1Mb is very small size these days, it is needed to clean all test leftovers. Test shared libraries are the biggest leftovers and this new DELFILES directive will help to delete them.
|
před 12 roky |
yury
|
e82983e577
* Define CExtended and clongdouble as double for Android.
|
před 12 roky |
yury
|
475bc2d09d
* Fixed compilation for case when extended <> cextended.
|
před 12 roky |
yury
|
fcbefc94e3
* More correct comparison of long double values for case when long double=double in C.
|
před 12 roky |
yury
|
4902dd2f99
* Do not pass -f switch for rm when testing via adb, since default android shell do not support -f switch.
|
před 12 roky |
yury
|
9471fb4f9e
* Added ICU version of Android 4.1.
|
před 12 roky |
sergei
|
6788fd6433
+ Win64 SEH: install a top-level exception handler around thread functions. This was a missing puzzle piece of SEH support. Now behavior of unhandled exceptions in non-main threads is consistent with that of main thread, and, in general, behavior of SEH-enabled RTL is consistent with one without SEH.
|
před 12 roky |
sergei
|
40c510403f
* Don't crash on a PLT-generating relocation to a local symbol (which should not normally appear, but nevertheless is possible).
|
před 12 roky |
marco
|
0560af663c
* patch from Mantis #23647 Calls inherited destroy in destructor, resolves memory leak.
|
před 12 roky |
yury
|
5aa0ba703d
* Add define for android.
|
před 12 roky |
yury
|
d022edf32e
+ Added C object files for android-i386.
|
před 12 roky |
yury
|
0960ee2034
* Add missing checks for android target.
|
před 12 roky |