Re: Smart Pointers

2017-04-11 Thread Robert Middleton
a current SVN version, since there are a lot of fixes for current bugs in SVN(well, git now). -Robert Middleton On Tue, Apr 11, 2017 at 8:24 AM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, > am Freitag, 20. Januar 2017 um 03:41 schrieben Sie: > >> git link: >> ht

Re: Log4jcxx web site

2017-04-11 Thread Robert Middleton
te builder before). Would doxygen be a better solution? -Robert Middleton On Tue, Apr 11, 2017 at 5:22 AM, Thorsten Schöning wrote: > Guten Tag Matt Sicker, > am Dienstag, 11. April 2017 um 03:11 schrieben Sie: > >> Yikes, we need to apply the alternate theme to that site! Default

Re: Project status

2017-03-17 Thread Robert Middleton
probably been fixed long ago. -Robert Middleton On Fri, Mar 17, 2017 at 3:20 PM, Matt Sicker wrote: > Well, after the migration, I bet the PRs will have super merge conflicts > unless they do a full rebase. I don't know how that'd work, either. It'd > probably be easie

Re: Smart Pointers

2017-01-19 Thread Robert Middleton
that cover all aspects of the code, so the large majority of issues should have been fixed as of this point. This still requires testing on actual user programs though. git link: https://github.com/rm5248/log4cxx-testing/tree/smart_pointers -Robert Middleton On Wed, Nov 23, 2016 at 6:43 PM, R

Re: Smart Pointers

2016-11-23 Thread Robert Middleton
mit simply removes them): https://github.com/rm5248/log4cxx-testing/commit/10f8fdd99bde2410ee92fefb46a414a5bf12669a Otherwise, the commit with all of the formatting changes is here: https://github.com/rm5248/log4cxx-testing/commit/6c5e3f3ba7075fbe7d82001e90510e4ed9c19029 -Robert Middleton On Sun

Re: Smart Pointers

2016-11-20 Thread Robert Middleton
On Sun, Nov 20, 2016 at 9:39 AM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, > am Sonntag, 20. November 2016 um 03:31 schrieben Sie: > > > So I've started work on converting everything over to smart > > pointers. You can check it out on my github here: >

Smart Pointers

2016-11-19 Thread Robert Middleton
t ObjectPtr overrode operator-> and shared_ptr does as well, it seems that most of this will be transparent to other code(this is why I was able to pretty quickly change the LOG4CXX_PTR_DEF macro and have things almost work). -Robert Middleton

[jira] [Commented] (LOGCXX-486) Replace ObjectPtr with more standard shared_ptr.

2016-10-27 Thread Robert Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15613529#comment-15613529 ] Robert Middleton commented on LOGCXX-486: - With regards to cmake vs auto

Re: Release Procedure

2016-08-16 Thread Robert Middleton
gging and version information. -Robert Middleton On Tue, Aug 9, 2016 at 4:39 PM, Robert Middleton wrote: > Ralph, > > If you want to take a look at it, I can walk you through what exactly I > did to try and get it to work. > > -Robert Middleton > > On Tue, Aug 9, 2016 at

[jira] [Commented] (LOGCXX-483) Not able to see hebrew values when logging in log4cxx

2016-08-13 Thread Robert Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420097#comment-15420097 ] Robert Middleton commented on LOGCXX-483: - It is good that you have fixed it

Re: Release Procedure

2016-08-09 Thread Robert Middleton
Ralph, If you want to take a look at it, I can walk you through what exactly I did to try and get it to work. -Robert Middleton On Tue, Aug 9, 2016 at 1:59 AM, Ralph Goers wrote: > If you abandon using Maven that is fine, but if you need some help I’d be > happy to look at it when I can

Re: Release Procedure

2016-08-07 Thread Robert Middleton
On Sun, Aug 7, 2016 at 5:57 AM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, > am Sonntag, 7. August 2016 um 02:51 schrieben Sie: > > > I took a look at the release procedure today and ran into quite a > > few problems. > > A big "Thank you!" for y

Release Procedure

