Log of /xerces/c/trunk/configure.ac
Parent Directory
|
Revision Log
Revision
808881 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 28 13:21:24 2009 UTC
(2 months, 3 weeks ago)
by
amassari
File length: 16922 byte(s)
Diff to
previous 808072
(
colored)
The test to detect if the CPU was SSE2-enabled using __get_cpuid was reversed; configure.ac was testing for the presence of emmintrin.h before detecting which compiler option turned on SSE2, and the header cannot be used until that switch has been set
Revision
800703 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 4 08:55:01 2009 UTC
(3 months, 3 weeks ago)
by
amassari
File length: 11683 byte(s)
Diff to
previous 743026
(
colored)
Add an autoconf test to verify if the compiler supports the matching operator delete (XERCESC-1380)
Revision
636715 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 13 11:25:28 2008 UTC
(20 months, 1 week ago)
by
jasons
File length: 9623 byte(s)
Diff to
previous 635226
(
colored)
removing swig from the list of automatically built sudirectories, and instead adding swig/Makefile to the list of config files generated by autoconf
Revision
631983 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 28 14:30:15 2008 UTC
(20 months, 3 weeks ago)
by
borisk
File length: 10471 byte(s)
Diff to
previous 630254
(
colored)
Get rid of automake convenience libraries. Link messages for the ICU message loader directly into libxerces-c instead of a separate library.
Revision
630254 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 22 17:14:49 2008 UTC
(21 months ago)
by
borisk
File length: 10307 byte(s)
Diff to
previous 612452
(
colored)
Make inmemory and socket default message loader and net accessor, respectively. Add --disable-network option to build without network support.
Revision
610307 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 9 08:49:14 2008 UTC
(22 months, 2 weeks ago)
by
amassari
File length: 10344 byte(s)
Diff to
previous 608927
(
colored)
The default way to check for mbrlen, wcsrtombs and mbsrtowcs reported a false positive on HP-UX with gcc
Revision
494926 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 10 18:51:29 2007 UTC
(2 years, 10 months ago)
by
amassari
File length: 7822 byte(s)
Diff to
previous 478153
(
colored)
Win32Transcoder defines wcsupr, wcslwr, wcsicmp and wcsnicmp if they are not available (e.g. on Cygwin)
Revision
466137 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 20 15:04:20 2006 UTC
(3 years, 1 month ago)
by
amassari
File length: 7274 byte(s)
Diff to
previous 454647
(
colored)
Enable IPv6 addresses by using getaddrinfo when available [based on a patch by Ramanjaneyulu Malisetti]
Revision
454355 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 9 12:34:13 2006 UTC
(3 years, 1 month ago)
by
amassari
File length: 7135 byte(s)
Diff to
previous 451686
(
colored)
- Moved required autoconf version to 2.60
- Changed folder for compatibility routines from xerces/compat to lib
- Added /GX to the compiler switches of MSVC when used on Cygwin
- If the platform uses the Windows SDK, detect if it requires XMLCh to be defined as wchar_t
Revision
418988 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 4 11:57:03 2006 UTC
(3 years, 4 months ago)
by
amassari
File length: 5846 byte(s)
Diff to
previous 410287
(
colored)
Removed usage of MB_CUR_MAX from iconv transcoder; if the block-oriented APIs are available, use them (jira# 1444, patch by Axel Weiss)
Revision
410264 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 30 12:51:18 2006 UTC
(3 years, 5 months ago)
by
amassari
File length: 5828 byte(s)
Diff to
previous 408962
(
colored)
When using SunPro compiler, define XERCES_PLATFOMR_EXPORT to be __declspec(dllexport), or the shared library will have no symbols
Revision
190036 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 10 23:46:21 2005 UTC
(4 years, 5 months ago)
by
jberry
Original Path:
xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 5401 byte(s)
Diff to
previous 189507
(
colored)
Eliminate need for a configuration-time check for endianness. That, once again,
is a problem where we want to generate multi-architecture binaries, since we
need to be able to configure once, and compile multiple times.
Generate a new bool XMLPlatformUtils::fgXMLChBigEndian. This is true if an
XMLCh is big endian. I changed all other references to the previous Xerces
endian flags ENDIANMODE_BIG and ENDIANMODE_LITTLE to use this runtime variable,
which is set algorithmically at platform init time.
Revision
188798 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 7 15:35:37 2005 UTC
(4 years, 5 months ago)
by
jberry
Original Path:
xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 5995 byte(s)
Diff to
previous 179466
(
colored)
Make some changes in order to better support multi-architecture binaries.
To accomplish this, we need to be able to configure once, and compile multiple
times (once for each architecture). So our checks in configure should, ideally,
be environment-specific, rather than architecture-specific.
In line with this, I modified tests for the integer type selection to look
first for standard types defined by the compiler/environment that give us the
information we need. We first look for (and use, if possible) uint16_t,
for instance, rather than checking whether the size of an integer is 2 bytes.
So as long as the compiler environment knows how to supply the appropriate type,
we don't care that an integer might be 2 bytes on one architecture, and 4 in
another. We can accomodate the build of a mixed architecture binary that might
include both. (Theoretically...)
Revision
178873 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat May 28 16:58:11 2005 UTC
(4 years, 5 months ago)
by
jberry
Original Path:
xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6072 byte(s)
Diff to
previous 178830
(
colored)
Add default support for prettier make output, inspired by Axel Weis.
- New configure option --enable-pretty-make=yes or --disable-pretty-make
will turn it on or off at configure time.
- If it's been configured on, you may temporarilly override it at run
time with "make VERBOSE=1". This is almost the same as the default, though
a is a bit more quiet.
Revision
178746 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 27 05:02:43 2005 UTC
(4 years, 6 months ago)
by
jberry
Original Path:
xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6085 byte(s)
Diff to
previous 178724
(
colored)
Rename x_config.h as xerces_hdr_config.h. This is the file that carries
configuration information that's safe for exposure through public headers.
config.h, the main autoconf-generated config file has more data, but it
may clash with other packages the user is using, so we don't expose it
through Xerces headers.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.