Alp Toker wrote:
* Built object files are scattered throughout the directory hierarchy,
resulting in svn stat noise.
You can avoid this by using a separate objdir, when doing something like:
mkdir objdir
cd objdir
../autogen.sh
make
This way you get all the .o files inside your objdir.
Ther
Darin Adler wrote:
Right now big pieces of GNUmakefile.am are copies of
DerivedSources.make. And over time they are starting to diverge,
creating an unnecessary maintenance problem. The reason we're using make
for derived sources is so we can share those rules among all the
different build sys
On Jan 4, 2008, at 12:55 PM, Anyang Ren wrote:
I'd like to suggest two minor fixes for the WebKit Coding Style
Guidelines
at http://webkit.org/coding/coding-style.html.
1. I believe "CamelCase" and "InterCaps" mean the same thing. If
so, I suggest that we use one of them consistently thro
I'd like to suggest two minor fixes for the WebKit Coding Style Guidelines
at http://webkit.org/coding/coding-style.html.
1. I believe "CamelCase" and "InterCaps" mean the same thing. If so, I
suggest that we use one of them consistently throughout the document.
Right now "CamelCase" is used in
Right now big pieces of GNUmakefile.am are copies of
DerivedSources.make. And over time they are starting to diverge,
creating an unnecessary maintenance problem. The reason we're using
make for derived sources is so we can share those rules among all the
different build systems.
Who's wo
I still don't think you understand my problem.
I am trying to modify WebKit so that when using it, mouseovers/hovers that
simply change appearance (underlines, change in color etc) do not happen,
whereas mouseovers/hovers that change content (drop down menus, etc) DO
happen. I have hacked in some
On Jan 4, 2008, at 1:40 AM, Simon Hausmann wrote:
I don't believe that is a bug in Qt, I believe this leak is due to
the fact that the QWebNetworkManager instance (s_manager) is never
deleted, and as a result the connection is never broken up, so
valgrind correctly claims a leak :)
That d
Le 4 janv. 08 à 00:24, Max Barel a écrit :
Le 3 janv. 08 à 22:32, Darin Adler a écrit :
On Jan 3, 2008, at 2:03 PM, Max Barel wrote:
Le 3 janv. 08 à 22:29, Alexey Proskuryakov a écrit :
on 03.01.2008 23:06, Max Barel at [EMAIL PROTECTED] wrote:
As I know no way to guess xhtml capability
On Thursday 03 January 2008 23:28:49 Adam Treat wrote:
> Hi,
>
> I've checked and this appears to be the case in both Qt 4.3.2 and Qt 4.4
> snapshot...
>
> ==7746== 4 bytes in 1 blocks are definitely lost in loss record 5 of 507
> ==7746==at 0x4022765: malloc (vg_replace_malloc.c:149)
> ==7746=
9 matches
Mail list logo