Commit Graph

154 Commits

Author SHA1 Message Date
Jonas Maebe
44bd889b9b * regenerated Makefiles with AIX support
git-svn-id: trunk@20812 -
2012-04-11 18:03:57 +00:00
pierre
2c4d8cc9d9 Add x86_64-openbsd target in Makefiles
git-svn-id: trunk@20723 -
2012-04-06 16:49:08 +00:00
pierre
5501cc7b2b * Fix file warnings for win32
git-svn-id: trunk@20420 -
2012-02-23 23:21:19 +00:00
joost
7c9b93dd91 * Set for which targets these packages have to be compiled for
git-svn-id: trunk@20191 -
2012-01-29 10:41:02 +00:00
joost
babadd73a9 * Package is named libxml2, not xml2
git-svn-id: trunk@20175 -
2012-01-25 16:07:07 +00:00
joost
76fb845f4a * Re-generated makefile. It contained an invalid package name for some reason
git-svn-id: trunk@20117 -
2012-01-19 21:23:00 +00:00
joost
ac799e43ed * Do not pass -Fisrc to the compiler, fixes compiling with rtl compiled without -Ur
git-svn-id: trunk@20116 -
2012-01-19 21:11:03 +00:00
joost
3713cf0d97 * Fixed installation of examples for several packages compiled by fpmake
git-svn-id: trunk@20074 -
2012-01-14 12:42:35 +00:00
joost
f1405b03fa * Converted more packages to fpmake building
git-svn-id: trunk@20068 -
2012-01-13 22:41:43 +00:00
florian
9426cac1b0 * rebuilt Makefiles
git-svn-id: trunk@19748 -
2011-12-04 15:34:01 +00:00
paul
1f129cfee0 packages: replace UTF8String to AnsiString at least for now.
git-svn-id: trunk@19134 -
2011-09-17 16:08:24 +00:00
pierre
1c2a5f9819 + Update all Makefile's modified by
change in utils/fpcm/fpcmake.ini in prevous commit.

  Adapt also other files to that change:

  * compiler/globals.pas: Replace $FPCTARGET by os_string if
  tf_use_8_3 flag is set for target_info also.

  * tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way
  as TARGETSUFFIX was modified in previous commit.

  * tests/utils/dotest.pp:
    + New variable UseOSOnly, set to true if only target OS name
    should be used for subdirectories.

git-svn-id: trunk@18228 -
2011-08-16 20:10:19 +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
ivost
ef814d4d3e * added ansistring (UTF8String) parser functions (before there was just PChar support)
git-svn-id: trunk@16953 -
2011-02-20 18:14:24 +00:00
ivost
b31c87a134 * fixed bug with xmlxsdparser.pas (typo). It was introduced by r16873
git-svn-id: trunk@16878 -
2011-02-04 19:26:48 +00:00
ivost
7e3edc48d8 * completed unimplemented timezone functions
git-svn-id: trunk@16873 -
2011-02-03 15:34:10 +00:00
ivost
3d8df4fd92 * added CDATA xsd helper function: xsdNewChildCData
git-svn-id: trunk@16872 -
2011-02-03 13:29:25 +00:00
ivost
97e700bbcc * enhanced date/time parser
git-svn-id: trunk@16752 -
2011-01-11 23:47:16 +00:00
ivost
1a66fb6f9b * splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pas
* now it's possible to use the xsd type parser without using libxml2

git-svn-id: trunk@16751 -
2011-01-11 23:09:00 +00:00
mazen
b127fc154a * Fixed spell error revealed by lintian.
git-svn-id: trunk@16094 -
2010-10-06 20:33:57 +00:00
Jonas Maebe
8b0301409a + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
later: the same as i386/darwin, except
      a) uses the non-fragile Objective-C ABI/runtime
      b) does not require stubs for direct calls/jumps (not required for
         i386/darwin under 10.6 and later either, but still generated
         there for backwards compatibility)
      c) only the same packages are enabled as for ARM/Darwin
      d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
    This target also defines the symbol "darwin" apart from the target
    name "iphonesim" for source code compatibility reasons.

