]> git.tdb.fi Git - libs/core.git/shortlog
libs/core.git
2008-12-24 Mikko RasaAdd utility functions to check the contents of a string
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-12-15 Mikko RasaUse the console handle for read/write on *nix
2008-12-15 Mikko RasaAdd copy constructor and copy assignment to Variant
2008-12-15 Mikko RasaAdd support for time zones
2008-12-09 Mikko RasaRewrite lexical_cast to use internal conversion routines
2008-11-25 Mikko RasaHandle branches in subregexes correctly
2008-11-13 Mikko RasaMSVC compatibility fixes
2008-09-24 Mikko RasaConvert C-style casts to C++-style
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-17 Mikko RasaAdd put, getline and get to Filtered to make use of...
2008-08-16 Mikko RasaAdd Filtered class
2008-08-15 Mikko RasaOnly require -ldl on Linux
2008-08-15 Mikko Rasaexecinfo.h is a GNU extension so check for glibc
2008-08-14 Mikko RasaAdd jisx0208.table to tarball strings-1.0
2008-08-11 Mikko RasaAdd Id tag to Build io-1.0
2008-08-10 Mikko RasaAdd License.txt
2008-08-10 Mikko RasaUpdate and clean up svn:ignore 1.0
2008-08-10 Mikko RasaUpdate svn:ignore
2008-08-10 Mikko RasaAdd version and description fields in Build
2008-08-10 Mikko RasaMake the programs use the library and headers from...
2008-08-06 Mikko RasaAdd specialization for lexical_cast<std::string> to...
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 RasaRefactor EventDispatcher::tick to allow arbitary timeouts
2008-07-19 Mikko RasaAllow canceling timers
2008-07-08 Mikko RasaMake events work with Console
2008-06-24 Mikko RasaAdd support for console I/O
2008-06-24 Mikko RasaRemove an obsolete Makefile
2008-06-24 Mikko RasaFix a gcc 4.3 style warning
2008-06-23 Mikko RasaRecognize FileNotFound on win32
2008-06-08 Mikko RasaFix some more style warnings
2008-06-08 Mikko RasaAdd missing includes
2008-06-08 Mikko RasaAdd a missing include
2008-06-08 Mikko RasaAdd missing includes
2008-05-28 Mikko RasaRemove the "optimization" of omitting MATCH_CHAR instru...
2008-03-19 Mikko RasaPthread is no longer recognized as a package by Builder
2008-03-10 Mikko RasaAdd Variant class
2008-02-07 Mikko RasaMark the print functions inline
2008-02-05 Mikko RasaAdd print functions
2008-02-04 Mikko RasaRewrite Buffered to support read-write buffering correctly
2008-01-12 Mikko RasaFix c_unescape
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 Rasacore/error.h renamed to except.h
2007-10-04 Mikko RasaRename error.h to except.h
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-08-10 Mikko RasaFix a bug in Regex with brackets
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-12 Mikko RasaInitial revision
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
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
next