Commit Graph

84 Commits

Author SHA1 Message Date
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