]> git.tdb.fi Git - libs/core.git/history - source/core
Don't give out a non-const reference from a const Variant
[libs/core.git] / source / core /
2012-09-27 Mikko RasaDon't give out a non-const reference from a const Variant
2012-09-04 Mikko RasaDisable main() on win32 in favor of WinMain
2012-09-04 Mikko RasaConvert command line arguments on Windows from UTF...
2012-08-01 Mikko RasaProvide a way to get an integer type matching the size...
2012-08-01 Mikko RasaPrefer inttypes.h to doing the #ifdef dance everywhere
2012-08-01 Mikko RasaExactly-sized integer types, the C++ way
2012-07-18 Mikko RasaAllow seen_count to be bound to a variable for dealing...
2012-07-14 Mikko RasaCheck that the option actually has a short name
2012-07-14 Mikko RasaAdd documentation to GetOpt
2012-07-14 Mikko RasaRearrange GetOpt internals to provide a nicer external...
2012-07-14 Mikko RasaReplace earlier options sharing the same short or long...
2012-07-09 Mikko RasaWindows compilation fixes
2012-07-07 Mikko RasaStyle fix: split function bodies to separate line outsi...
2011-09-04 Mikko RasaHash functions
2011-08-05 Mikko RasaAdd a constructor for system_error that takes error...
2011-08-01 Mikko RasaRemove the obsolete exceptions from core
2011-07-29 Mikko RasaIsolate platform-dependent RawTime conversion functions...
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-07-25 Mikko Rasamaputils.h: add insert_unique function
2011-06-18 Mikko RasaBuild help messages with format instead of ostringstream
2011-06-18 Mikko RasaUse IO::cout rather than std::cout
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-09 Mikko RasaAdd utility functions for getting an item from an std...
2011-06-09 Mikko RasaStyle and comment updates
2011-06-08 Mikko RasaAvoid using relative paths beginning with .. in #includes
2011-06-07 Mikko RasaRemove the old commented out MutexPtr implementation
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-28 Mikko RasaUse the timespec conversion in Semaphore::wait
2011-05-28 Mikko RasaRemove the now-unused types.h
2011-05-28 Mikko RasaRefactor Mutex with pimpl
2011-05-28 Mikko RasaNew system_error exception class
2011-05-28 Mikko RasaRefactor Thread class with pimpl to avoid exposing...
2011-05-28 Mikko RasaAdd a missing #include <windows.h>
2011-05-28 Mikko RasaUse lexical_cast instead of stringstream in GetOpt
2011-05-28 Mikko RasaRename formatter.* to format.*
2011-05-25 Mikko RasaImprove error reporting in Variant
2011-05-25 Mikko RasaMake help message printing automatic
2011-05-25 Mikko RasaMerge branch 'strings-master'
2011-05-24 Mikko RasaStyle updates
2011-05-24 Mikko RasaJoin threads upon object destruction
2011-05-24 Mikko RasaPrevent a crash if application destructor throws
2011-05-24 Mikko RasaStreamline application class registration
2011-05-24 Mikko RasaEliminate loop mode from Application
2010-10-08 Mikko RasaRefPtr:
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-05-07 Mikko RasaImprove GetOpt help generation
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-11-13 Mikko RasaMSVC compatibility fixes
2008-09-24 Mikko RasaConvert a C-style cast to C++-style
2008-08-24 Mikko RasaImprove BackTrace printing
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-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-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-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 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
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-06 Mikko RasaChange sched_yield to a short sleep to improve performa...
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