Commit Graph

7000 Commits

Author SHA1 Message Date
marco
6e23f3fc97 * patch from mantis #27453 by Dirk Fellenberg, update fontsize to freetype
lib.

git-svn-id: trunk@29683 -
2015-02-13 10:19:13 +00:00
michael
890b9d37e4 * Patch from Laco: change PChar -> PAnsiChar where appropriate
git-svn-id: trunk@29681 -
2015-02-13 09:23:56 +00:00
michael
c3d427210d * Patch from Laco to fix bug ID #27425
git-svn-id: trunk@29680 -
2015-02-13 08:59:24 +00:00
lacak
0b545308d7 fcl-db: base: when master dataset is closed leave detail dataset intact. Later if master is reopened relationship will work again. Delphi compatible behavior. Bug #26424 (Grandfather-Father-Son relationship)
git-svn-id: trunk@29679 -
2015-02-13 06:42:55 +00:00
pierre
97a902eb14 Also include gdblib.inc if USE_GDBIBINC macro is set, needed to get USE_MINGW_GDB macro used inside UnixDir
git-svn-id: trunk@29667 -
2015-02-10 23:03:09 +00:00
lacak
7f69170352 fcl-db: mssql: update readme.txt with info about compiling dblib.dll for x64 under Win8
git-svn-id: trunk@29662 -
2015-02-10 07:52:07 +00:00
marco
4b91e50c7c * fix for #27400
git-svn-id: trunk@29659 -
2015-02-09 21:47:41 +00:00
michael
2016af7fca * Additional CGI variable names, mainly for Apache
git-svn-id: trunk@29657 -
2015-02-09 14:25:11 +00:00
pierre
048ad78079 Fix bug report 27428
git-svn-id: trunk@29656 -
2015-02-09 11:15:55 +00:00
florian
9ebc092ade * (modified) patch by Do-wan Kim to resolve #27354
git-svn-id: trunk@29645 -
2015-02-07 22:14:35 +00:00
Károly Balogh
351fe07d90 libcurl: it's now possible to compile it for Windows
git-svn-id: trunk@29642 -
2015-02-07 19:15:29 +00:00
Tomas Hajny
fd6d7d680d * added binary mappings for inofficial codepage 895 (Kamenicky brothers) - referenced e.g. in fcl-db/dbase
git-svn-id: trunk@29638 -
2015-02-07 11:30:39 +00:00
michael
431a7e16ef * Change unit path order so compilation for wince is correct (Bug ID 27351, by Stephano)
git-svn-id: trunk@29637 -
2015-02-07 10:23:40 +00:00
Tomas Hajny
1bc72d437c * assumption that everything non-Windows uses Unix paths is obviously wrong; fixed
git-svn-id: trunk@29632 -
2015-02-05 14:54:25 +00:00
Tomas Hajny
a608070e8d * file unlocking fixed as well now :/
git-svn-id: trunk@29631 -
2015-02-05 14:44:31 +00:00
Tomas Hajny
996ff217fd * implemented enumeration of supported locales and languages, fixed file locking
git-svn-id: trunk@29630 -
2015-02-05 14:25:28 +00:00
lacak
35a84ab6bd fcl-db: implement setter and getter for TStringField.AsLargeInt
git-svn-id: trunk@29624 -
2015-02-04 11:17:33 +00:00
michael
c754846815 * Initial support for inline comment documentation
git-svn-id: trunk@29615 -
2015-02-03 21:05:05 +00:00
Marc Weustink
7001a02ac6 Initializa function result of FindValueKey when current element is nil
git-svn-id: trunk@29607 -
2015-02-02 20:24:34 +00:00
florian
ce69827880 * disable dyn. linking of gd for arm-gba as proposed by Karl-Michael Schindler, resolves #27218
git-svn-id: trunk@29602 -
2015-02-01 21:23:22 +00:00
florian
f0ca432476 * disabled sdl for arm-gba as recommended by Karl-Michael Schindler, resolves #27219
git-svn-id: trunk@29601 -
2015-02-01 21:21:30 +00:00
Tomas Hajny
6230131a4d * include OS/2 and EMX in CollationOSes
git-svn-id: trunk@29567 -
2015-01-27 17:23:01 +00:00
michael
79e7ba678e * Support Hints prior to variable initialization, properties in records
git-svn-id: trunk@29556 -
2015-01-26 13:46:21 +00:00
michael
7bb0b187a4 * Fix visibility in records mixed with function/procedure
git-svn-id: trunk@29555 -
2015-01-26 13:25:31 +00:00
michael
a842569bf1 * Support for functions in records
git-svn-id: trunk@29553 -
2015-01-26 09:54:15 +00:00
marco
70b12b6d5d * keep default of "cores" at a safe 0 for now.
git-svn-id: trunk@29550 -
2015-01-25 16:38:19 +00:00
marco
c105b9bcf7 * change cores from ifdef to runtime.
git-svn-id: trunk@29545 -
2015-01-24 21:56:08 +00:00
pierre
35a1e6f59e Add x86_64 as supported CPU for Solaris OS
git-svn-id: trunk@29533 -
2015-01-23 11:17:19 +00:00
Tomas Hajny
f263da87a2 * oops, the previous commit was wrong, reverting :-(
git-svn-id: trunk@29525 -
2015-01-22 21:55:12 +00:00
Tomas Hajny
a8ef98bf36 * fix libz DLL name for OS/2
git-svn-id: trunk@29524 -
2015-01-22 21:50:47 +00:00
pierre
e8d836f74c Activate gdbint package for solaris target OS
git-svn-id: trunk@29519 -
2015-01-22 15:12:14 +00:00
lacak
d8ce1caea3 fcl-db: postgresql: Fix AV in UnprepareStatement (TPQCursor.tr is nil).
Revealed by TTestTSQLQuery.TestKeepOpenOnCommit.
Commit destroys TPQTrans object, which in destructor sets tr:=nil for all registered cursors. So attempt to Close TSQLQuery after Commit has leading to AV.

git-svn-id: trunk@29507 -
2015-01-19 13:01:51 +00:00
lacak
2175dd1403 fcl-db: tests: cosmetic
git-svn-id: trunk@29480 -
2015-01-16 13:17:36 +00:00
lacak
aa7dfdff96 fcl-db: postgresql: cosmetic
git-svn-id: trunk@29479 -
2015-01-16 08:59:50 +00:00
Tomas Hajny
36ff4c5d26 * support for OS/2 DLL names used in the latest OpenSSL port updates
git-svn-id: trunk@29478 -
2015-01-15 23:35:41 +00:00
marco
a6f88e3c1f * fpmkunit makefile fix for dragonfly BSD, mantis #27309
git-svn-id: trunk@29473 -
2015-01-14 15:50:00 +00:00
marco
bf33284b2f * support for modifiable attributes. Mantis #26850
git-svn-id: trunk@29467 -
2015-01-13 15:34:33 +00:00
marco
b21d30b3aa * mantis #27271, enable ipc for solaris.
git-svn-id: trunk@29465 -
2015-01-13 14:40:58 +00:00
lacak
e8c40ee106 fcl-db: tests: rename test tables to "FPDEV2", which is automatically cleaned up upon test completion.
git-svn-id: trunk@29462 -
2015-01-13 12:04:55 +00:00
lacak
d033c7e122 fcl-db: tests: cosmetic + correct typos
git-svn-id: trunk@29451 -
2015-01-12 13:59:17 +00:00
lacak
9d6f5ece63 fcl-db: sqlite: add sqImplicitTransaction to ConnOptions.
git-svn-id: trunk@29448 -
2015-01-12 10:56:18 +00:00
lacak
9fba59b3bc fcl-db:
- base: added new TDataSetState: dsRefreshFields used in refreshing field between local TBufDataSet and remote DB during process of applying updates.
- mssql: implemented RefreshLastInsertID + test

git-svn-id: trunk@29443 -
2015-01-12 09:00:37 +00:00
lacak
8ae9752530 fcl-db: cosmetic
git-svn-id: trunk@29442 -
2015-01-12 06:38:29 +00:00
nickysn
5406b13a08 - disable package fcl-res for i8086-msdos, since it doesn't build in 186+ mode,
so it prevents making an msdos installer. Note that the fcl-res package is
  currently unusable on this platform anyway, because it uses unit classes,
  which exceeds the 64kb global data limit (due to too much rtti) and thus
  doesn't work in any memory model currently supported (it should work in the
  huge model, but that is not ready yet).