2016-08-06 Thread Robert Middleton
erson to create an actual release(8 years ago!)(he did apparently use the maven-release-plugin though, the commit message says so) -Robert Middleton

Re: Build log4cxx on Windows

2016-08-04 Thread Robert Middleton
to be automatically done(see this Stackoverflow post for some more info: http://stackoverflow.com/questions/14809931/maven-calls-external-script-on-both-linux-and-windows-platforms). It shouldn't be too hard to do, I think I can do that this weekend. -Robert Middleton On Mon, Jul 25, 2016 at 7:39

Re: Build log4cxx on Windows

2016-07-25 Thread Robert Middleton
In general, what it does is create a new tag in SVN and package up the soruces. Looking through the pom.xml and source.xml quickly, it looks like what would have to be done is to run autogen.sh, and then run the proper maven targets. -Robert Middleton On Mon, Jul 25, 2016 at 8:05 AM, Thorsten Schön

Re: Build log4cxx on Windows

2016-07-23 Thread Robert Middleton
perly). I can do more testing if it's necessary. Given my quick test, it seems like using CMake for Windows is a valid solution for building log4cxx, especially since the only dependencies for log4cxx also use CMake. Thoughts? -Robert Middleton On Sun, Jul 17, 2016 at 2:36 PM, Robert Middle

Re: Build log4cxx on Windows

2016-07-17 Thread Robert Middleton
a01bd3b5761a7ff942113e638 APR uses CMake for Windows and autotools for Unix-like systems, so adding in a CMake build for Windows would be consistent with what APR does. -Robert Middleton On Sun, Jul 17, 2016 at 4:57 AM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, > am Samstag,

Build log4cxx on Windows

2016-07-16 Thread Robert Middleton
ly. The problem with this appears to be linking with expat(which should be already contained in APR-util). It also can't find two symbols in apr. I'm going to see if I can make a CMake project for log4cxx, and try and configure it that way. -Robert Middleton

Re: Status of log4cxx

2016-07-09 Thread Robert Middleton
ssion earlier on using CMake. -Robert Middleton On Sat, Jul 2, 2016 at 10:06 AM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, > am Samstag, 2. Juli 2016 um 09:09 schrieben Sie: > > > Built and installed cleanly on Debian 8, Debian 9 and Ubuntu 16.04, > > with the

Re: sizebasedrollingtest failure

2016-07-07 Thread Robert Middleton
x27;zip' fails, the only thing that will be printed out is log4cxx: Exception during rollover. -Robert Middleton On Thu, Jul 7, 2016 at 3:09 PM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, > am Donnerstag, 7. Juli 2016 um 15:26 schrieben Sie: > > > I have figu

sizebasedrollingtest failure

2016-07-07 Thread Robert Middleton
5, return false from ZipCompressAction::execute 2. If return code is 255, throw exception from ZipCompressAction::execute 3. Ignore this. -Robert Middleton

[jira] [Commented] (LOGCXX-482) Build failure with GCC-6

2016-07-02 Thread Robert Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360039#comment-15360039 ] Robert Middleton commented on LOGCXX-482: - I just installed Debian 9 on

Re: Status of log4cxx

2016-07-02 Thread Robert Middleton
9: libapr: 1.5.2 libaprutil: 1.5.4 Ubuntu 16.04: libapr: 1.5.2 libaprutil: 1.5.4 Also, this means that LOG4CXX-482 is fixed with SVN HEAD. -Robert Middleton On Fri, Jul 1, 2016 at 10:52 AM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, > am Freitag, 1. Juli 2016 um 14:

Re: Status of log4cxx

2016-07-01 Thread Robert Middleton
, to put that another way, is it expected that I can install the version of APR that comes with my distribution and everything should work, or do I also need to install APR from SVN? -Robert Middleton On Thu, Jun 30, 2016 at 11:49 AM, Thorsten Schöning wrote: > Guten Tag Robert Middleton, &

Status of log4cxx

2016-06-30 Thread Robert Middleton
Hi, I was browsing the dev mailing list yesterday, and noticed that there was some talk on moving to the attic and/or coming out with a new release. Is there still some help needed on the project? I'd be willing to help out if that's the case. -Robert Middleton