Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (253 - 255 of 301)

Ticket Owner Reporter Resolution Summary
#150 rudi wontfix MOC output on "No relevant classes found"
Description

This is a rather weird one, but I'm asking for your opinion on that...

When MOC processes a file without any "mocable" classes, it creates a zero-length output file. Unfortunately, if the target drive is on a NetWare? server, the timestamp of such a zero-length file is not updated (which is not MOC's fault). Anyway, as a result of that MAKE will re-invoke MOC for those classes - even though nothing has changed - and then cause the empty MOC result to be compiled. Due to this the target will be re-linked, which can be quiet time consuming.

A simple workaround for that problem is to always write something into the MOC result files. A carriage return would be sufficient, however I'm wondering why they don't put the standard "this is a MOC generated file blah blah" comment header in...

#152 rudi fixed Apply performance options
Description

Since we need to use any piece of performance we can get and we don't have to support i386 CPUs, I suggest to let qmake generate the compiler options (for GCC4.x):

-march=i486 -mtune=generic

Don't expect wonders from that, but a small speed gain can be measured. The down side is, that the created code grows a bit in size.

#153 rudi wontfix Remove the need of GCC422.DLL
Description

The option "-static-libgcc" applied to the link step seems to do the trick and prevents the users from having to hunt for another DLL.

Note: See TracQuery for help on using queries.