]> granicus.if.org Git - libexpat/log
libexpat
4 years agoCMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on Windows cmake-windows-libexpat-dll
Sebastian Pipping [Sat, 21 Sep 2019 16:14:37 +0000 (18:14 +0200)]
CMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on Windows

4 years agoDrop mistaken executable bits
Sebastian Pipping [Mon, 16 Sep 2019 18:53:23 +0000 (20:53 +0200)]
Drop mistaken executable bits

4 years agoMerge pull request #345 from tbeu/patch-1
Sebastian Pipping [Sat, 14 Sep 2019 15:27:19 +0000 (17:27 +0200)]
Merge pull request #345 from tbeu/patch-1

Fix typo in readme

4 years agoFix typo
tbeu [Sat, 14 Sep 2019 14:35:17 +0000 (16:35 +0200)]
Fix typo

4 years agoSet release date for 2.2.8 release-2-2-8 R_2_2_8
Sebastian Pipping [Fri, 13 Sep 2019 19:59:52 +0000 (21:59 +0200)]
Set release date for 2.2.8

4 years agoBump version from 2.2.7 to 2.2.8
Sebastian Pipping [Fri, 13 Sep 2019 19:49:44 +0000 (21:49 +0200)]
Bump version from 2.2.7 to 2.2.8

4 years agoBump version info from 7:9:6 to 7:10:6
Sebastian Pipping [Fri, 13 Sep 2019 19:44:39 +0000 (21:44 +0200)]
Bump version info from 7:9:6 to 7:10:6

4 years agoMerge branch 'MohammedKhajapasha-issue_312' (#343, fixes #312)
Sebastian Pipping [Fri, 13 Sep 2019 19:17:51 +0000 (21:17 +0200)]
Merge branch 'MohammedKhajapasha-issue_312' (#343, fixes #312)

4 years agoChanges: Document #312 and #343
Sebastian Pipping [Fri, 13 Sep 2019 19:17:02 +0000 (21:17 +0200)]
Changes: Document #312 and #343

4 years agoAutotools: Enable clang tool chain to generate libraries
Mohammed Khajapasha [Mon, 9 Sep 2019 19:06:42 +0000 (19:06 +0000)]
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>
4 years agoChanges: Re-order entries for upcoming a release
Sebastian Pipping [Sun, 8 Sep 2019 18:05:04 +0000 (20:05 +0200)]
Changes: Re-order entries for upcoming a release

4 years agoMerge pull request #341 from libexpat/xmlwf-fix-exit-code
Sebastian Pipping [Sat, 7 Sep 2019 00:58:20 +0000 (02:58 +0200)]
Merge pull request #341 from libexpat/xmlwf-fix-exit-code

xmlwf: Fix exit code for case without "-d DIRECTORY"

4 years agoxmltest.sh: Adapt to fixed xmlwf exit code xmlwf-fix-exit-code
Sebastian Pipping [Thu, 5 Sep 2019 17:47:16 +0000 (19:47 +0200)]
xmltest.sh: Adapt to fixed xmlwf exit code

4 years agoxmlwf: Fix exit code for case without "-d DIRECTORY"
Sebastian Pipping [Thu, 5 Sep 2019 16:29:59 +0000 (18:29 +0200)]
xmlwf: Fix exit code for case without "-d DIRECTORY"

4 years agoMerge pull request #340 from libexpat/issue-332-workaround-xml-min-size-with-asan
Sebastian Pipping [Thu, 5 Sep 2019 23:16:30 +0000 (01:16 +0200)]
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)

4 years agoChanges: Add reference to #336
Sebastian Pipping [Thu, 5 Sep 2019 19:58:50 +0000 (21:58 +0200)]
Changes: Add reference to #336

4 years agoMerge pull request #336 from libexpat/cmake-option-char-type
Sebastian Pipping [Thu, 5 Sep 2019 19:56:40 +0000 (21:56 +0200)]
Merge pull request #336 from libexpat/cmake-option-char-type

CMake option EXPAT_CHAR_TYPE=(char|ushort|wchar_t) + two other small CMake fixes

4 years agoruntests.c: Workaround issue with combining XML_MIN_SIZE and ASan (#332) issue-332-workaround-xml-min-size-with-asan
Sebastian Pipping [Thu, 5 Sep 2019 15:29:15 +0000 (17:29 +0200)]
runtests.c: Workaround issue with combining XML_MIN_SIZE and ASan (#332)

4 years ago.gitignore: Add missing build results (CMake, qa.sh)
Sebastian Pipping [Thu, 5 Sep 2019 17:37:09 +0000 (19:37 +0200)]
.gitignore: Add missing build results (CMake, qa.sh)

4 years agoCMake: Streamline expat-config.cmake.in a bit cmake-option-char-type
Sebastian Pipping [Thu, 5 Sep 2019 15:21:57 +0000 (17:21 +0200)]
CMake: Streamline expat-config.cmake.in a bit

4 years agoCMake: Re-model char type components for usability
Sebastian Pipping [Thu, 5 Sep 2019 15:19:46 +0000 (17:19 +0200)]
CMake: Re-model char type components for usability

4 years agoCMake: Fix guard for EXPAT_MSVC_STATIC_CRT from WIN32 to MSVC
Sebastian Pipping [Wed, 4 Sep 2019 19:29:46 +0000 (21:29 +0200)]
CMake: Fix guard for EXPAT_MSVC_STATIC_CRT from WIN32 to MSVC

4 years agoCMake: Set XML_UNICODE for XML_UNICODE_WCHAR_T as well, again
Sebastian Pipping [Wed, 4 Sep 2019 19:20:48 +0000 (21:20 +0200)]
CMake: Set XML_UNICODE for XML_UNICODE_WCHAR_T as well, again

4 years agoCMake: Introduce option EXPAT_CHAR_TYPE=(char|ushort|wchar_t)
Sebastian Pipping [Wed, 4 Sep 2019 19:05:31 +0000 (21:05 +0200)]
CMake: Introduce option EXPAT_CHAR_TYPE=(char|ushort|wchar_t)

4 years agoxmlwf: Get -h and -v out of usage summary line
Sebastian Pipping [Thu, 5 Sep 2019 14:38:41 +0000 (16:38 +0200)]
xmlwf: Get -h and -v out of usage summary line

4 years agoChanges: Add reference to #338
Sebastian Pipping [Thu, 5 Sep 2019 14:35:48 +0000 (16:35 +0200)]
Changes: Add reference to #338

4 years agoChanges: Document #339
Sebastian Pipping [Thu, 5 Sep 2019 14:34:20 +0000 (16:34 +0200)]
Changes: Document #339

4 years agoMerge pull request #339 from bettermanzzy/fixMemLeak
Sebastian Pipping [Thu, 5 Sep 2019 14:16:54 +0000 (16:16 +0200)]
Merge pull request #339 from bettermanzzy/fixMemLeak

Fix a potential memory leak in elements.c

4 years agoMerge pull request #338 from libexpat/xmlwf-improve-help-output
Sebastian Pipping [Thu, 5 Sep 2019 10:35:40 +0000 (12:35 +0200)]
Merge pull request #338 from libexpat/xmlwf-improve-help-output

xmlwf: Improve "xmlwf -h" help output

4 years agoMerge pull request #337 from libexpat/qa-sh-classify-compiler
Sebastian Pipping [Thu, 5 Sep 2019 10:35:05 +0000 (12:35 +0200)]
Merge pull request #337 from libexpat/qa-sh-classify-compiler

qa.sh: Auto-detect QA_COMPILER

4 years agofix potential memory leak in elements.c
zhouzhongyuan [Thu, 5 Sep 2019 08:17:51 +0000 (16:17 +0800)]
fix potential memory leak in elements.c

4 years agoxmlwf: Improve "xmlwf -h" help output
Sebastian Pipping [Wed, 4 Sep 2019 21:23:29 +0000 (23:23 +0200)]
xmlwf: Improve "xmlwf -h" help output

4 years agoqa.sh: Auto-detect QA_COMPILER
Sebastian Pipping [Wed, 4 Sep 2019 19:53:47 +0000 (21:53 +0200)]
qa.sh: Auto-detect QA_COMPILER

4 years agoChanges: Mention CVE and commit SHA1 for #317
Sebastian Pipping [Wed, 4 Sep 2019 18:43:43 +0000 (20:43 +0200)]
Changes: Mention CVE and commit SHA1 for #317

4 years agoMerge pull request #335 from libexpat/build-fuzzing-expat-only-once
Sebastian Pipping [Wed, 4 Sep 2019 18:18:59 +0000 (20:18 +0200)]
Merge pull request #335 from libexpat/build-fuzzing-expat-only-once

CMake: Build fuzzing Expat once, not twelve times

4 years agoCMake: Build fuzzing Expat once, not twelve times
Sebastian Pipping [Tue, 3 Sep 2019 19:44:47 +0000 (21:44 +0200)]
CMake: Build fuzzing Expat once, not twelve times

4 years agoMerge pull request #318 from libexpat/issue-317
Sebastian Pipping [Tue, 3 Sep 2019 20:00:41 +0000 (22:00 +0200)]
Merge pull request #318 from libexpat/issue-317

Deny internal entities closing the doctype (for #317)

4 years agoMerge pull request #334 from libexpat/issue-330-cmake-migration
Sebastian Pipping [Tue, 3 Sep 2019 19:24:54 +0000 (21:24 +0200)]
Merge pull request #334 from libexpat/issue-330-cmake-migration

Go further with CMake migration (for #330)

4 years agoAppVeyor: Improve use of CMake
Sebastian Pipping [Mon, 2 Sep 2019 20:02:44 +0000 (22:02 +0200)]
AppVeyor: Improve use of CMake

4 years agoCMake: Add missing -municode for wchar_t MinGW
Sebastian Pipping [Mon, 2 Sep 2019 22:10:57 +0000 (00:10 +0200)]
CMake: Add missing -municode for wchar_t MinGW

4 years agoCMake: Fix use of XML_UNICODE and XML_UNICODE_WCHAR_T
Sebastian Pipping [Mon, 2 Sep 2019 21:48:25 +0000 (23:48 +0200)]
CMake: Fix use of XML_UNICODE and XML_UNICODE_WCHAR_T

C/C++ code is not ready to get those from expat_config.h, yet.

4 years agoTravis CI: Adapt to qa.sh's move from GNU Autotools to CMake
Sebastian Pipping [Mon, 2 Sep 2019 19:30:40 +0000 (21:30 +0200)]
Travis CI: Adapt to qa.sh's move from GNU Autotools to CMake

4 years agoqa.sh: Migrate from GNU Autotools to CMake
Sebastian Pipping [Mon, 2 Sep 2019 19:22:23 +0000 (21:22 +0200)]
qa.sh: Migrate from GNU Autotools to CMake

4 years agoCMake: Drop .c files from expat_SRCS that are empty unless included
Sebastian Pipping [Mon, 2 Sep 2019 18:46:04 +0000 (20:46 +0200)]
CMake: Drop .c files from expat_SRCS that are empty unless included

4 years agoCMake: Do not produce expat.pc pkg-config file with MSVC
Sebastian Pipping [Sun, 1 Sep 2019 22:32:08 +0000 (00:32 +0200)]
CMake: Do not produce expat.pc pkg-config file with MSVC

4 years agoCMake: Port "make xml-runtest" over from GNU Autotools
Sebastian Pipping [Sun, 1 Sep 2019 20:51:18 +0000 (22:51 +0200)]
CMake: Port "make xml-runtest" over from GNU Autotools

4 years agoCMake: Make MinGW support work
Sebastian Pipping [Sun, 1 Sep 2019 20:49:54 +0000 (22:49 +0200)]
CMake: Make MinGW support work

4 years agoCMake: Fix off-by-one indentation
Sebastian Pipping [Sun, 1 Sep 2019 20:50:24 +0000 (22:50 +0200)]
CMake: Fix off-by-one indentation

4 years agowin32: Fix slash to be a backslash in expat.iss
Sebastian Pipping [Sun, 1 Sep 2019 21:44:05 +0000 (23:44 +0200)]
win32: Fix slash to be a backslash in expat.iss

4 years agoMerge branch 'issue-331-address-compile-warnings-xml-min-size' (#333)
Sebastian Pipping [Sun, 1 Sep 2019 19:10:36 +0000 (21:10 +0200)]
Merge branch 'issue-331-address-compile-warnings-xml-min-size' (#333)

4 years agoChanges: Reference #331 and #333
Sebastian Pipping [Sun, 1 Sep 2019 19:10:09 +0000 (21:10 +0200)]
Changes: Reference #331 and #333

4 years agoxmltok.c: Fix unused variables warnings for -DXML_MIN_SIZE
Sebastian Pipping [Sun, 1 Sep 2019 01:14:51 +0000 (03:14 +0200)]
xmltok.c: Fix unused variables warnings for -DXML_MIN_SIZE

4 years agoREADME.md: Make CMake option listing more readable
Sebastian Pipping [Sat, 31 Aug 2019 00:25:05 +0000 (02:25 +0200)]
README.md: Make CMake option listing more readable

4 years agoChanges: Add reference to #329
Sebastian Pipping [Sat, 31 Aug 2019 00:23:49 +0000 (02:23 +0200)]
Changes: Add reference to #329

4 years agoMerge pull request #329 from libexpat/cmake-option-namespace
Sebastian Pipping [Sat, 31 Aug 2019 00:22:22 +0000 (02:22 +0200)]
Merge pull request #329 from libexpat/cmake-option-namespace

CMake option namespace prefix EXPAT_

4 years agoChanges: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF)
Sebastian Pipping [Fri, 30 Aug 2019 21:16:56 +0000 (23:16 +0200)]
Changes: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF)

4 years agoChanges: Document move to EXPAT_ CMake option namespace prefix
Sebastian Pipping [Fri, 30 Aug 2019 21:12:14 +0000 (23:12 +0200)]
Changes: Document move to EXPAT_ CMake option namespace prefix

4 years agoREADME.md: List non-advanced build options
Sebastian Pipping [Fri, 30 Aug 2019 20:42:29 +0000 (22:42 +0200)]
README.md: List non-advanced build options

4 years agoCMake: Mark options as advanced where guessing would go wrong, easily
Sebastian Pipping [Fri, 30 Aug 2019 20:31:56 +0000 (22:31 +0200)]
CMake: Mark options as advanced where guessing would go wrong, easily

4 years agoCMake: Get options to show with "cmake -D_EXPAT_HELP=ON -LH ."
Sebastian Pipping [Fri, 30 Aug 2019 20:28:30 +0000 (22:28 +0200)]
CMake: Get options to show with "cmake -D_EXPAT_HELP=ON -LH ."

4 years agoCMake: Fix pull request reference typo
Sebastian Pipping [Fri, 30 Aug 2019 20:17:59 +0000 (22:17 +0200)]
CMake: Fix pull request reference typo

4 years agoCMake: Report about XML_MIN_SIZE in summary
Sebastian Pipping [Fri, 30 Aug 2019 20:16:21 +0000 (22:16 +0200)]
CMake: Report about XML_MIN_SIZE in summary

4 years agoCMake: Rename XML_% to EXPAT_%
Sebastian Pipping [Fri, 30 Aug 2019 20:06:10 +0000 (22:06 +0200)]
CMake: Rename XML_% to EXPAT_%

4 years agoCMake: Rename BUILD_shared to EXPAT_SHARED_LIBS
Sebastian Pipping [Fri, 30 Aug 2019 19:35:48 +0000 (21:35 +0200)]
CMake: Rename BUILD_shared to EXPAT_SHARED_LIBS

4 years agoCMake: Rename INSTALL to EXPAT_ENABLE_INSTALL
Sebastian Pipping [Fri, 30 Aug 2019 19:32:01 +0000 (21:32 +0200)]
CMake: Rename INSTALL to EXPAT_ENABLE_INSTALL

4 years agoCMake: Rename MSVC_USE_STATIC_CRT to EXPAT_MSVC_STATIC_CRT
Sebastian Pipping [Fri, 30 Aug 2019 19:24:29 +0000 (21:24 +0200)]
CMake: Rename MSVC_USE_STATIC_CRT to EXPAT_MSVC_STATIC_CRT

4 years agoCMake: Rename USE_SYS_GETRANDOM to EXPAT_WITH_SYS_GETRANDOM
Sebastian Pipping [Fri, 30 Aug 2019 19:22:51 +0000 (21:22 +0200)]
CMake: Rename USE_SYS_GETRANDOM to EXPAT_WITH_SYS_GETRANDOM

4 years agoCMake: Rename USE_GETRANDOM to EXPAT_WITH_GETRANDOM
Sebastian Pipping [Fri, 30 Aug 2019 19:22:17 +0000 (21:22 +0200)]
CMake: Rename USE_GETRANDOM to EXPAT_WITH_GETRANDOM

4 years agoCMake: Rename WARNINGS_AS_ERRORS to EXPAT_WARNINGS_AS_ERRORS
Sebastian Pipping [Fri, 30 Aug 2019 19:20:55 +0000 (21:20 +0200)]
CMake: Rename WARNINGS_AS_ERRORS to EXPAT_WARNINGS_AS_ERRORS

4 years agoCMake: Rename USE_libbsd to EXPAT_WITH_LIBBSD
Sebastian Pipping [Fri, 30 Aug 2019 19:18:19 +0000 (21:18 +0200)]
CMake: Rename USE_libbsd to EXPAT_WITH_LIBBSD

4 years agoCMake: Rename BUILD_fuzzers to EXPAT_BUILD_FUZZERS
Sebastian Pipping [Fri, 30 Aug 2019 19:13:41 +0000 (21:13 +0200)]
CMake: Rename BUILD_fuzzers to EXPAT_BUILD_FUZZERS

4 years agoCMake: Rename BUILD_doc to EXPAT_BUILD_DOCS
Sebastian Pipping [Fri, 30 Aug 2019 19:12:42 +0000 (21:12 +0200)]
CMake: Rename BUILD_doc to EXPAT_BUILD_DOCS

4 years agoCMake: Rename BUILD_doc_default to _EXPAT_BUILD_DOCS_DEFAULT
Sebastian Pipping [Fri, 30 Aug 2019 19:10:18 +0000 (21:10 +0200)]
CMake: Rename BUILD_doc_default to _EXPAT_BUILD_DOCS_DEFAULT

4 years agoCMake: Rename BUILD_tests to EXPAT_BUILD_TESTS
Sebastian Pipping [Fri, 30 Aug 2019 19:08:35 +0000 (21:08 +0200)]
CMake: Rename BUILD_tests to EXPAT_BUILD_TESTS

4 years agoCMake: Rename BUILD_examples to EXPAT_BUILD_EXAMPLES
Sebastian Pipping [Fri, 30 Aug 2019 19:07:48 +0000 (21:07 +0200)]
CMake: Rename BUILD_examples to EXPAT_BUILD_EXAMPLES

4 years agoCMake: Rename BUILD_tools to EXPAT_BUILD_TOOLS
Sebastian Pipping [Fri, 30 Aug 2019 19:00:48 +0000 (21:00 +0200)]
CMake: Rename BUILD_tools to EXPAT_BUILD_TOOLS

4 years agoCMake: Rename BUILD_tools_default to _EXPAT_BUILD_TOOLS_DEFAULT
Sebastian Pipping [Fri, 30 Aug 2019 18:59:41 +0000 (20:59 +0200)]
CMake: Rename BUILD_tools_default to _EXPAT_BUILD_TOOLS_DEFAULT

4 years agoMerge pull request #328 from libexpat/cmake-xml-min-size
Sebastian Pipping [Fri, 30 Aug 2019 17:38:53 +0000 (19:38 +0200)]
Merge pull request #328 from libexpat/cmake-xml-min-size

Expose XML_MIN_SIZE build option in CMake

4 years agoCMake: Add option -DXML_MIN_SIZE=(ON|OFF), default OFF
Sebastian Pipping [Fri, 30 Aug 2019 13:55:38 +0000 (15:55 +0200)]
CMake: Add option -DXML_MIN_SIZE=(ON|OFF), default OFF

4 years agoChanges: Pull entry on XML_LARGE_SIZE up next to XML_ATTR_INFO
Sebastian Pipping [Fri, 30 Aug 2019 13:53:11 +0000 (15:53 +0200)]
Changes: Pull entry on XML_LARGE_SIZE up next to XML_ATTR_INFO

4 years agoMerge pull request #326 from libexpat/cmake-improvements
Sebastian Pipping [Fri, 30 Aug 2019 13:49:01 +0000 (15:49 +0200)]
Merge pull request #326 from libexpat/cmake-improvements

CMake improvements

4 years agoChanges: Enrich CMake related entries
Sebastian Pipping [Thu, 29 Aug 2019 23:44:29 +0000 (01:44 +0200)]
Changes: Enrich CMake related entries

4 years agoCMake: Provide files for config-mode find_package
Sebastian Pipping [Thu, 29 Aug 2019 21:47:01 +0000 (23:47 +0200)]
CMake: Provide files for config-mode find_package

4 years agoCMake: Add argument -DXML_LARGE_SIZE=ON
Sebastian Pipping [Thu, 29 Aug 2019 22:47:54 +0000 (00:47 +0200)]
CMake: Add argument -DXML_LARGE_SIZE=ON

4 years agoCMake: Extract macro expat_bool_to_int to reduce code duplication
Sebastian Pipping [Thu, 29 Aug 2019 22:23:39 +0000 (00:23 +0200)]
CMake: Extract macro expat_bool_to_int to reduce code duplication

4 years agoCMake: Fix PACKAGE_* variables in expat_config.h.cmake
Sebastian Pipping [Thu, 29 Aug 2019 23:12:41 +0000 (01:12 +0200)]
CMake: Fix PACKAGE_* variables in expat_config.h.cmake

4 years agoCMake: Make expat_config.h.cmake match expat_config.h.in variable order
Sebastian Pipping [Thu, 29 Aug 2019 22:13:30 +0000 (00:13 +0200)]
CMake: Make expat_config.h.cmake match expat_config.h.in variable order

4 years agoCMake: Mimic lib/Makefile.am with regard to doc installation
Sebastian Pipping [Thu, 29 Aug 2019 21:19:44 +0000 (23:19 +0200)]
CMake: Mimic lib/Makefile.am with regard to doc installation

4 years agoCMake: Install expat_config.h to include directory
Sebastian Pipping [Thu, 29 Aug 2019 21:09:26 +0000 (23:09 +0200)]
CMake: Install expat_config.h to include directory

4 years agoCMake: Move expat_install up for upcoming use
Sebastian Pipping [Thu, 29 Aug 2019 21:08:35 +0000 (23:08 +0200)]
CMake: Move expat_install up for upcoming use

4 years agoMerge pull request #325 from libexpat/drop-support-msvc-2003
Sebastian Pipping [Thu, 29 Aug 2019 23:18:27 +0000 (01:18 +0200)]
Merge pull request #325 from libexpat/drop-support-msvc-2003

Drop support for MSVC 2003 (related to #323)

4 years agowin32: Get readme back in sync with CMake
Sebastian Pipping [Thu, 29 Aug 2019 19:20:15 +0000 (21:20 +0200)]
win32: Get readme back in sync with CMake

Related commit: 84cf2fb213d87c266edb469980e4d4ab4cd86750

4 years agoREADME.md: Document supported compilers
Sebastian Pipping [Thu, 29 Aug 2019 17:23:47 +0000 (19:23 +0200)]
README.md: Document supported compilers

4 years agoexpat_external.h: Inline remains of XML_USE_MSC_EXTENSIONS
Sebastian Pipping [Thu, 29 Aug 2019 17:25:51 +0000 (19:25 +0200)]
expat_external.h: Inline remains of XML_USE_MSC_EXTENSIONS

4 years agoDrop support for Visual Studio <=7.1/2003
Sebastian Pipping [Thu, 29 Aug 2019 16:51:03 +0000 (18:51 +0200)]
Drop support for Visual Studio <=7.1/2003

_MSC_VER 1400 is 8.0/2005

4 years agofuzz: Add .gitignore
Sebastian Pipping [Thu, 29 Aug 2019 15:25:28 +0000 (17:25 +0200)]
fuzz: Add .gitignore

4 years agoChanges: Add reference to #322
Sebastian Pipping [Thu, 29 Aug 2019 12:14:33 +0000 (14:14 +0200)]
Changes: Add reference to #322

4 years agoRevert "CMake: Enabled MSVC_USE_STATIC_CRT by default (to match MSVC)"
Sebastian Pipping [Thu, 29 Aug 2019 12:00:17 +0000 (14:00 +0200)]
Revert "CMake: Enabled MSVC_USE_STATIC_CRT by default (to match MSVC)"

This reverts commit f42417b92c4b4440e50968a329acee8bda73dc30.

4 years agoMerge pull request #322 from libexpat/cmake-inno-setup
Sebastian Pipping [Thu, 29 Aug 2019 11:56:22 +0000 (13:56 +0200)]
Merge pull request #322 from libexpat/cmake-inno-setup

Drop MSVC files + build Inno Setup installer using CMake and msbuild

4 years agoreference.html: Fix mismatched tag
Sebastian Pipping [Thu, 29 Aug 2019 11:33:34 +0000 (13:33 +0200)]
reference.html: Fix mismatched tag