- Sep 28, 2009
-
-
Friedemann Kleint authored
... using a DirectBlockingConnection, hopefully fixing Windows deadlocks.
-
- Sep 25, 2009
-
-
Roberto Raggi authored
-
- Sep 24, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Make locking more fine-grained, move handling of the No-op message into the WriterThread (basically, do not lock dataMutex over invocation of the no-op message as this might queue messages). Introduce a reader thread using select()/Windows overlapped I/O, removing the need for timers.
-
- Sep 23, 2009
-
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
Also introduce mutex into DeviceContext.
-
- Sep 22, 2009
-
-
Friedemann Kleint authored
Introduce writer thread, fix message & verbose handling.
-
- Sep 21, 2009
-
-
Erik Verbruggen authored
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint
-
- Sep 17, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- Sep 09, 2009
-
-
Oswald Buddenhagen authored
evaluating a file (which might not exist) is a bit different than just merging a (possibly empty) map ...
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Sep 01, 2009
- Aug 27, 2009
-
-
dt authored
Since we can easily do that, just do it. No gurantee that we aren't going to use rtti in the future.
-
- Aug 26, 2009
-
-
Roberto Raggi authored
-
- Aug 14, 2009
-
-
Oswald Buddenhagen authored
i think it is finally identical to qmake (i.e., equally braindamaged)
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
{log,error,file}Message() cannot contain logic which makes the output conditional on private evaluator state, as they are virtual and thus derived classes could receive messages which they are not supposed to receive. so put the logic into likewise named functions in the private class and call these throughout.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
hjk authored
-
Keith Isdale authored
The second and third arguments to qmake's include function are optional Task-number: 259398 Reviewed-by: Stian Sandvik Thomassen
-
- Aug 11, 2009
-
-
Oswald Buddenhagen authored
the base config is read with a separate reader. we saved its variables, but not its custom function definitions.
-
Oswald Buddenhagen authored
in particular, fix line continuation processing. also, reintroduce some error handling. it checks only one condition so far (malformed assignment statement) and is entirely silent, but that's all that was necessary for internal robustness.
-
Oswald Buddenhagen authored
-
- Aug 10, 2009
-
-
Erik Verbruggen authored
-
- Aug 06, 2009
-
-
Erik Verbruggen authored
-
- Aug 05, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Oswald Buddenhagen authored
older gcc does not automatically make nested classes of a friend class friends as well.
-
Oswald Buddenhagen authored
QDir::cdUp() is strange ...
-
Erik Verbruggen authored
-