index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibCore
/
Makefile
Age
Commit message (
Expand
)
Author
2019-05-27
most apps now begin in the correct directory
Christopher Dumas
2019-05-27
LibCore: Add CDirIterator, and use it in everything rather than readdir
Robin Burchell
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
2019-05-17
LibCore: Move AK/ArgsParser to LibCore/CArgsParser
Robin Burchell
2019-05-16
Added CProcessStatisticsReader to avoid having to parse /proc/all (#35)
GuillaumeGas
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-15
LibCore: Add a CConfigFile class, a simple INI file parser.
Andreas Kling
2019-04-12
LibCore: Move LibGUI/GTimer to LibCore/CTimer.
Andreas Kling
2019-04-10
LibCore: Move HTTP classes from LibGUI to LibCore.
Andreas Kling
2019-04-10
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
Andreas Kling
2019-04-10
LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GObject to LibCore/CObject.
Andreas Kling
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling