]> git.tdb.fi Git - libs/core.git/shortlog
libs/core.git
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
2011-05-28 Mikko RasaException changes for Fmt and Formatter
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-25 Mikko RasaMove files around to prepare for assimilation into... strings-master
2011-05-25 Mikko RasaFurther style and comment adjustments
2011-05-25 Mikko RasaRemove some dead functions
2011-05-24 Mikko RasaConvert svn:ignore to .gitignore
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
2011-05-24 Mikko RasaConvert svn:ignore to .gitignore
2011-04-10 Mikko RasaAdd descendant_depth function
2011-02-10 Mikko RasaAdd rename function
2010-12-10 Mikko RasaPartial serial port implementation on win32
2010-11-26 Mikko RasaMake to_unixtime const
2010-10-08 Mikko RasaRefPtr:
2010-04-09 Mikko RasaAdd a class for serial port communications
2010-02-11 Mikko RasaFix a #include to use relative filename
2010-02-03 Mikko RasaAdd RemoveReference meta-function
2009-12-21 Mikko RasaAdd LogicError exception class
2009-09-23 Mikko RasaAdd get_sys_lib_dir function
2009-09-21 Mikko RasaBump version to 1.1 io-1.1
2009-09-21 Mikko RasaBump version to 1.1 fs-1.1
2009-09-21 Mikko RasaBump version to 1.1 strings-1.1
2009-09-21 Mikko RasaBump version to 1.1 1.1
2009-09-21 Mikko RasaUse transliterate mode in transcode
2009-09-20 Mikko RasaFix compile errors on 64-bit systems
2009-09-20 Mikko RasaFix compile erorrs on 64-bit systems
2009-09-20 Mikko RasaFix a compilation error on 64-bit systems
2009-09-11 Mikko RasaFix GetOpt to get strings correctly
2009-09-11 Mikko RasaRewrite Timer to use a heap instead of set to deal...
2009-09-11 Mikko RasaMake Path behave more consistently by always starting...
2009-05-07 Mikko RasaImprove GetOpt help generation
2009-03-23 Mikko RasaFix the UTF-8 decoder
2009-03-23 Mikko RasaAdd convenience functions to Encoder and Decoder to...
2009-03-17 Mikko RasaAdd Memory class
2009-03-17 Mikko RasaAllow polling an empty set of objects
2009-03-08 Mikko RasaFix some win32 compile errors
2009-03-08 Mikko RasaFix a problem with MATCH_MASK handling in Regex
2009-02-21 Mikko RasaFix octal escape generation in c_escape
2008-12-25 Mikko RasaMake codecs able to tell their name
2008-12-24 Mikko RasaAdd utility functions to check the contents of a string
2008-12-24 Mikko RasaMake sure all files have the correct header
2008-12-15 Mikko RasaUse the console handle for read/write on *nix
2008-12-15 Mikko RasaAdd copy constructor and copy assignment to Variant
2008-12-15 Mikko RasaAdd support for time zones
2008-12-09 Mikko RasaRewrite lexical_cast to use internal conversion routines
2008-11-25 Mikko RasaHandle branches in subregexes correctly
2008-11-13 Mikko RasaMSVC compatibility fixes
2008-10-14 Mikko RasaAdd Changelog.txt fs-1.0.1
2008-09-24 Mikko RasaConvert C-style casts to C++-style
2008-09-24 Mikko RasaConvert a C-style cast to C++-style
next