]> git.tdb.fi Git - libs/core.git/history - source
Use dladdr instead of backtrace_symbols in Backtrace::create (both are GNU-specific...
[libs/core.git] / source /
2007-09-22 Mikko RasaUse dladdr instead of backtrace_symbols in Backtrace...
2007-09-17 Mikko RasaRemove the custom demangle function and use GCC's abi...
2007-08-27 Mikko Rasaterminate instead of rethrowing an uncaught exception
2007-08-21 Mikko RasaAdd types.h
2007-08-21 Mikko RasaReorder components to get headers install correctly
2007-07-07 Mikko RasaTrap and explain uncaught exceptions
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 RasaAssimilate exceptions and RefPtr from mspmisc
2007-03-26 Mikko RasaAdded DateTime
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 Mikko RasaWin32-compatibility
2006-09-05 Mikko RasaWin32 compilation fixes
2006-09-05 Mikko RasaSemaphore is now win32-compatible, I hope
2006-08-28 Mikko RasaRename to libmspcore
2006-08-24 Niko LiikanenWinMain for Win32
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-21 Mikko RasaAdd files