]>
git.tdb.fi Git - libs/core.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mikko Rasa [Mon, 21 Sep 2009 16:54:56 +0000 (16:54 +0000)]
Bump version to 1.1
Update Build file for upcoming Builder release
Mikko Rasa [Tue, 17 Mar 2009 11:58:07 +0000 (11:58 +0000)]
Add Memory class
Mikko Rasa [Tue, 17 Mar 2009 11:56:46 +0000 (11:56 +0000)]
Allow polling an empty set of objects
Clean up some old debug prints
Mikko Rasa [Mon, 15 Dec 2008 11:50:44 +0000 (11:50 +0000)]
Use the console handle for read/write on *nix
Add Console::get_size
Mikko Rasa [Wed, 24 Sep 2008 16:16:43 +0000 (16:16 +0000)]
Convert C-style casts to C++-style
Mikko Rasa [Sun, 17 Aug 2008 06:48:08 +0000 (06:48 +0000)]
Add put, getline and get to Filtered to make use of possible optimizations in the filter
Set active in ~Filtered, since the filter may want to write something in its destructor
Mikko Rasa [Sat, 16 Aug 2008 08:50:23 +0000 (08:50 +0000)]
Add Filtered class
Make do_write and do_read protected everywhere so Filtered can use the base class versions
Mikko Rasa [Mon, 11 Aug 2008 18:50:05 +0000 (18:50 +0000)]
Add Id tag to Build
Mikko Rasa [Sun, 10 Aug 2008 18:27:00 +0000 (18:27 +0000)]
Add License.txt
Mikko Rasa [Sun, 10 Aug 2008 16:14:16 +0000 (16:14 +0000)]
Add version and description fields in Build
Add header to pipe.cpp
Update svn:ignore
Mikko Rasa [Sat, 19 Jul 2008 13:02:13 +0000 (13:02 +0000)]
Refactor EventDispatcher::tick to allow arbitary timeouts
Mikko Rasa [Tue, 8 Jul 2008 15:22:39 +0000 (15:22 +0000)]
Make events work with Console
Derive EventDispatcher from sigc::trackable
Mikko Rasa [Tue, 24 Jun 2008 19:40:17 +0000 (19:40 +0000)]
Add support for console I/O
Mikko Rasa [Mon, 23 Jun 2008 20:52:17 +0000 (20:52 +0000)]
Recognize FileNotFound on win32
Mikko Rasa [Sun, 8 Jun 2008 15:59:44 +0000 (15:59 +0000)]
Add a missing include
Mikko Rasa [Thu, 7 Feb 2008 15:23:57 +0000 (15:23 +0000)]
Mark the print functions inline
Mikko Rasa [Tue, 5 Feb 2008 12:33:31 +0000 (12:33 +0000)]
Add print functions
Mikko Rasa [Mon, 4 Feb 2008 14:42:42 +0000 (14:42 +0000)]
Rewrite Buffered to support read-write buffering correctly
Rename signal_closing to signal_flush_required
Mikko Rasa [Thu, 4 Oct 2007 20:24:51 +0000 (20:24 +0000)]
Rename error.h to except.h
Get rid of the largely unused IO::Exception
Mikko Rasa [Tue, 12 Jun 2007 12:07:58 +0000 (12:07 +0000)]
Initial revision
Mikko Rasa [Sat, 24 Feb 2007 12:26:00 +0000 (12:26 +0000)]
Create trunk