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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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" --
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
21 matches
Mail list logo