]> git.tdb.fi Git - libs/core.git/history - source/core/application.cpp
Store argv0 and application name in the Application class
[libs/core.git] / source / core / application.cpp
2014-10-19 Mikko RasaStore argv0 and application name in the Application...
2014-10-12 Mikko RasaAdd window and input management signals for Android
2013-10-05 Mikko RasaBetter method of preventing duplicate applications
2013-10-05 Mikko RasaRedesign uncaught exception handling to allow external...
2013-10-04 Mikko RasaMove Application member documentation to the header
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-06-18 Mikko RasaUse IO::cout rather than std::cout
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-08 Mikko RasaAvoid using relative paths beginning with .. in #includes
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-28 Mikko RasaAdd a missing #include <windows.h>
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 RasaPrevent a crash if application destructor throws
2011-05-24 Mikko RasaStreamline application class registration
2011-05-24 Mikko RasaEliminate loop mode from Application
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-11-13 Mikko RasaMSVC compatibility fixes
2008-08-24 Mikko RasaImprove BackTrace printing
2008-07-23 Mikko RasaReport uncaught exceptions with a MessageBox on win32
2008-06-08 Mikko RasaAdd missing includes
2007-12-27 Mikko RasaStore hInstance in Application class on win32
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-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-09-06 Mikko RasaChange sched_yield to a short sleep to improve performa...
2006-08-28 Mikko RasaRename to libmspcore