You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2020/02/26 13:38:01 UTC

[uima-uimacpp] branch rc/uimacpp-3.0.0 updated (c8e3880 -> 6189c42)

This is an automated email from the ASF dual-hosted git repository.

eae pushed a change to branch rc/uimacpp-3.0.0
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git.


    from c8e3880  UIMA-6172 warnings found with newer tool chain
     add 9844473  UIMA-6190 Update build script
     add d12003e  UIMA-6190 Update build script to also work for Mac OSX
     add a026c5c  [UIMA-6190] Fix bugs found on Mac OSX (using the clang compiler) Explicit casts between the 16-bit characters UChar & XMLCh. Remove unused buggy xmiwriter template. Replace unsigned int with size_t in strtools.hpp Drop -module link flag so Mac creates .dylib rather than .so libraries. Work around Mac's refusal to pass DYLD_LIBRARY_PATH through the environment. Add icu namespace to UnicodeString declarations.
     new 6189c42  Merge pull request #2 from apache/bll/uimacpp-3.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                                |  2 +-
 src/cas/cas.cpp                             | 10 ++--
 src/cas/uima/cas.hpp                        | 10 ++--
 src/cas/xcasdeserializer_handler.cpp        |  7 +--
 src/cas/xmideserializer_handler.cpp         |  3 +-
 src/cas/xmiwriter.cpp                       |  4 +-
 src/framework/uima/strtools.hpp             |  4 +-
 src/test/Makefile.am                        |  3 +-
 src/test/fvt.sh                             |  3 +-
 src/test/fvtTestfile                        |  6 +++
 src/utils/ActiveMQAnalysisEngineService.cpp |  6 +--
 uimacpp-make-sdk.sh                         | 72 ++++++++++++++++++++---------
 12 files changed, 84 insertions(+), 46 deletions(-)


[uima-uimacpp] 01/01: Merge pull request #2 from apache/bll/uimacpp-3.0.0

Posted by ea...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eae pushed a commit to branch rc/uimacpp-3.0.0
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git

commit 6189c42b51f432190663111e7e55662104ba2f6e
Merge: c8e3880 a026c5c
Author: eaepstein <56...@users.noreply.github.com>
AuthorDate: Wed Feb 26 08:37:54 2020 -0500

    Merge pull request #2 from apache/bll/uimacpp-3.0.0
    
    Bll/uimacpp 3.0.0

 configure.ac                                |  2 +-
 src/cas/cas.cpp                             | 10 ++--
 src/cas/uima/cas.hpp                        | 10 ++--
 src/cas/xcasdeserializer_handler.cpp        |  7 +--
 src/cas/xmideserializer_handler.cpp         |  3 +-
 src/cas/xmiwriter.cpp                       |  4 +-
 src/framework/uima/strtools.hpp             |  4 +-
 src/test/Makefile.am                        |  3 +-
 src/test/fvt.sh                             |  3 +-
 src/test/fvtTestfile                        |  6 +++
 src/utils/ActiveMQAnalysisEngineService.cpp |  6 +--
 uimacpp-make-sdk.sh                         | 72 ++++++++++++++++++++---------
 12 files changed, 84 insertions(+), 46 deletions(-)