Commit message (Collapse) | Author | ||
---|---|---|---|
2022-04-01 | rename the project | Egor Tensin | |
2019-01-25 | cxx.sh: add runc_gdb & runc_lldb | Egor Tensin | |
2019-01-22 | cxx.sh: add apport_gdb | Egor Tensin | |
2018-06-09 | runc*: support clang & -l LIB arguments | Egor Tensin | |
2018-05-23 | runc*: best bash practices | Egor Tensin | |
2017-11-29 | renamed the repo | Egor Tensin | |
2017-09-04 | runc*: finally merged runc & runcxx! | Egor Tensin | |
2017-09-04 | runc*: put flags after source files | Egor Tensin | |
Weirdly, GCC _really_ likes it that way. | |||
2017-09-04 | runc*: support -L w/ relative paths | Egor Tensin | |
2017-08-24 | runc*: support -I w/ relative paths | Egor Tensin | |
2017-04-16 | bugfix & code style | Egor Tensin | |
2017-02-23 | runc*: add .exe on Cygwin | Egor Tensin | |
2017-02-17 | runc*: no .exe extensions | Egor Tensin | |
2017-02-13 | runc*: customizable compiler selection | Egor Tensin | |
2016-11-07 | bugfix & code style | Egor Tensin | |
2016-11-07 | bugfix & code style | Egor Tensin | |
Add missing '--'s, make arrays and nounset play well, etc. | |||
2016-11-01 | runc*: interface update | Egor Tensin | |
2016-10-10 | bugfix | Egor Tensin | |
The infamous nounset & ${xs[@]+"${xs[@]}"} thing. | |||
2016-10-06 | mustn't be a repository anymore | Egor Tensin | |
2016-09-23 | make usage messages consistent | Egor Tensin | |
2016-08-17 | move .bashrc_* to .bash_utils/ | Egor Tensin | |
2016-08-16 | code style | Egor Tensin | |
2016-08-14 | add licensing notices | Egor Tensin | |
2016-08-14 | get rid of multi-`source`ing protection | Egor Tensin | |
2016-08-14 | runc*: bugfix | Egor Tensin | |
2016-08-14 | set -o errexit -o nounset -o pipefail in functions | Egor Tensin | |
2016-08-13 | runc: interface update | Egor Tensin | |
2016-08-13 | code style | Egor Tensin | |
2016-08-13 | fix ShellCheck warnings | Egor Tensin | |
2016-07-26 | code style | Egor Tensin | |
2016-07-26 | runc*: interface update | Egor Tensin | |
2016-07-26 | fix/add missing usage messages for functions | Egor Tensin | |
2016-07-26 | split .bashrc into multiple files | Egor Tensin | |