- 11 Aug, 2010 40 commits
-
-
Thiago Macieira authored
This looks like a compiler bug. Intel CC uses the GCC headers, but they appear to be incompatible. Bug will be reported, but meanwhile work around the problem. Reviewed-By: Trust Me
-
Thiago Macieira authored
in qglobal.h, we make Q_UNUSED call a template function that takes T& as a parameter. So we can't pass an rvalue (the result of the && operator). Reviewed-By: Trust Me
-
ck authored
Only tested on Linux, #ifdef'ed for now.
-
dt authored
-
dt authored
-
Roberto Raggi authored
-
hjk authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
- Parse/Format errors correctly (long codes) - Use standard 'Registers' service, fake 'getm' as long as it is unimplemented - Use 'Registers|getChildren' for each thread to activate the context and use the names obtained from there instead of hardcoded register names
-
Tobias Hunger authored
* Add parser * Use it * Improve parser setup in Qt4 makestep * Add tests for the sbsv2parser
-
Tobias Hunger authored
* Reuse filename pattern * Make it work with "from foo:X," lines reported by GCCE * Add unit tests
-
Tobias Hunger authored
* Do not implicitly set up a gnumakeparser as part of the abldparser.
-
Tobias Hunger authored
* Add function to check whether the new symbian build system is used to build a Qt version. This will be used to decide which parsers to use when building for symbian
-
dt authored
A project of qt's size generates 13k of output. That's without cleaning and a project which compiles mostly warning free. So expecting 50.000 of output seems reasonable, might even be a little too low.
-
dt authored
-
dt authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
-
hjk authored
-
Alessandro Portale authored
3ccc079c renamed ProjectNode::DeleteFile to ProjectNode::EraseFile. Also rename the usage(s) of that key.
-
Kai Koehne authored
Explicitly close all views of the sidebar _before_ the core is destructed. E.g. the bookmarks view tries to access the core in it's destructor.
-
dt authored
Some windows header have a define for DeleteFile.
-
hjk authored
-