]> git.tdb.fi Git - libs/core.git/shortlog
libs/core.git
2012-05-10 Mikko RasaFix warnings about certain narrowing conversions not...
2012-05-10 Mikko RasaAdd missing headers
2011-09-06 Mikko RasaChange stat functions so that it's again possible to...
2011-09-06 Mikko RasaFix some stray header names
2011-09-04 Mikko RasaHash functions
2011-08-13 Mikko RasaUse string::size_type rather than unsigned to store...
2011-08-10 Mikko RasaAdd a missing #include
2011-08-05 Mikko RasaRemove signal_closed now that closing is only done...
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-31 Mikko RasaDon't throw on win32 if file has no owner or group
2011-07-31 Mikko RasaAdd a flag to make statting directories work on win32
2011-07-31 Mikko RasaUse 64-bit version of stat syscall, even on 32-bit...
2011-07-31 Mikko RasaAdd an ls example to demonstrate some of the fs components
2011-07-30 Mikko RasaPut examples in their own directory
2011-07-30 Mikko RasaRewrite the stat functions to expose a platform-indepen...
2011-07-30 Mikko RasaAdd conversions from timeval/FILETIME to RawTime
2011-07-29 Mikko RasaIsolate platform-dependent RawTime conversion functions...
2011-07-28 Mikko RasaRemove an unnecessary #include
2011-07-28 Mikko RasaException rework for fs components
2011-07-28 Mikko RasaRemove some stray Id tags
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-07-28 Mikko RasaComment changes fs-master
2011-07-28 Mikko RasaStyle update: remove alignment
2011-07-27 Mikko RasaRemove Id tags and copyright notices from source files
2011-07-27 Mikko RasaPrepare for assimilation into core
2011-07-27 Mikko RasaStyle update: spaces around assignments
2011-07-27 Mikko RasaConvert svn:ignore to .gitignore
2011-07-25 Mikko RasaUpdate .gitignore
2011-07-25 Mikko RasaAdd unit tests
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-18 Mikko RasaAdd FILE_FLAG_OVERLAPPED in a couple of places
2011-06-18 Mikko RasaFix Memory::getline
2011-06-18 Mikko RasaUnify end-of-file handling
2011-06-14 Mikko RasaDon't repeat exception names in what()
2011-06-14 Mikko RasaPut the check_access function in Base
2011-06-14 Mikko RasaDisallow closing stuff before destruction
2011-06-13 Mikko RasaUse EventReader in Serial as well
2011-06-13 Mikko RasaFix the Build file so that io headers are installed
2011-06-13 Mikko RasaMinor change to EventReader to avoid an invalid handle...
2011-06-12 Mikko RasaUse EventReader in pipe
2011-06-12 Mikko RasaEventReader class
2011-06-12 Mikko RasaWrap seek in a helper function and make it compatible...
2011-06-11 Mikko RasaMove some common operations to helper functions
2011-06-11 Mikko RasaSeparate event-related stuff from Base
2011-06-11 Mikko RasaUse the new Handle class to hide platform details from...
2011-06-11 Mikko RasaHide win32-specific stuff in Pipe behind pimpl
2011-06-11 Mikko RasaAdd a pimpl Handle class
2011-06-11 Mikko RasaUse pimpl in Poller
2011-06-11 Mikko RasaFurther style fixes
2011-06-11 Mikko RasaAdd an intermediate Seekable interface class
2011-06-11 Mikko RasaRework exceptions for IO
2011-06-10 Mikko RasaMerge branch 'io-master'
2011-06-10 Mikko RasaConvert svn:ignore to .gitignore io-master
2011-06-10 Mikko RasaMove files to prepare for assimilation into core
2011-06-10 Mikko RasaMove class members and comments around
2011-06-09 Mikko RasaException changes in strings/utils.cpp
2011-06-09 Mikko RasaUse the get_item function in Profiler::get_scope
2011-06-09 Mikko RasaAdd utility functions for getting an item from an std...
2011-06-09 Mikko RasaDrop copyright and license notices from files
2011-06-09 Mikko RasaStyle update: spaces around assignments
2011-06-09 Mikko RasaStyle and comment updates
2011-06-09 Mikko RasaMake Time::sleep void
2011-06-08 Mikko RasaImprove exceptions for Regex and RegMatch
2011-06-08 Mikko RasaAvoid using relative paths beginning with .. in #includes
2011-06-08 Mikko RasaUse unsigned char as element of Regex::Code
2011-06-08 Mikko RasaUse format instead of stringstream in Regex
2011-06-07 Mikko RasaAdd lexical conversion for DateTime
2011-06-07 Mikko RasaRemove the old commented out MutexPtr implementation
2011-06-07 Mikko RasaAllow error mode to be specified when creating the...
2011-06-06 Mikko RasaException changes
2011-06-06 Mikko RasaAvoid using an exception in a non-error situation
2011-06-05 Mikko RasaPut unichar and ustring in their own file
2011-06-05 Mikko RasaFix unicode replacement character
2011-06-05 Mikko RasaReturn -1 from decode_char if there is no input
2011-06-03 Mikko RasaRename UnicodeChar to unichar
2011-06-02 Mikko RasaRewrite string codec utility functions more compactly
2011-06-01 Mikko RasaRename namespace Codecs to StringCodec
2011-06-01 Mikko RasaDrop copyright and license notices from source files
2011-05-30 Mikko RasaUse new system_error class in TimeZone
2011-05-30 Mikko RasaFix incorrect return value check in get_local_timezone
2011-05-30 Mikko RasaUse format instead of stringstream in TimeZone
2011-05-30 Mikko RasaFlip the sign of TimeZone offset so it makes more sense
2011-05-30 Mikko RasaFix a bug with leap year handling in DateTime::add_days
2011-05-30 Mikko RasaUse format instead of stringstream in DateTime
2011-05-28 Mikko RasaChange exception classes and messages in DateTime
2011-05-28 Mikko RasaPut DateTime::init functions to the correct place in...
2011-05-28 Mikko RasaUse the timespec conversion in Semaphore::wait
2011-05-28 Mikko RasaSelect RawTime definition based on compiler, not platform
2011-05-28 Mikko RasaRename time/types.h to rawtime.h
2011-05-28 Mikko RasaUse format instead of stringstream in TimeDelta
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 RasaException improvements for lexical_cast
next