Sebastian Pipping
1ee8601f24
Merge branch 'siphash'
2017-06-17 01:04:09 +02:00
Sebastian Pipping
3fb1ec4334
Make "make run-xmltest" work for MinGW cross-compilation
2017-06-14 22:36:51 +02:00
Sebastian Pipping
efa3749d8f
siphash: Test implementation
2017-06-11 01:20:41 +02:00
Sebastian Pipping
38d5bf0080
siphash: Integrate into build system
2017-06-11 01:20:41 +02:00
Sebastian Pipping
64f3cf982a
Merge branch 'better-entropy' (pull request #30 )
2017-06-07 20:18:50 +02:00
Sebastian Pipping
49693bb768
Add run.sh wrapper to run test suite with Wine for MinGW
2017-06-04 17:43:47 +02:00
Sebastian Pipping
9560d17165
Makefile.in: Add missing @EXEEXT@ to runtests for MinGW
2017-06-04 17:25:23 +02:00
Sebastian Pipping
7a93938687
Start using arc4random_buf with BSD and libbsd
2017-05-25 21:15:36 +02:00
Sebastian Pipping
b37c526415
Makefile: Make xmlwf/filemap.o depend on xmlwf/filemap.h
2017-05-23 22:25:22 +02:00
Sebastian Pipping
0407af0a59
Makefile.in: Have "make clean" remove tests/memcheck.o ( fixes #22 , related #17 )
2017-05-03 18:24:42 +02:00
Rhodri James
ec322eb428
Test to catch Issue #17
2017-04-26 00:04:52 +02:00
Sebastian Pipping
afcd79a4b3
Makefile: Turn xmlts.zip download to https
2017-03-13 20:16:06 +01:00
Sebastian Pipping
a238d7ea7a
Makefile.in: Extend target "qa"
2016-05-15 14:11:11 +02:00
Ryo ONODERA
778428203d
Do not use GNU make extension
2016-05-06 21:01:48 +02:00
Sebastian Pipping
99e0a5c245
Fix "make install" for Git clone
2016-05-06 21:00:49 +02:00
Sebastian Pipping
9eb0c7189f
Makefile: Add target "qa"
2016-05-06 03:14:16 +02:00
Sebastian Pipping
379213ca19
Have "make run-xmltest" report on expected output
2016-05-01 16:01:51 +02:00
Sebastian Pipping
aed54a0ec9
Fix "make run-xmltest" more
2016-05-01 15:59:23 +02:00
Sebastian Pipping
a29cfb19d8
Makefile.in: Call libtool with --verbose for Debian
2016-03-11 23:22:51 +01:00
Raphael Bossek
95d0faf2b4
Install expat_config.h as well
...
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=302191
2016-03-11 23:22:51 +01:00
Karl Waclawek
d07166d698
Changed version of XML test suite used to 20080827.
2012-03-18 22:18:10 +00:00
Karl Waclawek
b46cee3884
Fix for bug #3500861 did not work properly, fixed the fix by applying
...
the setContext() call only to the root parser.
Also added a make target to run the benchmark - it relies on the testdata
module being present at the same location as in the repository.
2012-03-11 05:13:12 +00:00
Karl Waclawek
06f392cb07
Changes to the build files:
...
- replaced the contents of buildconf.sh with instructions to run "autoreconf -fvi")
- some build files were removed, like config.guess, config.sub and install-sh,
as autoreconf will re-create them.
- clean-up modified to remove files that autoreconf re-created
2012-03-03 18:35:54 +00:00
Karl Waclawek
1ce475e909
Fix for issues #2884086 and #2815947 .
2012-02-21 02:50:08 +00:00
Karl Waclawek
352cfc8f59
Added pkg-config support - patch #1749198 by Dan Nicholson.
2007-09-03 17:26:20 +00:00
Karl Waclawek
824490720a
One more patch for bug #1490371 .
2007-05-09 18:38:50 +00:00
Karl Waclawek
37cfa469d4
Trying to make conditional syntax more cross-platform compatible.
...
See bugs # 1490371, 1613457, 1618673.
2007-05-05 17:26:37 +00:00
Karl Waclawek
91f506c4e3
Re-introducing the old "indef..endif" logic, but using "?=", as ifndef is only
...
supported by GNU Make, but not BSD and Solaris Make. Fix for bugs
# 1490371 and #1613457 .
2006-12-13 17:26:07 +00:00
Karl Waclawek
65fb6b9167
Applied patch #1437840 . Fix for bugs #1414066 and #1033965 .
2006-03-06 14:24:36 +00:00
Karl Waclawek
e5bee8cde7
Fix for bug # 1408143: "make check" failure.
2006-01-25 23:04:46 +00:00
Fred L. Drake, Jr.
36bd5dab5c
when uninstalling the library, remove both headers
...
(closes SF bug #1114960 )
2005-02-10 15:52:02 +00:00
Fred L. Drake, Jr.
6ba548aabc
fix dependency information for C++ tests
2005-01-28 05:46:46 +00:00
Fred L. Drake, Jr.
537b806d7e
test using Expat from C++
...
(closes SF bug #1006708 )
2005-01-28 05:19:53 +00:00
Fred L. Drake, Jr.
f2f6fed3b1
make sure the -I options to the headers for the version being compiled
...
come before any additional -I options passed in via CPPFLAGS
(closes SF bug #693747 )
2005-01-28 04:35:57 +00:00
Fred L. Drake, Jr.
ee9719230c
remove use of the check library; always use our own testing package
...
(this reduces variables and simplifies the build process)
2005-01-27 06:27:57 +00:00
Karl Waclawek
8fcf7de86f
Applied the DESTDIR patch provided by Enrico Weigelt.
...
This is a modified form of the patches included with Patch # 779334
and Bug # 985235.
2004-12-17 18:08:08 +00:00
Fred L. Drake, Jr.
a605dc750b
Install expat_external.h properly on all platforms.
...
Closes SF bug #1000112 .
2004-09-24 15:19:11 +00:00
Karl Waclawek
0d04bafbbd
Added expat_external.h
2004-05-07 20:00:48 +00:00
Fred L. Drake, Jr.
d1df594ca2
If the check library is not available, use an abbreviated implementation of
...
the check API. This allows the unit and regression tests to be run on any
system without requiring an external package.
2004-04-30 03:18:11 +00:00
Fred L. Drake, Jr.
d11807a7b5
Allow the configure script to set where manpages go using --mandir.
...
Closes SF bug #827319 .
2003-11-02 08:21:30 +00:00
Fred L. Drake, Jr.
99609421a8
Make it possible to avoid the import of expat_config.h. This makes it
...
easier to compile Expat without the autoconf support.
This closes SF patch #458907 .
2003-10-16 04:51:11 +00:00
Fred L. Drake, Jr.
d976fa61a6
Add a clobber target. "clean" should really be less destructive, but
...
libtool is really a thorn with regard to this.
2003-01-24 16:21:46 +00:00
Fred L. Drake, Jr.
de3338154c
Avoid use of xargs; not available on Windows when using MSYS/MinGW.
2002-11-07 21:48:05 +00:00
Fred L. Drake, Jr.
858593e849
Use the FASTCALL macro for many of the internal functions.
2002-09-05 01:58:27 +00:00
Fred L. Drake, Jr.
8875cf76db
Update to Karl's version of this script, and use the latest version of
...
the tests from the W3C.
2002-09-03 23:19:30 +00:00
Fred L. Drake, Jr.
5b85b08976
Update the "clean" target to match the current arrangement.
2002-08-23 21:53:29 +00:00
Fred L. Drake, Jr.
06f03f92da
Fix installation when building from outside the source directory.
...
Closes SF patch #566901 .
2002-07-11 18:54:42 +00:00
Fred L. Drake, Jr.
0c406cce19
Split the install and uninstall targets into library and non-library
...
components, creating the new targets installlib and uninstalllib.
2002-06-03 18:16:07 +00:00
Greg Stein
733fc33825
conftools/libtool.m4 is generated by buildconf.sh, so make sure that
...
it gets tossed during 'extraclean'
2002-06-01 22:35:28 +00:00
Greg Stein
72ced69405
Work on fixing bug #462960
...
* add Apache's version of config.guess and config.sub, which are both
recent, and have some helpful mods
* buildconf.sh: tweak call to libtoolize to avoid overwriting the above
* conftools/.cvsignore: the new files are supposed to be there
* Makefile.in: tweak to use $(prefix) for the manual page so that it
picks up install-time prefix changes. tossed an old comment. tweak
the 'extraclean' rule to avoid tossing the added config.* files.
2002-06-01 22:29:30 +00:00