Sebastian Pipping
7426853889
codepage.c: Define functions codepageMap and codepageConvert no more than once
2019-10-08 00:20:28 +02:00
Sebastian Pipping
4d45e55178
coverage.sh: Limit coverage logs to lib/ and xmlwf/ folders
2019-10-08 00:20:28 +02:00
Sebastian Pipping
d516114e76
coverage.sh: Report more about calls to lcov (than their output)
2019-10-08 00:20:28 +02:00
Sebastian Pipping
3334d63437
coverage.sh: Fix directory collisions for w/ and w/o attribute info
2019-10-08 00:20:28 +02:00
Sebastian Pipping
ab73290c35
coverage.sh: Re-use first xmlts.zip download
2019-10-07 22:33:46 +02:00
Sebastian Pipping
6136acc8e0
coverage.sh: Move from GNU Autotools to CMake#
2019-10-07 22:33:35 +02:00
Sebastian Pipping
41c8dc1771
coverage.sh: Copy libexpat.dll as well
2019-10-07 22:33:35 +02:00
Sebastian Pipping
0b53cb461b
coverage.sh: Improve handling of absent libwinpthread-1.dll
2019-10-07 22:33:35 +02:00
Sebastian Pipping
5123c8ed95
xmltok.c: Address warnings about accidental non-ASCII dashes in comments ( #355 )
2019-10-01 21:50:52 +02:00
Sebastian Pipping
c675d2d9da
Changes: Document #354
2019-10-01 21:46:14 +02:00
Sebastian Pipping
c5a6c3cca3
Merge pull request #354 from libexpat/issue-324-cover-build-flags
...
Cover more build flags (fixes #324 )
2019-09-30 20:48:51 +02:00
Sebastian Pipping
917eb79750
Travis CI: Cover more non-default build parameters (in isolation)
2019-09-29 22:42:18 +02:00
Sebastian Pipping
8850b20417
qa.sh: Exclude "make run-xmltest" for -DEXPAT_DTD=OFF
2019-09-29 22:42:18 +02:00
Sebastian Pipping
ae87321020
runtests.c: Fix for -DEXPAT_DTD=OFF
2019-09-29 21:44:58 +02:00
Sebastian Pipping
3137798629
runtests.c: Fix for -DEXPAT_NS=OFF
2019-09-29 20:36:28 +02:00
Sebastian Pipping
76f2beee81
runtests.c: Fix compiler warning "unused function" with -DEXPAT_MIN_SIZE=ON
2019-09-29 19:34:39 +02:00
Sebastian Pipping
24a912c12c
xmlparse.c|xmlrole.c: Fix compiler warning "unused parameter" with -DEXPAT_DTD=OFF
2019-09-29 19:34:39 +02:00
Sebastian Pipping
d05afa5829
xmlparse.c: Address compiler warninging with -DEXPAT_CONTEXT_BYTES=OFF
...
Warning was:
comparison of integers of different signs: 'int' and 'unsigned long'
2019-09-29 19:34:39 +02:00
Sebastian Pipping
b3d3ea6456
Changes: Fix spelling of "September"
2019-09-28 15:16:09 +02:00
Sebastian Pipping
a7bc26b697
Set release date for 2.2.9
2019-09-25 21:30:07 +02:00
Sebastian Pipping
89de2d561c
Bump version info from 7:10:6 to 7:11:6
2019-09-25 21:26:10 +02:00
Sebastian Pipping
25c96511a0
Bump version from 2.2.8 to 2.2.9
2019-09-25 21:22:30 +02:00
Sebastian Pipping
fc79a3acdf
Changes: Document #347
2019-09-25 21:18:59 +02:00
Sebastian Pipping
8c51dd9d51
Merge pull request #349 from libexpat/cmake-windows-libexpat-dll
...
CMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on Windows
2019-09-23 22:23:46 +02:00
Sebastian Pipping
de621b53cf
CMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on Windows
2019-09-21 20:43:04 +02:00
Sebastian Pipping
4f23e05a33
Merge pull request #347 from bungeman/patch-1
...
Only define _CRT_RAND_S when not already defined.
2019-09-18 19:20:05 +02:00
bungeman
c6de942020
Only define _CRT_RAND_S when not already defined.
...
There exist builds which go out of their way to define _CRT_RAND_S for everything by forcing it into the list of macros defined on the command line to the compiler. Unfortunately, something like "-D_CRT_RAND_S" implies _CRT_RAND_S is defined to be '1' and defining it to be empty produces a redefinition.
Since the intention here is to ensure that _CRT_RAND_S is always defined, only define it if it isn't already defined.
2019-09-18 10:39:05 -04:00
Sebastian Pipping
6b19963341
Drop mistaken executable bits
2019-09-16 20:54:47 +02:00
Sebastian Pipping
ffff758613
Merge pull request #345 from tbeu/patch-1
...
Fix typo in readme
2019-09-14 17:27:19 +02:00
tbeu
706f050615
Fix typo
2019-09-14 16:35:17 +02:00
Sebastian Pipping
91b17cfeb8
Set release date for 2.2.8
2019-09-13 22:03:21 +02:00
Sebastian Pipping
a5414b759d
Bump version from 2.2.7 to 2.2.8
2019-09-13 22:03:21 +02:00
Sebastian Pipping
8fd183abfe
Bump version info from 7:9:6 to 7:10:6
2019-09-13 21:44:39 +02:00
Sebastian Pipping
47cc6acc8f
Merge branch 'MohammedKhajapasha-issue_312' ( #343 , fixes #312 )
2019-09-13 21:17:51 +02:00
Sebastian Pipping
9f89db5317
Changes: Document #312 and #343
2019-09-13 21:17:02 +02:00
Mohammed Khajapasha
df35daf126
Autotools: Enable clang tool chain to generate libraries
...
Enable clang tool chain for autotool to generate shared libexpat libraries.
Signed-off-by: Mohammed Khajapasha <mohammed.khajapasha@intel.com>
2019-09-13 06:00:38 +00:00
Sebastian Pipping
68ec895e5d
Changes: Re-order entries for upcoming a release
2019-09-08 20:05:04 +02:00
Sebastian Pipping
c672abcfea
Merge pull request #341 from libexpat/xmlwf-fix-exit-code
...
xmlwf: Fix exit code for case without "-d DIRECTORY"
2019-09-07 02:58:20 +02:00
Sebastian Pipping
966f5d0da8
xmltest.sh: Adapt to fixed xmlwf exit code
2019-09-06 19:53:36 +02:00
Sebastian Pipping
70a4a691fc
xmlwf: Fix exit code for case without "-d DIRECTORY"
2019-09-06 19:53:36 +02:00
Sebastian Pipping
11a621be71
Merge pull request #340 from libexpat/issue-332-workaround-xml-min-size-with-asan
...
runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan (#332 )
2019-09-06 01:16:30 +02:00
Sebastian Pipping
45bf95686c
Changes: Add reference to #336
2019-09-05 21:58:50 +02:00
Sebastian Pipping
f2a977c5da
Merge pull request #336 from libexpat/cmake-option-char-type
...
CMake option EXPAT_CHAR_TYPE=(char|ushort|wchar_t) + two other small CMake fixes
2019-09-05 21:56:40 +02:00
Sebastian Pipping
48d4929bff
runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan ( #332 )
2019-09-05 19:56:11 +02:00
Sebastian Pipping
d2892df8fd
.gitignore: Add missing build results (CMake, qa.sh)
2019-09-05 19:38:36 +02:00
Sebastian Pipping
7f75b2e55f
CMake: Streamline expat-config.cmake.in a bit
2019-09-05 17:21:57 +02:00
Sebastian Pipping
93431f0a8e
CMake: Re-model char type components for usability
2019-09-05 17:20:06 +02:00
Sebastian Pipping
5a0df05f53
CMake: Fix guard for EXPAT_MSVC_STATIC_CRT from WIN32 to MSVC
2019-09-05 17:20:06 +02:00
Sebastian Pipping
23d85f447b
CMake: Set XML_UNICODE for XML_UNICODE_WCHAR_T as well, again
2019-09-05 17:20:06 +02:00
Sebastian Pipping
27ec307136
CMake: Introduce option EXPAT_CHAR_TYPE=(char|ushort|wchar_t)
2019-09-05 17:20:06 +02:00