[GitHub] [xerces-c] rleigh-codelibre merged pull request #38: XERCESC-2226: Update minimum CMake version to 3.12

2021-09-20 Thread GitBox
rleigh-codelibre merged pull request #38: URL: https://github.com/apache/xerces-c/pull/38 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c-dev-un

[xerces-c] branch master updated: XERCESC-2226: Update minimum CMake version to 3.12

2021-09-20 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/master by this push: new fd4806a XERCESC-2226: Update minimum CMake ve

[GitHub] [xerces-c] rleigh-codelibre commented on pull request #38: XERCESC-2226: Update minimum CMake version to 3.12

2021-09-20 Thread GitBox
rleigh-codelibre commented on pull request #38: URL: https://github.com/apache/xerces-c/pull/38#issuecomment-923676074 CI is passing. This completes the followup work for XERCESC-2225. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [xerces-c] rleigh-codelibre opened a new pull request #38: XERCESC-2226: Update minimum CMake version to 3.12

2021-09-20 Thread GitBox
rleigh-codelibre opened a new pull request #38: URL: https://github.com/apache/xerces-c/pull/38 * Required for CURL imported target usage in XERCESC-2225 * Drop old cmake_policy settings which are now the default behaviour -- This is an automated message from the Apache Git Service. To

[GitHub] [xerces-c] rleigh-codelibre merged pull request #34: XERCESC-2225: Link to installed CMake targets of CURL

2021-09-20 Thread GitBox
rleigh-codelibre merged pull request #34: URL: https://github.com/apache/xerces-c/pull/34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c-dev-un

[GitHub] [xerces-c] rleigh-codelibre commented on pull request #34: XERCESC-2225: Link to installed CMake targets of CURL

2021-09-20 Thread GitBox
rleigh-codelibre commented on pull request #34: URL: https://github.com/apache/xerces-c/pull/34#issuecomment-923305154 XERCESC-2226 added as a followup action. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[xerces-c] branch master updated: link to installed CMake targets of CURL

2021-09-20 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/master by this push: new af1935b link to installed CMake targets of CU

[jira] [Commented] (XERCESC-2225) Link to installed CMake targets of CURL

2021-09-20 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XERCESC-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417810#comment-17417810 ] Roger Leigh commented on XERCESC-2225: -- XERCESC-2226 added as a followup. > Link

[jira] [Created] (XERCESC-2226) Increment minimum CMake version to 3.12

2021-09-20 Thread Roger Leigh (Jira)
Roger Leigh created XERCESC-2226: Summary: Increment minimum CMake version to 3.12 Key: XERCESC-2226 URL: https://issues.apache.org/jira/browse/XERCESC-2226 Project: Xerces-C++ Issue Type: Bu

[jira] [Created] (XERCESC-2225) Link to installed CMake targets of CURL

2021-09-20 Thread Roger Leigh (Jira)
Roger Leigh created XERCESC-2225: Summary: Link to installed CMake targets of CURL Key: XERCESC-2225 URL: https://issues.apache.org/jira/browse/XERCESC-2225 Project: Xerces-C++ Issue Type: Bu

[GitHub] [xerces-c] rleigh-codelibre merged pull request #37: [XERCESC-2224] DFAContentModel::checkUniqueParticleAttribution (): speed enhancement

2021-09-20 Thread GitBox
rleigh-codelibre merged pull request #37: URL: https://github.com/apache/xerces-c/pull/37 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: c-dev-un

[GitHub] [xerces-c] rleigh-codelibre commented on pull request #37: [XERCESC-2224] DFAContentModel::checkUniqueParticleAttribution (): speed enhancement

2021-09-20 Thread GitBox
rleigh-codelibre commented on pull request #37: URL: https://github.com/apache/xerces-c/pull/37#issuecomment-923298020 The logic looks perfectly fine to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[xerces-c] branch master updated: DFAContentModel::checkUniqueParticleAttribution (): speed enhancement

2021-09-20 Thread rleigh
This is an automated email from the ASF dual-hosted git repository. rleigh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xerces-c.git The following commit(s) were added to refs/heads/master by this push: new 02cec95 DFAContentModel::checkUniqueParticleA

[jira] [Created] (XERCESC-2224) DFAContentModel::checkUniqueParticleAttribution (): speed enhancement

2021-09-20 Thread Even Rouault (Jira)
Even Rouault created XERCESC-2224: - Summary: DFAContentModel::checkUniqueParticleAttribution (): speed enhancement Key: XERCESC-2224 URL: https://issues.apache.org/jira/browse/XERCESC-2224 Project: Xe

[GitHub] [xerces-c] rouault opened a new pull request #37: DFAContentModel::checkUniqueParticleAttribution (): speed enhancement

2021-09-20 Thread GitBox
rouault opened a new pull request #37: URL: https://github.com/apache/xerces-c/pull/37 The complexity of this method is roughly O(n^3). Fuzzers can generate schemas with n = several thousands. The test fTransTable[i][j] == XMLContentModel::gInvalidTrans is independant of the k loop, a