Sebastian Pipping
b90d29e44d
Changes: Document fix to #243
2019-01-11 01:32:25 +01:00
Sebastian Dröge
1bc4aff75e
Fix syntax of Windows module definition files
...
Otherwise this fails with:
Cannot export @: symbol not defined
2019-01-10 21:26:07 +02:00
Sebastian Pipping
9f44ababe7
Merge pull request #237 from oshogbo/master
...
Fix compilation for -Werror with -Wunused-function/-Wall
2018-12-09 19:30:04 +01:00
Mariusz Zaborski
7f3291057b
Un-break build libexpat.
...
The writeRandomBytes_arc4random is not used if the arc4random_buf
is available. This caused compiler to throw warnings.
Finally this breaks a build when warnings are treated as errors.
2018-11-04 19:34:08 +01:00
Sebastian Pipping
ba1cfbbeb4
Merge branch 'KangLin-master' ( #227 )
2018-10-21 15:00:12 +02:00
Sebastian Pipping
8e4bd31840
Changes: Document #227
2018-10-21 14:59:34 +02:00
Sebastian Pipping
d7f0c2e055
configure.ac: Streamline mention of defaults in --help output a bit
2018-10-21 14:52:11 +02:00
KangLin
1fdfd8a1b4
Add build condition
2018-10-21 14:47:40 +02:00
Sebastian Pipping
daeb71d12f
Merge branch 'excluded-code-review.marcomaggi-2018-10-21' ( #230 )
2018-10-21 14:40:33 +02:00
Sebastian Pipping
c39d391550
Mark disabled code to make it easy to see again
2018-10-21 14:36:00 +02:00
Marco Maggi
5841ab111b
change code exclusion style to make sure that the excluded code still compiles
2018-10-21 14:31:39 +02:00
Sebastian Pipping
27d063d43f
Merge branch 'autotools-usage-review.marcomaggi-2018-10-18' ( #228 )
2018-10-21 14:20:18 +02:00
Sebastian Pipping
ffd7fe33dc
Changes: Document #228
2018-10-21 14:17:35 +02:00
Sebastian Pipping
c477867550
configure.ac: Fix indendation regression in --help output
2018-10-21 14:13:11 +02:00
Marco Maggi
8e64ef849d
fixed missing dollar sign in parameter expansion of custom autoconf macro
2018-10-20 20:55:16 +02:00
Marco Maggi
c5a8932204
restore the definition of WORDS_BIGENDIAN when the platform is big endian
2018-10-20 13:30:25 +02:00
Marco Maggi
06b02bd25f
removed unused AC_PROG_MKDIR_P from configure.ac
2018-10-20 13:16:26 +02:00
Marco Maggi
12733c9026
rewritten check for visibility support by the compiler
2018-10-20 12:57:22 +02:00
Marco Maggi
c66e010436
fixed name of autoconf macro file
2018-10-20 12:37:56 +02:00
Marco Maggi
4900bfc0b7
fixed comment in configure.ac
2018-10-19 07:07:06 +02:00
Marco Maggi
925a247db0
prefixed m4 macros in configure.ac
2018-10-18 15:58:31 +02:00
Marco Maggi
ee925db9ff
clean up of acinclude
2018-10-18 15:49:19 +02:00
Marco Maggi
f4698cde13
more flags for the gcc compiler
2018-10-18 14:54:21 +02:00
Marco Maggi
2d8db00d33
better flag variable assignment
2018-10-18 13:30:05 +02:00
Marco Maggi
78646864c9
reorganised check for compiler supporting visibility
2018-10-18 13:27:40 +02:00
Marco Maggi
67342942d6
more autoconf macros for linker flags
2018-10-18 13:06:14 +02:00
Marco Maggi
5556d00f9f
reorganised selection of flags for compilers in configure.ac
2018-10-18 13:01:06 +02:00
Marco Maggi
97afdec50d
added usage of more autoconf macros (from the autoconf marcros archive)
2018-10-18 12:54:28 +02:00
Marco Maggi
d84a5f6caa
added use of AX_CHECK_COMPILE_FLAG Autoconf macro
2018-10-18 12:26:04 +02:00
Marco Maggi
633b3a2a50
style fixes in configure.ac
2018-10-18 12:13:03 +02:00
Marco Maggi
f41b657299
requires gnu autoconf 2.69
2018-10-18 11:41:40 +02:00
Marco Maggi
cf3c2aa084
stopped using ac_c_bigendian_croos in favor of ac_c_bigendian
2018-10-18 11:40:29 +02:00
Marco Maggi
9fb802c7fc
started autotools usage overhaul with some configure.ac revision
...
Modernisation of libtool initialisation. Use of acinclude.m4 to load
macro definition files.
2018-10-18 11:24:11 +02:00
Mikhail Matrosov
6b0d52543f
Remove expat.h from .gitignore ( #224 )
...
Since it is actually present in the repository and is used in the build.
2018-10-05 17:14:37 +02:00
Sebastian Pipping
41b0df6d36
Merge branch 'benjaminp-assume-memmove' ( fixes #219 )
2018-09-20 21:27:18 +02:00
Sebastian Pipping
47ce3ef99c
Changes: Document #219 , give credit to @benjaminp
2018-09-20 21:26:48 +02:00
Benjamin Peterson
fba16e0bfe
Assume memmove(3) exists.
...
memmove is specified since POSIX.1-2001 and C89, and bcopy is deprecated.
2018-09-20 21:24:17 +02:00
Sebastian Pipping
177562e6ba
Merge branch 'yugr-issue195' ( #197 , fixes #195 )
2018-09-20 21:19:36 +02:00
Sebastian Pipping
fdc4400609
Changes: Document #195 and #197 , give credit to @yugr
2018-09-20 21:18:19 +02:00
Yury Gribov
30f8c30b6a
Hide private symbols.
2018-09-20 17:45:01 +01:00
Sebastian Pipping
cd2078d666
Merge pull request #214 from marcomaggi/fix-travis-minimum-clone-depth.marcomaggi-2018-08-22
...
set to the bare minimum the depth of git clone in travis ci config
2018-08-22 10:47:24 +02:00
Marco Maggi
eea170fba6
set to the bare minimum the depth of git clone in travis ci config
2018-08-22 10:38:56 +02:00
Sebastian Pipping
924978d6fb
Merge branch 'userwithuid-cmake-pkgconfig' ( #212 )
2018-08-22 10:16:50 +02:00
Sebastian Pipping
af9e45e778
Changes: Mark GitHub accounts with an "@" prefix
2018-08-22 10:16:00 +02:00
Sebastian Pipping
ad30429fe1
Changes: Document #212
2018-08-22 10:14:03 +02:00
userwithuid
23cf8dc612
CMake: Use GNUInstallDirs for pkgconfig too
...
Fixes i.e. multilib setups on linux
Follow-up to 5681911965
2018-08-21 06:30:48 +00:00
Sebastian Pipping
39e487da35
Prepare release version 2.2.6 ( #209 )
2018-08-12 21:40:00 +02:00
Sebastian Pipping
62f92a5e1c
Bump version info from 7:7:6 to 7:8:6 ( #209 )
2018-08-12 21:40:00 +02:00
Sebastian Pipping
12732b9f85
tests/.gitignore: Add .log and .trs
2018-08-12 21:40:00 +02:00
Sebastian Pipping
109275dd08
Add script to create signed tarballs for upload ( #193 )
2018-08-12 21:40:00 +02:00