Frits van Bommel
e37c82d1ec
Use LLVM OStream wrapper instead of <iostream> in the logger.
...
llvm::OStream provides all std::ostream functionality (by holding a
std::ostream* internally), but
* doesn't include <iostream>, avoiding per-file overhead.
* allows the stream pointer to be null, and the (inlined) operators do nothing
when that's the case. (This also allows removal of the ofstream("/dev/null")
hack Logger used when disabled, which presumably wasn't very portable)
2009-02-26 14:51:02 +01:00
..
2009-02-08 05:26:54 +01:00
2008-10-06 22:54:08 +02:00
2009-02-26 14:48:47 +01:00
2009-02-26 14:13:27 +01:00
2009-02-08 05:26:54 +01:00
2008-11-29 21:25:43 +01:00
2009-02-08 05:14:24 +01:00
2009-02-18 21:46:14 +01:00
2009-02-26 14:51:02 +01:00
2008-08-17 12:21:53 +02:00
2009-02-25 17:34:51 +01:00
2009-02-25 17:34:51 +01:00
2009-02-26 14:11:49 +01:00
2009-02-26 14:11:49 +01:00
2009-02-08 05:26:54 +01:00
2008-10-14 15:35:49 +02:00
2008-11-22 18:35:52 +01:00
2008-10-06 22:54:08 +02:00
2008-10-22 14:55:33 +02:00
2008-10-22 14:55:33 +02:00
2009-02-26 14:51:02 +01:00
2008-10-06 22:46:55 +02:00
2009-02-26 14:11:49 +01:00
2009-02-08 05:26:54 +01:00
2009-02-26 14:11:49 +01:00
2009-02-26 14:11:49 +01:00
2009-02-26 14:51:02 +01:00
2009-02-25 17:34:51 +01:00
2009-02-08 16:50:22 +01:00
2009-02-26 14:51:02 +01:00
2009-02-04 18:48:03 +01:00
2009-02-26 14:51:02 +01:00
2009-02-26 14:51:02 +01:00
2009-02-26 14:13:27 +01:00
2009-02-26 14:11:49 +01:00
2008-10-06 22:46:55 +02:00
2009-02-25 17:34:51 +01:00
2007-10-23 05:55:12 +02:00
2009-02-26 14:51:02 +01:00
2009-02-14 21:18:47 +01:00
2008-12-30 11:42:01 +01:00
2009-02-26 14:11:49 +01:00
2009-02-01 20:20:56 +01:00
2009-02-14 21:18:47 +01:00
2009-02-08 16:50:22 +01:00
2007-11-03 14:44:58 +01:00
2009-02-26 14:51:02 +01:00
2009-02-26 14:51:02 +01:00
2009-02-26 14:11:49 +01:00
2009-02-26 14:51:02 +01:00
2008-10-06 22:54:08 +02:00
2009-02-02 01:44:51 +01:00