tom_at_work
9428c78d63
Pass OPT to compilation of fpmake.
...
Solves issues with systems that e.g. require special options for compilation of programs (e.g. libc programs to find libc startup code) or the actual build has been compiled with options that are incompatible with default ones.
Tested changes by building an i386-linux local build and i386-linux->arm-linux cross-builds
git-svn-id: trunk@22397 -
2012-09-15 23:41:44 +00:00
tom_at_work
7c56a9f34d
Revert r22080 because it prevents crosscompilation.
...
git-svn-id: trunk@22101 -
2012-08-16 21:24:47 +00:00
tom_at_work
7b6bcd315f
Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles.
...
git-svn-id: trunk@22080 -
2012-08-14 19:09:17 +00:00
pierre
1b3fd997fc
+ Regenerate all Makefiles's after adding x86_64 netbsd target
...
git-svn-id: trunk@21031 -
2012-04-24 23:15:18 +00:00
michael
fcb4bf4854
* Solved name conflict parser.inc is used in classes unit
...
git-svn-id: trunk@20880 -
2012-04-15 09:27:53 +00:00
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