git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
florian
fbdb939c2e * regenerated with up-to-date fpcmake
git-svn-id: trunk@15955 -
2010-09-09 08:42:48 +00:00
michael
9a60cc661d * Remove src as include dir, causes conflict with parser.inc of classes unit
git-svn-id: trunk@15666 -
2010-07-30 09:54:55 +00:00
ivost
c57dd2785e * added support for xsd:base64Binary xml datatype
* TStream to String encoder
* String to TStream decoder

git-svn-id: trunk@15619 -
2010-07-20 14:16:28 +00:00
joost
395f1bccb7 * fpmake.pp fixes
git-svn-id: trunk@15183 -
2010-04-26 15:15:45 +00:00
ivost
2ddd53efc8 * fxied xsdTryParseStringLower (SetLength allocated a string but then append char was used -> resulted in leading zeros)
* optimized xsdTryParseStringLower
* optimized xsdTryParseString

git-svn-id: trunk@14968 -
2010-03-03 18:54:46 +00:00
ivost
7ef7aea4b0 * added new function xsdParseStringLower that parse any string and convert it to lower case
git-svn-id: trunk@14924 -
2010-02-19 11:30:45 +00:00
ivost
c7db625bd0 * SetOnCompare didn't assign AValue to FOnCompare when Count was 0
git-svn-id: trunk@14921 -
2010-02-17 23:56:11 +00:00
pierre
55cffbef12 * Update Makefiles
git-svn-id: trunk@14385 -
2009-12-10 08:36:52 +00:00
ivost
6941020524 * fixed bug in xsdTryParseBoolean (segfault on null string)
git-svn-id: trunk@14215 -
2009-11-19 11:33:03 +00:00
ivost
656f122bef * fixed bug in float parser
git-svn-id: trunk@14210 -
2009-11-18 11:47:31 +00:00
ivost
f5ecc64f00 * fixed libxml2 examples (removed BAD_CAST)
git-svn-id: trunk@14127 -
2009-11-09 21:16:25 +00:00
ivost
c1baa643db * added more highspeed string parsing functions
git-svn-id: trunk@14126 -
2009-11-09 20:44:10 +00:00
ivost
d111f9220d * be more verbose on exceptions
git-svn-id: trunk@14119 -
2009-11-09 01:01:20 +00:00
ivost
0b57ceef21 * implemented highspeed str to float (xml schema types)
git-svn-id: trunk@14113 -
2009-11-08 13:17:27 +00:00
ivost
b9eb513791 * enhanced xml schema datatype parsers (booltostr is twice as fast)
git-svn-id: trunk@14112 -
2009-11-08 12:38:44 +00:00
ivost
ceff25fd3d * enhanced xml schema type parsers
git-svn-id: trunk@14104 -
2009-11-08 01:50:48 +00:00
ivost
d56dccfe47 * added XML_SAX2_MAGIC constant
git-svn-id: trunk@14056 -
2009-11-04 17:34:38 +00:00
ivost
ff6f8675a3 * fixed wrong type
git-svn-id: trunk@14039 -
2009-11-04 11:11:09 +00:00
ivost
b2cb314868 * fixed bug in timezone to string conversion
git-svn-id: trunk@13849 -
2009-10-12 10:15:04 +00:00
Jonas Maebe
847354fe10 * Makefiles version 2.5.1
git-svn-id: trunk@13533 -
2009-08-13 21:21:28 +00:00
Jonas Maebe
e246cac3ac * regenerated using latest fpcmake
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +00:00
ivost
746200eb49 * fixed windows version of libxml2 headers
git-svn-id: trunk@13261 -
2009-06-11 20:42:36 +00:00
mazen
f7ec6481cf * Source code and XLM files could not be executable.
git-svn-id: trunk@13154 -
2009-05-16 13:15:48 +00:00
ivost
819e7d0913 fixed bug: xsdTryNextString returned allways true
git-svn-id: trunk@12937 -
2009-03-21 11:34:44 +00:00
ivost
e9928658b5 * added namespace testing function
git-svn-id: trunk@12936 -
2009-03-21 11:06:07 +00:00
ivost
d2f7122bcb * added new function for xsd enumerated types parsing to xmlxsd lib
git-svn-id: trunk@12811 -
2009-02-27 17:37:16 +00:00
ivost
58bbbf1656 * added new function to xmlxsd library
git-svn-id: trunk@12804 -
2009-02-26 23:27:51 +00:00
ivost
5738d9ab55 * added new xml node reader functions
git-svn-id: trunk@12798 -
2009-02-26 00:28:44 +00:00
ivost
8a253dde71 * added more try functions (don't throw exceptions)
git-svn-id: trunk@12796 -
2009-02-25 22:18:32 +00:00
ivost
7798d6a265 * added new xsd types and reniced some implementations (integer parsers, date/time parsers, etc...)
git-svn-id: trunk@12793 -
2009-02-25 21:22:39 +00:00
ivost
c9bcb0fb66 * fixed xsd:date, xsd:time and xsd:dateTime parsers in xsd helper library
git-svn-id: trunk@12788 -
2009-02-24 23:23:00 +00:00
ivost
bc2aeb2997 * extended libxml2 xsd helper functions
git-svn-id: trunk@12785 -
2009-02-24 19:28:25 +00:00
ivost
ce01f1d47e * added more xsd helper functions
git-svn-id: trunk@12784 -
2009-02-24 12:59:12 +00:00
ivost
452d2b5fee * updated error message
git-svn-id: trunk@12695 -
2009-02-06 17:00:32 +00:00
ivost
555d72a37b * fixed library name (typo)
git-svn-id: trunk@12694 -
2009-02-06 16:58:06 +00:00
marco
57e65411ad * fix for libxml2xml
git-svn-id: trunk@12689 -
2009-02-05 21:38:17 +00:00
ivost
3f7f4a9ddf * accidentially disabled usage of windows unit
git-svn-id: trunk@12688 -
2009-02-05 17:13:28 +00:00
ivost
2730c5f705 * made libxml2 headers Lazarus "Codetools" compatible
* prepeared headers for dynamic loading (not enabled right now)

git-svn-id: trunk@12678 -
2009-02-03 20:46:24 +00:00
ivost
8a9541b648 * removed individual size_t from xml2 package, using csize_t now
git-svn-id: trunk@12604 -
2009-01-26 13:16:51 +00:00
ivost
6c7c28c5f2 * fixed name of libxml2, it's called now xml2. This way it follows the rules of the other libs in packages
* tried to fix the samples (still some problems)

git-svn-id: trunk@12587 -
2009-01-24 01:40:17 +00:00
ivost
3d8388fd22 * fixed the varargs warnings of libxml2
git-svn-id: trunk@12544 -
2009-01-13 15:36:17 +00:00
ivost
68cbf05171 * added overloaded functions of xsdNewPropDateTime, xsdNewPropDate, xdsNewPropTime, xsdNewChildDateTime
git-svn-id: trunk@12542 -
2009-01-11 23:35:46 +00:00
ivost
490167ba16 * extended xsdFormatBoolean to write either 0/1 or false/true
git-svn-id: trunk@12541 -
2009-01-11 17:09:58 +00:00
ivost
2295667674 * added a := operator from String to xmlCharPtr
git-svn-id: trunk@12537 -
2009-01-11 00:17:02 +00:00
ivost
8a7a611086 * added more libxml2 xsd helper functions
git-svn-id: trunk@12523 -
2009-01-06 22:46:00 +00:00
ivost
9cd16a4801 * fixed bug in libxml2 headers. xmlXPathCompiledEval returned wrong type.
git-svn-id: trunk@12521 -
2009-01-06 16:37:59 +00:00
ivost
c1d518f27c * removed some obsolete functions, fixed parser functions
git-svn-id: trunk@12520 -
2009-01-06 14:51:55 +00:00
ivost
1d052e3639 * extended xsd helper functions for libxml2
git-svn-id: trunk@12519 -
2009-01-06 14:16:40 +00:00
ivost
cb8c685785 * added my name to libxml2 header files (better for bug reports)
git-svn-id: trunk@12499 -
2009-01-04 01:52:44 +00:00
marco
1295c499c9 * More fpmake fixes. Exampledirs and includefiles mostly fixed for these.
gdbint moves two examples from src to exampledir + makefile fix.

git-svn-id: trunk@11949 -
2008-10-22 22:08:05 +00:00
marco
e5db5e4aa8 * regened makefiles to propagate makefile versions
git-svn-id: trunk@11947 -
2008-10-22 17:32:15 +00:00
marco
3591d54f24 * updated all makefile.fpc versions to 2.2.2 for fppkg compat.
git-svn-id: trunk@11945 -
2008-10-22 17:19:13 +00:00
peter
7b188a6a0e * reset version to latest release: 2.2.2-0
git-svn-id: trunk@11907 -
2008-10-17 18:36:45 +00:00
ivost
cf3fc4bd77 * added several new helper functions to libxml2 (xmlxsd.pas)
git-svn-id: trunk@11796 -
2008-09-16 22:35:57 +00:00
ivost
40ad72f8da * extended libxml2
* xmlCharPtr is no longer compatible to pchar (use BAD_CAST to cast instead)
* fixed bugs

git-svn-id: trunk@11792 -
2008-09-16 10:32:43 +00:00
ivost
16225a3653 * reverted usage of ctypes.size_t in libxml2
git-svn-id: trunk@11787 -
2008-09-14 20:59:20 +00:00
ivost
2439dbd5a6 * added unixtype unit in addition to baseunix unit (currently baseunix contains all types of unixtype)
git-svn-id: trunk@11782 -
2008-09-14 18:54:55 +00:00
ivost
b4be847639 * fixed libxml2 for linux
git-svn-id: trunk@11760 -
2008-09-13 10:30:53 +00:00
ivost
2e1f993232 * enabled libxml2 for win32 (hope it's still working for linux)
git-svn-id: trunk@11753 -
2008-09-13 00:27:27 +00:00
ivost
6ba813b261 * added {H+} to enable ansistring inside libxml2
git-svn-id: trunk@11744 -
2008-09-10 21:04:11 +00:00
ivost
84fb9f1025 * fixed bug in libxml2
* added AnsiString version of BAD_CAST macro

git-svn-id: trunk@11742 -
2008-09-10 21:02:41 +00:00
ivost
5eb4081bc0 * fixed bug in libxml2 tree.inc
* added new xsd helper functions

git-svn-id: trunk@11655 -
2008-08-25 22:19:48 +00:00
ivost
01dc3a0e12 * xmlxsd helper unit
* removed csrc from libxml directory

git-svn-id: trunk@11654 -
2008-08-25 21:14:23 +00:00
ivost
d392b8de35 * updates for libxml2
* disabled legacy mode in libxml2 headers

git-svn-id: trunk@11646 -
2008-08-25 09:47:09 +00:00
ivost
510e22e898 * new libxml2 samples
git-svn-id: trunk@11634 -
2008-08-22 22:06:19 +00:00
ivost
52666b1dc0 * new libxml2 sample
git-svn-id: trunk@11633 -
2008-08-22 21:15:51 +00:00
ivost
e15b2039cb * fixed sample io1.pas
git-svn-id: trunk@11632 -
2008-08-22 20:39:41 +00:00
ivost
29295df972 * add new libxml sample
git-svn-id: trunk@11631 -
2008-08-22 20:10:53 +00:00
ivost
128a857e82 * adding more samples
git-svn-id: trunk@11630 -
2008-08-22 20:08:44 +00:00
ivost
77cf5bff6b * libxml2 translation alsmost finished
git-svn-id: trunk@11585 -
2008-08-15 20:38:21 +00:00
ivost
fe9092be31 * progress on libxml2 translation
git-svn-id: trunk@11583 -
2008-08-15 09:56:06 +00:00
ivost
cd9cb036b9 * progress on libxml2 translation
git-svn-id: trunk@11582 -
2008-08-14 19:46:02 +00:00
ivost
81ff2df54d * progress on libxml2 translation
git-svn-id: trunk@11572 -
2008-08-14 10:59:12 +00:00
ivost
922fa49bb9 * progress on libxml2 translation
git-svn-id: trunk@11568 -
2008-08-14 09:49:08 +00:00
ivost
4aee6550d8 * progress in libxml2 translation
git-svn-id: trunk@11565 -
2008-08-13 19:38:58 +00:00
ivost
d951ad5408 * new translated include files
git-svn-id: trunk@11538 -
2008-08-07 22:26:52 +00:00
ivost
62d71b77b5 * removed deprecated include file
git-svn-id: trunk@11536 -
2008-08-07 16:38:24 +00:00
ivost
fd2b09c12c * included libxml2 examples into build tree
git-svn-id: trunk@11533 -
2008-08-07 12:11:32 +00:00