172
I Use This!
Very Low Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted about 6 years ago by le luo
Hello,Admin  As title,   I want to use xerces-c to do some test on redhat 8 OS. I  can build 64 bit xerces-c successful but can’t build 32 bit. Can you help tell me how to build 32bit xerces-c project on redhat OS?                                                                                   Thanks your support Read more
Posted about 6 years ago by le luo
Hello,Admin  As title,   I want to use xerces-c to do some test on redhat 8 OS. I  can build 64 bit xerces-c successful but can’t build 32 bit. Can you help tell me how to build 32bit xerces-c project on redhat OS?                                                                                   Thanks your support Read more
Posted over 6 years ago by Jeffrey Walton
Hi Everyone, I'm building Xerces 3.2.2 (http://us.mirrors.quenda.co/apache//xerces/c/3/sources/) from sources with UBsan on Fedora 29 x86_64. UBsan can be enabled with `CFLAGS+=-fsanitize=undefined` and `CXXFLAGS+=-fsanitize=undefined`. It looks Read more
Posted over 6 years ago by Scott Cantor
I guess there is odd language in 5th edition that actually changes the version production to allow 1.[0-9] but this change wasn't applied consistently to the DOM, if that's even allowed or correct to do. So that's the genesis of the change. It's Read more
Posted over 6 years ago by Scott Cantor
I guess there is odd language in 5th edition that actually changes the version production to allow 1.[0-9] but this change wasn't applied consistently to the DOM, if that's even allowed or correct to do. So that's the genesis of the change. It's Read more
Posted over 6 years ago by Scott Cantor
For possibly later reference, this change includes a very odd (to me) change to XMLScanner that causes the scanner to accept XML versions in the declaration that start with "1." but don't end in 0 or 1. I can't imagine why that would be something XML Read more
Posted over 6 years ago by Scott Cantor
For possibly later reference, this change includes a very odd (to me) change to XMLScanner that causes the scanner to accept XML versions in the declaration that start with "1." but don't end in 0 or 1. I can't imagine why that would be something XML Read more
Posted over 6 years ago by Laurent Pelecq
ValueVectorOf has been changed to call the object destructors for example in ~ValueOfVector: template ValueVectorOf::~ValueVectorOf() {     if (fCallDestructor) {         for (XMLSize_t index=fMaxCount; index > 0; index--)             fElemList Read more
Posted over 6 years ago by Andreas Kleber
Thanks for your feedback. I will try to post similar notices to ACE and OpenDDS, as you are right that the problem comes from how Xerces-C++ is used and not by itself. Also I tend to suspect a problem in VS2013's runtime, however I currently do not Read more
Posted over 6 years ago by Jeroen
  When building a static library (i.e. building with cmake -DBUILD_SHARED_LIBS=OFF, we should not set a SONAME or rename the library file. A static library should just be named libxerces-c.a and not libxerces-c-3.2.a (otherwise it won't link with Read more