projects
/
libs
/
core.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use a typedef for the option descriptor list
[libs/core.git]
/
source
/
2013-05-02
Mikko Rasa
Use a typedef for the option descriptor list
tree
|
commitdiff
2013-04-30
Mikko Rasa
Move GetOpt exception handling to the .cpp file
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-24
Mikko Rasa
Use UInt64 for FileSize
tree
|
commitdiff
2013-04-23
Mikko Rasa
Use the system call name as parameter to system_error
tree
|
commitdiff
2013-04-22
Mikko Rasa
Make the Thread state machine more strict
tree
|
commitdiff
2013-04-20
Mikko Rasa
Fix Timer to use is Semaphore correctly
tree
|
commitdiff
2013-04-20
Mikko Rasa
Avoid an extra copy by making Variant::Store's c'tor...
tree
|
commitdiff
2013-04-20
Mikko Rasa
Add activation check to the rest of Filtered's virtual...
tree
|
commitdiff
2013-04-20
Mikko Rasa
Encapsulate serial device state into a struct
tree
|
commitdiff
2013-04-20
Mikko Rasa
Fix a memory leak in Poller
tree
|
commitdiff
2013-04-20
Mikko Rasa
Correct some multiple inclusion guards
tree
|
commitdiff
2013-04-13
Mikko Rasa
Fix seeking of Slice
tree
|
commitdiff
2013-03-27
Mikko Rasa
Improve file opening on Windows
tree
|
commitdiff
2013-02-10
Mikko Rasa
Move the time constants to timedelta.h
tree
|
commitdiff
2013-01-16
Mikko Rasa
Comment changes
tree
|
commitdiff
2013-01-16
Mikko Rasa
Fix an overload resolution problem in formatting values...
tree
|
commitdiff
2013-01-05
Mikko Rasa
Add a constructor to ZlibCompressed that takes a mode...
tree
|
commitdiff
2012-12-10
Mikko Rasa
Fix Windows compilation
tree
|
commitdiff
2012-12-01
Mikko Rasa
Store the value of the key in key_error
tree
|
commitdiff
2012-12-01
Mikko Rasa
Throw from LexicalConverter::get if no conversion was...
tree
|
commitdiff
2012-12-01
Mikko Rasa
Filter the types that get fallback lexical conversion...
tree
|
commitdiff
2012-12-01
Mikko Rasa
Make lexical_cast symmetric
tree
|
commitdiff
2012-11-08
Mikko Rasa
Add an I/O class to access a restricted range of bytes...
tree
|
commitdiff
2012-11-04
Mikko Rasa
Add a dedicated exception class for a bad seek operation
tree
|
commitdiff
2012-11-04
Mikko Rasa
Use native win32 functions for rename and unlink
tree
|
commitdiff
2012-11-04
Mikko Rasa
Some fixes for eof handling in Memory
tree
|
commitdiff
2012-09-27
Mikko Rasa
Add no-throw destructors to exception classes that...
tree
|
commitdiff
2012-09-27
Mikko Rasa
Add some useful shortcuts for CreateMode combinations
tree
|
commitdiff
2012-09-27
Mikko Rasa
Add an exclusive create flag to IO::File
tree
|
commitdiff
2012-09-27
Mikko Rasa
Don't report M_RDWR as "generic"
tree
|
commitdiff
2012-09-27
Mikko Rasa
Add a mode parameter to Memory constructor with non...
tree
|
commitdiff
2012-09-27
Mikko Rasa
Don't give out a non-const reference from a const Variant
tree
|
commitdiff
2012-09-16
Mikko Rasa
Comment updates
tree
|
commitdiff
2012-09-16
Mikko Rasa
Make Profiler able to report number of calls per second
tree
|
commitdiff
2012-09-16
Mikko Rasa
Refactor Profiler
tree
|
commitdiff
2012-09-13
Mikko Rasa
Avoid invoking callbacks of a deleted object
tree
|
commitdiff
2012-09-04
Mikko Rasa
Fix the name of the UTF-16 codec
tree
|
commitdiff
2012-09-04
Mikko Rasa
Disable main() on win32 in favor of WinMain
tree
|
commitdiff
2012-09-04
Mikko Rasa
Convert command line arguments on Windows from UTF...
tree
|
commitdiff
2012-09-04
Mikko Rasa
Add a UTF-16 codec
tree
|
commitdiff
2012-09-04
Mikko Rasa
Refuse to encode invalid Unicode characters in UTF-8
tree
|
commitdiff
2012-09-04
Mikko Rasa
Let the base classes decide the default error mode
tree
|
commitdiff
2012-08-03
Mikko Rasa
The EOF logic wasn't quite correct
tree
|
commitdiff
2012-08-03
Mikko Rasa
Add support for de/compression with zlib
tree
|
commitdiff
2012-08-01
Mikko Rasa
Fix several corner case bugs in lexical_cast
tree
|
commitdiff
2012-08-01
Mikko Rasa
Provide a way to get an integer type matching the size...
tree
|
commitdiff
2012-08-01
Mikko Rasa
Prefer inttypes.h to doing the #ifdef dance everywhere
tree
|
commitdiff
2012-08-01
Mikko Rasa
Exactly-sized integer types, the C++ way
tree
|
commitdiff
2012-07-26
Mikko Rasa
Implement Console::get_size on windows
tree
|
commitdiff
2012-07-26
Mikko Rasa
Tell the TTY driver to not mess with serial port data
tree
|
commitdiff
2012-07-26
Mikko Rasa
Handle c_cc when toggling canonical mode
tree
|
commitdiff
2012-07-26
Mikko Rasa
Fix a 64-bit compile error
tree
|
commitdiff
2012-07-18
Mikko Rasa
Allow seen_count to be bound to a variable for dealing...
tree
|
commitdiff
2012-07-16
Mikko Rasa
Variable length arrays on stack are not valid C++
tree
|
commitdiff
2012-07-15
Mikko Rasa
Do less syscalls in mkpath
tree
|
commitdiff
2012-07-14
Mikko Rasa
Check that the option actually has a short name
tree
|
commitdiff
2012-07-14
Mikko Rasa
Add documentation to GetOpt
tree
|
commitdiff
2012-07-14
Mikko Rasa
Rearrange GetOpt internals to provide a nicer external...
tree
|
commitdiff
2012-07-14
Mikko Rasa
Replace earlier options sharing the same short or long...
tree
|
commitdiff
2012-07-10
Mikko Rasa
Add common_ancestor function
tree
|
commitdiff
2012-07-09
Mikko Rasa
Recognize either separator as the root component
tree
|
commitdiff
2012-07-09
Mikko Rasa
Defer the retrieval of owner/group names until they...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Fix GetSecurityInfo error checking and request appropri...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Make Buffered trackable since it connects to signals
tree
|
commitdiff
2012-07-09
Mikko Rasa
Use native CreateDirectory/RemoveDirectory calls on...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Return an empty Stat object for nonexistent files on...
tree
|
commitdiff
2012-07-09
Mikko Rasa
Fix name of the rmpath function
tree
|
commitdiff
2012-07-09
Mikko Rasa
Windows compilation fixes
tree
|
commitdiff
2012-07-07
Mikko Rasa
Use a self-assignment to copy all members
tree
|
commitdiff
2012-07-07
Mikko Rasa
Style fix: split function bodies to separate line outsi...
tree
|
commitdiff
2012-07-06
Mikko Rasa
Add Path::c_str() method
tree
|
commitdiff
2012-07-06
Mikko Rasa
Comment updates
tree
|
commitdiff
2012-07-06
Mikko Rasa
Refactor Path::init
tree
|
commitdiff
2012-07-06
Mikko Rasa
Store an array of separators alongside with the path...
tree
|
commitdiff
2012-07-06
Mikko Rasa
Make FS::Path::Iterator assignable
tree
|
commitdiff
2012-07-06
Mikko Rasa
Very minor refactoring
tree
|
commitdiff
2012-07-06
Mikko Rasa
Add other comparison operators to FS::Path
tree
|
commitdiff
2012-07-06
Mikko Rasa
Style fix: add whitespace
tree
|
commitdiff
2012-07-06
Mikko Rasa
Reorder Path member functions
tree
|
commitdiff
2012-05-30
Mikko Rasa
Implement get_handle in File and Pipe
tree
|
commitdiff
2012-05-30
Mikko Rasa
Add functions to support console redirection
tree
|
commitdiff
2012-05-30
Mikko Rasa
Add some error checks to Console functions
tree
|
commitdiff
2012-05-30
Mikko Rasa
Set correct mode in Pipe constructor
tree
|
commitdiff
2012-05-30
Mikko Rasa
Use separate members for Pipe read/write handles
tree
|
commitdiff
2012-05-30
Mikko Rasa
Use an enum rather than plain integers to distinguish...
tree
|
commitdiff
2012-05-10
Mikko Rasa
Fix warnings about certain narrowing conversions not...
tree
|
commitdiff
2012-05-10
Mikko Rasa
Add missing headers
tree
|
commitdiff
2011-09-06
Mikko Rasa
Change stat functions so that it's again possible to...
tree
|
commitdiff
2011-09-06
Mikko Rasa
Fix some stray header names
tree
|
commitdiff
2011-09-04
Mikko Rasa
Hash functions
tree
|
commitdiff
2011-08-13
Mikko Rasa
Use string::size_type rather than unsigned to store...
tree
|
commitdiff
2011-08-10
Mikko Rasa
Add a missing #include
tree
|
commitdiff
2011-08-05
Mikko Rasa
Remove signal_closed now that closing is only done...
tree
|
commitdiff
2011-08-05
Mikko Rasa
Add a constructor for system_error that takes error...
tree
|
commitdiff
2011-08-01
Mikko Rasa
Remove the obsolete exceptions from core
tree
|
commitdiff
2011-07-31
Mikko Rasa
Don't throw on win32 if file has no owner or group
tree
|
commitdiff
2011-07-31
Mikko Rasa
Add a flag to make statting directories work on win32
tree
|
commitdiff
2011-07-31
Mikko Rasa
Use 64-bit version of stat syscall, even on 32-bit...
tree
|
commitdiff
next