Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
maestro
maestro-core
Commits
7f60b01b
Commit
7f60b01b
authored
4 years ago
by
Utz-Uwe Haus
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' into 64-make-sure-that-the-mamba-headers-go-to-the-right-place
parents
03da8f62
961628b2
Branches
Branches containing commit
Tags
v1.2
Tags containing commit
2 merge requests
!3
Jsc ci update
,
!2
update JSC-CI branch to devel
Pipeline
#52443
failed
4 years ago
Stage: build-and-test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/Makefile.am
+1
-0
1 addition, 0 deletions
include/Makefile.am
include/maestro/i_ketopt.h
+5
-9
5 additions, 9 deletions
include/maestro/i_ketopt.h
with
6 additions
and
9 deletions
include/Makefile.am
+
1
−
0
View file @
7f60b01b
...
...
@@ -93,6 +93,7 @@ noinst_HEADERS = \
maestro/i_pool.h
\
maestro/i_mempool.h
\
maestro/i_khash.h
\
maestro/i_ketopt.h
\
maestro/i_hashing.h
\
maestro/i_misc.h
...
...
This diff is collapsed.
Click to expand it.
include/maestro/i_ketopt.h
+
5
−
9
View file @
7f60b01b
/* taken from https://github.com/attractivechaos/klib/blob/master/ketopt.h */
/* This file is originally part of klib, which is licensed under the
* X11/MIT licnense: */
/* ketopt.h from https://github.com/attractivechaos/klib/blob/master/ketopt.h */
/* This is version cc7e69f, dated Wed Nov 18 17:27:49 CET 2020 */
/* The MIT License
Copyright (c) 2008,
2009, 2011
by Attractive Chaos <attractor@live.co.uk>
Copyright (c) 2008, by Attractive Chaos <attractor@live.co.uk>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
...
...
@@ -23,9 +20,8 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#ifndef I_KETOPT_H
#define I_KETOPT_H
#ifndef KETOPT_H
#define KETOPT_H
#include
<string.h>
/* for strchr() and strncmp() */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment