Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Rework the way we search for and detect the ICU and libcurl libraries (XERCESC-1892).
Allow GNUiconv to be compiled on Solaris (XERCESC-1856)
Allow platform with machine/endian.h to select the GNUiconv transcoder
Allow use of the Windows transcoder and net accessor on Cygwin but only if the user explicitly asks for it.
Use character literals instead of ranges; tr on Solaris does not understand ranges.
Cygwin is a POSIX emulation layer so use POSIX file manager, transcoder, path delimiter, and net accessor. Still using Windows mutex manager because of the problem in Cygwin pthread emulation.
Set ICU_CXXFLAGS for all files, not just the ICU transcoder, so that special cased code for ICU such as that in RangeToken.cpp, will not break for lack of these flags.
Give priority to Windows transcoder and Mac netaccessor; cygwin can use the Windows transcoder
Resolve XERCESC-1595. - Adds compatibility with non-POSIX old System-V tr implementations by using [] to delimite character ranges. This works since in the case of translation, the [ and ] characters are simply translated to themselves by the POSIX tr. Thanks to Scott Cantor for the report.
Enable selection of the GNU iconv transcoder
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.
Neaten up a bit of m4 code
configure can now pick pieces from Windows environments
small tweaks to explanations
Cleanups to autoconf output. Thanks to Axel Weis.
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.
Added libs must be added globally, not just for the specific convenience library
space
Add keyword and eol props
Tweaks to configure for iconv selection
Tuneups to iconv support
Add support for iconv transcoder
Begin work on refactoring of platform class.
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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |