.. |
Chrono
|
Avoid GCC error "array subscript is above array bounds" which probably considers that the unsigned char could underflow and access an element out of the months range.
|
2016-03-27 22:15:51 +03:00 |
Chrono.cpp
|
Fixed wrong variable name on linux in chrono library.
|
2016-03-27 18:43:18 +03:00 |
Chrono.hpp
|
Merge the time utilities under the chrono library.
|
2016-03-25 14:28:07 +02:00 |
Crypt.cpp
|
Update the standard printf function to use the dynamic string retrieval method.
|
2016-03-25 02:05:46 +02:00 |
Crypt.hpp
|
Migrated the host module to C++ exceptions as well.
|
2016-03-10 05:57:13 +02:00 |
FileIO.cpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
FileIO.hpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Format.cpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Format.hpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Math.cpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Math.hpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Numeric.cpp
|
Separated major non mandatory libraries into their onwn modules.
|
2016-02-27 11:57:10 +02:00 |
Numeric.hpp
|
Separated major non mandatory libraries into their onwn modules.
|
2016-02-27 11:57:10 +02:00 |
Random.cpp
|
Migrated the host module to C++ exceptions as well.
|
2016-03-10 05:57:13 +02:00 |
Random.hpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Shared.cpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Shared.hpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
String.cpp
|
Fix a buffer underflow in the Center function from the string library.
|
2016-04-03 23:23:01 +03:00 |
String.hpp
|
Add the declaration of the functions that return buffers in string library.
|
2016-03-25 01:54:43 +02:00 |
SysEnv.cpp
|
Include the header that contains the PATH_MAX on linux in system environment library.
|
2016-03-27 18:54:45 +03:00 |
SysEnv.hpp
|
Updated the buffer class to include an optional numeric value to be used as an edit cursor or to mark the used buffer size.
|
2016-03-11 04:14:28 +02:00 |
SysPath.cpp
|
Include the header that contains the PATH_MAX on linux in system path library.
|
2016-03-27 18:55:34 +03:00 |
SysPath.hpp
|
Fixed the SysPath type returning wrong result in test emptiness.
|
2016-03-11 20:52:00 +02:00 |
Utils.cpp
|
Dumped the old implementation. Started with a more simple approach.
|
2016-02-21 00:25:00 +02:00 |
Utils.hpp
|
Separated major non mandatory libraries into their onwn modules.
|
2016-02-27 11:57:10 +02:00 |