Commit History

Author SHA1 Message Date
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 years ago
  Andreas Kling 37fc6c117c Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller 5 years ago
  Andreas Kling d17e23bd27 LibCore: Remove leading C from filenames 5 years ago
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C 5 years ago
  Sergey Bugaev f983dfe319 Userland+Terminal: Port to new CArgsParser API 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 6 years ago
  Andreas Kling 488d57750d pidof: Remove redundant bool check. 6 years ago
  Andreas Kling 01216f3c3f Userland+LibCore: Use CProcessStatisticsReader to implement top. 6 years ago
  Andreas Kling 5980007e44 Userland: Fix many compiler warnings. 6 years ago
  Andreas Kling b07bbf383d Userland: Run clang-format on everything. 6 years ago
  Robin Burchell 77dfd419e9 LibCore: Move AK/ArgsParser to LibCore/CArgsParser 6 years ago
  Robin Burchell c478503581 ArgsParser: Remove prefix from constructor 6 years ago
  Robin Burchell 729507f2bd ArgsParser: Remove boolean trap on add_arg 6 years ago
  GuillaumeGas 0ba4ceb2cd Added CProcessStatisticsReader to avoid having to parse /proc/all (#35) 6 years ago
  GuillaumeGas 801d6f572a Feature/pidof (#31) 6 years ago