serenity/Userland/Libraries/LibCore
x-yl 904322e754 LibCore: Add a way to parse a DateTime from a string
DateTime can now be parsed from a string. Implements the same formatters
as strptime: https://linux.die.net/man/3/strptime (Well, some of them at
least).
2021-06-11 23:58:28 +04:30
..
Account.cpp LibCore: Fix building LibCore on FreeBSD 2021-06-09 09:24:58 +02:00
Account.h LibCore: Fix building LibCore on FreeBSD 2021-06-09 09:24:58 +02:00
AnonymousBuffer.cpp
AnonymousBuffer.h
ArgsParser.cpp LibCore/ArgsParser: Learn how to stop on first non-option 2021-06-08 11:30:58 +02:00
ArgsParser.h LibCore/ArgsParser: Learn how to stop on first non-option 2021-06-08 11:30:58 +02:00
CMakeLists.txt
Command.cpp
Command.h
ConfigFile.cpp
ConfigFile.h
DateTime.cpp LibCore: Add a way to parse a DateTime from a string 2021-06-11 23:58:28 +04:30
DateTime.h LibCore: Add a way to parse a DateTime from a string 2021-06-11 23:58:28 +04:30
DirIterator.cpp
DirIterator.h
ElapsedTimer.cpp
ElapsedTimer.h
Event.cpp
Event.h
EventLoop.cpp Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
EventLoop.h
File.cpp
File.h
FileStream.h
FileWatcher.cpp
FileWatcher.h
Forward.h
GetPassword.cpp
GetPassword.h
IODevice.cpp
IODevice.h
LocalServer.cpp
LocalServer.h
LocalSocket.cpp
LocalSocket.h
MimeData.cpp
MimeData.h
NetworkJob.cpp
NetworkJob.h
NetworkResponse.cpp
NetworkResponse.h
Notifier.cpp
Notifier.h
Object.cpp
Object.h
ProcessStatisticsReader.cpp
ProcessStatisticsReader.h
Property.cpp
Property.h
Socket.cpp
Socket.h
SocketAddress.h
StandardPaths.cpp
StandardPaths.h
TCPServer.cpp
TCPServer.h
TCPSocket.cpp
TCPSocket.h
Timer.cpp
Timer.h
UDPServer.cpp
UDPServer.h
UDPSocket.cpp
UDPSocket.h