/[Apache-SVN]/xerces/c/trunk/m4/xerces_transcoder_selection.m4
ViewVC logotype

Log of /xerces/c/trunk/m4/xerces_transcoder_selection.m4

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 835245 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 05:57:31 2009 UTC (2 weeks ago) by borisk
File length: 7195 byte(s)
Diff to previous 801299 (colored)
Rework the way we search for and detect the ICU and libcurl libraries (XERCESC-1892).

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

Revision 800818 - (view) (annotate) - [select for diffs]
Modified Tue Aug 4 14:25:22 2009 UTC (3 months, 3 weeks ago) by amassari
File length: 6888 byte(s)
Diff to previous 697787 (colored)
Allow platform with machine/endian.h to select the GNUiconv transcoder

Revision 697787 - (view) (annotate) - [select for diffs]
Modified Mon Sep 22 11:55:10 2008 UTC (14 months ago) by borisk
File length: 6697 byte(s)
Diff to previous 695468 (colored)
Allow use of the Windows transcoder and net accessor on Cygwin but only if the user explicitly asks for it.

Revision 695468 - (view) (annotate) - [select for diffs]
Modified Mon Sep 15 13:32:32 2008 UTC (14 months, 1 week ago) by borisk
File length: 6212 byte(s)
Diff to previous 676848 (colored)
Use character literals instead of ranges; tr on Solaris does not understand ranges.

Revision 676848 - (view) (annotate) - [select for diffs]
Modified Tue Jul 15 09:22:54 2008 UTC (16 months, 1 week ago) by borisk
File length: 6045 byte(s)
Diff to previous 592193 (colored)
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.

Revision 592193 - (view) (annotate) - [select for diffs]
Modified Mon Nov 5 23:53:11 2007 UTC (2 years ago) by jberry
File length: 6055 byte(s)
Diff to previous 451701 (colored)
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.

Revision 451701 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 00:44:49 2006 UTC (3 years, 1 month ago) by amassari
File length: 5992 byte(s)
Diff to previous 408936 (colored)
Give priority to Windows transcoder and Mac netaccessor; cygwin can use the Windows transcoder

Revision 408936 - (view) (annotate) - [select for diffs]
Modified Tue May 23 15:36:53 2006 UTC (3 years, 6 months ago) by jberry
File length: 5992 byte(s)
Diff to previous 405840 (colored)
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.


Revision 405840 - (view) (annotate) - [select for diffs]
Modified Fri May 12 19:17:57 2006 UTC (3 years, 6 months ago) by amassari
File length: 5984 byte(s)
Diff to previous 190921 (colored)
Enable selection of the GNU iconv transcoder

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: 5061 byte(s)
Copied from: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4 revision 190540
Diff to previous 179506 (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 179506 - (view) (annotate) - [select for diffs]
Modified Thu Jun 2 04:40:02 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 5061 byte(s)
Diff to previous 179393 (colored)
Neaten up a bit of m4 code

Revision 179393 - (view) (annotate) - [select for diffs]
Modified Wed Jun 1 18:18:35 2005 UTC (4 years, 5 months ago) by amassari
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 5048 byte(s)
Diff to previous 179056 (colored)
configure can now pick pieces from Windows environments

Revision 179056 - (view) (annotate) - [select for diffs]
Modified Mon May 30 14:10:24 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 4378 byte(s)
Diff to previous 178876 (colored)
small tweaks to explanations

Revision 178876 - (view) (annotate) - [select for diffs]
Modified Sat May 28 18:32:25 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 4390 byte(s)
Diff to previous 178873 (colored)
Cleanups to autoconf output. Thanks to Axel Weis.

Revision 178873 - (view) (annotate) - [select for diffs]
Modified Sat May 28 16:58:11 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 4378 byte(s)
Diff to previous 178846 (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 178846 - (view) (annotate) - [select for diffs]
Modified Sat May 28 00:16:47 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 4377 byte(s)
Diff to previous 178769 (colored)
Added libs must be added globally, not just for the specific convenience library

Revision 178769 - (view) (annotate) - [select for diffs]
Modified Fri May 27 08:09:38 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 4263 byte(s)
Diff to previous 178765 (colored)
space

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/m4/xerces_transcoder_selection.m4
File length: 4256 byte(s)
Diff to previous 178716 (colored)
Add keyword and eol props

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/m4/xerces_transcoder_selection.m4
File length: 4256 byte(s)
Diff to previous 178713 (colored)
Tweaks to configure for iconv selection

Revision 178713 - (view) (annotate) - [select for diffs]
Modified Thu May 26 23:38:07 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 4292 byte(s)
Diff to previous 178702 (colored)
Tuneups to iconv support

Revision 178702 - (view) (annotate) - [select for diffs]
Modified Thu May 26 22:49:09 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/m4/xerces_transcoder_selection.m4
File length: 4274 byte(s)
Diff to previous 178551 (colored)
Add support for iconv transcoder

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/m4/xerces_transcoder_selection.m4
File length: 3436 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/m4/xerces_transcoder_selection.m4
File length: 3425 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