/[Apache-SVN]/xerces/c/trunk/configure.ac
ViewVC logotype

Log of /xerces/c/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 834536 - (view) (annotate) - [select for diffs]
Modified Tue Nov 10 16:42:10 2009 UTC (2 weeks ago) by amassari
File length: 16852 byte(s)
Diff to previous 830158 (colored)
As we now generate source files for the ICU message loader, use standard automake code

Revision 830158 - (view) (annotate) - [select for diffs]
Modified Tue Oct 27 12:59:02 2009 UTC (4 weeks ago) by borisk
File length: 16922 byte(s)
Diff to previous 808881 (colored)
Change version to 3.1.0.

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 808072 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 16:01:20 2009 UTC (2 months, 4 weeks ago) by amassari
File length: 15931 byte(s)
Diff to previous 801343 (colored)
Use SSE2 instructions to speed up bit operations used in schema validation with large maxOccurs

Revision 801343 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 18:02:31 2009 UTC (3 months, 2 weeks ago) by amassari
File length: 12803 byte(s)
Diff to previous 801335 (colored)
Fixed syntax error in test program

Revision 801335 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 17:49:53 2009 UTC (3 months, 2 weeks ago) by amassari
File length: 12802 byte(s)
Diff to previous 801299 (colored)
On Linux, iconv requires char*; on Solaris, const char*. Use autoconf to pick the correct code

Revision 801299 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:54:22 2009 UTC (3 months, 2 weeks ago) by amassari
File length: 11717 byte(s)
Diff to previous 800703 (colored)
Allow GNUiconv to be compiled on Solaris (XERCESC-1856)

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 743026 - (view) (annotate) - [select for diffs]
Modified Tue Feb 10 17:37:09 2009 UTC (9 months, 1 week ago) by borisk
File length: 10487 byte(s)
Diff to previous 695767 (colored)
Add --disable-rpath configure option.

Revision 695767 - (view) (annotate) - [select for diffs]
Modified Tue Sep 16 08:35:53 2008 UTC (14 months, 1 week ago) by borisk
File length: 9894 byte(s)
Diff to previous 678145 (colored)
Add support for generating pkgconfig file. Patch by Jay Berkenbilt (XERCESC-1824).

Revision 678145 - (view) (annotate) - [select for diffs]
Modified Sat Jul 19 12:10:43 2008 UTC (16 months ago) by borisk
File length: 9590 byte(s)
Diff to previous 651232 (colored)
In help, use --disable-* form for options that are enabled by default.

Revision 651232 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 12:08:48 2008 UTC (19 months ago) by jasons
File length: 9590 byte(s)
Copied from: xerces/c/trunk/configure.ac revision 638001
Diff to previous 638001 (colored)
 r5819@jackal:  jasons | 2008-04-24 17:38:29 +0530
 removing swig

Revision 638001 - (view) (annotate) - [select for diffs]
Modified Mon Mar 17 18:18:55 2008 UTC (20 months, 1 week ago) by jasons
File length: 9661 byte(s)
Diff to previous 636715 (colored)
added swig/util/Makefile

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 635226 - (view) (annotate) - [select for diffs]
Modified Sun Mar 9 12:04:39 2008 UTC (20 months, 2 weeks ago) by borisk
File length: 9590 byte(s)
Diff to previous 634591 (colored)
Get rid of atomic operations

Revision 634591 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 09:09:41 2008 UTC (20 months, 2 weeks ago) by borisk
File length: 9667 byte(s)
Diff to previous 634239 (colored)
Various build system fixes

Revision 634239 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 12:12:21 2008 UTC (20 months, 2 weeks ago) by borisk
File length: 9664 byte(s)
Diff to previous 631983 (colored)
Get rid of unreliable tests. Users should use environment variables instead.

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 612452 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 13:42:36 2008 UTC (22 months, 1 week ago) by amassari
File length: 10463 byte(s)
Diff to previous 610307 (colored)
'make dist' packages all the sources needed to compile Xerces

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 608927 - (view) (annotate) - [select for diffs]
Modified Fri Jan 4 17:20:29 2008 UTC (22 months, 3 weeks ago) by amassari
File length: 8277 byte(s)
Diff to previous 608862 (colored)
Add declaration for abs_top_builddir and abs_top_srcdir, as only automake 1.10 defines them

Revision 608862 - (view) (annotate) - [select for diffs]
Modified Fri Jan 4 14:34:14 2008 UTC (22 months, 3 weeks ago) by amassari
File length: 8169 byte(s)
Diff to previous 558723 (colored)
Run the sanity tests as part of "make check"

Revision 558723 - (view) (annotate) - [select for diffs]
Modified Mon Jul 23 13:40:18 2007 UTC (2 years, 4 months ago) by amassari
File length: 8076 byte(s)
Diff to previous 556955 (colored)
Build the iconv catalog file

Revision 556955 - (view) (annotate) - [select for diffs]
Modified Tue Jul 17 16:11:27 2007 UTC (2 years, 4 months ago) by amassari
File length: 8028 byte(s)
Diff to previous 504184 (colored)
GNUIconv should not look at APP_NO_THREADS, and look at where endian.h is located (XERCESC-1709)

Revision 504184 - (view) (annotate) - [select for diffs]
Modified Tue Feb 6 16:04:17 2007 UTC (2 years, 9 months ago) by amassari
File length: 7899 byte(s)
Diff to previous 494926 (colored)
Add test to verify that AR has been found

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 478153 - (view) (annotate) - [select for diffs]
Modified Wed Nov 22 13:07:01 2006 UTC (3 years ago) by amassari
File length: 7781 byte(s)
Diff to previous 469114 (colored)
Update license header as per http://www.apache.org/legal/src-headers.html

Revision 469114 - (view) (annotate) - [select for diffs]
Modified Mon Oct 30 10:54:31 2006 UTC (3 years ago) by jasons
File length: 7596 byte(s)
Diff to previous 467302 (colored)
adding swig/Makefile support

Revision 467302 - (view) (annotate) - [select for diffs]
Modified Tue Oct 24 10:45:35 2006 UTC (3 years, 1 month ago) by amassari
File length: 7582 byte(s)
Diff to previous 466137 (colored)
Added report at the end of configure

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 454647 - (view) (annotate) - [select for diffs]
Modified Tue Oct 10 07:07:17 2006 UTC (3 years, 1 month ago) by amassari
File length: 7266 byte(s)
Diff to previous 454355 (colored)
If configure decides that XMLCh has to be mapped to wchar_t, include <wchar.h>

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 451686 - (view) (annotate) - [select for diffs]
Modified Sat Sep 30 22:16:04 2006 UTC (3 years, 1 month ago) by amassari
File length: 6120 byte(s)
Diff to previous 437704 (colored)
If the compiler is MSVC or Forte, and the user didn't specify a linker, set a reasonable value

Revision 437704 - (view) (annotate) - [select for diffs]
Modified Mon Aug 28 13:40:09 2006 UTC (3 years, 2 months ago) by amassari
File length: 5828 byte(s)
Diff to previous 418988 (colored)
Replacement function for iswspace is no more needed

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 410287 - (view) (annotate) - [select for diffs]
Modified Tue May 30 13:58:34 2006 UTC (3 years, 5 months ago) by amassari
File length: 5813 byte(s)
Diff to previous 410264 (colored)
Check for SUNPRO_C instead of SUNPRO_CC

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 408962 - (view) (annotate) - [select for diffs]
Modified Tue May 23 16:58:34 2006 UTC (3 years, 6 months ago) by jberry
File length: 5490 byte(s)
Diff to previous 405055 (colored)
reconfigure

Revision 405055 - (view) (annotate) - [select for diffs]
Modified Mon May 8 13:52:12 2006 UTC (3 years, 6 months ago) by amassari
File length: 5487 byte(s)
Diff to previous 190921 (colored)
When the ICU MsgLoader is used, build the XercesMessage library

Revision 190921 - (view) (annotate) - [select for diffs]
Modified Thu Jun 16 14:18:12 2005 UTC (4 years, 5 months ago) by jberry
File length: 5401 byte(s)
Copied from: xerces/c/branches/jberry/3.0-unstable/configure.ac revision 190540
Diff to previous 190036 (colored)
Merge all changes from branches/jberry/3.0-unstable -r 178442:190861 to trunk.

With this merge, further development of Xerces 3.0 will occur on trunk, and
the jberry/3.0-unstable trunk will become defunct and will soon be deleted
altogether.



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 189507 - (view) (annotate) - [select for diffs]
Modified Wed Jun 8 03:14:28 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 5418 byte(s)
Diff to previous 189501 (colored)
Remove commented-out code

