aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Basic makefile support doneSebastian Parborg2011-06-081-21/+148
|
* Added shebang to cli.pySebastian Parborg2011-06-071-0/+2
|
* Added more checks to see if local includes really are localSebastian Parborg2011-06-041-4/+18
|
* Started work on parsing makefilesSebastian Parborg2011-06-021-0/+125
|
* Add some checks and update cli to print ifdefs.Sebastian Parborg2011-06-012-0/+13
|
* Made it append new includes againSebastian Parborg2011-06-011-5/+5
|
* I now handles ifdefs within ifdefsSebastian Parborg2011-06-013-8/+43
|
* Worked more on ifdefs and made YACC not a big hackSebastian Parborg2011-06-012-9/+43
|
* Fixed some bugsSebastian Parborg2011-05-242-1/+2
|
* Cleaned up the lexer someSebastian Parborg2011-05-241-25/+16
|
* Got everything (hopefully) working again...Sebastian Parborg2011-05-243-18/+27
|
* Cleaned up ifdef somemore.Sebastian Parborg2011-05-242-3/+13
|
* Fixed comments being greedy and begun on ifdefsSebastian Parborg2011-05-224-13/+50
|
* Added flags so that you can choose what to printSebastian Parborg2011-05-221-2/+11
|
* Added the default parameter to filetypes.Sebastian Parborg2011-05-221-0/+1
| | | | Now it searches for .c .cpp .h as default filetypes
* Added a little bit more to the help outputSebastian Parborg2011-05-221-1/+1
|
* Updated help in CLI with an exampleSebastian Parborg2011-05-212-1/+4
|
* Added support for #if 0 out commentingSebastian Parborg2011-05-182-4/+12
|
* Added a simple CLISebastian Parborg2011-05-183-14/+33
|
* Fixed so you can open files that is not pure uft8Sebastian Parborg2011-05-131-76/+81
|
* More work on includesSebastian Parborg2011-05-132-7/+48
|
* Begin to look for includesSebastian Parborg2011-05-132-1/+54
|
* Not much, but it scans dirs :PSebastian Parborg2011-05-131-0/+14