|
4fd1780b42
|
WIP detect multiple C expressions also on one line
|
2017-03-09 07:59:24 +00:00 |
|
|
19e0c2c6ba
|
- populate mandatory includes
|
2017-03-07 16:06:09 +00:00 |
|
|
2dddba429e
|
|
2017-03-06 15:40:10 +00:00 |
|
|
ff6169a266
|
- fix include guard warning
- additional debug comments
|
2017-03-06 15:39:36 +00:00 |
|
|
16f0c0224a
|
- possibility to ignore block starts within block (warning is issued to stdout); used for removing comments
|
2017-03-06 15:39:04 +00:00 |
|
|
39e5ad42bb
|
- fix: added error detection for block removal error (error in one file influenced evaluation in following files)
|
2017-03-06 14:47:34 +00:00 |
|
|
57f349be10
|
- fix gnu_basename() to also detect windows path ("\\")
|
2017-03-06 14:46:20 +00:00 |
|
|
28fb99e4b6
|
- new directory traversal method
- using debug output from debug.h
|
2017-03-06 12:43:23 +00:00 |
|
|
07aef603ff
|
- implemented include guards
|
2017-03-04 18:55:04 +00:00 |
|
|
5f38527b03
|
- WIP also creating stub header (include guards missing)
|
2017-03-04 18:48:10 +00:00 |
|
|
0f2af9f368
|
- creating stub.c complete (quick review done)
|
2017-03-04 18:29:52 +00:00 |
|
|
3b5ada1a83
|
- WIP on stub generation
|
2017-03-04 08:12:35 +00:00 |
|
|
9557e97bab
|
- processing of function parameter added (first tests successful)
- next stage -> constructing stub files (.c and .h)
|
2017-03-03 14:07:38 +00:00 |
|
|
444b9fb078
|
- still WIP for parsing of parameter
- new blockdetection and -removal functions (used for comments and function bodies)
|
2017-03-03 11:08:07 +00:00 |
|
|
8f5e44c372
|
- additional test for matchgroup
|
2017-03-03 11:06:48 +00:00 |
|
|
7586365595
|
- new function for removing inline- and block comments from one ore more lines of c code
|
2017-03-02 07:12:43 +00:00 |
|
|
ea0939d74d
|
- WIP (dynamic function structure implementation; parameter parcing missing)
|
2017-03-01 14:36:53 +00:00 |
|
|
da56a3b6cf
|
- WIP (dynamic function structure implementation started; only function type at the moment; running)
|
2017-03-01 08:02:44 +00:00 |
|
|
53f530fb6f
|
- missing includes
|
2017-02-28 17:16:07 +00:00 |
|
|
0974cc3ecf
|
- cleaning and refactoring functionality
- parser function new WIP (old included as comment-> must be integrated)
|
2017-02-28 17:11:57 +00:00 |
|
|
05dd972ec7
|
- refactored to modular structure
|
2017-02-27 07:28:38 +00:00 |
|
|
ba8c750b75
|
first commit (work in progress)
|
2017-02-23 10:10:12 +00:00 |
|
|
f3feb46f5f
|
Create project 'stubgenerator'
|
2017-02-23 10:04:32 +00:00 |
|