0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Catch by reference More... over 3 years ago
Require C++17 More... almost 4 years ago
Changelog, for 1.2.3 More... over 6 years ago
Set thread names More... over 6 years ago
Changelog More... over 6 years ago
Don't try to join the output processor thread until after we've tried to kill the subprocess. The previous code was 'obviously wrong'; did it get messed up when I removed serial ports, or something? More... over 6 years ago
Add an install rule More... over 6 years ago
Poke changelog to make website rebuild More... over 6 years ago
Don't warn about leaving page after an error More... about 7 years ago
Use std::atomic instead of volatile More... about 7 years ago
Note how to use clang's address sanitiser More... about 7 years ago
Don't lookup stored_V when k+1 is out of bounds More... about 7 years ago
Update comment More... over 7 years ago
Support clang's thread-safety checking. Protect more of the session state propery, removing some volatiles. More... over 7 years ago
Add 256-colour mode More... over 7 years ago
Use pbe::strtoul More... over 7 years ago
Turn up optimisation to O2. Apparently misleading-indentation is enabled by -Wall. Add -Wextra. More... over 7 years ago
Comment re -Wmisleading-indentation More... over 7 years ago
Factor out WARN_FLAGS More... over 7 years ago
Note build changes for std=c++14 More... over 7 years ago
Set std=c++14. This is the default for gcc 6.1 and later, but people may be using older compilers where the new language features are supported but not by default. More... over 7 years ago
We don't need libpbe::HttpClient, and building it requires zlib which the user might not have installed -dev for More... over 7 years ago
Ooops, object files are in build directory More... over 7 years ago
Tidy up close button More... over 7 years ago
Changelog for 1.2.2 More... over 7 years ago
Make close button an [X] and align it to the right More... over 7 years ago
No need for activity factories now serial port has gone More... over 7 years ago
Remove serial port support More... over 7 years ago
Unused includes More... over 7 years ago
Make resizing work with scrollback More... over 7 years ago