svn commit: r1557330 - /incubator/log4cxx/trunk/pom.xml

2014-01-11 Thread tschoening
Author: tschoening Date: Sat Jan 11 09:19:45 2014 New Revision: 1557330 URL: http://svn.apache.org/r1557330 Log: Removed replacements in source-repository.html, because the replaced content doesn't seem to be included in the genrated file unless it has been configured in pom.xml, which is not th

svn commit: r1557333 - /incubator/log4cxx/trunk/src/site/site.xml

2014-01-11 Thread tschoening
Author: tschoening Date: Sat Jan 11 09:42:05 2014 New Revision: 1557333 URL: http://svn.apache.org/r1557333 Log: Reworked menu items to include missing results from maven-project-info-reports-plugin. Modified: incubator/log4cxx/trunk/src/site/site.xml Modified: incubator/log4cxx/trunk/src/s

svn commit: r1557340 - in /incubator/log4cxx/trunk/src/site: site.xml xdoc/building/ xdoc/building/index.xml

2014-01-11 Thread tschoening
Author: tschoening Date: Sat Jan 11 10:58:01 2014 New Revision: 1557340 URL: http://svn.apache.org/r1557340 Log: Added some content for the building link as a summary of the thread "Contributor OS cross reference?". Added: incubator/log4cxx/trunk/src/site/xdoc/building/ incubator/log4cxx

To be aligned: which C++ dialect for log4cxx

2014-01-11 Thread Florian Seydoux
Hi all, a short question: do wee all agree to ~restrict the codebase to ansi C++ (ie. -std=c++98) without 03/11 extension? (despite it's not enforced on gcc compilation) -- flo

Re: To be aligned: which C++ dialect for log4cxx

2014-01-11 Thread Thorsten Schöning
Guten Tag Florian Seydoux, am Samstag, 11. Januar 2014 um 13:03 schrieben Sie: > a short question: do wee all agree to ~restrict the codebase to ansi C++ > (ie. -std=c++98) without 03/11 extension? I'm not sure about 03, but the support for 11 is pretty bad for my compiler, therefore +1 from me.

svn commit: r1557393 - /incubator/log4cxx/trunk/src/site/xdoc/building/index.xml

2014-01-11 Thread tschoening
Author: tschoening Date: Sat Jan 11 13:44:02 2014 New Revision: 1557393 URL: http://svn.apache.org/r1557393 Log: Improved markup semantically. Modified: incubator/log4cxx/trunk/src/site/xdoc/building/index.xml Modified: incubator/log4cxx/trunk/src/site/xdoc/building/index.xml URL: http://sv

[jira] [Commented] (LOGCXX-390) xml::DOMConfigurator::configureAndWatch leaks memory and threads like LOGCXX-342

2014-01-11 Thread Joseph Southwell (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868822#comment-13868822 ] Joseph Southwell commented on LOGCXX-390: - LOGCXX-416 appears to be because the po

[jira] [Commented] (LOGCXX-390) xml::DOMConfigurator::configureAndWatch leaks memory and threads like LOGCXX-342

2014-01-11 Thread Joseph Southwell (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868827#comment-13868827 ] Joseph Southwell commented on LOGCXX-390: - Although, now that I read it, I see tha

svn commit: r1557417 - /incubator/log4cxx/trunk/src/changes/changes.xml

2014-01-11 Thread joseph
Author: joseph Date: Sat Jan 11 16:27:39 2014 New Revision: 1557417 URL: http://svn.apache.org/r1557417 Log: added changes from prior commits Modified: incubator/log4cxx/trunk/src/changes/changes.xml Modified: incubator/log4cxx/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc

[jira] [Assigned] (LOGCXX-396) log4cxx-0.10.0 - compile error on OSX Lion using clang-3.1 building universal due to old libtool scripts

2014-01-11 Thread Joseph Southwell (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Southwell reassigned LOGCXX-396: --- Assignee: Joseph Southwell (was: Curt Arnold) > log4cxx-0.10.0 - compile error on OS

[jira] [Assigned] (LOGCXX-302) Initializing Error c0150002 when loading an application, linking to Log4CXX

2014-01-11 Thread Joseph Southwell (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Southwell reassigned LOGCXX-302: --- Assignee: Joseph Southwell (was: Curt Arnold) > Initializing Error c0150002 when loa

[jira] [Resolved] (LOGCXX-302) Initializing Error c0150002 when loading an application, linking to Log4CXX

2014-01-11 Thread Joseph Southwell (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Southwell resolved LOGCXX-302. - Resolution: Invalid That error means that the application manifest is referencing VC runt

Re: To be aligned: which C++ dialect for log4cxx

2014-01-11 Thread Rhys Ulerich
>> a short question: do wee all agree to ~restrict the codebase to ansi C++ >> (ie. -std=c++98) without 03/11 extension? I'm fine with 98. - Rhys

[jira] [Commented] (LOGCXX-390) xml::DOMConfigurator::configureAndWatch leaks memory and threads like LOGCXX-342

2014-01-11 Thread Florian Seydoux (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868835#comment-13868835 ] Florian Seydoux commented on LOGCXX-390: Same buggy code > xml::DOMConfigurator::

[jira] [Updated] (LOGCXX-342) PropertyConfigurator::configureAndWatch leaks memory and threads

2014-01-11 Thread Florian Seydoux (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Seydoux updated LOGCXX-342: --- Attachment: propertyconfigurator.cpp.patch Potential fix (not yet tested): turn the standard

[jira] [Commented] (LOGCXX-390) xml::DOMConfigurator::configureAndWatch leaks memory and threads like LOGCXX-342

2014-01-11 Thread Florian Seydoux (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868841#comment-13868841 ] Florian Seydoux commented on LOGCXX-390: Hi Joseph; Feel free to get the handle on

[jira] [Comment Edited] (LOGCXX-390) xml::DOMConfigurator::configureAndWatch leaks memory and threads like LOGCXX-342

2014-01-11 Thread Florian Seydoux (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13868841#comment-13868841 ] Florian Seydoux edited comment on LOGCXX-390 at 1/11/14 6:00 PM: ---

[jira] [Assigned] (LOGCXX-342) PropertyConfigurator::configureAndWatch leaks memory and threads

2014-01-11 Thread Joseph Southwell (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Southwell reassigned LOGCXX-342: --- Assignee: Joseph Southwell (was: Florian Seydoux) > PropertyConfigurator::configureA

[jira] [Assigned] (LOGCXX-390) xml::DOMConfigurator::configureAndWatch leaks memory and threads like LOGCXX-342

2014-01-11 Thread Joseph Southwell (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Southwell reassigned LOGCXX-390: --- Assignee: Joseph Southwell (was: Florian Seydoux) > xml::DOMConfigurator::configureA