summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-10-25UserspaceEmulator: Add support for set_thread_nameAnotherTest
2020-10-25UserspaceEmulator: Add support for fchownAnotherTest
2020-10-25UserspaceEmulator: Add support for chmodAnotherTest
2020-10-25UserspaceEmulator: Add support for setgroupsAnotherTest
2020-10-25UserspaceEmulator: Add support for sched_(g s)etparamAnotherTest
2020-10-25UserspaceEmulator: Add support for some more ioctl() requestsAnotherTest
2020-10-25UserspaceEmulator: Add support for emulating SC_mountAnotherTest
2020-10-25UserspaceEmulator: Optionally write reports to the debug logAnotherTest
2020-10-24AK: Introduce SourceGenerator::fork().asynts
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-19Profiler: Implement "Top functions" feature like Instruments.app hasAndreas Kling
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-13Use new format functions in remaining DevTools. (#3755)Paul Scharnofske
2020-10-12IPCCompiler: Use new SourceGenerator class.asynts
2020-10-10HackStudio: Fix running JavaScript filesLinus Groh
2020-10-09HackStudio: Use new format functions.asynts
2020-10-08HackStudio: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-05IPCCompiler: Declare nested namespaces with a single "namespace"Andreas Kling
2020-10-04HackStudio: Add a Shell language serverAnotherTest
2020-10-04HackStudio: Do not change the cursor in the LSP autocomplete requestAnotherTest
2020-10-04HackStudio: Relay completions requests to the language server unfilteredAnotherTest
2020-10-04UserspaceEmulator: Remove remaining printf calls.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-02HackStudio: Abstract away language-server detailsAnotherTest
2020-10-02UserspaceEmulator: Replace printf usages with format.asynts
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-30HackStudio: Add C++ Language ServerItamar
2020-09-30LibCpp: Add library for working with c++ codeItamar
2020-09-30HackStudio+TextEditor: Add the Shell syntax highlighterAnotherTest
2020-09-28UserspaceEmulator: Implement the getsid() syscallAndreas Kling
2020-09-26HackStudio: Detach from debugged process before terminatingItamar
2020-09-26HackStudio: Fix FormEditor widget icons loadingItamar
2020-09-25Inspector: Move everything into the Inspector namespaceAndreas Kling
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+DevTools: Make clang-format-10 cleanBen Wiederhake
2020-09-24UserspaceEmulator: Use Core::ArgsParserMaciej Zygmanowski
2020-09-23UserspaceEmulator+LibX86: Clean up some obnoxious template spamAndreas Kling
2020-09-23UserspaceEmulator: Fix off-by-one in code cache accessNico Weber
2020-09-23UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)Nico Weber
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-21HackStudio: Add AutoCompleteBoxItamar
2020-09-21HackStudio: Basic C++ autocomplete logicItamar
2020-09-21LibIPC: Use InputMemoryStream instead of BufferStream.asynts
2020-09-19HackStudio: Move bulk of GUI logic into HackStudioWidgetItamar
2020-09-19UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsgNico Weber
2020-09-18HackStudio: Only refresh Git widget on save if initializedItamar
2020-09-17Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitionsNico Weber