Commit Graph

209 Commits

Author SHA1 Message Date
oro06
57f0809027 *wince : search path inc fcl/win added
git-svn-id: trunk@6316 -
2007-02-03 10:20:54 +00:00
Jonas Maebe
9adb91a68d + support for make -jX by marking all Makefiles that need to be executed
serially with .NOTPARALLEL:
   -> currently parallel: rtl/darwin, packages/base, packages/base/httpd,
      packages/extra/univint, fcl, utils

git-svn-id: trunk@6223 -
2007-01-27 11:05:18 +00:00
peter
3a46ab06a3 * symbian support
git-svn-id: trunk@6052 -
2007-01-18 20:24:44 +00:00
peter
125ed611b0 * fix uninitialzied buffers passed to setstring()
git-svn-id: trunk@6004 -
2007-01-16 19:17:01 +00:00
florian
ff40ed3264 * Makefiles regenerated
git-svn-id: trunk@5831 -
2007-01-06 21:08:19 +00:00
michael
9c77fdd18a * Added mode and ansistrings directives
git-svn-id: trunk@5597 -
2006-12-14 21:08:45 +00:00
michael
e0935d347a * Initial implementation
git-svn-id: trunk@5596 -
2006-12-14 21:07:49 +00:00
Jonas Maebe
cb1f52626e + added netdb dependency for uriparser unit
git-svn-id: trunk@5023 -
2006-10-26 00:01:03 +00:00
michael
90b916085a * Patch from Sergei Gorelkin:
- Full support for XML 1.1
  - Support for ISO-8859-1 input encoding (started support for any
    encoding, but went a bit wrong way. I should stick to using iconv,
    but for it I need second level of buffering, otherwise it's too
    slow).
  - Input buffering (can now read from non-seekable streams and
    TextFile's)
  - External entity loading, processing of default attributes and other
    stuff needed to comply with "non-validating parser" specification.

git-svn-id: trunk@5018 -
2006-10-24 12:22:00 +00:00
michael
fdc32bdcab - TDOMNode will delete itself from parent before destruction
- TDOMNamedNodeMap:
    added checking of NodeType of nodes being added;
    made sorted in order to speed up searching.
- Added TDOMEntityReference.CloneNode.

git-svn-id: trunk@5017 -
2006-10-24 12:21:11 +00:00
michael
55563d5a92 + Fixed XML compilation
git-svn-id: trunk@4993 -
2006-10-21 13:13:02 +00:00
marco
27e08edd76 * more fixing breakage caused by htmldefs mods
git-svn-id: trunk@4992 -
2006-10-21 12:02:19 +00:00
marco
2cb7566c23 * fixes
git-svn-id: trunk@4991 -
2006-10-21 11:57:23 +00:00
michael
ae29d531d6 + Added web interface
git-svn-id: trunk@4977 -
2006-10-19 19:08:00 +00:00
Vincent Snijders
5805677c3f * Patch from Sergei Gorelkin:
dom.pp:
- Removed unneeded TDOMNode.FNodeName/FNodeValue fields to reduce
memory requirements;
- finished TDOMElement.GetElementsByTagName;
- Implemented TDOMNode.TextContent property;
- Implemented attribute value normalization;
- Fixed TDOMNode.Normalize and TDOMNode.InsertBefore for fragments.
names.inc:
- rewritten in cross-platform way, added XML 1.1 data;
xmlwrite.pp:
- Added support for Unicode characters with code > 65535;
- Added writing TDOMDocumentType nodes;
- Fixed handling of end-of-lines contained in node content;
- Code cleaned up, so this unit is almost complete  :) 

git-svn-id: trunk@4775 -
2006-10-03 09:40:03 +00:00
Károly Balogh
705033284e + regenerated makefiles to support powerpc-amiga target
git-svn-id: trunk@4371 -
2006-08-06 12:28:28 +00:00
marco
f10da047d8 * endian thing fix I hope
git-svn-id: trunk@4015 -
2006-06-30 20:13:05 +00:00
michael
5f92ba07a6 * Patch from Sergei Gorelkin:
- xmlwrite.pp: Implemented built-in buffering with simultaneous UTF8
encoding, which made it faster about 3 times.
- dom.pp: Implemented a number of missing methods; wrote a skeleton for
namespace support (not working yet); implemented timestamping for
TDOMNodeList (so it is rebuilt only when underlying nodes are
changed). The complete list of changes is in 'FIX:' and 'DONE:'
comments in dom.pp itself.
- xmlread.pp: Numerous fixes in order to improve performance and comply with
the testsuite.

git-svn-id: trunk@3973 -
2006-06-27 09:04:09 +00:00
peter
85937fa706 * revert r3568, it generates infinite recursion
git-svn-id: trunk@3842 -
2006-06-11 10:03:02 +00:00
michael
f434360dd6 + More patches from Sergei Gorelkin.
git-svn-id: trunk@3824 -
2006-06-08 18:09:03 +00:00
michael
cf54b7f748 + Patch from Sergey Gorelkin to implement CR/LF folding and fix memory leaks
git-svn-id: trunk@3811 -
2006-06-05 17:21:07 +00:00
tom_at_work
2751c943fa * fixed compilation on big endian machines
git-svn-id: trunk@3798 -
2006-06-04 19:46:41 +00:00
michael
29a5f40758 + Use native lineending; Use Out instead of var to avoid warnings
git-svn-id: trunk@3784 -
2006-06-04 09:47:29 +00:00
michael
faf7cba799 * Some improvements by Sergei Gorelkin
- xmlread now detects encoding. (UTF8 and UTF16)
  - xmlread now uses single pass sequential reading mechanism
  - xmlwrite now uses a couple of classes, making it thread-safe
   

