]> git.tdb.fi Git - libs/core.git/history - source
Convert svn:ignore to .gitignore
[libs/core.git] / source /
2010-11-26 Mikko RasaMake to_unixtime const
2010-10-08 Mikko RasaRefPtr:
2010-02-11 Mikko RasaFix a #include to use relative filename
2010-02-03 Mikko RasaAdd RemoveReference meta-function
2009-12-21 Mikko RasaAdd LogicError exception class
2009-09-20 Mikko RasaFix a compilation error on 64-bit systems
2009-09-11 Mikko RasaFix GetOpt to get strings correctly
2009-09-11 Mikko RasaRewrite Timer to use a heap instead of set to deal...
2009-05-07 Mikko RasaImprove GetOpt help generation
2009-03-08 Mikko RasaFix some win32 compile errors
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-12-15 Mikko RasaAdd copy constructor and copy assignment to Variant
2008-12-15 Mikko RasaAdd support for time zones
2008-11-13 Mikko RasaMSVC compatibility fixes
2008-09-24 Mikko RasaConvert a C-style cast to C++-style
2008-08-31 Mikko RasaAdd validation for DateTime constructor parameters
2008-08-24 Mikko RasaImprove BackTrace printing
2008-08-15 Mikko Rasaexecinfo.h is a GNU extension so check for glibc
2008-08-06 Mikko RasaAdd a "where" property to Exception class
2008-08-05 Mikko RasaHandle constness in Variant
2008-07-23 Mikko RasaReport uncaught exceptions with a MessageBox on win32
2008-07-19 Mikko RasaAllow canceling timers
2008-06-24 Mikko RasaRemove an obsolete Makefile
2008-06-24 Mikko RasaFix a gcc 4.3 style warning
2008-06-08 Mikko RasaAdd missing includes
2008-03-10 Mikko RasaAdd Variant class
2007-12-28 Mikko RasaFix an integer rounding error in Profiler
2007-12-27 Mikko RasaStore hInstance in Application class on win32
2007-12-07 Mikko RasaBugfixes
2007-12-05 Mikko RasaStore the failed key in KeyError
2007-11-11 Mikko RasaFix a sign error in ProfilingScope
2007-11-10 Mikko RasaUse operator void * instead of bool in Time classes...
2007-10-19 Mikko RasaRewrite Time::Timer to not force the use of a thread...
2007-10-12 Mikko RasaAdd Debug::Profiler
2007-10-04 Mikko RasaRename error.* to except.*
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