michael
|
33f1f8bfad
* Added case-insentitive property
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
d503ae6c3d
* Allow passing of double quoted paths in TEST_OPT.
|
%!s(int64=12) %!d(string=hai) anos |
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.
|
%!s(int64=12) %!d(string=hai) anos |
Jonas Maebe
|
9cbff6f5a6
+ support for record constructors for the JVM target
|
%!s(int64=12) %!d(string=hai) anos |
Jonas Maebe
|
3abc7b0d9c
* removed superfluous check (a procvardef can never be a constructor) and
|
%!s(int64=12) %!d(string=hai) anos |
Jonas Maebe
|
10e3cab1b1
* fixed formatting
|
%!s(int64=12) %!d(string=hai) anos |
Jonas Maebe
|
9145f1d67d
* integrated potype_constructor check in maybe_create_funcret_node
|
%!s(int64=12) %!d(string=hai) anos |
michael
|
280b307068
* Patch from Silvio Clecio to implement easy-access methods
|
%!s(int64=12) %!d(string=hai) anos |
michael
|
85e72fdbcb
* Updated TODO: Easy Post is already there.
|
%!s(int64=12) %!d(string=hai) anos |
michael
|
8c161506d5
* Close connection on one-shot operations
|
%!s(int64=12) %!d(string=hai) anos |
michael
|
fc68ce2ec5
* Implemented a HEAD class method
|
%!s(int64=12) %!d(string=hai) anos |
michael
|
6d40600ab5
* Speed up HEAD
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
8ae7c5784c
* Sync with trunk r23500.
|
%!s(int64=12) %!d(string=hai) anos |
Tomas Hajny
|
3b60a0f4aa
* fix testing for empty HOME directory or HOME pointing to root on Unix
|
%!s(int64=12) %!d(string=hai) anos |
Tomas Hajny
|
426050cb9f
* fix for standalone '~' with HOME=/ on Unix
|
%!s(int64=12) %!d(string=hai) anos |
michael
|
7fbf05dd18
* Make statementtype public in TSQLQuery
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
e4dd41723c
* Reverted r23400 and r23401. Tomas has promised to commit more correct fix to trunk.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
758b91d2c0
* Disabled the test for Android.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
ee1e6eb4ea
* Add %delfiles for proper clean-up.
|
%!s(int64=12) %!d(string=hai) anos |
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.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
e13e2e1697
* Turn off special handling of interrupt calling convention for i386-android.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
cbf370008b
* Added %delfiles for proper clean-up.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
416da91b04
* These libs are for tests, that run only on windows. Mark libs for windows only as well.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
e0a70d0510
* Do not copy a library to a remote target if this library name is specified using %DELFILES directive.
|
%!s(int64=12) %!d(string=hai) anos |
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.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
e82983e577
* Define CExtended and clongdouble as double for Android.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
475bc2d09d
* Fixed compilation for case when extended <> cextended.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
fcbefc94e3
* More correct comparison of long double values for case when long double=double in C.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
4902dd2f99
* Do not pass -f switch for rm when testing via adb, since default android shell do not support -f switch.
|
%!s(int64=12) %!d(string=hai) anos |
yury
|
9471fb4f9e
* Added ICU version of Android 4.1.
|
%!s(int64=12) %!d(string=hai) anos |