Commit Graph

2926 Commits

Author SHA1 Message Date
Sebastian Pipping
99d60755bd qa.sh: Support GCC coverage reporting with Apple GCC as well 2019-07-10 00:31:19 +02:00
Sebastian Pipping
240957b865 Travis: Cover MemorySanitizer and UndefinedBehaviorSanitizer 2019-07-10 00:31:16 +02:00
Sebastian Pipping
25c46e0acf qa.sh: Re-write
- A bit more flexible and high level
- Drop support for ncc
- Fix coverage rendering, drop split mode
2019-07-10 00:02:14 +02:00
Sebastian Pipping
bf926a6edc Merge branch 'kkkunche-issue_239' (#239, #277) 2019-07-09 23:26:06 +02:00
Sebastian Pipping
434f549134 Changes: Document #239 and #277 2019-07-09 23:18:21 +02:00
Sebastian Pipping
17c1fb49e7 CMake: Write expat_config.h as late as needed
Previously, our post-processing of HAVE_GETRANDOM did
was not applied to expat_config.h.
2019-07-09 23:14:18 +02:00
Sebastian Pipping
a33e021955 CMake: Resolve code duplication by use of a macro 2019-07-09 23:14:05 +02:00
Sebastian Pipping
dfef43bf9b CMake: Support bypassing auto-detection of syscall SYS_getrandom 2019-07-09 23:13:54 +02:00
Sebastian Pipping
592528b6b3 CMake: Turn getrandom build flag into a tribool 2019-07-09 23:13:54 +02:00
Sebastian Pipping
c43fea5e10 CMake: Move reset of HAVE_GETRANDOM after ConfigureChecks.cmake 2019-07-09 23:13:23 +02:00
kkkunche
bba9d973c7 CMake: Option to Disable the usuage of getrandom after autodetect 2019-07-09 23:13:23 +02:00
Sebastian Pipping
4eeb9af97a Merge branch 'issue-268-address-variable-shadowing' (#270, fixes #268) 2019-07-06 19:17:52 +02:00
Sebastian Pipping
cd2d9826a5 Changes: Mention #268 and #270 2019-07-06 19:17:05 +02:00
Sebastian Pipping
cdad8bad64 Changes: Mention #244 2019-07-03 22:58:49 +02:00
Sebastian Pipping
df83b430f5 Merge branch 'MohammedKhajapasha-master' (#264) 2019-07-03 22:53:12 +02:00
Sebastian Pipping
aa1faa2de5 Changes: Document #264 2019-07-03 22:52:32 +02:00
Sebastian Pipping
e7c4f16f9e coverage.sh: Simplify if statement
Conistent with unicode_enabled check above
2019-07-03 22:51:38 +02:00
Sebastian Pipping
6d3b700f6e coverage.sh: Make xml_attr_info_enabled match unicode_enabled 2019-07-03 22:39:50 +02:00
Sebastian Pipping
5caac8663e configure: Make --enable-xml-attr-info help match --enable-static 2019-07-03 22:35:38 +02:00
Mohammed Khajapasha
4a2eb0b7f0 Enable XML_ATTR_INFO in build
enable XML_ATTR_INFO in build to cover XML_ATTR_INFO in CI

Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com>
2019-07-03 22:32:34 +02:00
Sebastian Pipping
0117f01906 xmlparse.c: Limit scope of new_connector to save sizeof(char*) on the stack 2019-07-01 20:15:11 +02:00
Sebastian Pipping
eef2b12935 xmlparse.c: Drop needless re-calculation of keep (#268)
Fixes variable shadowing as a side effect.
2019-06-29 22:41:54 +02:00
Sebastian Pipping
94ea91cf6a xmlparse.c: Resolve temp variable shadow (#268)
Also add const.
2019-06-29 22:40:44 +02:00
Sebastian Pipping
9c90d3db3a Changes: Attach CVE-2018-20843 to #186 and #262 2019-06-24 20:08:48 +02:00
Sebastian Pipping
f9ff801c5b Changes: Document #265 2019-06-20 21:59:28 +02:00
Sebastian Pipping
25051a4c8e
Merge pull request #265 from xantares/patch-1
Fix link step on MinGW for CMake
2019-06-20 20:40:56 +02:00
xantares
42816e3625
Fix link step on MinGW
.def files are handled differently on MinGW than MSVC for the WIN32 target:

```
[ 14%] Linking C shared library libexpat.dll
/usr/lib/gcc/x86_64-w64-mingw32/9.1.0/../../../../x86_64-w64-mingw32/bin/ld: ../lib/libexpat.def:4: syntax error
/usr/lib/gcc/x86_64-w64-mingw32/9.1.0/../../../../x86_64-w64-mingw32/bin/ld:../lib/libexpat.def: file format not recognized; treating as linker script
/usr/lib/gcc/x86_64-w64-mingw32/9.1.0/../../../../x86_64-w64-mingw32/bin/ld:../lib/libexpat.def:1: syntax error
collect2: error: ld returned 1 exit status
```
2019-06-20 19:01:30 +02:00
Sebastian Pipping
d3b78b42a2 Bump version from 2.2.6 to 2.2.7 2019-06-19 18:41:14 +02:00
Sebastian Pipping
c04903b3d1 Bump version info from 7:8:6 to 7:9:6 2019-06-19 18:29:05 +02:00
Sebastian Pipping
a91e771f63 Changes: Group/re-order changes for upcoming 2.2.7 2019-06-19 17:58:55 +02:00
Sebastian Pipping
fc65cc00b4 Changes: Document #158 and #263 2019-06-19 15:52:05 +02:00
Sebastian Pipping
beead4d188
Merge pull request #263 from kkkunche/master
Correct the man page installation path in CMake Build
2019-06-19 15:47:26 +02:00
kkkunche
e4772783d0 Correct the man page installation path in CMake Build
CMake build system : corrected the man page creation to PROJECT_BINARY_DIR
and avoid creation into PROJECT_SOURCE_DIR.

Signed-off-by: kkkunche <kishore.kunche@intel.com>
2019-06-18 21:59:27 +05:30
Sebastian Pipping
20da8611e3 Merge branch 'issue-186-fix-extraction-of-namespace-prefix' 2019-06-16 23:59:31 +02:00
Sebastian Pipping
ed682ae567 Changes: Document #186 and #262 2019-06-16 23:58:45 +02:00
Sebastian Pipping
11f8838bf9 xmlparse.c: Fix extraction of namespace prefix from XML name (#186) 2019-06-12 15:42:54 +02:00
Sebastian Pipping
5801a1b70a Merge branch 'issue-257-portable-shebang' (#257) 2019-05-18 14:13:44 +02:00
Sebastian Pipping
8d922c1ecf Changes: Document #257 2019-05-18 14:11:14 +02:00
Sebastian Pipping
20ee2c0375 Use "/usr/bin/env bash" shebang everywhere for protability (#257) 2019-05-18 14:09:19 +02:00
Jeffrey Walton
42b9c71ead Fix build on OpenBSD (GH #257) 2019-05-18 14:07:06 +02:00
Sebastian Pipping
8e24c60ab6 Travis CI: Install lzip on macOS for "make dist" (#258) 2019-05-12 21:51:04 +02:00
Sebastian Pipping
0075765874 Brewfile: Sort 2019-05-12 21:50:15 +02:00
Sebastian Pipping
dc8421d694 Travis CI: Install lzip for "make dist" (#258) 2019-05-12 20:48:28 +02:00
Sebastian Pipping
dcc356ce8e Changes: Remove @ GitHub username marker noise 2019-05-12 19:25:39 +02:00
Sebastian Pipping
844e5482c7 Autotools: Produce .tar.{gz,lz,xz} release archives (#236, #258) 2019-05-12 19:19:40 +02:00
Sebastian Pipping
5e2859fbf1
Merge pull request #250 from luzpaz/README-repology
README: Add Repology badge showing repos package is available in
2019-02-02 21:09:17 +01:00
luz.paz
08a0dd4a2e README: Add Repology badge showing repos package is available in 2019-02-02 14:24:18 -05:00
Sebastian Pipping
0e7efe2b01 Merge branch 'osx-travis-homebrew' (#152, #249) 2019-01-27 22:39:58 +01:00
Sebastian Pipping
6e29a8bbaf qa.sh: Link with clang for Address Sanitizer 2019-01-27 21:58:15 +01:00
Sebastian Pipping
75fbe10f71 qa.sh: Dump config.log for configure failures 2019-01-27 21:58:15 +01:00