]> git.tdb.fi Git - libs/core.git/shortlog
libs/core.git
2007-08-10 Mikko RasaAdd a function to perform simple character mapping
2007-08-09 Mikko RasaRework the codec API completely to remove the internal...
2007-08-09 Mikko RasaAdd Id tags and copyright notices to a few files that...
2007-08-07 Mikko RasaAdd documentation for all functions in utils
2007-08-03 Mikko RasaRevamp the split functions to allow a max_split argumen...
2007-07-07 Mikko RasaTrap and explain uncaught exceptions
2007-06-20 Mikko RasaAdd a simple grep program
2007-06-11 Mikko RasaAdd operator bool() to RegMatch::Group
2007-06-11 Mikko RasaWin32 doesn't have execinfo.h, so don't include it
2007-05-25 Mikko RasaMake this thing actually compile
2007-05-25 Mikko RasaRequire mspcore and not mspmisc
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc
2007-05-25 Mikko RasaAdd glob and regex thingies
2007-04-21 Mikko RasaRename Latin1 as Iso88591
2007-04-21 Mikko RasaAdd copyright notices and Id tags
2007-04-19 Mikko RasaMore sophisticated error handling
2007-03-26 Mikko RasaAdded DateTime
2007-03-18 Mikko RasaFixed split to allow empty parts in beginning and end...
2007-03-18 Mikko RasaAdded reset function for StringCodec::Decoder
2007-03-18 Mikko RasaCorrected style errors
2007-03-18 Mikko RasaFix Iso2022Jp
2007-03-16 Mikko RasaAdd utils
2007-03-07 Mikko RasaInitial upload
2007-02-24 Mikko RasaCreate trunk
2006-11-27 Mikko RasaUse Time::sleep instead of sleep in Application::main
2006-11-17 Mikko RasaThrow out anything polling related - they will go to...
2006-10-03 Mikko RasaAdd a missing mutex unlock into Semaphore::wait
2006-09-09 Mikko RasaAdd const TimeDelta zero
2006-09-07 Niko LiikanenWin32 type warning fixed
2006-09-06 Mikko RasaChange sched_yield to a short sleep to improve performa...
2006-09-05 Niko LiikanenAdd LDFLAGS to CXX when linking...
2006-09-05 Mikko RasaWin32-compatibility
2006-09-05 Mikko RasaWin32 compilation fixes
2006-09-05 Mikko RasaSemaphore is now win32-compatible, I hope
2006-09-04 Niko LiikanenNew Makefile to work with subdirs (For Win32 build)
2006-09-03 Mikko RasaAdd Build file
2006-08-28 Mikko RasaRename to libmspcore
2006-08-24 Niko LiikanenStatic/Shared lib extension tweaks
2006-08-24 Niko LiikanenWinMain for Win32
2006-08-24 Niko LiikanenFixed Makefile linker flags
2006-08-24 Mikko RasaNative threads for Win32
2006-08-24 Niko LiikanenWin32 tweaks
2006-08-24 Niko LiikanenSignal definitions for Win32
2006-08-24 Mikko RasaUse an extra bool variable to indicate thread validity
2006-08-23 Niko LiikanenFirst version
2006-08-21 Mikko RasaAdd files
2006-08-21 Mikko RasaCreate trunk