Andre Poenitz <[EMAIL PROTECTED]> writes:
> Lately I get a bit agitated as soon as I see 'b', 'o', 'o', 's' and
> 't' in a row.
That was my impression.
JMarc
Andre Poenitz wrote:
On Fri, Nov 30, 2007 at 06:56:03PM +0100, Abdelrazak Younes wrote:
I agree it is not useful for us (for debugging). Maybe it could be made
optional and enabled only in released packaged?
Good idea actually. So file + line in debug, and function + file + line
in release?
On Fri, Nov 30, 2007 at 06:56:03PM +0100, Abdelrazak Younes wrote:
> I agree it is not useful for us (for debugging). Maybe it could be made
> optional and enabled only in released packaged?
Good idea actually. So file + line in debug, and function + file + line
in release?
Andre'
Andre Poenitz wrote:
On Fri, Nov 30, 2007 at 09:46:18AM +0100, Abdelrazak Younes wrote:
Ideally, I'd like to have something simpler and with more contents like the
line number:
tempName()(tempname.cpp:112): Temporary file ...
Is this possible Andre'?
Sort of. In fact I think file and line
On Fri, Nov 30, 2007 at 09:46:18AM +0100, Abdelrazak Younes wrote:
> Jean-Marc Lasgouttes wrote:
>> Martin Vermeer <[EMAIL PROTECTED]> writes:
} // namespace lyx
+// stolen from boost/current_function.hpp
+#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >=
0x3000
On Fri, Nov 30, 2007 at 07:06:51AM +0200, Martin Vermeer wrote:
> On Thu, Nov 29, 2007 at 09:10:36PM +, [EMAIL PROTECTED] wrote:
>
> ...
>
> > Modified: lyx-devel/trunk/src/support/debug.h
> > URL:
> > http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/debug.h?rev=21867
> > ===
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> Andre doesn't want any boost header included all over the place (I
> came to agree with him). I think this is OK as we can now modify this
> macro to our will.
Have you read the relevant boost header? Andre mostly took all of it!
JMarc
Jean-Marc Lasgouttes wrote:
Martin Vermeer <[EMAIL PROTECTED]> writes:
} // namespace lyx
+// stolen from boost/current_function.hpp
+#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) ||
(defined(__ICC) && (__ICC >= 600))
+# define CURRENT_FUNCTION __PRETTY_FUNCTION_
Martin Vermeer <[EMAIL PROTECTED]> writes:
>> } // namespace lyx
>>
>> +// stolen from boost/current_function.hpp
>> +#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) ||
>> (defined(__ICC) && (__ICC >= 600))
>> +# define CURRENT_FUNCTION __PRETTY_FUNCTION__
>> +#elif de
On Thu, Nov 29, 2007 at 09:10:36PM +, [EMAIL PROTECTED] wrote:
...
> Modified: lyx-devel/trunk/src/support/debug.h
> URL:
> http://www.lyx.org/trac/file/lyx-devel/trunk/src/support/debug.h?rev=21867
> ==
> --- lyx-de
10 matches
Mail list logo