Commit Graph

34624 Commits

Author SHA1 Message Date
marco
431f1992d1 * Fixed filename in readme, patch from Attila Borka, Mantis #19826
git-svn-id: trunk@18101 -
2011-08-05 13:42:49 +00:00
marco
bf65638891 * strtodatetime adapted to new strtotime regime. Take separator from formatsettings.
Second patch fo Mantis #19870

git-svn-id: trunk@18100 -
2011-08-05 13:37:16 +00:00
marco
aeb7dac66e * TDataset.BlockReadSize, patch by Luiz, mantis 19897 (library part. test in that report not included)
git-svn-id: trunk@18099 -
2011-08-05 12:27:42 +00:00
Jonas Maebe
0d4d1a2ac8 * fixed two places where after r1913 valid_for_assign() didn't immediately
exit anymore if an error was detected

git-svn-id: trunk@18098 -
2011-08-04 22:44:00 +00:00
joost
981e79ff37 * Do not use the error-handling of r10890 on non-unix systems (It won't work)
git-svn-id: trunk@18097 -
2011-08-04 22:13:20 +00:00
joost
5146bea422 * Updated fpmake_proc.inc and fpmake_add.inc. Manually changed the entry for
gdbint, because detecting the gdblib-version needs some specials. Later
   all other entries can be changed alike.

git-svn-id: trunk@18096 -
2011-08-04 19:26:59 +00:00
joost
8c03cf38c7 * Added detection of gdb-version to fpmake
git-svn-id: trunk@18095 -
2011-08-04 19:19:06 +00:00
joost
79473cd0f7 * Made BuildEngine.log public, so it can be used in fpmake.pp files
* Made BuildEngine.ResolveFileNames public, so it can be used in fpmake.pp
   files
 * Do not try to add compiler-options to executables other then the compiler

git-svn-id: trunk@18094 -
2011-08-04 19:03:05 +00:00
marco
52afb619aa * add overloaded strtotime, patch by Lacak2, Mantis #19870
git-svn-id: trunk@18093 -
2011-08-04 17:01:34 +00:00
joost
728c5a4832 * Error-handling added in make distclean. When the fpmake executable
returns a exit-code not equal to 0, the executble is removed and
   make fpc_cleanall is called recursively, to avoid manual intervention

git-svn-id: trunk@18090 -
2011-08-04 08:49:46 +00:00
michael
3ffbd29367 * Make HandleRequest public
git-svn-id: trunk@18089 -
2011-08-04 07:18:13 +00:00
marco
da37e20ed6 * Map text to ftmemo(binary) instead of ftblob
Patch by Lacak2, mantis 19876

git-svn-id: trunk@18088 -
2011-08-03 22:09:30 +00:00
joost
48a56e03d7 * fpmake.pp-file fixes
git-svn-id: trunk@18087 -
2011-08-03 22:04:39 +00:00
joost
4d5a4a2dd7 * fpmake-file updates for darwin
git-svn-id: trunk@18086 -
2011-08-03 21:14:29 +00:00
marco
92d4bc1a31 * TNumericField.SetAsboolean Mantis 18765
git-svn-id: trunk@18085 -
2011-08-03 20:49:56 +00:00
marco
550657f0e0 * Another attempt to kill stale mergeinfo
git-svn-id: trunk@18081 -
2011-08-03 20:33:49 +00:00
joost
e44a68a190 * Several fpmake.pp fixes
git-svn-id: trunk@18080 -
2011-08-03 20:29:57 +00:00
marco
617bf55e9f * fixed some files with svn:mergeinfo
git-svn-id: trunk@18079 -
2011-08-03 20:24:03 +00:00
joost
595c764c77 * Disabled compilation of matroska for fpmake, like it is done for fpcmake
git-svn-id: trunk@18078 -
2011-08-03 20:08:35 +00:00
joost
6ae49f6c74 * Some fpmake fixes for windows
git-svn-id: trunk@18076 -
2011-08-03 15:32:15 +00:00
marco
043e9b2ec2 * Trunk version to 2.7.1
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
marco
39d7bb511d * Regenned all makefiles before 2.6.x branching.
git-svn-id: trunk@18073 -
2011-08-03 13:41:52 +00:00
Jonas Maebe
b4328c71a6 * also mention ARM as supported architecture for mach-o
git-svn-id: trunk@18072 -
2011-08-02 22:14:52 +00:00
Jonas Maebe
b4a6e803d2 * fixed cosmetic error in help after r18070
git-svn-id: trunk@18071 -
2011-08-02 22:13:54 +00:00
Jonas Maebe
ec8c7b4888 + when compiling for Darwin/ARM, pass the subarchitecture to the linker.
The old linker option to accept object files from all subarchitecture
    types no longer works.
  + support for subarchitectures in fcl-res/fpcres

git-svn-id: trunk@18070 -
2011-08-02 20:41:39 +00:00
Jonas Maebe
da056da20f + added armv7 identifier (no special code generation, but required to
link against Xcode 3.2.6/4-generated code for ARMv7 -- use -Cparmv7,
    but note that you also have to compile the RTL and all other units with
    this option for them to be linkable against other ARMv7 code when using
    those tools)

git-svn-id: trunk@18069 -
2011-08-02 20:36:43 +00:00
Jonas Maebe
d7c1967351 * fixed switched around lists for read-only/read-write typed consts
git-svn-id: trunk@18068 -
2011-08-02 20:32:48 +00:00
joost
6bad75a1eb * When the fpmake executable is deleted, perform a regular fpcmake distclean. See bug #19655
git-svn-id: trunk@18067 -
2011-08-02 19:29:59 +00:00
marco
079831b50e * Deref old content of node in FPSList.put. Mantis #19854
git-svn-id: trunk@18063 -
2011-08-02 15:15:27 +00:00
joost
59e51c0bc2 * Fixed possible AV in DistClean (uninitialized variable)
* Also perform a distclean if a package is not compiled for the current target

git-svn-id: trunk@18060 -
2011-08-02 14:41:47 +00:00
marco
1308a777ac * fix compilation non win32/64. Patch from Vincent on IRC
git-svn-id: trunk@18057 -
2011-08-02 10:38:00 +00:00
joost
bea736b00f * Fixed fpmake.pp file
git-svn-id: trunk@18056 -
2011-08-01 20:48:26 +00:00
joost
7bcf71f342 * Remove the unit-directory entirely on a distclean. To avoid problems when units got renamed, or in similar circumstances
git-svn-id: trunk@18055 -
2011-08-01 20:29:22 +00:00
sergei
65b41a6c73 * xmlread.pp, renamed TXMLReader to TXMLTextReader.
git-svn-id: trunk@18054 -
2011-08-01 19:46:30 +00:00
Jonas Maebe
da3fb5de0f * prevent double freeing temps containing int64-sized parameters
(mantis #19700)

git-svn-id: trunk@18053 -
2011-08-01 17:12:45 +00:00
Jonas Maebe
e7b85a6175 - removed cleaning ../../rtl and ../../packages when performing a
"make distclean" in the tests directory after r17782, because that
    breaks doing a "make FPC=newppc TEST_FPC=newppc distclean all digest"
    (because first the distclean will wipe away the rtl, and then the
     newppc will try to use it to compile the utilities etc).

    "make distclean" in the tests directory should only clean stuff
    under tests, nothing in parent directories. If you want to recompile
    the rtl, then do so before running the tests and don't rely on the
    makefile in tests to do that for you.

git-svn-id: trunk@18052 -
2011-08-01 16:32:30 +00:00
marco
064ecf3d6c * fix decimalseparator locale issues in fcl-db testsuite, mantis #19564
git-svn-id: trunk@18051 -
2011-08-01 16:22:18 +00:00
joost
6d5e16d9e6 * Added procedure-events to TPackage
* Added public property TBuildEngine.Startdir
 * Made TCustomInstaller.BuildEngine public (to be able to use it to copy files in fpmake.pp files)

git-svn-id: trunk@18050 -
2011-08-01 16:15:25 +00:00
joost
d567d2e950 * More fpmake.pp-files fixes
git-svn-id: trunk@18049 -
2011-08-01 16:08:51 +00:00
joost
429b9563d8 * ptc and hermes fpmake.pp fixes
git-svn-id: trunk@18048 -
2011-08-01 15:03:12 +00:00
joost
e8c3e94010 * Enabled ptc and hermes building for fpmake
git-svn-id: trunk@18047 -
2011-08-01 14:38:04 +00:00
marco
8265854813 * more cleanup testsuite (per database typing), mantis #18703
git-svn-id: trunk@18046 -
2011-08-01 14:11:40 +00:00
marco
5bc46002b9 * sqlite datasets adapted to also take BIGINT as ftlargeint type as per
sqlite docs. Mantis #18649

git-svn-id: trunk@18045 -
2011-08-01 14:01:10 +00:00
marco
dd00510c64 * fix epoch difference TDateTime and sqlite julian. Mantis bug #16886
git-svn-id: trunk@18044 -
2011-08-01 13:55:26 +00:00
marco
7eeb4ab539 * also return fasymbolic if dir is found.
* update getattr to also return fasymbolic
  Patch by Dimitri B. Mantis #16817	

git-svn-id: trunk@18043 -
2011-08-01 11:36:28 +00:00
marco
2c00a2a0b3 * fixed FPC_USE_LIBC building for Linux and exception handling (mantis #13450)
- fixed a platform modifier in ipc.pp
   - fixed different layout sigaction record in libc. (field order)
   - fixed many bad use_libc fixes in linux. Most of these were only checked
      for compilation, not linking. (e.g. futex doesn't link)

git-svn-id: trunk@18042 -
2011-07-31 23:36:17 +00:00
joost
4392dd13a4 * fpmake.pp-files fixes
git-svn-id: trunk@18041 -
2011-07-31 21:51:11 +00:00
joost
473df6f6f1 * Updated fpmake_add and fpmake_proc files, effectively added fcl-js and libogcfpc
git-svn-id: trunk@18040 -
2011-07-31 20:37:09 +00:00
marco
db05a07412 * Support for BOOLEAN and BIGINT in fcl-db tests, initial version, patch by Lacak2
git-svn-id: trunk@18039 -
2011-07-31 19:33:38 +00:00
marco
0fb5540d25 * Left over testsuite parts of Mantis #17108, patch by Lacak2
git-svn-id: trunk@18038 -
2011-07-31 19:25:32 +00:00