Revision 189501 - (view) (annotate) - [select for diffs]
Modified Wed Jun 8 02:58:30 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 5495 byte(s)
Diff to previous 189462 (colored)
Try to enable socket on Solaris, w/Greg Franks

Revision 189462 - (view) (annotate) - [select for diffs]
Modified Tue Jun 7 22:33:38 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 5437 byte(s)
Diff to previous 188814 (colored)
Add autoconf support for configuring path delimiter characters

Revision 188814 - (view) (annotate) - [select for diffs]
Modified Tue Jun 7 16:52:45 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6001 byte(s)
Diff to previous 188798 (colored)
Check for inttypes.h, rather than stdint.h. inttypes.h is spec'd to include
stdint.h, and inttypes.h is more prevelant than stdint.h.


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 179466 - (view) (annotate) - [select for diffs]
Modified Wed Jun 1 23:56:05 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6263 byte(s)
Diff to previous 179057 (colored)
Add some more changes to help building under windows with as both static and dll -- I hope.

Revision 179057 - (view) (annotate) - [select for diffs]
Modified Mon May 30 14:11:49 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6242 byte(s)
Diff to previous 178963 (colored)
Update versioning

Revision 178963 - (view) (annotate) - [select for diffs]
Modified Sun May 29 15:05:52 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6243 byte(s)
Diff to previous 178960 (colored)
Rename Xerces_autoconf_config.h --> Xerces_autoconf_config.hpp since it's cpp. Just trying to confuse you...

Revision 178960 - (view) (annotate) - [select for diffs]
Modified Sun May 29 14:54:23 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6241 byte(s)
Diff to previous 178954 (colored)
Rename Xerces_hdr_config.h to Xerces_autoconf_config.h. This file is
now included only on an autoconf platform. XercesDefs.h decides whether
to use this autoconf config or another config specific to the platform.


Revision 178954 - (view) (annotate) - [select for diffs]
Modified Sun May 29 14:40:39 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6236 byte(s)
Diff to previous 178951 (colored)
Move xerces_hdr_config.h to src/xercesc/util

Revision 178951 - (view) (annotate) - [select for diffs]
Modified Sun May 29 14:24:10 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6219 byte(s)
Diff to previous 178873 (colored)
Misc include and make issues; patch from Axel Weis.

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 178830 - (view) (annotate) - [select for diffs]
Modified Fri May 27 22:22:04 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6052 byte(s)
Diff to previous 178811 (colored)
Add Makefile for samples directory

Revision 178811 - (view) (annotate) - [select for diffs]
Modified Fri May 27 18:45:39 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6035 byte(s)
Diff to previous 178765 (colored)
Move generated .o files back into hierarchy next to srcs, rather than at root of Makefile, at least for now... ;)

Revision 178765 - (view) (annotate) - [select for diffs]
Modified Fri May 27 07:42:06 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6020 byte(s)
Diff to previous 178748 (colored)
Add keyword and eol props

Revision 178748 - (view) (annotate) - [select for diffs]
Modified Fri May 27 05:17:46 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6070 byte(s)
Diff to previous 178746 (colored)
Store build-objects in top-level src directory, not with sources.

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.


Revision 178724 - (view) (annotate) - [select for diffs]
Modified Fri May 27 01:20:56 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6076 byte(s)
Diff to previous 178716 (colored)
Do a better job of figuring out how to link against pthreads

Revision 178716 - (view) (annotate) - [select for diffs]
Modified Fri May 27 00:14:53 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6063 byte(s)
Diff to previous 178715 (colored)
Tweaks to configure for iconv selection

Revision 178715 - (view) (annotate) - [select for diffs]
Modified Fri May 27 00:10:16 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6030 byte(s)
Diff to previous 178551 (colored)
Add some more replacement routines to library for Iconv on FreeBSD

Revision 178551 - (view) (annotate) - [select for diffs]
Modified Wed May 25 23:35:17 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 6003 byte(s)
Diff to previous 178446 (colored)
Begin work on refactoring of platform class.


Revision 178446 - (view) (annotate) - [select for diffs]
Added Wed May 25 14:36:02 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/configure.ac
File length: 5790 byte(s)
Addition of initial autoconf support on 3.0-unstable branch.


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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2