1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Userland/DevTools/HackStudio/Git
Brian Gianforcaro 4674577d80 Everywhere: Rename CommandResult stdout, stderr members to output, error
The names stdout / stderr are bound to conflict with existing
declarations when compiling against other LibC's. The build on OpenBSD
is broken for this reason at the moment.

Lets rename the members to more generic names to resolve the situation.
2022-03-27 16:41:39 -07:00
..
DiffViewer.cpp LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
DiffViewer.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
GitFilesModel.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesModel.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesView.cpp DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
GitFilesView.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
GitRepo.cpp Everywhere: Rename CommandResult stdout, stderr members to output, error 2022-03-27 16:41:39 -07:00
GitRepo.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00