yury
|
ee1e6eb4ea
* Add %delfiles for proper clean-up.
|
пре 12 година |
yury
|
e13e2e1697
* Turn off special handling of interrupt calling convention for i386-android.
|
пре 12 година |
yury
|
cbf370008b
* Added %delfiles for proper clean-up.
|
пре 12 година |
yury
|
416da91b04
* These libs are for tests, that run only on windows. Mark libs for windows only as well.
|
пре 12 година |
yury
|
e0a70d0510
* Do not copy a library to a remote target if this library name is specified using %DELFILES directive.
|
пре 12 година |
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.
|
пре 12 година |
yury
|
e82983e577
* Define CExtended and clongdouble as double for Android.
|
пре 12 година |
yury
|
475bc2d09d
* Fixed compilation for case when extended <> cextended.
|
пре 12 година |
yury
|
fcbefc94e3
* More correct comparison of long double values for case when long double=double in C.
|
пре 12 година |
yury
|
4902dd2f99
* Do not pass -f switch for rm when testing via adb, since default android shell do not support -f switch.
|
пре 12 година |
yury
|
9471fb4f9e
* Added ICU version of Android 4.1.
|
пре 12 година |
yury
|
5aa0ba703d
* Add define for android.
|
пре 12 година |
yury
|
d022edf32e
+ Added C object files for android-i386.
|
пре 12 година |
yury
|
0960ee2034
* Add missing checks for android target.
|
пре 12 година |
yury
|
f8af2cd49e
* Set android-i368 stack alignment to 16.
|
пре 12 година |
yury
|
3e151ac30f
* Removed -z relro linker option, since it causes problems.
|
пре 12 година |
yury
|
9b600b9688
* Pass some security switches to LD. They are passed by GCC.
|
пре 12 година |
yury
|
0abe1d270b
* Fixed file description.
|
пре 12 година |
yury
|
04fd0eeee2
* Simplify arm startup code.
|
пре 12 година |
yury
|
2aa9111b7c
* Fixed file description.
|
пре 12 година |
yury
|
3ed10a6936
* Rewrite initialization code for i386-android. i386-android works.
|
пре 12 година |
yury
|
c2fed960c9
* Add android to supported targets for assemblers. It fixes assembling for i386-android.
|
пре 12 година |
yury
|
d05912cd8e
* Enable safecall exception handling for arm-android.
|
пре 12 година |
yury
|
12fe3bb65d
* Removed leftover from my experiments (calling directly pascal main).
|
пре 12 година |
yury
|
7da7908441
* Uses SysUtils to make executable bigger. Otherwise string pointers for FindResource can be less than $10000. They are treated as IDs in such case and the test will fail.
|
пре 12 година |
yury
|
862b608eb8
* Thread safety.
|
пре 12 година |
yury
|
fa0b2b2c85
* Skip this test for android.
|
пре 12 година |
yury
|
8936ee983c
* Fixed ifdefs linux to unix.
|
пре 12 година |
yury
|
d52ead284e
* Enable more tests for android.
|
пре 12 година |
yury
|
04902a15f9
* Fixed AnsiStrLComp() and AnsiStrLIComp().
|
пре 12 година |