Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H2c #1

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b64d735
added h2c.pl: initial commit
Apr 24, 2014
3275c6c
Modified h2c.pl: added base includes
Apr 28, 2014
bd06ed0
Added trim function
Apr 28, 2014
f6fd7c9
Added header reading
Apr 28, 2014
28d9baa
Added handling: block comments, multiline macros, struct/unions
Apr 28, 2014
19d350f
Added handling of preprocessor directives
Apr 28, 2014
762a64f
Added preparation of commands to handle
Apr 28, 2014
6a527e5
Added handling of commands
Apr 28, 2014
80cda70
added constants, added debug msgs
Apr 28, 2014
75e6085
Added basic usage message
Apr 28, 2014
144b1a3
Removed -l and -w command line switches
Apr 28, 2014
5f78a14
fixed typo
Apr 28, 2014
83391a4
Added function paramter handling
Apr 28, 2014
dad986e
Added output redirection to file
Apr 28, 2014
b14d675
Removed executable flag
Apr 28, 2014
e63ce6d
Fixed whitespace errors
Apr 28, 2014
720da5c
Added preparation for cli
Apr 28, 2014
f4fe8bb
Added verbosity flag
Apr 28, 2014
28e5f59
Added output flag
Apr 28, 2014
e33acc1
Added licence flag
Apr 28, 2014
273d182
Removed debug output
Apr 28, 2014
61d653c
Added tab flags
Apr 28, 2014
39aedbf
Removed typo
Apr 28, 2014
5cd8fbc
Fixed: tab error
Apr 28, 2014
2e3d007
Removed typo, changed file mode (-x)
Apr 28, 2014
9f38fba
Removed some defined statements
Apr 29, 2014
9225a23
Modified position of trim function
Apr 29, 2014
f7595e6
Added help flag
Apr 29, 2014
d177b5e
Added enum as keyword
May 5, 2014
2469e84
Added newline
Jun 6, 2014
99358b7
Fixed regex for split
Aug 7, 2014
e8b1328
Bootstrapped the h2c.pl script in version 2
Sep 17, 2014
9dc49e2
Fixed shebang
Sep 17, 2014
5de9204
Added comments to the comparison functions
Sep 17, 2014
54ff515
Cleaned up function declarations
Sep 17, 2014
d55ddbb
Added comments to the dump part
Sep 17, 2014
c8e7a22
Added comments to the select part
Sep 17, 2014
ce1c20f
Added comments to the argument parsing part
Sep 17, 2014
c2d6a8a
Added support for printing a licence file, too
Sep 23, 2014
69b3fb5
Removed outdated TODO comment
Sep 23, 2014
216b5bb
Added further description to a comment
Sep 23, 2014
3dce0bb
Reorganized trim function
Sep 23, 2014
21d3b1b
Added comment to $args
Sep 23, 2014
0b15841
Fixup after crashed git add: -> desc.
Sep 28, 2014
40be6bf
Changed order of includes
Sep 29, 2014
3ed8a89
Removed Data::Dumper dependency
Sep 29, 2014
c7b1ac8
Added newline in verbose output
Sep 29, 2014
d47e7c3
Added missing parantheses around get_file_contents
Sep 29, 2014
d62fa0f
Moved file from c/gen/ to src/
Oct 6, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading