]> git.tdb.fi Git - libs/core.git/shortlog
libs/core.git
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
2013-10-15 Mikko RasaMove Handle::operator void * to the common part
2013-10-15 Mikko RasaAvoid closing handles twice
2013-10-15 Mikko RasaAllow setting a pipe read-only or write-only after...
2013-10-15 Mikko RasaInterpret POLLHUP as end-of-file
2013-10-15 Mikko RasaAdd a Process class for running and interfacing with...
2013-10-14 Mikko RasaAdd get_handle to Console
2013-10-13 Mikko RasaThrow an exception in list_files if the directory can...
2013-10-07 Mikko RasaRewrite BufferedFile as a standalone class
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 RasaUpdate .gitignore
2013-10-04 Mikko RasaOS X tweaks
2013-10-04 Mikko RasaMove Application member documentation to the header
2013-08-27 Mikko RasaAvoid leaking external references through default c...
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 RasaThe threads flag is more correct than specifying -lpthr...
2013-05-29 Mikko RasaMiscellaneous fixes
2013-05-29 Mikko RasaAvoid a shadowing warning from clang
next