Sebastian Pipping
867579e41f
Support db2x_docbook2man for man page compilation ( #188 )
2018-02-28 15:07:21 +01:00
Sebastian Pipping
9c5ae30086
Merge branch 'luzpaz-misc-typos' ( #190 )
2018-02-18 15:56:53 +01:00
Sebastian Pipping
8a0e46999c
Changes: Document #190
2018-02-18 15:56:21 +01:00
Sebastian Pipping
7ac1ecfde1
Travis CI: Drop installation of Clang 4
...
.. as trusty images come with Clang 5 out of the box by now.
2018-02-17 17:26:38 +01:00
Sebastian Pipping
fa2f984d1c
Travis CI: Unbreak compilation with address sanitizer
2018-02-17 17:25:37 +01:00
luz.paz
5b1584c81d
Misc. typos
...
Found via `codespell -q 3`
2018-02-16 09:47:13 -05:00
Sebastian Pipping
19391f33cc
configure.ac: Detect and report SGML docbook2man ( #188 )
2018-02-14 21:51:29 +01:00
Sebastian Pipping
41fe2b887e
expat.h: Fix comment typo ( #187 )
2018-02-01 21:19:44 +01:00
Sebastian Pipping
8bde051202
Changes: Document #184
2018-01-08 00:57:25 +01:00
Sebastian Pipping
48a372bc92
CMakeLists.txt: Adjust style for readability and consistency ( #184 )
2018-01-08 00:57:05 +01:00
pedro-vicente
cc58946cc8
CMake: Add option MSVC_USE_STATIC_CRT ( #184 )
...
to compile as C++/static CRT on Visual Studio
2018-01-08 00:50:31 +01:00
Sebastian Pipping
74877dde28
Changes: Document #181
2018-01-07 23:23:31 +01:00
Tomasz Kłoczko
d739e1d0e2
Drop -rpath libtool option as libexpat.so has no dependencies ( #181 )
2018-01-07 23:23:31 +01:00
Sebastian Pipping
a04764dcf0
runtests.c: Support Visual Studio <=9.x/2008 w/o stdint.h ( #180 )
...
Same approach as done in `lib/siphash.h`, earlier.
2017-12-27 13:33:46 +01:00
Sebastian Pipping
c55d52d466
Merge branch 'DerDakon-CMake-installdirs' (pull request #179 )
2017-12-14 20:35:47 +01:00
Rolf Eike Beer
5681911965
CMake: Use GNUInstallDirs module to set proper defaults for install directories
2017-12-14 20:35:04 +01:00
Sebastian Pipping
1a53fcb1dd
Merge branch 'DerDakon-Travis-CMake-OOS' (merge request #177 )
2017-12-13 20:05:52 +01:00
Rolf Eike Beer
c3b63ff202
TravisCI: simplify printing installed files
2017-12-13 20:05:34 +01:00
Rolf Eike Beer
d9c3ae1bb1
TravisCI: also test CMake build out of source
2017-12-13 20:05:34 +01:00
Sebastian Pipping
e6e45f3c6d
Merge branch 'DerDakon-CMake-pc' (merge request #176 )
2017-12-13 19:51:18 +01:00
Sebastian Pipping
03fe35ef55
Changes: Document #176
2017-12-13 19:49:54 +01:00
Rolf Eike Beer
fa4bf716bd
CMake: create the same pkg-config file as the autotools build
2017-12-13 19:48:30 +01:00
Sebastian Pipping
b7fbef9950
Changes: Add missing pull request references for 2.2.6
2017-12-13 18:28:00 +01:00
Sebastian Pipping
50d1ae6c28
Merge branch 'issue-165-fix-configure' (issue #165 , pull request #168 )
2017-12-13 18:17:36 +01:00
Sebastian Pipping
a2aa5e3fb6
Merge branch 'bradking-check-symbol-exists' (pull request #175 )
2017-12-13 15:11:51 +01:00
Sebastian Pipping
bae05371c0
Travis CI: Cover CMake, at least superficially
2017-12-13 15:04:44 +01:00
Brad King
6b3c448153
CMake: Prefer check_symbol_exists over check_function_exists
...
The `CheckFunctionExists` module documentation recommends using
`CheckSymbolExists` instead. `check_symbol_exists` verifies that one
can actually include a header file and refer to a symbol. This is more
robust than just checking whether one can link to a symbol by name.
2017-12-13 07:05:46 -05:00
Sebastian Pipping
cd4b1c49c0
Merge branch 'vanklompf-werror' (pull request #174 )
2017-12-06 14:31:51 +01:00
Sebastian Pipping
298f93aa3c
Changes: Document new CMake option WARNINGS_AS_ERRORS
2017-12-06 14:29:52 +01:00
vanklompf
ef64aa331d
CMake option to treat warnings as errors
2017-12-04 23:31:10 +01:00
Sebastian Pipping
07584712a0
Changes: Move 2.2.6+ changes where they belong
...
Added to 2.2.5 by mistake, earlier.
2017-12-04 19:39:45 +01:00
Sebastian Pipping
38d1c9aeb4
Changes: Use vanklompf's real name ( #173 )
2017-12-04 19:32:48 +01:00
Sebastian Pipping
ec8d581b73
Merge branch 'vanklompf-cherry-pick' (issue #131 , pr #173 )
2017-12-04 00:16:36 +01:00
Sebastian Pipping
5f92189033
Changes: Give credit to vanklompf
2017-12-04 00:15:55 +01:00
Sebastian Pipping
f5322b01ac
Address 64bit intptr_t loss warning for Visual Studio
...
Message was:
warning C4244: '=' : conversion from 'intptr_t' to 'int', possible loss of data
2017-12-04 00:15:55 +01:00
Sebastian Pipping
850c0922e1
Address 64bit size_t loss warning for Visual Studio
...
Message was:
warning C4267: 'argument' : conversion from 'size_t' to 'int'
2017-12-04 00:15:55 +01:00
Sebastian Pipping
fc9fe8f17c
Address warning about sip_tobin by Visual Studio
...
Message was:
Warning: C4551 function call missing argument
2017-12-03 17:33:35 +01:00
Sebastian Pipping
9add0e11d4
qa.sh: Start using -Werror
...
.. in a way that does not break existing configure checks
(e.g. the one for memmove)
2017-12-03 17:18:30 +01:00
Sebastian Pipping
47135a3cca
Add Visual Studio const correctness compiler warnings
...
Warning was:
warning C4090: 'function' : different 'const' qualifiers
2017-12-03 17:15:02 +01:00
vanklompf
bc54490e6d
Fix missing posix functions declaration on Visual Studio build
2017-12-03 16:31:12 +01:00
vanklompf
399eadd15d
Enable CRT_SECURE_NO_WARNINGS in default VC projects
...
Silence warnings on windows builds
2017-12-03 16:30:58 +01:00
Sebastian Pipping
8e3f402efe
Fix configure syntax error ( #165 )
2017-11-02 22:20:11 +01:00
Sebastian Pipping
86cbbb2e74
Changes: Limit scope of grep -q to autotools build system ( #166 )
2017-11-02 22:18:11 +01:00
Sebastian Pipping
96dfe50341
Merge branch 'notroj-doc2man' ( #167 )
2017-11-02 22:17:17 +01:00
Sebastian Pipping
e41c222677
Changes: Document #167
2017-11-02 22:16:37 +01:00
Joe Orton
b242236c8e
Allow configure with DOCBOOK_TO_MAN="xmlto man --skip-validation".
2017-11-02 22:11:49 +01:00
Sebastian Pipping
622da3af18
Avoid grep option -q
for Solaris ( #166 )
...
Also utilize variable ${FGREP} set by configure
2017-11-02 21:37:38 +01:00
Sebastian Pipping
336b921708
Changes: Document upgrade to Visual Studio 2017
...
Related commit: a1f553f5f5
2017-11-01 19:36:06 +01:00
Karl Waclawek
968b8cc46d
Improved Win32 setup file name.
2017-11-01 10:47:55 -04:00
Karl Waclawek
99c17d3b98
Simplified version number updating in setup file for Win32. Fixed Copyright character for UTF-8.
2017-11-01 10:43:36 -04:00