/[Apache-SVN]/xerces/c/trunk/tests/Makefile.am
ViewVC logotype

Log of /xerces/c/trunk/tests/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 883272 - (view) (annotate) - [select for diffs]
Modified Mon Nov 23 08:17:49 2009 UTC (4 days, 5 hours ago) by borisk
File length: 9662 byte(s)
Diff to previous 781475 (colored)
Redo libcurl check to avoid liking to the library when we don't use it. Also
update the make pretty-printing code.

Revision 781475 - (view) (annotate) - [select for diffs]
Modified Wed Jun 3 17:00:27 2009 UTC (5 months, 3 weeks ago) by amassari
File length: 9650 byte(s)
Diff to previous 679340 (colored)
Improve XSTSHarness to also run the XML Test Suite

Revision 679340 - (view) (annotate) - [select for diffs]
Modified Thu Jul 24 10:28:29 2008 UTC (16 months ago) by borisk
File length: 9472 byte(s)
Diff to previous 631983 (colored)
Port other hash tables not to use HashBase interface.

Revision 631983 - (view) (annotate) - [select for diffs]
Modified Thu Feb 28 14:30:15 2008 UTC (20 months, 4 weeks ago) by borisk
File length: 9646 byte(s)
Diff to previous 614185 (colored)
Get rid of automake convenience libraries. Link messages for the ICU message loader directly into libxerces-c instead of a separate library.

Revision 614185 - (view) (annotate) - [select for diffs]
Modified Tue Jan 22 12:06:31 2008 UTC (22 months ago) by amassari
File length: 9646 byte(s)
Diff to previous 614182 (colored)
Updated svn properties

Revision 614182 - (view) (annotate) - [select for diffs]
Modified Tue Jan 22 11:51:34 2008 UTC (22 months ago) by amassari
File length: 9855 byte(s)
Diff to previous 612452 (colored)
'make dist' didn't include extra files needed by tests; builddir variable can be undefined on some autoconf versions

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: 7476 byte(s)
Diff to previous 564200 (colored)
'make dist' packages all the sources needed to compile Xerces

Revision 564200 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 13:33:23 2007 UTC (2 years, 3 months ago) by amassari
File length: 7127 byte(s)
Diff to previous 502661 (colored)
Rename library to libxerces-c.so, as it was in version 2.7

Revision 502661 - (view) (annotate) - [select for diffs]
Modified Fri Feb 2 17:29:17 2007 UTC (2 years, 9 months ago) by amassari
File length: 6964 byte(s)
Diff to previous 470088 (colored)
Use top_builddir in makefiles, so that out-of-tree builds work

Revision 470088 - (view) (annotate) - [select for diffs]
Modified Wed Nov 1 20:35:12 2006 UTC (3 years ago) by amassari
File length: 6789 byte(s)
Diff to previous 396595 (colored)
Update license header as per http://www.apache.org/legal/src-headers.html

Revision 396595 - (view) (annotate) - [select for diffs]
Modified Mon Apr 24 16:10:14 2006 UTC (3 years, 7 months ago) by amassari
File length: 6604 byte(s)
Diff to previous 190921 (colored)
Compile MemHandlerTest; rename executables for tests Traversal and TypeInfo to match the name expected in sanityTest.pl

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: 6643 byte(s)
Copied from: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.am revision 190540
Diff to previous 190476 (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 190476 - (view) (annotate) - [select for diffs]
Modified Mon Jun 13 18:36:25 2005 UTC (4 years, 5 months ago) by amassari
Original Path: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.am
File length: 6643 byte(s)
Diff to previous 179340 (colored)
ThreadTest now uses HAS_PTHREAD to decide whether to use the <pthread.h> headers

Revision 179340 - (view) (annotate) - [select for diffs]
Modified Wed Jun 1 02:55:48 2005 UTC (4 years, 5 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.am
File length: 6702 byte(s)
Diff to previous 178879 (colored)
Add new test NetAccessorTest

Revision 178879 - (view) (annotate) - [select for diffs]
Modified Sat May 28 19:09:24 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.am
File length: 6598 byte(s)
Diff to previous 178874 (colored)
Cleanup a couple of syntax whoopes in makefiles

Revision 178874 - (view) (annotate) - [select for diffs]
Modified Sat May 28 18:24:55 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.am
File length: 6604 byte(s)
Diff to previous 178873 (colored)
Don't rely on global .SILENT to keep make quiet. Override default rules to shut them up, and give .SILENT particular targets to shut up...it doesn't want to do the same for default rules

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/tests/Makefile.am
File length: 5007 byte(s)
Diff to previous 178815 (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 178815 - (view) (annotate) - [select for diffs]
Modified Fri May 27 19:54:25 2005 UTC (4 years, 6 months ago) by jberry
Original Path: xerces/c/branches/jberry/3.0-unstable/tests/Makefile.am
File length: 4356 byte(s)
Diff to previous 178446 (colored)
Update tests Makefile for new tests/src location

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/tests/Makefile.am
File length: 4174 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