]> git.tdb.fi Git - libs/core.git/history - source/core
Remove test case for invalid Path iterator
[libs/core.git] / source / core /
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-01-06 Mikko RasaPthread_setname_np is a GNU extension
2016-11-05 Mikko RasaAdd implementations of find and find_if that take a...
2016-10-29 Mikko RasaAdd a class for loading and accessing modules at runtime
2016-10-28 Mikko RasaAdd a construct to create conditional RAII objects
2016-09-20 Mikko RasaUse the correct unit of time for WaitForSingleObject
2016-09-02 Mikko RasaUse a different diagnostic pragma for recent GCC versions
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-20 Mikko RasaAdd an interface for naming threads
2016-06-14 Mikko RasaMake Mutex non-copyable
2016-01-31 Mikko RasaAdd a missing #include
2016-01-31 Mikko RasaProvide access to the Java VM on Android
2014-11-13 Mikko RasaExpose window flags and set fullscreen mode by default
2014-11-13 Mikko RasaTerminate the process when the application has finished...
2014-11-12 Mikko RasaChdir into a sensible location before starting the...
2014-11-12 Mikko RasaHave get_user_data_dir return a proper location on...
2014-11-10 Mikko RasaStore absolute path to argv[0] in Application
2014-11-10 Mikko RasaAllow startup info to be set externally
2014-10-19 Mikko RasaStore argv0 and application name in the Application...
2014-10-19 Mikko RasaExpose the asset manager from Android::MainThread
2014-10-12 Mikko RasaDeal with the activity being recreated during process...
2014-10-12 Mikko RasaAdd window and input management signals for Android
2014-10-11 Mikko RasaMinimalistic port for Android
2014-10-10 Mikko RasaMove OS X main function to an overlay
2014-10-05 Mikko RasaAdd a missing include
2013-11-06 Mikko RasaRemove a useless const qualifier
2013-11-06 Mikko RasaAdd a function to remove an item from a map, checking...
2013-10-15 Mikko RasaAdd a Process class for running and interfacing with...
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 RasaOS X tweaks
2013-10-04 Mikko RasaMove Application member documentation to the header
2013-08-27 Mikko RasaSuppress usage errors if help is requested
2013-08-05 Mikko Rasasize_t needs <cstddef>
2013-05-31 Mikko RasaAdd RAII utilities
2013-05-29 Mikko RasaMiscellaneous fixes
2013-05-07 Mikko RasaDon't output the list of options in usage with full...
2013-05-03 Mikko RasaCosmetic fixes for comments and output
2013-05-03 Mikko RasaAdd support for positional arguments in GetOpt
2013-05-03 Mikko RasaRestore the check that list options must take an argument
2013-05-02 Mikko RasaRestructure internals of GetOpt
2013-05-02 Mikko RasaUse a typedef for the option descriptor list
2013-04-30 Mikko RasaMove GetOpt exception handling to the .cpp file
2013-04-24 Mikko RasaMove most platform-specific code into overlay directories
2013-04-24 Mikko RasaClean up after the timedelta.h/units.h merge
2013-04-23 Mikko RasaUse the system call name as parameter to system_error
2013-04-22 Mikko RasaMake the Thread state machine more strict
2013-04-20 Mikko RasaAvoid an extra copy by making Variant::Store's c'tor...
2013-04-20 Mikko RasaCorrect some multiple inclusion guards
2013-01-16 Mikko RasaFix an overload resolution problem in formatting values...
2012-12-10 Mikko RasaFix Windows compilation
2012-12-01 Mikko RasaStore the value of the key in key_error
2012-12-01 Mikko RasaFilter the types that get fallback lexical conversion...
2012-09-27 Mikko RasaAdd no-throw destructors to exception classes that...
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
next