Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Basic makefile support done | Sebastian Parborg | 2011-06-08 | 1 | -21/+148 | |
| | ||||||
* | Added shebang to cli.py | Sebastian Parborg | 2011-06-07 | 1 | -0/+2 | |
| | ||||||
* | Added more checks to see if local includes really are local | Sebastian Parborg | 2011-06-04 | 1 | -4/+18 | |
| | ||||||
* | Started work on parsing makefiles | Sebastian Parborg | 2011-06-02 | 1 | -0/+125 | |
| | ||||||
* | Add some checks and update cli to print ifdefs. | Sebastian Parborg | 2011-06-01 | 2 | -0/+13 | |
| | ||||||
* | Made it append new includes again | Sebastian Parborg | 2011-06-01 | 1 | -5/+5 | |
| | ||||||
* | I now handles ifdefs within ifdefs | Sebastian Parborg | 2011-06-01 | 3 | -8/+43 | |
| | ||||||
* | Worked more on ifdefs and made YACC not a big hack | Sebastian Parborg | 2011-06-01 | 2 | -9/+43 | |
| | ||||||
* | Fixed some bugs | Sebastian Parborg | 2011-05-24 | 2 | -1/+2 | |
| | ||||||
* | Cleaned up the lexer some | Sebastian Parborg | 2011-05-24 | 1 | -25/+16 | |
| | ||||||
* | Got everything (hopefully) working again... | Sebastian Parborg | 2011-05-24 | 3 | -18/+27 | |
| | ||||||
* | Cleaned up ifdef somemore. | Sebastian Parborg | 2011-05-24 | 2 | -3/+13 | |
| | ||||||
* | Fixed comments being greedy and begun on ifdefs | Sebastian Parborg | 2011-05-22 | 4 | -13/+50 | |
| | ||||||
* | Added flags so that you can choose what to print | Sebastian Parborg | 2011-05-22 | 1 | -2/+11 | |
| | ||||||
* | Added the default parameter to filetypes. | Sebastian Parborg | 2011-05-22 | 1 | -0/+1 | |
| | | | | Now it searches for .c .cpp .h as default filetypes | |||||
* | Added a little bit more to the help output | Sebastian Parborg | 2011-05-22 | 1 | -1/+1 | |
| | ||||||
* | Updated help in CLI with an example | Sebastian Parborg | 2011-05-21 | 2 | -1/+4 | |
| | ||||||
* | Added support for #if 0 out commenting | Sebastian Parborg | 2011-05-18 | 2 | -4/+12 | |
| | ||||||
* | Added a simple CLI | Sebastian Parborg | 2011-05-18 | 3 | -14/+33 | |
| | ||||||
* | Fixed so you can open files that is not pure uft8 | Sebastian Parborg | 2011-05-13 | 1 | -76/+81 | |
| | ||||||
* | More work on includes | Sebastian Parborg | 2011-05-13 | 2 | -7/+48 | |
| | ||||||
* | Begin to look for includes | Sebastian Parborg | 2011-05-13 | 2 | -1/+54 | |
| | ||||||
* | Not much, but it scans dirs :P | Sebastian Parborg | 2011-05-13 | 1 | -0/+14 | |