Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Modular C
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Gustedt
Modular C
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
cpp
Select Git revision
Branches
6
constant
cpp
devel
master
default
protected
oob
parser
6 results
Begin with the selected commit
Created with Raphaël 2.2.0
31
Mar
30
29
28
26
25
24
22
21
19
17
15
14
13
6
5
4
3
2
1
28
Feb
27
25
22
21
8
7
5
4
2
1
18
Jan
10
3
30
Dec
26
24
22
10
8
30
Nov
28
27
26
25
24
23
22
20
18
15
14
12
10
5
2
29
Oct
27
26
25
19
16
15
12
4
3
29
Sep
28
12
11
9
3
30
Aug
27
26
23
10
20
Jul
19
18
12
11
10
9
7
20
Jun
16
13
12
11
8
4
2
29
May
25
23
22
21
20
19
18
15
14
13
10
9
8
7
be carefull that declaration/definition state doesn't cross #if
use the total length of the input buffer to determine that we have
check if conditional preprocessing ends in the same state as it entered
forgot about the elif preprocessing directive
Merge branch 'devel' into tools-head
another series of import and defstruct reorderings: eilck
make the declaration of the field type for ucontext a macro
another series of import and defstruct reorderings: POSIX
Merge branch 'devel' into tools-head
another series of import and defstruct reorderings
a testcase for .h and .c generation
bugfix: private enum types are ok as long as we don't derive an external
Merge branch 'devel' into tools-head
Move towards appearance of import directives in snippets
store the sed program in a temp file
update documentation about import and defstruct file positioning
make defstruct position dependent
move the initialization of the SED import skript before printstruct
let printstruct print into a separate FILE*
Merge branch 'devel' into tools-head
cleanup verbose debugging messages
keep track of the original import name
like other defines a defill directive should depend on the context
insert snippets in their place of import
mark paths with .. in import directives correctly
watch that defill directives are in the correct context
put import directives after their corresponding fill and defill
handle the end of a declaration section properly
cache the value of stdin in local variables
cache the value of stdout in local variables
rename accessors to become shorter
use semantics similar to strncat and strncpy
add generic interfaces to flex: cpy
add generic interfaces to flex: cat
improve flex
nicen things up
also generate header inclusion such that inline functions can be instantiated automatically
remove the now obsolete separate generation of a prepro source
too many newlines when skipping a declaration section
detect if we are at the end of a tag type declaration
Loading