Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#230 fixed Avoid quoting of make variables/macros rudi
Description

In r909 quoting for "clean" targets was introduced. This creates a rule like this:

   -$(DEL_FILE) $(basename $(DESTDIR_TARGET)).map >nul 2>&1

I think, we should not quote file names, that are expanded by make.

#129 wontfix Build break using GCC 3.3.5 rudi
Description

GCC 3.3.5 pukes on line 173 in

src\gui\kernel\qkeymapper_p.h:

enum { KeyLayoutSize? = sizeof(keyLayout) / sizeof(keyLayout[0]) };

It doesn't seem to allow to declare an enum from an integer expression.

#235 fixed Build process broken rudi
Description

The changes r996 and r997 break the build process completely.

"mkdir-p.cmd" as well as "cd" don't get along well with quoted directory names and/or trailing backslashes.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.