git-svn-id: trunk@3783 -
2006-06-04 09:27:38 +00:00
florian
6fa48a858a + fixed missing class directives, poped up after yesterdays changes
git-svn-id: trunk@3689 -
2006-05-27 08:33:23 +00:00
florian
1e3352a350 * TDOMNodeList.GetCount speed up from alexx, fixes #6891
git-svn-id: trunk@3568 -
2006-05-18 20:20:55 +00:00
marco
d111a69277 * 5059 and minimal optimisation
git-svn-id: trunk@3356 -
2006-04-29 13:51:13 +00:00
peter
cba7504dec * use -P for cross compile
* support libimp*.a

git-svn-id: trunk@3321 -
2006-04-23 18:53:29 +00:00
peter
323d6cf640 * use -O2 for 2.1.1 compilers
git-svn-id: trunk@2966 -
2006-03-19 11:19:43 +00:00
Jonas Maebe
f3ffa1400a * regenerated for new ppc release optimizer settings
git-svn-id: trunk@2943 -
2006-03-17 17:54:28 +00:00
Jonas Maebe
f868c80460 + i386-darwin support (use fpcmake from after 12 February 2006)
git-svn-id: trunk@2820 -
2006-03-09 15:26:49 +00:00
mazen
aeb162e4e1 + added target arm-palmos (please use an fpcmake later than 04 feb 2006 in future)
git-svn-id: trunk@2603 -
2006-02-15 22:05:04 +00:00
tom_at_work
a3295f379a * removed powerpc64/linux from SMARTLINKTARGETS. Takes way too much time without an internal binwriter.
* regenerated makefiles

git-svn-id: trunk@2546 -
2006-02-12 20:26:15 +00:00
mazen
bc18d6eb8a + added palmos support to makes files
+ added Makefile.fpc to palmos in rtl
+ added faked prt0 to plamos rtl

git-svn-id: trunk@2443 -
2006-02-05 19:22:12 +00:00
tom_at_work
453bb6d1c9 * removed libc package from build for every linux platform but i386 and x86-64 (libc is a x86 specific kylix compatibility library)
git-svn-id: trunk@2376 -
2006-01-29 17:49:42 +00:00
florian
b9a0e2ead2 * makefile again regenerated
git-svn-id: trunk@2280 -
2006-01-13 20:32:53 +00:00
florian
40290348bc * Makefiles regenerated
git-svn-id: trunk@2279 -
2006-01-13 19:49:25 +00:00
florian
30fc11e7ca * makefiles regenerated
git-svn-id: trunk@2260 -
2006-01-11 21:46:28 +00:00
tom_at_work
c3f678e8df * updated makefiles for ppc64/linux to allow successful snapshot building on that platform
git-svn-id: trunk@1975 -
2005-12-16 20:37:08 +00:00
tom_at_work
3502898ba3 * makefile updates after last changes for successful build on ppc64/linux
git-svn-id: trunk@1874 -
2005-12-04 13:07:37 +00:00
marco
f7f14e4dee * CROSSOPT support
git-svn-id: trunk@1798 -
2005-11-20 22:19:50 +00:00
tom_at_work
202236c6e0 * fpcmake.ini update which fixes glibc search path problems on PowerPC64
* makefile update

git-svn-id: trunk@1546 -
2005-10-20 16:56:40 +00:00
peter
5f5ec04279 * don't mix unsinged and signed
git-svn-id: trunk@1540 -
2005-10-20 06:08:35 +00:00
florian
5a29bbda0f * fixed copy&paste error (bug 4289)
git-svn-id: trunk@1483 -
2005-10-18 20:56:25 +00:00
Jonas Maebe
2dbdc474fd * use register variables when release-building for ppc (more or less doubles
performance for most programs)

git-svn-id: trunk@1383 -
2005-10-15 16:36:52 +00:00
tom_at_work
f7f0f9c426 * makefile adaption to be able to cycle compiler and RTL on PowerPC64 target
* some fixes for PowerPC64 target in the code generator and the RTL
* stabs generation for PowerPC64 is okay now (untested)

git-svn-id: trunk@1337 -
2005-10-08 15:48:39 +00:00
sg
050ce11677 * Some source cleanup
* Can only be used as component anymore (other constructors removed)
* New properties: UseEscaping, StartEmpty, RootName

git-svn-id: trunk@896 -
2005-08-16 13:18:14 +00:00
florian
8602390d46 * Makefiles regenerated to propagate -Ur change of fpcmake
git-svn-id: trunk@844 -
2005-08-10 21:55:57 +00:00
marco
53dad79aaf * fix for 4264
git-svn-id: trunk@824 -
2005-08-08 09:02:32 +00:00
michael
cc4818be26 + initial implementation of new fpmake compile tools
git-svn-id: trunk@435 -
2005-06-17 16:53:18 +00:00