]> git.tdb.fi Git - libs/core.git/shortlog
libs/core.git
2021-03-04 Mikko RasaAdd some utility functions for joining strings
2021-02-19 Mikko RasaNicer formatting of exceptions with multi-line whats
2021-02-06 Mikko RasaImplement weak pointers
2021-02-06 Mikko RasaMove non-oneliner functions out of RefPtr class declaration
2021-02-06 Mikko RasaMove RefPtr refcount into a struct
2020-05-18 Mikko RasaAdd a refcount function to RefPtr
2019-09-27 Mikko RasaCheck that objects still exist when dispatching events...
2019-09-27 Mikko RasaAdditional adjustments for Poller
2019-09-27 Mikko RasaUse vectors for storage in Poller
2019-09-27 Mikko RasaRefactor signal connection handling in EventDispatcher
2019-09-27 Mikko RasaAdd RemoveConstReference metaprogamming struct
2019-09-25 Mikko RasaAdd FileMonitor stubs for Windows
2019-09-21 Mikko RasaAdd a class for monitoring changes in files
2019-09-17 Mikko RasaAdd a facility to automatically create backtraces for...
2019-06-09 Mikko RasaInvent a value for argv[0] if not present
2019-06-03 Mikko RasaFix formatted output operator detection in lexicalcast.h
2019-06-03 Mikko RasaFormatting fixes
2019-06-03 Mikko RasaFix references to deprecated functions
2019-06-03 Mikko RasaAnnotate deprecated functions as such
2019-06-03 Mikko RasaAllow std::vector to be used for GetOpt value lists
2019-05-24 Mikko RasaAdd a version of get_item that dynamic_casts the result
2019-05-24 Mikko RasaSimplify the SFINAE construct a bit
2018-12-26 Mikko RasaAdd a main() function for Windows
2018-07-06 Mikko RasaActually pass sec_attr to CreateFile
2018-04-25 Mikko RasaMake sure all classes have sensible copy semantics
2018-04-25 Mikko RasaAdd a NonCopyable utility base class
2018-04-25 Mikko RasaUse nicer formatting for string keys in key_error
2018-03-25 Mikko RasaAdd whole-container versions of sort and stable_sort
2018-03-25 Mikko RasaMark the functions in algorithm.h as inline
2018-02-21 Mikko RasaAdd a method to set autobase in Fmt
2017-12-04 Mikko RasaAdd stub implementations of the pure virtual functions...
2017-12-04 Mikko RasaRemove test case for invalid Path iterator
2017-12-02 Mikko RasaFix incorrect function name in an exception
2017-12-02 Mikko RasaFix basename and dirname on an empty Path
2017-12-02 Mikko RasaImplement controls for file descriptor inheritance
2017-12-02 Mikko RasaFix mismatched fcntls in sys_set_blocking on unix
2017-12-02 Mikko RasaMake certain functions pure virtual so I won't forget...
2017-12-02 Mikko RasaAdd missing get_handle function to Serial
2017-12-02 Mikko RasaAdd a missing mode flag adjustment to Console::set_block
2017-12-02 Mikko RasaAdd a helper function for adjusting mode flags
2017-01-08 Mikko RasaGuard against badly behaving get functions in getline
2017-01-08 Mikko RasaReturn -1 from Slice::get at eof
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-30 Mikko RasaAdd integration between EventDispatcher and Timer
2016-10-29 Mikko RasaAdd a class for loading and accessing modules at runtime
2016-10-28 Mikko RasaAdd microsecond precision to RFC 3339 dates
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-08-14 Mikko RasaFix an incorrect comparison
2016-08-02 Mikko RasaUse variadic templates for format and print functions...
2016-07-27 Mikko RasaMerge agouti:prog/core
2016-07-24 Mikko RasaAdd conversion from RFC3339 string to DateTime
2016-07-20 Mikko RasaRemove an outdated comment
2016-07-20 Mikko RasaAdd an interface for naming threads
2016-06-14 Mikko RasaMake Mutex non-copyable
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2016-01-31 Mikko RasaUse Core Foundation to discover standard locations...
2016-01-31 Mikko RasaAdd a missing #include
2016-01-31 Mikko RasaProvide access to the Java VM on Android
2016-01-31 Mikko RasaDisallow negative timeouts for Timer::tick
2015-12-25 Mikko RasaSplit Timer::tick into two overloads
2015-12-25 Mikko RasaRefactor Timer::tick
2015-11-19 Mikko RasaHack to make 64-bit seeks work on Android
2015-09-07 Mikko RasaFix end-of-file detection in Slice
2015-07-26 Mikko RasaMake fix_case to work with relative paths
2015-07-26 Mikko RasaAdd negation operator and abs function for TimeDelta
2015-04-07 Mikko RasaInclude filename in errors from stat
2014-11-13 Mikko RasaExpose window flags and set fullscreen mode by default
2014-11-13 Mikko RasaMove the generic file-based Asset implementation to...
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-12 Mikko RasaSplit getcwd and chdir to platform files
2014-11-10 Mikko RasaDeprecate the system directory accessors that take...
2014-11-10 Mikko RasaFix an infinite recursion bug
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 RasaAdd a class for accessing applications assets
2014-10-19 Mikko RasaZero-arguments overloads and better error checking...
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-19 Mikko RasaSynchronize access to the underlying object of Slice
2014-10-19 Mikko RasaDerive Slice from sigc::trackable as it connects to...
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-06 Mikko RasaSilence clang's complaints about unused private members
2014-10-05 Mikko RasaMake FS::Path::Iterator meet forward iterator requirements
2014-10-05 Mikko RasaUse direct constant values for non-POSIX baud rates
2014-10-05 Mikko RasaAdd a missing include
2014-06-27 Mikko RasaAdditional baud rates from termios.h
2014-01-06 Mikko RasaChange get_bin_dir logic to assume exe in cwd if not...
2014-01-06 Mikko RasaWindows uses ; as separator in $PATH
2013-11-18 Mikko RasaAdd RAII class for atomic overwrites
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-16 Mikko RasaSet exists to true if the file was found
next