Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xin Wang
codes-dev
Commits
0875c01a
Commit
0875c01a
authored
Jun 14, 2016
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
promote configfile to public API
parent
f0c2ef4b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
codes/configfile.h
codes/configfile.h
+0
-0
src/Makefile.subdir
src/Makefile.subdir
+2
-2
src/modelconfig/configfile.c
src/modelconfig/configfile.c
+1
-1
src/modelconfig/configglue.h
src/modelconfig/configglue.h
+1
-1
src/modelconfig/configstoreadapter.h
src/modelconfig/configstoreadapter.h
+1
-1
src/modelconfig/configuration.c
src/modelconfig/configuration.c
+1
-1
src/modelconfig/txt_configfile.h
src/modelconfig/txt_configfile.h
+1
-1
No files found.
src/modelconfig
/configfile.h
→
codes
/configfile.h
View file @
0875c01a
File moved
src/Makefile.subdir
View file @
0875c01a
...
...
@@ -91,7 +91,8 @@ nobase_include_HEADERS = \
codes/net/loggp.h
\
codes/net/simplenet-upd.h
\
codes/net/simplep2p.h
\
codes/net/torus.h
codes/net/torus.h
\
codes/configfile.h
#codes/codes-nw-workload.h
...
...
@@ -114,7 +115,6 @@ src_libcodes_a_SOURCES = \
src/modelconfig/configfile.c
\
src/modelconfig/configglue.h
\
src/modelconfig/configglue.c
\
src/modelconfig/configfile.h
\
src/modelconfig/configstore.h
\
src/modelconfig/configstore.c
\
src/modelconfig/configstoreadapter.h
\
...
...
src/modelconfig/configfile.c
View file @
0875c01a
...
...
@@ -15,7 +15,7 @@
#include <stdlib.h>
#endif
#include
"configfile.h"
#include
<codes/configfile.h>
#include "txt_configfile.h"
static
int
cf_equal_helper
(
struct
ConfigVTable
*
h1
,
SectionHandle
s1
,
struct
ConfigVTable
*
h2
,
...
...
src/modelconfig/configglue.h
View file @
0875c01a
...
...
@@ -9,7 +9,7 @@
/* Common header for parser and lexer */
#include
"configfile.h"
#include
<codes/configfile.h>
typedef
struct
...
...
src/modelconfig/configstoreadapter.h
View file @
0875c01a
...
...
@@ -7,7 +7,7 @@
#ifndef SRC_COMMON_MODELCONFIG_CONFIGSTOREADAPTER_H
#define SRC_COMMON_MODELCONFIG_CONFIGSTOREADAPTER_H
#include
"configfile.h"
#include
<codes/configfile.h>
#include "configstore.h"
#ifdef __cplusplus
...
...
src/modelconfig/configuration.c
View file @
0875c01a
...
...
@@ -13,7 +13,7 @@
#include "codes/configuration.h"
#include <ross.h>
#include
"configfile.h"
#include
<codes/configfile.h>
#include "txt_configfile.h"
/*
...
...
src/modelconfig/txt_configfile.h
View file @
0875c01a
...
...
@@ -9,7 +9,7 @@
#include <stdio.h>
#include
"configfile.h"
#include
<codes/configfile.h>
#ifdef __cplusplus
extern
"C"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment