summaryrefslogtreecommitdiff
path: root/Utilities/cmexpat
Commit message (Collapse)AuthorAgeFilesLines
* expat: Activate POSIX APIs even without compiler extensionsRaul Tambre2022-11-101-0/+6
| | | | | | | | | | | | | | | | | | | Compile with the preprocessor definitions necessary for the `arc4random` family so it's available even when compiler extensions are not enabled. Similar things are done in cmbzip2, cmcurl, cmlibarchive, cmliblizma and cmlibuv. This issue surfaced on a nightly bot after glibc 2.36 added arc4random functions. cmlibarchive defines the necessary macro, but also relies on `HAVE_ARC4RANDOM_BUF`. cmlibarchive's check with the necessary macro defined was skipped due to cmexpat running the same check before, but without the macros, and it being cached. This extends commit c7c3e39e4f (Utilities: Activate POSIX APIs even without compiler extensions, 2022-06-02, v3.24.0-rc1~34^2) to cover our build of expat too. Issue: #20454
* Merge branch 'upstream-expat' into update-expatBrad King2022-02-226-63/+133
| | | | | | # By Expat Upstream * upstream-expat: expat 2022-02-20 (65a21f2b)
* Merge branch 'upstream-expat' into update-expatBrad King2022-02-013-14/+26
| | | | | | # By Expat Upstream * upstream-expat: expat 2022-01-30 (81b89678)
* Utilities: Suppress warnings in third-party code with IBMClangAaron Liu2022-01-271-1/+1
|
* Merge branch 'upstream-expat' into update-expatBrad King2022-01-187-19/+214
| | | | | * upstream-expat: expat 2022-01-16 (57c7da69)
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Divert LCC compiler as a new one, instead of treating it as GNU. Since old times, Elbrus C/C++/Fortran Compiler (LCC) by MCST has been passing checks for GNU compilers, so it has been identified as GNU. Now, with intent of seriously upstreaming its support, it has been added as a separate LCC compiler, and its version displays not a supported GCC version, but LCC version itself (e.g. LCC 1.25.19 instead of GNU 7.3.0). This commit adds its support for detection, and also converts basically every check like 'is this compiler GNU?' to 'is this compiler GNU or LCC?'. The only places where this check is untouched, is where it regards other platforms where LCC is unavailable (primarily non-Linux), and where it REALLY differs from GNU compiler. Note: this transition may break software that are already ported to Elbrus, but hardly relies that LCC will be detected as GNU; still such software is not known.
* cmexpat: Create expat_config.h in build within CMake itselfBrad King2021-05-241-0/+2
| | | | Expat 2.4.1 no longer supports compiling without this header.
* Merge branch 'upstream-expat' into update-expatBrad King2021-05-2420-154/+1404
| | | | | * upstream-expat: expat 2021-05-23 (a28238bd)
* Utilities: Suppress warnings in third-party code with NVHPCBrad King2021-04-201-1/+1
|
* Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-1/+1
|
* Merge branch 'upstream-expat' into update-expatBrad King2020-10-057-36/+64
| | | | | | # By Expat Upstream * upstream-expat: expat 2020-10-03 (162e16b0)
* expat: Remove unused try_compile checksBrad King2020-06-032-17/+0
|
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
| | | | Fixes: #20666
* expat: Update CMake build for 2.2.9Brad King2019-11-111-1/+0
|
* Merge branch 'upstream-expat' into update-expatBrad King2019-11-1122-4840/+4036
| | | | | * upstream-expat: expat 2019-09-25 (a7bc26b6)
* Merge branch 'upstream-expat' into update-expatBrad King2019-07-0123-1569/+2055
| | | | | * upstream-expat: expat 2019-06-19 (d3b78b42)
* Utilities: Suppress warnings in third-party code when using XLClangBrad King2019-02-251-1/+1
|
* Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-1/+1
| | | | | | In commit beb991110d (Remove now-unused code once used on IRIX, 2019-01-11, v3.14.0-rc1~167^2) we removed remnants of IRIX support. Also remove remnants of MIPSpro compiler support.
* expat: Update CMake build for 2.2.3Brad King2017-08-071-3/+4
|
* Merge branch 'upstream-expat' into update-expatBrad King2017-08-0710-240/+838
| | | | | * upstream-expat: expat 2017-08-02 (97c6bd01)
* expat: Fix compilation on systems without stdint.hBrad King2017-06-201-1/+11
|
* Merge branch 'upstream-expat' into update-expatBrad King2017-06-1910-169/+897
| | | | | * upstream-expat: expat 2017-06-17 (c4446687)
* Merge branch 'upstream-expat' into update-expatBrad King2016-06-068-295/+433
| | | | | * upstream-expat: expat 2016-06-05 (2b9cb7f5)
* expat: Suppress compiler warningsBrad King2016-05-052-0/+13
| | | | We are not developing expat so we do not care about warnings.
* expat: Re-write CMake build system for our needsBrad King2016-05-052-33/+14
| | | | Hard-code production of a static library. Rename to `cmexpat`.
* expat: Hard-code configuration options for our needsBrad King2016-05-053-28/+4
| | | | | Also include our configured header on Windows too to get the same configuration.
* expat: Drop upstream test/install/packaging codeBrad King2016-05-052-82/+0
|
* Merge branch 'upstream-expat' into update-expatBrad King2016-05-0523-0/+13896
| | | | | * upstream-expat: expat 2016-05-01 (379213ca)
* expat: Disable all whitespace checks in third-party codeBrad King2016-05-051-0/+1
|
* Drop old expat sources to make room for a fresh importBrad King2016-05-0521-11243/+0
|
* Clean up install rules of CMake itself (#14371)Brad King2013-08-261-1/+1
| | | | | | | | | | | Ensure CMAKE_DATA_DIR, CMAKE_DOC_DIR, and CMAKE_MAN_DIR are always relative paths in CMake code, and set defaults accordingly. Use the install() command instead of install_files() and install_targets(). This is more modern and also avoids stripping of the first character from user-specified destinations. While at it, fix the default destinations reported in the bootstrap help.
* Remove useless include file filtersBrad King2009-12-081-1/+0
| | | | | | | | | | The commit "Cleanup regular expressions" removed real include filter expressions and replaced them with lines like INCLUDE_REGULAR_EXPRESSION("^.*$") that do no filtering. We simplify the change by removing the lines altogether.
* Install third-party utility copyright noticesBrad King2009-09-281-0/+1
| | | | | | | Some of our third-party utilities have licenses that require their copyright and license notices to be distributed with binary forms. This commit adds installation rules to include these notices with installed CMake documentation.
* COMP: Cleanup regular expressionsAndy Cedilnik2005-12-301-1/+1
|
* COMP: More cleanupsAndy Cedilnik2005-03-161-0/+4
|
* COMP: Remove compile warning about shadow variablesAndy Cedilnik2005-02-271-6/+6
|
* COMP: fix warningsBill Hoffman2005-02-251-0/+2
|
* COMP: Try to resolve compile errors because of missing includes and wrong ↵Andy Cedilnik2005-01-181-1/+1
| | | | include path
* ENH: Initial import of expatAndy Cedilnik2004-06-2521-0/+11237