index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2020-10-25
UserspaceEmulator: Add support for set_thread_name
AnotherTest
2020-10-25
UserspaceEmulator: Add support for fchown
AnotherTest
2020-10-25
UserspaceEmulator: Add support for chmod
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setgroups
AnotherTest
2020-10-25
UserspaceEmulator: Add support for sched_(g s)etparam
AnotherTest
2020-10-25
UserspaceEmulator: Add support for some more ioctl() requests
AnotherTest
2020-10-25
UserspaceEmulator: Add support for emulating SC_mount
AnotherTest
2020-10-25
UserspaceEmulator: Optionally write reports to the debug log
AnotherTest
2020-10-24
AK: Introduce SourceGenerator::fork().
asynts
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-19
Profiler: Implement "Top functions" feature like Instruments.app has
Andreas Kling
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-13
Use new format functions in remaining DevTools. (#3755)
Paul Scharnofske
2020-10-12
IPCCompiler: Use new SourceGenerator class.
asynts
2020-10-10
HackStudio: Fix running JavaScript files
Linus Groh
2020-10-09
HackStudio: Use new format functions.
asynts
2020-10-08
HackStudio: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-05
IPCCompiler: Declare nested namespaces with a single "namespace"
Andreas Kling
2020-10-04
HackStudio: Add a Shell language server
AnotherTest
2020-10-04
HackStudio: Do not change the cursor in the LSP autocomplete request
AnotherTest
2020-10-04
HackStudio: Relay completions requests to the language server unfiltered
AnotherTest
2020-10-04
UserspaceEmulator: Remove remaining printf calls.
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-10-02
HackStudio: Abstract away language-server details
AnotherTest
2020-10-02
UserspaceEmulator: Replace printf usages with format.
asynts
2020-10-01
DevTools: Remove VisualBuilder and FormCompiler
Andreas Kling
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-30
HackStudio: Add C++ Language Server
Itamar
2020-09-30
LibCpp: Add library for working with c++ code
Itamar
2020-09-30
HackStudio+TextEditor: Add the Shell syntax highlighter
AnotherTest
2020-09-28
UserspaceEmulator: Implement the getsid() syscall
Andreas Kling
2020-09-26
HackStudio: Detach from debugged process before terminating
Itamar
2020-09-26
HackStudio: Fix FormEditor widget icons loading
Itamar
2020-09-25
Inspector: Move everything into the Inspector namespace
Andreas Kling
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+DevTools: Make clang-format-10 clean
Ben Wiederhake
2020-09-24
UserspaceEmulator: Use Core::ArgsParser
Maciej Zygmanowski
2020-09-23
UserspaceEmulator+LibX86: Clean up some obnoxious template spam
Andreas Kling
2020-09-23
UserspaceEmulator: Fix off-by-one in code cache access
Nico Weber
2020-09-23
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
Nico Weber
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-21
HackStudio: Add AutoCompleteBox
Itamar
2020-09-21
HackStudio: Basic C++ autocomplete logic
Itamar
2020-09-21
LibIPC: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-19
HackStudio: Move bulk of GUI logic into HackStudioWidget
Itamar
2020-09-19
UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsg
Nico Weber
2020-09-18
HackStudio: Only refresh Git widget on save if initialized
Itamar
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
[next]