projects
/
libs
/
core.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Move non-oneliner functions out of RefPtr class declaration
[libs/core.git]
/
source
/
time
/
2019-06-03
Mikko Rasa
Annotate deprecated functions as such
tree
|
commitdiff
2018-04-25
Mikko Rasa
Make sure all classes have sensible copy semantics
tree
|
commitdiff
2016-10-28
Mikko Rasa
Add microsecond precision to RFC 3339 dates
tree
|
commitdiff
2016-07-27
Mikko Rasa
Merge agouti:prog/core
tree
|
commitdiff
2016-07-24
Mikko Rasa
Add conversion from RFC3339 string to DateTime
tree
|
commitdiff
2016-01-31
Mikko Rasa
Disallow negative timeouts for Timer::tick
tree
|
commitdiff
2015-12-25
Mikko Rasa
Split Timer::tick into two overloads
tree
|
commitdiff
2015-12-25
Mikko Rasa
Refactor Timer::tick
tree
|
commitdiff
2015-07-26
Mikko Rasa
Add negation operator and abs function for TimeDelta
tree
|
commitdiff
2013-04-24
Mikko Rasa
Move most platform-specific code into overlay directories
tree
|
commitdiff
2013-04-24
Mikko Rasa
Clean up after the timedelta.h/units.h merge
tree
|
commitdiff
2013-04-20
Mikko Rasa
Fix Timer to use is Semaphore correctly
tree
|
commitdiff
2013-02-10
Mikko Rasa
Move the time constants to timedelta.h
tree
|
commitdiff
2012-08-01
Mikko Rasa
Prefer inttypes.h to doing the #ifdef dance everywhere
tree
|
commitdiff
2012-07-16
Mikko Rasa
Variable length arrays on stack are not valid C++
tree
|
commitdiff
2012-05-10
Mikko Rasa
Add missing headers
tree
|
commitdiff
2011-07-30
Mikko Rasa
Add conversions from timeval/FILETIME to RawTime
tree
|
commitdiff
2011-07-29
Mikko Rasa
Isolate platform-dependent RawTime conversion functions...
tree
|
commitdiff
2011-07-28
Mikko Rasa
Merge branch 'fs-master'
tree
|
commitdiff
2011-06-10
Mikko Rasa
Merge branch 'io-master'
tree
|
commitdiff
2011-06-09
Mikko Rasa
Style and comment updates
tree
|
commitdiff
2011-06-09
Mikko Rasa
Make Time::sleep void
tree
|
commitdiff
2011-06-08
Mikko Rasa
Avoid using relative paths beginning with .. in #includes
tree
|
commitdiff
2011-06-07
Mikko Rasa
Add lexical conversion for DateTime
tree
|
commitdiff
2011-06-01
Mikko Rasa
Drop copyright and license notices from source files
tree
|
commitdiff
2011-05-30
Mikko Rasa
Use new system_error class in TimeZone
tree
|
commitdiff
2011-05-30
Mikko Rasa
Fix incorrect return value check in get_local_timezone
tree
|
commitdiff
2011-05-30
Mikko Rasa
Use format instead of stringstream in TimeZone
tree
|
commitdiff
2011-05-30
Mikko Rasa
Flip the sign of TimeZone offset so it makes more sense
tree
|
commitdiff
2011-05-30
Mikko Rasa
Fix a bug with leap year handling in DateTime::add_days
tree
|
commitdiff
2011-05-30
Mikko Rasa
Use format instead of stringstream in DateTime
tree
|
commitdiff
2011-05-28
Mikko Rasa
Change exception classes and messages in DateTime
tree
|
commitdiff
2011-05-28
Mikko Rasa
Put DateTime::init functions to the correct place in...
tree
|
commitdiff
2011-05-28
Mikko Rasa
Select RawTime definition based on compiler, not platform
tree
|
commitdiff
2011-05-28
Mikko Rasa
Rename time/types.h to rawtime.h
tree
|
commitdiff
2011-05-28
Mikko Rasa
Use format instead of stringstream in TimeDelta
tree
|
commitdiff
2011-05-25
Mikko Rasa
Merge branch 'strings-master'
tree
|
commitdiff
2011-05-24
Mikko Rasa
Style updates
tree
|
commitdiff
2010-11-26
Mikko Rasa
Make to_unixtime const
tree
|
commitdiff
2010-02-11
Mikko Rasa
Fix a #include to use relative filename
tree
|
commitdiff
2009-12-21
Mikko Rasa
Add LogicError exception class
tree
|
commitdiff
2009-09-11
Mikko Rasa
Rewrite Timer to use a heap instead of set to deal...
tree
|
commitdiff
2009-03-08
Mikko Rasa
Fix some win32 compile errors
tree
|
commitdiff
2008-12-24
Mikko Rasa
Make sure all files have the correct header
tree
|
commitdiff
2008-12-15
Mikko Rasa
Add support for time zones
tree
|
commitdiff
2008-11-13
Mikko Rasa
MSVC compatibility fixes
tree
|
commitdiff
2008-08-31
Mikko Rasa
Add validation for DateTime constructor parameters
tree
|
commitdiff
2008-07-19
Mikko Rasa
Allow canceling timers
tree
|
commitdiff
2007-11-10
Mikko Rasa
Use operator void * instead of bool in Time classes...
tree
|
commitdiff
2007-10-19
Mikko Rasa
Rewrite Time::Timer to not force the use of a thread...
tree
|
commitdiff
2007-10-04
Mikko Rasa
Rename error.* to except.*
tree
|
commitdiff
2007-08-21
Mikko Rasa
Add types.h
tree
|
commitdiff
2007-08-21
Mikko Rasa
Reorder components to get headers install correctly
tree
|
commitdiff
2007-05-25
Mikko Rasa
Assimilate exceptions and RefPtr from mspmisc
tree
|
commitdiff
2007-03-26
Mikko Rasa
Added DateTime
tree
|
commitdiff
2006-11-17
Mikko Rasa
Throw out anything polling related - they will go to...
tree
|
commitdiff
2006-09-09
Mikko Rasa
Add const TimeDelta zero
tree
|
commitdiff
2006-09-07
Niko Liikanen
Win32 type warning fixed
tree
|
commitdiff
2006-09-05
Mikko Rasa
Win32-compatibility
tree
|
commitdiff
2006-09-05
Mikko Rasa
Win32 compilation fixes
tree
|
commitdiff
2006-09-05
Mikko Rasa
Semaphore is now win32-compatible, I hope
tree
|
commitdiff
2006-08-28
Mikko Rasa
Rename to libmspcore
tree
|
commitdiff