| Age | Commit message (Collapse) | Author |
|
|
|
Lots of code includes buffer_utils.hh just for write_to_debug_buffer
which pulls many unnecessary dependencies. Reorganise to reduce
compile times.
|
|
Move more code into the implementation files to reduce the amount
of code pulled by headers.
|
|
Remove the xmessage/MessageBox based implementation.
|
|
|
|
|
|
The return value of the system call is not directly the exit value
of the process, but a status that needs to be inspected with some
macros.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|