Re: [sword-devel] Method Name Normalization

2013-01-26 Thread Stefan Husmann
Am 25.01.2013 20:47, schrieb Greg Hellings: On Sun, Jan 20, 2013 at 3:02 PM, Greg Hellings wrote: Additionally, BibleTime's sword-svn-compat branch has been updated to build cleanly against this, (excluding the unused variables message I mentioned in the other thread). --Greg On the heels

Re: [sword-devel] Method Name Normalization

2013-01-25 Thread Greg Hellings
On Sun, Jan 20, 2013 at 3:02 PM, Greg Hellings wrote: > > > Additionally, BibleTime's sword-svn-compat branch has been updated to > build cleanly against this, (excluding the unused variables message I > mentioned in the other thread). > > --Greg > On the heels of the second set of deprecations, X

Re: [sword-devel] Method Name Normalization

2013-01-25 Thread Jonathan Morgan
Hi Greg, On Fri, Jan 25, 2013 at 1:55 AM, Greg Hellings wrote: > > > > On Sun, Jan 20, 2013 at 5:30 PM, Ben Morgan wrote: > >> Hi Greg, >> >> On Mon, Jan 21, 2013 at 6:28 AM, Greg Hellings >> wrote: >> >>> >>> >>> >>> SWIG bindings now up-to-date. >>> >>> Bindings users, please holler if I remo

Re: [sword-devel] Method Name Normalization

2013-01-24 Thread Greg Hellings
moved functions in bindings/swig/deprecated.i or similar. --Greg > > Peter > Sent from my HTC > > > - Reply message - > From: "Greg Hellings" > To: "SWORD Developers' Collaboration Forum" > Subject: [sword-devel] Method Name Normalizati

Re: [sword-devel] Method Name Normalization

2013-01-24 Thread ref...@gmx.net
WORD Developers' Collaboration Forum" Subject: [sword-devel] Method Name Normalization Date: Thu, Jan 24, 2013 15:55 On Sun, Jan 20, 2013 at 5:30 PM, Ben Morgan wrote: Hi Greg, On Mon, Jan 21, 2013 at 6:28 AM, Greg Hellings wrote: SWIG bindings now up-to-date. Bindings users, p

Re: [sword-devel] Method Name Normalization

2013-01-24 Thread Greg Hellings
On Sun, Jan 20, 2013 at 5:30 PM, Ben Morgan wrote: > Hi Greg, > > On Mon, Jan 21, 2013 at 6:28 AM, Greg Hellings wrote: > >> >> >> >> SWIG bindings now up-to-date. >> >> Bindings users, please holler if I removed things overzealously. >> >> I haven't tried it, but I believe that this will break B

Re: [sword-devel] Method Name Normalization

2013-01-22 Thread Greg Hellings
On Tue, Jan 22, 2013 at 12:16 PM, Andrew Thule wrote: > To add .. the cmake build works, it is only the traditional > ./configure;make;make install that appears broken. > If you run the cmake toolchain with "make VERBOSE=1" do the commands have -Werror -Wall enabled? If not, try running cmake wi

Re: [sword-devel] Method Name Normalization

2013-01-22 Thread Andrew Thule
To add .. the cmake build works, it is only the traditional ./configure;make;make install that appears broken. ~A On Tue, Jan 22, 2013 at 1:09 PM, Andrew Thule wrote: > I just grabbed a fresh copy of sword via svn. > > > On Sat, Jan 19, 2013 at 11:13 AM, Troy A. Griffitts > wrote: > In antici

Re: [sword-devel] Method Name Normalization

2013-01-22 Thread Andrew Thule
I just grabbed a fresh copy of sword via svn. On Sat, Jan 19, 2013 at 11:13 AM, Troy A. Griffitts wrote: In anticipation of a new release, I have a large checkin I'm about to commit which will break everything for everyone compiling with -Werror. The Makefile that comes with sword uses the -Werro

Re: [sword-devel] Method Name Normalization

2013-01-21 Thread Troy A. Griffitts
On 01/21/2013 12:28 PM, Nic Carter wrote: Is there a reason for this being the abbreviation and not "setIntroductions(bool)" and "isIntroductions()"? I find it strange that you've fixed up "Lang()" and introduced "Intros()"... But, thanks for this change. It was confusing before! :) Yeah, wel

