]> git.tdb.fi Git - libs/core.git/history - source
Add a construct to create conditional RAII objects
[libs/core.git] / source /
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 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 RasaMiscellaneous fixes
2013-05-29 Mikko RasaAvoid a shadowing warning from clang
2013-05-29 Mikko RasaUse _FILE_OFFSET_BITS rather than _LARGEFILE64_SOURCE
2013-05-07 Mikko RasaDon't output the list of options in usage with full...
2013-05-03 Mikko RasaThrow an exception for nonsensical arguments in some...
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-24 Mikko RasaUse UInt64 for FileSize
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 RasaFix Timer to use is Semaphore correctly
2013-04-20 Mikko RasaAvoid an extra copy by making Variant::Store's c'tor...
2013-04-20 Mikko RasaAdd activation check to the rest of Filtered's virtual...
2013-04-20 Mikko RasaEncapsulate serial device state into a struct
2013-04-20 Mikko RasaFix a memory leak in Poller
2013-04-20 Mikko RasaCorrect some multiple inclusion guards
2013-04-13 Mikko RasaFix seeking of Slice
2013-03-27 Mikko RasaImprove file opening on Windows
2013-02-10 Mikko RasaMove the time constants to timedelta.h
2013-01-16 Mikko RasaComment changes
2013-01-16 Mikko RasaFix an overload resolution problem in formatting values...
2013-01-05 Mikko RasaAdd a constructor to ZlibCompressed that takes a mode...
2012-12-10 Mikko RasaFix Windows compilation
2012-12-01 Mikko RasaStore the value of the key in key_error
2012-12-01 Mikko RasaThrow from LexicalConverter::get if no conversion was...
next