Leon Styhre
|
4533409c65
|
Substantial code cleanup of various utility functions.
|
2021-05-30 20:46:17 +02:00 |
|
Leon Styhre
|
8f32be00b4
|
Some general code cleanup.
|
2021-01-25 18:07:11 +01:00 |
|
Leon Styhre
|
c747416071
|
Changed from localtime to the more secure localtime_r and localtime_s functions.
|
2020-12-29 13:44:13 +01:00 |
|
Leon Styhre
|
0b6dce687e
|
Changed to C++ casts throughout the application.
|
2020-11-17 23:06:54 +01:00 |
|
Leon Styhre
|
8db04c5fcb
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +02:00 |
|
Leon Styhre
|
3ae0726d1a
|
Improvements to the date and time handling.
|
2020-08-02 15:56:32 +02:00 |
|
Leon Styhre
|
6b62065595
|
Large code cleanup and code documentation update.
The initial code cleanup of es-app is now complete as of this commit.
|
2020-06-23 20:07:00 +02:00 |
|
Tomas Jakobsson
|
9de16045c9
|
whitespace cleanup
fix faulty line endings
silence warnings on windows
|
2019-08-25 17:23:02 +02:00 |
|
Tomas Jakobsson
|
3d3fb2c277
|
Switched over the last functions in Utils.cpp to Utils::String, step 3 of 5 in the quest to remove boost::filesystem
|
2018-01-27 18:04:28 +01:00 |
|
Tomas Jakobsson
|
18d6b9341e
|
Add getDirContent, getHomePath, getCWDPath, canonicalPath, absolutePath, resolvePath, resolveSymlink, getExtension, removeFile, isAbsolute, isRegularFile, isDirectory, isSymlink, isHidden and isEquivalent
Rename makeGeneric to genericPath and escapePath to escapedPath
Add toUpper
|
2017-12-30 20:04:18 +01:00 |
|
Tomas Jakobsson
|
11b8dbfc43
|
Replaced boost::posix_time with Utils::Time
|
2017-12-01 18:49:56 +01:00 |
|