Re: [sword-devel] Method Name Normalization

2013-01-21 Thread Nic Carter
On 20/01/2013, at 3:13 AM, Troy A. Griffitts wrote: > Headings() has been renamed to setIntros(bool) and bool isIntros() > Headings() -- used to turn on chapter, book, testament, and module > introductions, has frequently been a point of confusion with the global > option "Headings" -- used to

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Ben Morgan
Hi Greg, On Mon, Jan 21, 2013 at 6:28 AM, Greg Hellings wrote: > > > > SWIG bindings now up-to-date. > > Bindings users, please holler if I removed things overzealously. > > I haven't tried it, but I believe that this will break BPBible for example. As the bindings are part of SWORD, I believe i

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
On Sun, Jan 20, 2013 at 1:28 PM, Greg Hellings wrote: > > > > On Sat, Jan 19, 2013 at 10:13 AM, Troy A. Griffitts > wrote: > >> In anticipation of a new release, I have a large checkin I'm about to >> commit which will break everything for everyone compiling with -Werror. >> >> We've been normali

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
On Sat, Jan 19, 2013 at 10:13 AM, Troy A. Griffitts wrote: > In anticipation of a new release, I have a large checkin I'm about to > commit which will break everything for everyone compiling with -Werror. > > We've been normalizing method names toward a clean API interface at 2.0. > SWORD started

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
Attached is a patch (I don't think I have commit privileges to that directory? If so, I can commit it directly.). --Greg On Sun, Jan 20, 2013 at 12:00 PM, Greg Hellings wrote: > Building the library (with CMake) now I get many warnings coming from > examples/cmdline. Among those I get the follo

Re: [sword-devel] Method Name Normalization

2013-01-20 Thread Greg Hellings
Building the library (with CMake) now I get many warnings coming from examples/cmdline. Among those I get the following errors: /home/greg/Source/sword/examples/cmdline/threaded_search.cpp:101: undefined reference to `sword::VerseKey::ParseVerseList(char const*, char const*, bool, bool)' collect2:

Re: [sword-devel] Method Name Normalization

2013-01-19 Thread Peter von Kaehne
On Sat, 2013-01-19 at 20:30 +0100, Troy A. Griffitts wrote: > > Peter von Kaehne wrote: > >Does this mean that headings and intros are now formally separated? > > They always have been. They have never had anything to do with each other. On Xiphos these are the same. Turn on headings and intro

Re: [sword-devel] Method Name Normalization

2013-01-19 Thread Troy A. Griffitts
Peter von Kaehne wrote: >On Sat, 2013-01-19 at 17:13 +0100, Troy A. Griffitts wrote: >> >> Headings() has been renamed to setIntros(bool) and bool isIntros() >> Headings() -- used to turn on chapter, book, testament, and module >> introductions, has frequently been a point of confusion with t

Re: [sword-devel] Method Name Normalization

2013-01-19 Thread Greg Hellings
On Sat, Jan 19, 2013 at 12:31 PM, Peter von Kaehne wrote: > On Sat, 2013-01-19 at 17:13 +0100, Troy A. Griffitts wrote: > > > > Headings() has been renamed to setIntros(bool) and bool isIntros() > > Headings() -- used to turn on chapter, book, testament, and module > > introductions, has frequent

Re: [sword-devel] Method Name Normalization

2013-01-19 Thread Peter von Kaehne
On Sat, 2013-01-19 at 17:13 +0100, Troy A. Griffitts wrote: > > Headings() has been renamed to setIntros(bool) and bool isIntros() > Headings() -- used to turn on chapter, book, testament, and module > introductions, has frequently been a point of confusion with the global > option "Headings" --

[sword-devel] Method Name Normalization

2013-01-19 Thread Troy A. Griffitts
In anticipation of a new release, I have a large checkin I'm about to commit which will break everything for everyone compiling with -Werror. We've been normalizing method names toward a clean API interface at 2.0. SWORD started 20+ years ago when there was not standard naming conventions. I