git-svn-id: trunk@29440 -
2015-01-11 22:32:35 +00:00
joost
96ea6b0001 * Added uninstall command to fppkg
git-svn-id: trunk@29439 -
2015-01-11 18:22:01 +00:00
joost
e2b241e0ee * Added command to uninstall packages
git-svn-id: trunk@29438 -
2015-01-11 18:10:34 +00:00
lacak
1e3d48288c fcl-db: mssql: make Rollback more safe. Check if there is active transaction first to avoid error "The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION."
Sometimes SQL Server automaticaly rollbacks transaction and then raises error ...
ODBC driver does same: IF @@TRANCOUNT>0 ROLLBACK.

git-svn-id: trunk@29430 -
2015-01-09 13:33:02 +00:00
Károly Balogh
3b16824b9f ami-extra: fix build on amiga/m68k. this change is several days old, but forgot to commit *sigh*
git-svn-id: trunk@29428 -
2015-01-07 12:34:49 +00:00
marco
55cce4cb69 * strip outdated $If's. We don't bootstrap that much with 2.0.x anymore anyway.
git-svn-id: trunk@29420 -
2015-01-05 19:08:33 +00:00
marco
9b63b3f94e * one more versionupdate.
git-svn-id: trunk@29417 -
2015-01-05 15:07:54 +00:00