projects
/
libs
/
core.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libs/core.git
2013-10-05
Mikko Rasa
Better method of preventing duplicate applications
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Mikko Rasa
Redesign uncaught exception handling to allow external...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Mikko Rasa
Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Mikko Rasa
OS X tweaks
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Mikko Rasa
Move Application member documentation to the header
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Mikko Rasa
Avoid leaking external references through default c...
commit
|
commitdiff
|
tree
|
snapshot
2013-08-27
Mikko Rasa
Suppress usage errors if help is requested
commit
|
commitdiff
|
tree
|
snapshot
2013-08-05
Mikko Rasa
size_t needs <cstddef>
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Mikko Rasa
Add RAII utilities
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Mikko Rasa
The threads flag is more correct than specifying -lpthr...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Mikko Rasa
Miscellaneous fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Mikko Rasa
Avoid a shadowing warning from clang
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Mikko Rasa
Use _FILE_OFFSET_BITS rather than _LARGEFILE64_SOURCE
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Mikko Rasa
Don't output the list of options in usage with full...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Mikko Rasa
Add test cases for path manipulation functions
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Mikko Rasa
Throw an exception for nonsensical arguments in some...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Mikko Rasa
Cosmetic fixes for comments and output
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Mikko Rasa
Add new test cases to cover positional arguments
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Mikko Rasa
Add support for positional arguments in GetOpt
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Mikko Rasa
Restore the check that list options must take an argument
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Mikko Rasa
Restructure internals of GetOpt
commit
|
commitdiff
|
tree
|
snapshot
2013-05-02
Mikko Rasa
Use a typedef for the option descriptor list
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Mikko Rasa
Move GetOpt exception handling to the .cpp file
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Mikko Rasa
Add missing terminator entries to some test data arrays
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Mikko Rasa
Move most platform-specific code into overlay directories
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Mikko Rasa
Clean up after the timedelta.h/units.h merge
commit
|
commitdiff
|
tree
|
snapshot
2013-04-24
Mikko Rasa
Use UInt64 for FileSize
commit
|
commitdiff
|
tree
|
snapshot
2013-04-23
Mikko Rasa
Use the system call name as parameter to system_error
commit
|
commitdiff
|
tree
|
snapshot
2013-04-22
Mikko Rasa
Make the Thread state machine more strict
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Mikko Rasa
Link examples against the library with a use statement
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Mikko Rasa
Fix Timer to use is Semaphore correctly
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Mikko Rasa
Avoid an extra copy by making Variant::Store's c'tor...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Mikko Rasa
Add activation check to the rest of Filtered's virtual...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Mikko Rasa
Encapsulate serial device state into a struct
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Mikko Rasa
Fix a memory leak in Poller
commit
|
commitdiff
|
tree
|
snapshot
2013-04-20
Mikko Rasa
Correct some multiple inclusion guards
commit
|
commitdiff
|
tree
|
snapshot
2013-04-13
Mikko Rasa
Fix seeking of Slice
commit
|
commitdiff
|
tree
|
snapshot
2013-03-27
Mikko Rasa
Improve file opening on Windows
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Mikko Rasa
Move the time constants to timedelta.h
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Mikko Rasa
Comment changes
commit
|
commitdiff
|
tree
|
snapshot
2013-01-16
Mikko Rasa
Fix an overload resolution problem in formatting values...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-05
Mikko Rasa
Add a constructor to ZlibCompressed that takes a mode...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Mikko Rasa
Fix Windows compilation
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Mikko Rasa
Improve maputils test cases
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Mikko Rasa
Store the value of the key in key_error
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Mikko Rasa
Throw from LexicalConverter::get if no conversion was...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Mikko Rasa
Filter the types that get fallback lexical conversion...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Mikko Rasa
Make lexical_cast symmetric
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Mikko Rasa
Add an I/O class to access a restricted range of bytes...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Mikko Rasa
Add a dedicated exception class for a bad seek operation
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Mikko Rasa
Use native win32 functions for rename and unlink
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Mikko Rasa
Some fixes for eof handling in Memory
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Mikko Rasa
Add no-throw destructors to exception classes that...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Mikko Rasa
Add some useful shortcuts for CreateMode combinations
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Mikko Rasa
Add an exclusive create flag to IO::File
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Mikko Rasa
Don't report M_RDWR as "generic"
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Mikko Rasa
Add a mode parameter to Memory constructor with non...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Mikko Rasa
Don't give out a non-const reference from a const Variant
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Mikko Rasa
Comment updates
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Mikko Rasa
Make Profiler able to report number of calls per second
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Mikko Rasa
Refactor Profiler
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Mikko Rasa
Avoid invoking callbacks of a deleted object
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Mikko Rasa
Fix the name of the UTF-16 codec
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Mikko Rasa
Disable main() on win32 in favor of WinMain
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Mikko Rasa
Convert command line arguments on Windows from UTF...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Mikko Rasa
Add a UTF-16 codec
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Mikko Rasa
Refuse to encode invalid Unicode characters in UTF-8
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Mikko Rasa
Let the base classes decide the default error mode
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Mikko Rasa
The EOF logic wasn't quite correct
commit
|
commitdiff
|
tree
|
snapshot
2012-08-03
Mikko Rasa
Add support for de/compression with zlib
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Mikko Rasa
Fix several corner case bugs in lexical_cast
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Mikko Rasa
Add unit tests for lexical_cast
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Mikko Rasa
Provide a way to get an integer type matching the size...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Mikko Rasa
Prefer inttypes.h to doing the #ifdef dance everywhere
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Mikko Rasa
Exactly-sized integer types, the C++ way
commit
|
commitdiff
|
tree
|
snapshot
2012-08-01
Mikko Rasa
Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Mikko Rasa
We are no longer compatible with 1.x, so might as well...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Mikko Rasa
Update Build for latest changes in Builder
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Mikko Rasa
Implement Console::get_size on windows
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Mikko Rasa
Tell the TTY driver to not mess with serial port data
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Mikko Rasa
Handle c_cc when toggling canonical mode
commit
|
commitdiff
|
tree
|
snapshot
2012-07-26
Mikko Rasa
Fix a 64-bit compile error
commit
|
commitdiff
|
tree
|
snapshot
2012-07-18
Mikko Rasa
Allow seen_count to be bound to a variable for dealing...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-16
Mikko Rasa
Variable length arrays on stack are not valid C++
commit
|
commitdiff
|
tree
|
snapshot
2012-07-15
Mikko Rasa
Do less syscalls in mkpath
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Mikko Rasa
Check that the option actually has a short name
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Mikko Rasa
Remove the no longer supported exception_backtrace...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Mikko Rasa
Add documentation to GetOpt
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Mikko Rasa
Rearrange GetOpt internals to provide a nicer external...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Mikko Rasa
Replace earlier options sharing the same short or long...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-10
Mikko Rasa
Add common_ancestor function
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Verify that a path initialized with an empty string...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Recognize either separator as the root component
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Defer the retrieval of owner/group names until they...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Fix GetSecurityInfo error checking and request appropri...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Make Buffered trackable since it connects to signals
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Add an example that does some directory operations
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Use native CreateDirectory/RemoveDirectory calls on...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Return an empty Stat object for nonexistent files on...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Mikko Rasa
Fix name of the rmpath function
commit
|
commitdiff
|
tree
|
snapshot
next