Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new source. holds the completion and suggestion functions | bloodstalker | 2017-05-15 | 1 | -0/+99 | |
| | ||||||
* | merely updated | bloodstalker | 2017-05-15 | 1 | -1/+186 | |
| | ||||||
* | removed a meaningless comment | bloodstalker | 2017-05-15 | 1 | -1/+0 | |
| | ||||||
* | added the new real hint and tab-completion functions | bloodstalker | 2017-05-15 | 1 | -3/+3 | |
| | ||||||
* | we apparently have a lib order issue, trying to fix that, wierd why it's ok ↵ | bloodstalker | 2017-05-14 | 1 | -1/+1 | |
| | | | | on fedora though... | |||||
* | remove libncurses | bloodstalker | 2017-05-13 | 1 | -1/+0 | |
| | ||||||
* | pretty much re-wrote it | bloodstalker | 2017-05-13 | 1 | -7/+9 | |
| | ||||||
* | now builds liblua | bloodstalker | 2017-05-13 | 1 | -9/+10 | |
| | ||||||
* | some deletions of ncurses remnants, added some skeletons for the selective ↵ | bloodstalker | 2017-05-13 | 1 | -11/+38 | |
| | | | | non-blind mutation | |||||
* | fixed some stuff, added some more stuff. the embedded lua interpreter now works. | bloodstalker | 2017-05-13 | 1 | -30/+56 | |
| | ||||||
* | fixed an old tip | bloodstalker | 2017-05-12 | 1 | -0/+2 | |
| | ||||||
* | new header for bruiser | bloodstalker | 2017-05-12 | 1 | -0/+252 | |
| | ||||||
* | added linenoise into the build | bloodstalker | 2017-05-12 | 1 | -1/+7 | |
| | ||||||
* | added some more macros | bloodstalker | 2017-05-12 | 1 | -0/+12 | |
| | ||||||
* | history works, need to write completions and hin callbacks, thecolors are ↵ | bloodstalker | 2017-05-12 | 1 | -26/+60 | |
| | | | | messed-up | |||||
* | updated because of the addition of submodules | bloodstalker | 2017-05-12 | 1 | -0/+2 | |
| | ||||||
* | updated the build guide | bloodstalker | 2017-05-12 | 1 | -0/+10 | |
| | ||||||
* | added two variables for cc options | bloodstalker | 2017-05-12 | 1 | -0/+3 | |
| | ||||||
* | finally added one | bloodstalker | 2017-05-12 | 1 | -0/+6 | |
| | ||||||
* | fixed a typo | bloodstalker | 2017-05-12 | 1 | -1/+1 | |
| | ||||||
* | linenoise is now a submodule | bloodstalker | 2017-05-12 | 1 | -0/+3 | |
| | ||||||
* | yup. lua. better than whatever shaky messy DSL i was gonna come up with for ↵ | bloodstalker | 2017-05-12 | 74 | -0/+36828 | |
| | | | | bruiseer. | |||||
* | its a submodule | bloodstalker | 2017-05-12 | 1 | -0/+0 | |
| | ||||||
* | fixes and some changes | bloodstalker | 2017-05-12 | 1 | -13/+13 | |
| | ||||||
* | added support for the case when a function argument expression is the | user1 | 2017-05-11 | 1 | -157/+291 | |
| | | | address of an array subscript | |||||
* | updated the bruiser part | bloodstalker | 2017-05-09 | 1 | -1/+1 | |
| | ||||||
* | updated the readme, now it actually makes some sense and talks about what ↵ | bloodstalker | 2017-05-09 | 1 | -2/+2 | |
| | | | | bruiser really does | |||||
* | minor change | bloodstalker | 2017-05-09 | 1 | -0/+6 | |
| | ||||||
* | added the list records action | bloodstalker | 2017-05-09 | 1 | -7/+59 | |
| | ||||||
* | now prints function signature and var decls instead of just a name | bloodstalker | 2017-05-09 | 1 | -2/+16 | |
| | ||||||
* | now the list command works | bloodstalker | 2017-05-08 | 1 | -8/+202 | |
| | ||||||
* | added a bunch a things | bloodstalker | 2017-05-07 | 1 | -3/+21 | |
| | ||||||
* | added a list feature | bloodstalker | 2017-05-07 | 1 | -4/+214 | |
| | ||||||
* | added a help structure along with minor additions/changes | bloodstalker | 2017-05-06 | 1 | -0/+25 | |
| | ||||||
* | added inital support for auto translation of function declarations | user1 | 2017-05-04 | 1 | -176/+794 | |
| | ||||||
* | changed action 2 | bloodstalker | 2017-05-02 | 1 | -1/+2 | |
| | ||||||
* | daemonize? | bloodstalker | 2017-05-02 | 1 | -2/+5 | |
| | ||||||
* | hijack main now works | bloodstalker | 2017-05-02 | 1 | -3/+4 | |
| | ||||||
* | cosmetic | bloodstalker | 2017-05-02 | 1 | -1/+1 | |
| | ||||||
* | history..., well sorta | bloodstalker | 2017-05-01 | 1 | -3/+22 | |
| | ||||||
* | changed inclusion directive from ncurses/curses.h to curses.h | bloodstalker | 2017-04-30 | 1 | -1/+1 | |
| | ||||||
* | updated for boost and ncurses | bloodstalker | 2017-04-30 | 1 | -0/+2 | |
| | ||||||
* | fixed | bloodstalker | 2017-04-30 | 1 | -1/+1 | |
| | ||||||
* | added lncurses and boost headers | bloodstalker | 2017-04-30 | 1 | -1/+2 | |
| | ||||||
* | added some excuse of shell functionality | bloodstalker | 2017-04-30 | 1 | -1/+32 | |
| | ||||||
* | added some excuse of a shell functionality | bloodstalker | 2017-04-30 | 1 | -24/+94 | |
| | ||||||
* | added type inferencing from function parameter passing | user1 | 2017-04-28 | 1 | -88/+337 | |
| | ||||||
* | updated | bloodstalker | 2017-04-27 | 1 | -28/+17 | |
| | ||||||
* | now supports safercpp action files | bloodstalker | 2017-04-27 | 1 | -1/+14 | |
| | ||||||
* | minor fixes | bloodstalker | 2017-04-27 | 1 | -11/+19 | |
| |