48 Commits

Author SHA1 Message Date
Xavier Roche
5351ca9b46 Updated libtool 2024-01-27 14:22:48 +01:00
Xavier Roche
9b7ad3c899 Fixed gl_VISIBILITY hidden dependency
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4
Closes #245
2023-01-15 11:12:31 +01:00
Xavier Roche
ce3785bb1a Add support for pie 2023-01-13 19:33:55 +01:00
Xavier Roche
e09901a159 Updated to 3.49.3 2023-01-12 22:12:28 +01:00
Xavier Roche
5f4443df8d Updated autotools 2023-01-10 19:47:22 +01:00
Xavier Roche
62ebf75826 Updated libtool 2022-11-20 19:26:06 +01:00
Xavier Roche
f33762920a 3.48.22 (libtool) 2016-04-26 19:15:14 +02:00
Xavier Roche
1d07610320 Added AM_PROG_CC_C_O and AM_PROG_LIBTOOL
Removed unused CXX

added the following default compiler flags:
  -Wdeclaration-after-statement
  -Wsequence-point
  -Wparentheses
  -Winit-self
  -Wuninitialized
  -Wformat
  -fstrict-aliasing -Wstrict-aliasing=2

added the following default linker flags:
  -Wl,--discard-all
  -Wl,--no-undefined

Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG
2014-05-28 17:55:49 +00:00
Xavier Roche
6ba50a2001 Added symbol visibility features to the build to hide internal symbols (GCC) 2014-05-23 15:28:55 +00:00
Xavier Roche
1edfda507d Added unit test for issue #44 2014-05-19 19:24:06 +00:00
Xavier Roche
4da59a6399 Added "long query string" ut/
See <https://code.google.com/p/httrack/issues/detail?id=42>
2014-05-02 19:19:08 +00:00
Xavier Roche
2d6017ad06 Fixed issue 25 regarding un-encoding of characters such as # in the filename. 2013-08-17 09:09:13 +00:00
Xavier Roche
7f8131f249 CLEANFILES = check-network_sh.cache 2013-07-15 19:54:17 +00:00
Xavier Roche
f776329ee6 Fixed ut 2013-07-05 18:48:22 +00:00
Xavier Roche
2e88036808 Fixed escaping 2013-07-05 18:36:20 +00:00
Xavier Roche
d2a3d7a3ff Do not unescape '+' before the query string
Fixed issue 18
2013-07-05 17:53:54 +00:00
Xavier Roche
f281133bfe Plugged hashtable unit test 2013-06-27 21:25:11 +00:00
Xavier Roche
a72185a4b5 Added GB18030 unit test 2013-06-09 19:26:26 +00:00
Xavier Roche
47fdfafbb7 Typo 2013-06-09 19:25:09 +00:00
Xavier Roche
e895148e67 Basic cookies unit tests. 2013-06-09 18:38:34 +00:00
Xavier Roche
2cc13c3e1f added --print-files 2013-06-09 18:33:40 +00:00
Xavier Roche
51b7a84764 automake 1.11.6 (wheezy) 2013-06-09 14:25:27 +00:00
Xavier Roche
97ae28b283 Missing Makefile.in needed by configure 2013-06-09 08:57:44 +00:00
Xavier Roche
4e45067a48 Removed intermediate automake files (Sebastian Pipping)
# To regenerate these files, do something like:
libtoolize --copy --force \
	&& aclocal \
	&& automake --add-missing --copy --force-missing \
	&& autoheader \
	&& autoconf
2013-06-08 21:32:52 +00:00
Xavier Roche
07a4190bb1 Use $(PATH_SEPARATOR) and not : 2013-06-08 08:41:16 +00:00
Xavier Roche
b5d95a4912 Cleaned up a little bit ut environment ; fixes FTBFS when using --disable-shared --enable-static 2013-06-07 20:16:18 +00:00
Xavier Roche
61f0cec9c8 Added a basic https unit test. 2013-06-05 19:00:53 +00:00
Xavier Roche
e2bf6497bc Timeout=30 2013-06-05 16:31:24 +00:00
Xavier Roche
bd6573926d Logging 2013-06-05 16:31:10 +00:00
Xavier Roche
8409f0d0e3 Cosmetic 2013-06-05 16:30:56 +00:00
Xavier Roche
ff9baa9a44 Cosmetic 2013-06-05 16:30:44 +00:00
Xavier Roche
17d4ac10c6 check-network.sh in EXTRA_DIST 2013-06-04 19:33:43 +00:00
Xavier Roche
73ced63e1f Added switchs to enable or disable online tests (currently enabled by default):
--enable-online-unit-tests
	--disable-online-unit-tests
2013-06-04 19:11:38 +00:00
Xavier Roche
832985d151 Removed verbose (--summary) 2013-06-04 17:28:01 +00:00
Xavier Roche
4a47750546 Fixed 'TESTS = *.test' breaking automake 1.13 for an unknown reason. Let's enumerate all files explicitely then ... 2013-06-04 17:26:14 +00:00
Xavier Roche
142a8e255a Do not execute tests unless external network is available. 2013-06-04 17:18:25 +00:00
Xavier Roche
ad073625e6 Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32) 2013-06-03 19:37:06 +00:00
Xavier Roche
f37aa98097 Propagate $shlibpath_var not to use LD_LIBRARY_PATH (OSX and friends)
(based on a llvm commit by Jeffrey Yasskin :p)
2013-06-03 19:21:26 +00:00
Xavier Roche
5479e88ad1 Added minimalistic js unit test 2013-06-02 18:23:42 +00:00
Xavier Roche
6481840d5f More checks in tests 2013-06-02 17:53:36 +00:00
Xavier Roche
6420d9b19d run-all-tests.sh in EXTRA_DIST 2013-06-02 17:47:58 +00:00
Xavier Roche
41c5abebb2 More tests! 2013-06-02 17:46:48 +00:00
Xavier Roche
f23e4b0ce6 Cosmetic. 2013-06-02 15:58:00 +00:00
Xavier Roche
f34ef131aa Regenerated libtool (Debian-style) 2013-06-02 14:21:30 +00:00
Xavier Roche
06d10335c1 Updated libtool 2013-06-02 14:18:29 +00:00
Xavier Roche
d66ac92175 Added international and IDNA tests. 2013-06-02 13:51:48 +00:00
Xavier Roche
712a334f0d Added crawl-test.sh to extra dists 2013-06-02 10:19:19 +00:00
Xavier Roche
5882fbd039 Added minimalistic unit tests for HTTrack (about time :p) 2013-06-02 10:17:05 +00:00